ford442 commited on
Commit
9a9fe54
·
1 Parent(s): 5b42b92

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -122,7 +122,7 @@ def load_and_prepare_model(model_id):
122
  use_safetensors=True,
123
  # vae=vae,
124
  )
125
- pipe.scheduler=EulerAncestralDiscreteScheduler.from_config(pipe.scheduler.config)
126
  pipe.to('cuda')
127
  #pipe.to(device=device, dtype=torch.bfloat16)
128
 
 
122
  use_safetensors=True,
123
  # vae=vae,
124
  )
125
+ # pipe.scheduler=EulerAncestralDiscreteScheduler.from_config(pipe.scheduler.config)
126
  pipe.to('cuda')
127
  #pipe.to(device=device, dtype=torch.bfloat16)
128