Spaces:
Runtime error
Runtime error
LeoXing1996
commited on
Commit
·
10ce1a3
1
Parent(s):
358b6b3
revise repo id
Browse files- app-huggingface.py +1 -1
app-huggingface.py
CHANGED
|
@@ -97,7 +97,7 @@ if not LOCAL_DEBUG:
|
|
| 97 |
cache_dir='models/StableDiffusion')
|
| 98 |
|
| 99 |
# tokenizer
|
| 100 |
-
hf_hub_download(
|
| 101 |
subfolder='tokenizer', filename='merges.txt',
|
| 102 |
cache_dir='models/StableDiffusion')
|
| 103 |
hf_hub_download(repo_id='runwayml/stable-diffusion-v1-5',
|
|
|
|
| 97 |
cache_dir='models/StableDiffusion')
|
| 98 |
|
| 99 |
# tokenizer
|
| 100 |
+
hf_hub_download(repo_id='runwayml/stable-diffusion-v1-5',
|
| 101 |
subfolder='tokenizer', filename='merges.txt',
|
| 102 |
cache_dir='models/StableDiffusion')
|
| 103 |
hf_hub_download(repo_id='runwayml/stable-diffusion-v1-5',
|