Spaces:
Running on Zero
Running on Zero
add info
Browse files
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", "
|
| 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 |
)
|