Spaces:
Runtime error
Runtime error
ehristoforu
commited on
Commit
•
6e8263c
1
Parent(s):
ab72545
Update app.py
Browse files
app.py
CHANGED
@@ -42,7 +42,7 @@ pipe = StableDiffusionXLPipeline.from_pretrained(
|
|
42 |
"Corcelio/mobius",
|
43 |
vae=vae,
|
44 |
torch_dtype=torch.float16,
|
45 |
-
use_safetensors=
|
46 |
)
|
47 |
pipe.scheduler = KDPM2AncestralDiscreteScheduler.from_config(pipe.scheduler.config)
|
48 |
pipe.to('cuda')
|
|
|
42 |
"Corcelio/mobius",
|
43 |
vae=vae,
|
44 |
torch_dtype=torch.float16,
|
45 |
+
use_safetensors=True,
|
46 |
)
|
47 |
pipe.scheduler = KDPM2AncestralDiscreteScheduler.from_config(pipe.scheduler.config)
|
48 |
pipe.to('cuda')
|