alidev2002 commited on
Commit
b0ec26f
·
verified ·
1 Parent(s): 102bcf2

Update app.py

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