Spaces:
Sleeping
Sleeping
slymnyldrm
commited on
Commit
•
af6cfdd
1
Parent(s):
742d313
Update app.py
Browse files
app.py
CHANGED
@@ -4,6 +4,8 @@ import torch
|
|
4 |
from torch import autocast
|
5 |
from diffusers import StableDiffusionPipeline, DDIMScheduler
|
6 |
|
|
|
|
|
7 |
move_cache()
|
8 |
|
9 |
model_path = "slymnyldrm/dreambooth_usecase_weights"
|
|
|
4 |
from torch import autocast
|
5 |
from diffusers import StableDiffusionPipeline, DDIMScheduler
|
6 |
|
7 |
+
export COMMANDLINE_ARGS="--no-gradio-queue"
|
8 |
+
|
9 |
move_cache()
|
10 |
|
11 |
model_path = "slymnyldrm/dreambooth_usecase_weights"
|