craftgamesnetwork commited on
Commit
b40f681
·
verified ·
1 Parent(s): 19c5215

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -84,8 +84,6 @@ def generate(
84
  pipe.load_lora_weights(lora)
85
  pipe.fuse_lora(lora_scale)
86
 
87
- pipe.scheduler = EulerAncestralDiscreteScheduler.from_config(pipe.scheduler.config)
88
-
89
  else:
90
  pipe.to(device)
91
 
 
84
  pipe.load_lora_weights(lora)
85
  pipe.fuse_lora(lora_scale)
86
 
 
 
87
  else:
88
  pipe.to(device)
89