Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -43,8 +43,8 @@ def setup_models():
|
|
| 43 |
print("Downloading models...")
|
| 44 |
|
| 45 |
model_path = hf_hub_download(
|
| 46 |
-
repo_id="
|
| 47 |
-
filename="
|
| 48 |
)
|
| 49 |
|
| 50 |
vae_path = hf_hub_download(
|
|
|
|
| 43 |
print("Downloading models...")
|
| 44 |
|
| 45 |
model_path = hf_hub_download(
|
| 46 |
+
repo_id="unsloth/Z-Image-Turbo-GGUF",
|
| 47 |
+
filename="z-image-turbo-Q4_K_M.gguf"
|
| 48 |
)
|
| 49 |
|
| 50 |
vae_path = hf_hub_download(
|