Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
|