Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -114,7 +114,7 @@ J9_pipe = StableDiffusionXLPipeline.from_pretrained(
|
|
114 |
)
|
115 |
J9_pipe.to("cuda")
|
116 |
|
117 |
-
|
118 |
"RunDiffusion/Juggernaut-XL-v8",
|
119 |
vae=vae,
|
120 |
torch_dtype=torch.float16,
|
@@ -122,7 +122,7 @@ j8_pipe = StableDiffusionXLPipeline.from_pretrained(
|
|
122 |
)
|
123 |
J8_pipe.to("cuda")
|
124 |
|
125 |
-
|
126 |
"RunDiffusion/Juggernaut-XL-v7",
|
127 |
vae=vae,
|
128 |
torch_dtype=torch.float16,
|
@@ -130,7 +130,7 @@ j7_pipe = StableDiffusionXLPipeline.from_pretrained(
|
|
130 |
)
|
131 |
J7_pipe.to("cuda")
|
132 |
|
133 |
-
|
134 |
"RunDiffusion/Juggernaut-XL",
|
135 |
vae=vae,
|
136 |
torch_dtype=torch.float16,
|
|
|
114 |
)
|
115 |
J9_pipe.to("cuda")
|
116 |
|
117 |
+
J8_pipe = StableDiffusionXLPipeline.from_pretrained(
|
118 |
"RunDiffusion/Juggernaut-XL-v8",
|
119 |
vae=vae,
|
120 |
torch_dtype=torch.float16,
|
|
|
122 |
)
|
123 |
J8_pipe.to("cuda")
|
124 |
|
125 |
+
J7_pipe = StableDiffusionXLPipeline.from_pretrained(
|
126 |
"RunDiffusion/Juggernaut-XL-v7",
|
127 |
vae=vae,
|
128 |
torch_dtype=torch.float16,
|
|
|
130 |
)
|
131 |
J7_pipe.to("cuda")
|
132 |
|
133 |
+
J_pipe = StableDiffusionXLPipeline.from_pretrained(
|
134 |
"RunDiffusion/Juggernaut-XL",
|
135 |
vae=vae,
|
136 |
torch_dtype=torch.float16,
|