mirror of
https://www.modelscope.cn/Comfy-Org/z_image.git
synced 2026-08-31 03:42:55 +08:00
Normalize README metadata and formatting (#12)
- Normalize README metadata and formatting (86cacd3f165c8b8c46f9e5ad811d364da769264c) - Place upstream sources with model description (fc76b6e1dc61f56cbe74785eeb30b13c74fa159f) (batch 1/1)
This commit is contained in:
29
README.md
29
README.md
@ -1,5 +1,30 @@
|
|||||||
---
|
---
|
||||||
|
license: apache-2.0
|
||||||
tags:
|
tags:
|
||||||
- diffusion-single-file
|
|
||||||
- comfyui
|
- comfyui
|
||||||
---
|
- diffusion-single-file
|
||||||
|
base_model:
|
||||||
|
- Tongyi-MAI/Z-Image
|
||||||
|
---
|
||||||
|
|
||||||
|
# Z-Image
|
||||||
|
|
||||||
|
Repackaged model files for ComfyUI.
|
||||||
|
|
||||||
|
Original model repository: https://huggingface.co/Tongyi-MAI/Z-Image
|
||||||
|
|
||||||
|
Place the files in the following folders:
|
||||||
|
|
||||||
|
```
|
||||||
|
📂 ComfyUI/
|
||||||
|
├── 📂 models/
|
||||||
|
│ ├── 📂 diffusion_models/
|
||||||
|
│ │ ├── z_image_bf16.safetensors
|
||||||
|
│ │ └── z_image_int8_convrot.safetensors
|
||||||
|
│ ├── 📂 text_encoders/
|
||||||
|
│ │ ├── qwen_3_4b.safetensors
|
||||||
|
│ │ ├── qwen_3_4b_fp4_mixed.safetensors
|
||||||
|
│ │ └── qwen_3_4b_fp8_mixed.safetensors
|
||||||
|
│ ├── 📂 vae/
|
||||||
|
│ │ └── ae.safetensors
|
||||||
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user