mirror of
https://www.modelscope.cn/Comfy-Org/z_image_turbo.git
synced 2026-08-31 03:32:55 +08:00
Normalize README metadata and formatting (#26)
- Normalize README metadata and formatting (cdab046a201fbbd0c5e0d3d3273fc8faf04ad6e8) (batch 1/1)
This commit is contained in:
32
README.md
32
README.md
@ -1,7 +1,35 @@
|
||||
---
|
||||
license: apache-2.0
|
||||
tags:
|
||||
- diffusion-single-file
|
||||
- comfyui
|
||||
- diffusion-single-file
|
||||
base_model:
|
||||
- Tongyi-MAI/Z-Image-Turbo
|
||||
---
|
||||
|
||||
Workflows: https://comfyanonymous.github.io/ComfyUI_examples/z_image/
|
||||
# Z-Image Turbo
|
||||
|
||||
Repackaged model files for ComfyUI.
|
||||
|
||||
Original model repository: https://huggingface.co/Tongyi-MAI/Z-Image-Turbo
|
||||
|
||||
Place the files in the following folders:
|
||||
|
||||
```
|
||||
📂 ComfyUI/
|
||||
├── 📂 models/
|
||||
│ ├── 📂 diffusion_models/
|
||||
│ │ ├── z_image_turbo_bf16.safetensors
|
||||
│ │ ├── z_image_turbo_int8_convrot.safetensors
|
||||
│ │ └── z_image_turbo_nvfp4.safetensors
|
||||
│ ├── 📂 loras/
|
||||
│ │ └── z_image_turbo_distill_patch_lora_bf16.safetensors
|
||||
│ ├── 📂 text_encoders/
|
||||
│ │ ├── qwen_3_4b.safetensors
|
||||
│ │ ├── qwen_3_4b_fp4_mixed.safetensors
|
||||
│ │ └── qwen_3_4b_fp8_mixed.safetensors
|
||||
│ └── 📂 vae/
|
||||
│ └── ae.safetensors
|
||||
```
|
||||
|
||||
Workflows: https://comfyanonymous.github.io/ComfyUI_examples/z_image/
|
||||
|
||||
Reference in New Issue
Block a user