ehristoforu commited on
Commit
6e8263c
1 Parent(s): ab72545

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=False,
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')