Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -135,9 +135,6 @@ J_pipe = StableDiffusionXLPipeline.from_pretrained(
|
|
135 |
vae=vae,
|
136 |
torch_dtype=torch.float16,
|
137 |
custom_pipeline="lpw_stable_diffusion_xl",
|
138 |
-
use_safetensors=True,
|
139 |
-
add_watermarker=False,
|
140 |
-
variant="fp16",
|
141 |
)
|
142 |
J_pipe.to("cuda")
|
143 |
|
|
|
135 |
vae=vae,
|
136 |
torch_dtype=torch.float16,
|
137 |
custom_pipeline="lpw_stable_diffusion_xl",
|
|
|
|
|
|
|
138 |
)
|
139 |
J_pipe.to("cuda")
|
140 |
|