Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -44,7 +44,7 @@ def setup_models():
|
|
| 44 |
|
| 45 |
model_path = hf_hub_download(
|
| 46 |
repo_id="unsloth/Z-Image-Turbo-GGUF",
|
| 47 |
-
filename="z-image-turbo-
|
| 48 |
)
|
| 49 |
|
| 50 |
vae_path = hf_hub_download(
|
|
@@ -54,7 +54,7 @@ def setup_models():
|
|
| 54 |
|
| 55 |
llm_path = hf_hub_download(
|
| 56 |
repo_id="unsloth/Qwen3-4B-Instruct-2507-GGUF",
|
| 57 |
-
filename="Qwen3-4B-Instruct-2507-
|
| 58 |
)
|
| 59 |
|
| 60 |
return model_path, vae_path, llm_path
|
|
|
|
| 44 |
|
| 45 |
model_path = hf_hub_download(
|
| 46 |
repo_id="unsloth/Z-Image-Turbo-GGUF",
|
| 47 |
+
filename="z-image-turbo-Q3_K_M.gguf"
|
| 48 |
)
|
| 49 |
|
| 50 |
vae_path = hf_hub_download(
|
|
|
|
| 54 |
|
| 55 |
llm_path = hf_hub_download(
|
| 56 |
repo_id="unsloth/Qwen3-4B-Instruct-2507-GGUF",
|
| 57 |
+
filename="Qwen3-4B-Instruct-2507-Q3_K_M.gguf"
|
| 58 |
)
|
| 59 |
|
| 60 |
return model_path, vae_path, llm_path
|