simapeng commited on
Commit
ec1f7ad
·
1 Parent(s): d5c1328
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -231,7 +231,7 @@ from huggingface_hub import hf_hub_download
231
 
232
  model = ZImageTransformer2DModel.from_single_file(
233
  hf_hub_download(
234
- "xiaopeng/Z-IMAGE-Update", "zImageTurboUpdate_22BF16AIO.safetensors"
235
  ),
236
  torch_dtype=torch.bfloat16,
237
  )
 
231
 
232
  model = ZImageTransformer2DModel.from_single_file(
233
  hf_hub_download(
234
+ "xiaopeng/Z-IMAGE-Update", "zImageTurbo_30BF16AIO.safetensors"
235
  ),
236
  torch_dtype=torch.bfloat16,
237
  )