Spaces:
Running
on
Zero
Running
on
Zero
Akimitsujiro
commited on
Commit
•
6e0e732
1
Parent(s):
5c07a38
Update app.py
Browse files
app.py
CHANGED
@@ -30,7 +30,7 @@ OUTPUT_DIR = os.getenv("OUTPUT_DIR", "./outputs")
|
|
30 |
|
31 |
MODEL = os.getenv(
|
32 |
"MODEL",
|
33 |
-
"https://huggingface.co/
|
34 |
)
|
35 |
|
36 |
torch.backends.cudnn.deterministic = True
|
|
|
30 |
|
31 |
MODEL = os.getenv(
|
32 |
"MODEL",
|
33 |
+
"https://huggingface.co/cagliostrolab/animagine-xl-3.1/blob/main/animagine-xl-3.1.safetensors",
|
34 |
)
|
35 |
|
36 |
torch.backends.cudnn.deterministic = True
|