Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -41,7 +41,7 @@ def setup_models():
|
|
| 41 |
|
| 42 |
model_path = hf_hub_download(
|
| 43 |
repo_id="leejet/Z-Image-Turbo-GGUF",
|
| 44 |
-
filename="
|
| 45 |
)
|
| 46 |
|
| 47 |
vae_path = hf_hub_download(
|
|
|
|
| 41 |
|
| 42 |
model_path = hf_hub_download(
|
| 43 |
repo_id="leejet/Z-Image-Turbo-GGUF",
|
| 44 |
+
filename="z_image_turbo-Q4_K.gguf"
|
| 45 |
)
|
| 46 |
|
| 47 |
vae_path = hf_hub_download(
|