Spaces:
Sleeping
Sleeping
update
Browse files
app.py
CHANGED
@@ -126,7 +126,7 @@ with gr.Blocks(css=css) as demo:
|
|
126 |
```
|
127 |
|
128 |
```py
|
129 |
-
from diffusers import DiffusionPipeline, LCMScheduler
|
130 |
|
131 |
pipe = DiffusionPipeline.from_pretrained("Lykon/dreamshaper-7").to("cuda")
|
132 |
pipe.scheduler = LCMScheduler.from_config(pipe.scheduler.config)
|
|
|
126 |
```
|
127 |
|
128 |
```py
|
129 |
+
from diffusers import DiffusionPipeline, LCMScheduler
|
130 |
|
131 |
pipe = DiffusionPipeline.from_pretrained("Lykon/dreamshaper-7").to("cuda")
|
132 |
pipe.scheduler = LCMScheduler.from_config(pipe.scheduler.config)
|