alidev2002 commited on
Commit
8f0a629
·
verified ·
1 Parent(s): e3f1846

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -43,8 +43,8 @@ def setup_models():
43
  print("Downloading models...")
44
 
45
  model_path = hf_hub_download(
46
- repo_id="leejet/Z-Image-Turbo-GGUF",
47
- filename="z_image_turbo-Q4_K.gguf"
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(