alidev2002 commited on
Commit
fa53876
Β·
verified Β·
1 Parent(s): be1973c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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-Q4_K_M.gguf"
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-Q4_K_M.gguf"
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