Commit ·
d271cae
0
Parent(s):
Duplicate from vantagewithai/Z-Image-GGUF
Browse filesCo-authored-by: Vantage with AI <vantagewithai@users.noreply.huggingface.co>
- .gitattributes +50 -0
- README.md +82 -0
- Vantage-Z-Image.json +957 -0
- z_image-BF16.gguf +3 -0
- z_image-Q2_K.gguf +3 -0
- z_image-Q3_K_M.gguf +3 -0
- z_image-Q3_K_S.gguf +3 -0
- z_image-Q4_0.gguf +3 -0
- z_image-Q4_1.gguf +3 -0
- z_image-Q4_K_M.gguf +3 -0
- z_image-Q4_K_S.gguf +3 -0
- z_image-Q5_0.gguf +3 -0
- z_image-Q5_1.gguf +3 -0
- z_image-Q5_K_M.gguf +3 -0
- z_image-Q5_K_S.gguf +3 -0
- z_image-Q6_K.gguf +3 -0
- z_image-Q8_0.gguf +3 -0
.gitattributes
ADDED
|
@@ -0,0 +1,50 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
*.7z filter=lfs diff=lfs merge=lfs -text
|
| 2 |
+
*.arrow filter=lfs diff=lfs merge=lfs -text
|
| 3 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
| 4 |
+
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
| 5 |
+
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
| 6 |
+
*.ftz filter=lfs diff=lfs merge=lfs -text
|
| 7 |
+
*.gz filter=lfs diff=lfs merge=lfs -text
|
| 8 |
+
*.h5 filter=lfs diff=lfs merge=lfs -text
|
| 9 |
+
*.joblib filter=lfs diff=lfs merge=lfs -text
|
| 10 |
+
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
| 11 |
+
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
| 12 |
+
*.model filter=lfs diff=lfs merge=lfs -text
|
| 13 |
+
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
| 14 |
+
*.npy filter=lfs diff=lfs merge=lfs -text
|
| 15 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
| 16 |
+
*.onnx filter=lfs diff=lfs merge=lfs -text
|
| 17 |
+
*.ot filter=lfs diff=lfs merge=lfs -text
|
| 18 |
+
*.parquet filter=lfs diff=lfs merge=lfs -text
|
| 19 |
+
*.pb filter=lfs diff=lfs merge=lfs -text
|
| 20 |
+
*.pickle filter=lfs diff=lfs merge=lfs -text
|
| 21 |
+
*.pkl filter=lfs diff=lfs merge=lfs -text
|
| 22 |
+
*.pt filter=lfs diff=lfs merge=lfs -text
|
| 23 |
+
*.pth filter=lfs diff=lfs merge=lfs -text
|
| 24 |
+
*.rar filter=lfs diff=lfs merge=lfs -text
|
| 25 |
+
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 26 |
+
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
| 27 |
+
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
| 28 |
+
*.tar filter=lfs diff=lfs merge=lfs -text
|
| 29 |
+
*.tflite filter=lfs diff=lfs merge=lfs -text
|
| 30 |
+
*.tgz filter=lfs diff=lfs merge=lfs -text
|
| 31 |
+
*.wasm filter=lfs diff=lfs merge=lfs -text
|
| 32 |
+
*.xz filter=lfs diff=lfs merge=lfs -text
|
| 33 |
+
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
+
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
+
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
z_image-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
z_image-Q3_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
z_image-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
z_image-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
z_image-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
z_image-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
z_image-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
z_image-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
z_image-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
z_image-Q5_1.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
z_image-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
z_image-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 48 |
+
z_image-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 49 |
+
z_image-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 50 |
+
z_image-BF16.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,82 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
pipeline_tag: text-to-image
|
| 6 |
+
library_name: diffusers
|
| 7 |
+
---
|
| 8 |
+
|
| 9 |
+
**Quantized GGUF version of Z-Image.**
|
| 10 |
+
|
| 11 |
+
**Original model link:** [https://huggingface.co/Tongyi-MAI/Z-Image](https://huggingface.co/Tongyi-MAI/Z-Image)
|
| 12 |
+
|
| 13 |
+
**Watch us at Youtube:** [@VantageWithAI](https://www.youtube.com/@vantagewithai)
|
| 14 |
+
|
| 15 |
+
|
| 16 |
+
<h1 align="center">⚡️- Image<br><sub><sup>An Efficient Image Generation Foundation Model with Single-Stream Diffusion Transformer</sup></sub></h1>
|
| 17 |
+
|
| 18 |
+
<div align="center">
|
| 19 |
+
|
| 20 |
+
[](https://tongyi-mai.github.io/Z-Image-blog/) 
|
| 21 |
+
[](https://github.com/Tongyi-MAI/Z-Image) 
|
| 22 |
+
[](https://huggingface.co/Tongyi-MAI/Z-Image) 
|
| 23 |
+
[](https://huggingface.co/spaces/Tongyi-MAI/Z-Image) 
|
| 24 |
+
[](https://www.modelscope.cn/models/Tongyi-MAI/Z-Image) 
|
| 25 |
+
[](https://www.modelscope.cn/aigc/imageGeneration?tab=advanced&versionId=569345&modelType=Checkpoint&sdVersion=Z_IMAGE&modelUrl=modelscope%3A%2F%2FTongyi-MAI%2FZ-Image%3Frevision%3Dmaster) 
|
| 26 |
+
<a href="https://arxiv.org/abs/2511.22699" target="_blank"><img src="https://img.shields.io/badge/Report-b5212f.svg?logo=arxiv" height="21px"></a>
|
| 27 |
+
|
| 28 |
+
Welcome to the official repository for the Z-Image(造相)project!
|
| 29 |
+
|
| 30 |
+
</div>
|
| 31 |
+
|
| 32 |
+
## 🎨 Z-Image
|
| 33 |
+
|
| 34 |
+

|
| 35 |
+

|
| 36 |
+

|
| 37 |
+

|
| 38 |
+
|
| 39 |
+
**Z-Image** is the foundation model of the ⚡️- Image family, engineered for good quality, robust generative diversity, broad stylistic coverage, and precise prompt adherence.
|
| 40 |
+
While Z-Image-Turbo is built for speed,
|
| 41 |
+
Z-Image is a full-capacity, undistilled transformer designed to be the backbone for creators, researchers, and developers who require the highest level of creative freedom.
|
| 42 |
+
|
| 43 |
+

|
| 44 |
+
|
| 45 |
+
### 🌟 Key Features
|
| 46 |
+
|
| 47 |
+
- **Undistilled Foundation**: As a non-distilled base model, Z-Image preserves the complete training signal. It supports full Classifier-Free Guidance (CFG), providing the precision required for complex prompt engineering and professional workflows.
|
| 48 |
+
- **Aesthetic Versatility**: Z-Image masters a vast spectrum of visual languages—from hyper-realistic photography and cinematic digital art to intricate anime and stylized illustrations. It is the ideal engine for scenarios requiring rich, multi-dimensional expression.
|
| 49 |
+
- **Enhanced Output Diversity**: Built for exploration, Z-Image delivers significantly higher variability in composition, facial identity, and lighting across different seeds, ensuring that multi-person scenes remain distinct and dynamic.
|
| 50 |
+
- **Built for Development**: The ideal starting point for the community. Its non-distilled nature makes it a good base for LoRA training, structural conditioning (ControlNet) and semantic conditioning.
|
| 51 |
+
- **Robust Negative Control**: Responds with high fidelity to negative prompting, allowing users to reliably suppress artifacts and adjust compositions.
|
| 52 |
+
|
| 53 |
+
### 🆚 Z-Image vs Z-Image-Turbo
|
| 54 |
+
|
| 55 |
+
| Aspect | Z-Image | Z-Image-Turbo |
|
| 56 |
+
|------|------|------|
|
| 57 |
+
| CFG | ✅ | ❌ |
|
| 58 |
+
| Steps | 28~50 | 8 |
|
| 59 |
+
| Fintunablity | ✅ | ❌ |
|
| 60 |
+
| Negative Prompting | ✅ | ❌ |
|
| 61 |
+
| Diversity | High | Low |
|
| 62 |
+
| Visual Quality | High | Very High |
|
| 63 |
+
| RL | ❌ | ✅ |
|
| 64 |
+
|
| 65 |
+
### Recommended Parameters
|
| 66 |
+
|
| 67 |
+
- **Resolution:** 512×512 to 2048×2048 (total pixel area, any aspect ratio)
|
| 68 |
+
- **Guidance scale:** 3.0 – 5.0
|
| 69 |
+
- **Inference steps:** 28 – 50
|
| 70 |
+
|
| 71 |
+
## 📜 Citation
|
| 72 |
+
|
| 73 |
+
If you find our work useful in your research, please consider citing:
|
| 74 |
+
|
| 75 |
+
```bibtex
|
| 76 |
+
@article{team2025zimage,
|
| 77 |
+
title={Z-Image: An Efficient Image Generation Foundation Model with Single-Stream Diffusion Transformer},
|
| 78 |
+
author={Z-Image Team},
|
| 79 |
+
journal={arXiv preprint arXiv:2511.22699},
|
| 80 |
+
year={2025}
|
| 81 |
+
}
|
| 82 |
+
```
|
Vantage-Z-Image.json
ADDED
|
@@ -0,0 +1,957 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"id": "9ae6082b-c7f4-433c-9971-7a8f65a3ea65",
|
| 3 |
+
"revision": 0,
|
| 4 |
+
"last_node_id": 56,
|
| 5 |
+
"last_link_id": 54,
|
| 6 |
+
"nodes": [
|
| 7 |
+
{
|
| 8 |
+
"id": 50,
|
| 9 |
+
"type": "Label (rgthree)",
|
| 10 |
+
"pos": [
|
| 11 |
+
294.2325083087423,
|
| 12 |
+
-34.23418922238439
|
| 13 |
+
],
|
| 14 |
+
"size": [
|
| 15 |
+
1060.8499755859375,
|
| 16 |
+
48
|
| 17 |
+
],
|
| 18 |
+
"flags": {
|
| 19 |
+
"allow_interaction": true
|
| 20 |
+
},
|
| 21 |
+
"order": 0,
|
| 22 |
+
"mode": 0,
|
| 23 |
+
"inputs": [],
|
| 24 |
+
"outputs": [],
|
| 25 |
+
"title": "Tutorial https://www.youtube.com/@vantagewithai",
|
| 26 |
+
"properties": {
|
| 27 |
+
"fontSize": 48,
|
| 28 |
+
"fontFamily": "Arial",
|
| 29 |
+
"fontColor": "#ffffff",
|
| 30 |
+
"textAlign": "left",
|
| 31 |
+
"backgroundColor": "transparent",
|
| 32 |
+
"padding": 0,
|
| 33 |
+
"borderRadius": 0,
|
| 34 |
+
"angle": 0
|
| 35 |
+
},
|
| 36 |
+
"color": "#fff0",
|
| 37 |
+
"bgcolor": "#fff0"
|
| 38 |
+
},
|
| 39 |
+
{
|
| 40 |
+
"id": 49,
|
| 41 |
+
"type": "Label (rgthree)",
|
| 42 |
+
"pos": [
|
| 43 |
+
628.3623911212421,
|
| 44 |
+
-107.70916480832189
|
| 45 |
+
],
|
| 46 |
+
"size": [
|
| 47 |
+
332.6666564941406,
|
| 48 |
+
48
|
| 49 |
+
],
|
| 50 |
+
"flags": {
|
| 51 |
+
"allow_interaction": true
|
| 52 |
+
},
|
| 53 |
+
"order": 1,
|
| 54 |
+
"mode": 0,
|
| 55 |
+
"inputs": [],
|
| 56 |
+
"outputs": [],
|
| 57 |
+
"title": "Vantage with AI",
|
| 58 |
+
"properties": {
|
| 59 |
+
"fontSize": 48,
|
| 60 |
+
"fontFamily": "Arial",
|
| 61 |
+
"fontColor": "#ffffff",
|
| 62 |
+
"textAlign": "left",
|
| 63 |
+
"backgroundColor": "transparent",
|
| 64 |
+
"padding": 0,
|
| 65 |
+
"borderRadius": 0,
|
| 66 |
+
"angle": 0
|
| 67 |
+
},
|
| 68 |
+
"color": "#fff0",
|
| 69 |
+
"bgcolor": "#fff0"
|
| 70 |
+
},
|
| 71 |
+
{
|
| 72 |
+
"id": 44,
|
| 73 |
+
"type": "VAELoader",
|
| 74 |
+
"pos": [
|
| 75 |
+
48.17294607655372,
|
| 76 |
+
708.1059347219636
|
| 77 |
+
],
|
| 78 |
+
"size": [
|
| 79 |
+
270,
|
| 80 |
+
58
|
| 81 |
+
],
|
| 82 |
+
"flags": {},
|
| 83 |
+
"order": 2,
|
| 84 |
+
"mode": 0,
|
| 85 |
+
"inputs": [],
|
| 86 |
+
"outputs": [
|
| 87 |
+
{
|
| 88 |
+
"name": "VAE",
|
| 89 |
+
"type": "VAE",
|
| 90 |
+
"links": [
|
| 91 |
+
38
|
| 92 |
+
]
|
| 93 |
+
}
|
| 94 |
+
],
|
| 95 |
+
"properties": {
|
| 96 |
+
"cnr_id": "comfy-core",
|
| 97 |
+
"ver": "0.3.73",
|
| 98 |
+
"Node name for S&R": "VAELoader",
|
| 99 |
+
"models": [
|
| 100 |
+
{
|
| 101 |
+
"name": "ae.safetensors",
|
| 102 |
+
"url": "https://huggingface.co/Comfy-Org/z_image_turbo/resolve/main/split_files/vae/ae.safetensors",
|
| 103 |
+
"directory": "vae"
|
| 104 |
+
}
|
| 105 |
+
],
|
| 106 |
+
"enableTabs": false,
|
| 107 |
+
"tabWidth": 65,
|
| 108 |
+
"tabXOffset": 10,
|
| 109 |
+
"hasSecondTab": false,
|
| 110 |
+
"secondTabText": "Send Back",
|
| 111 |
+
"secondTabOffset": 80,
|
| 112 |
+
"secondTabWidth": 65
|
| 113 |
+
},
|
| 114 |
+
"widgets_values": [
|
| 115 |
+
"ae.safetensors"
|
| 116 |
+
],
|
| 117 |
+
"color": "#322",
|
| 118 |
+
"bgcolor": "#533"
|
| 119 |
+
},
|
| 120 |
+
{
|
| 121 |
+
"id": 52,
|
| 122 |
+
"type": "Any Switch (rgthree)",
|
| 123 |
+
"pos": [
|
| 124 |
+
48.17294607655372,
|
| 125 |
+
505.01810791895036
|
| 126 |
+
],
|
| 127 |
+
"size": [
|
| 128 |
+
263.6999908447266,
|
| 129 |
+
106
|
| 130 |
+
],
|
| 131 |
+
"flags": {
|
| 132 |
+
"collapsed": true
|
| 133 |
+
},
|
| 134 |
+
"order": 10,
|
| 135 |
+
"mode": 0,
|
| 136 |
+
"inputs": [
|
| 137 |
+
{
|
| 138 |
+
"dir": 3,
|
| 139 |
+
"name": "any_01",
|
| 140 |
+
"type": "MODEL",
|
| 141 |
+
"link": 48
|
| 142 |
+
},
|
| 143 |
+
{
|
| 144 |
+
"dir": 3,
|
| 145 |
+
"name": "any_02",
|
| 146 |
+
"type": "MODEL",
|
| 147 |
+
"link": 49
|
| 148 |
+
},
|
| 149 |
+
{
|
| 150 |
+
"dir": 3,
|
| 151 |
+
"name": "any_03",
|
| 152 |
+
"type": "MODEL",
|
| 153 |
+
"link": null
|
| 154 |
+
},
|
| 155 |
+
{
|
| 156 |
+
"dir": 3,
|
| 157 |
+
"name": "any_04",
|
| 158 |
+
"type": "MODEL",
|
| 159 |
+
"link": null
|
| 160 |
+
},
|
| 161 |
+
{
|
| 162 |
+
"name": "any_05",
|
| 163 |
+
"type": "MODEL",
|
| 164 |
+
"link": null
|
| 165 |
+
}
|
| 166 |
+
],
|
| 167 |
+
"outputs": [
|
| 168 |
+
{
|
| 169 |
+
"dir": 4,
|
| 170 |
+
"label": "MODEL",
|
| 171 |
+
"name": "*",
|
| 172 |
+
"shape": 3,
|
| 173 |
+
"type": "MODEL",
|
| 174 |
+
"links": [
|
| 175 |
+
50
|
| 176 |
+
]
|
| 177 |
+
}
|
| 178 |
+
],
|
| 179 |
+
"title": "Model Switcher",
|
| 180 |
+
"properties": {
|
| 181 |
+
"cnr_id": "rgthree-comfy",
|
| 182 |
+
"ver": "1.0.2511270846"
|
| 183 |
+
},
|
| 184 |
+
"widgets_values": [],
|
| 185 |
+
"color": "#223",
|
| 186 |
+
"bgcolor": "#335"
|
| 187 |
+
},
|
| 188 |
+
{
|
| 189 |
+
"id": 53,
|
| 190 |
+
"type": "Fast Groups Bypasser (rgthree)",
|
| 191 |
+
"pos": [
|
| 192 |
+
570.7415992178326,
|
| 193 |
+
201.18936008127508
|
| 194 |
+
],
|
| 195 |
+
"size": [
|
| 196 |
+
290.357577792081,
|
| 197 |
+
82
|
| 198 |
+
],
|
| 199 |
+
"flags": {},
|
| 200 |
+
"order": 3,
|
| 201 |
+
"mode": 0,
|
| 202 |
+
"inputs": [],
|
| 203 |
+
"outputs": [
|
| 204 |
+
{
|
| 205 |
+
"name": "OPT_CONNECTION",
|
| 206 |
+
"type": "*",
|
| 207 |
+
"links": null
|
| 208 |
+
}
|
| 209 |
+
],
|
| 210 |
+
"title": "Model Selector",
|
| 211 |
+
"properties": {
|
| 212 |
+
"matchColors": "black",
|
| 213 |
+
"matchTitle": "",
|
| 214 |
+
"showNav": true,
|
| 215 |
+
"showAllGraphs": true,
|
| 216 |
+
"sort": "position",
|
| 217 |
+
"customSortAlphabet": "",
|
| 218 |
+
"toggleRestriction": "always one"
|
| 219 |
+
},
|
| 220 |
+
"color": "#223",
|
| 221 |
+
"bgcolor": "#335"
|
| 222 |
+
},
|
| 223 |
+
{
|
| 224 |
+
"id": 48,
|
| 225 |
+
"type": "UnetLoaderGGUF",
|
| 226 |
+
"pos": [
|
| 227 |
+
51.80930971291719,
|
| 228 |
+
390.84653819644217
|
| 229 |
+
],
|
| 230 |
+
"size": [
|
| 231 |
+
254.54545454545456,
|
| 232 |
+
58
|
| 233 |
+
],
|
| 234 |
+
"flags": {},
|
| 235 |
+
"order": 4,
|
| 236 |
+
"mode": 4,
|
| 237 |
+
"inputs": [],
|
| 238 |
+
"outputs": [
|
| 239 |
+
{
|
| 240 |
+
"name": "MODEL",
|
| 241 |
+
"type": "MODEL",
|
| 242 |
+
"links": [
|
| 243 |
+
49
|
| 244 |
+
]
|
| 245 |
+
}
|
| 246 |
+
],
|
| 247 |
+
"properties": {
|
| 248 |
+
"cnr_id": "comfyui-gguf",
|
| 249 |
+
"ver": "1.1.5",
|
| 250 |
+
"Node name for S&R": "UnetLoaderGGUF"
|
| 251 |
+
},
|
| 252 |
+
"widgets_values": [
|
| 253 |
+
"z_image-Q5_K_S.gguf"
|
| 254 |
+
],
|
| 255 |
+
"color": "#223",
|
| 256 |
+
"bgcolor": "#335"
|
| 257 |
+
},
|
| 258 |
+
{
|
| 259 |
+
"id": 35,
|
| 260 |
+
"type": "MarkdownNote",
|
| 261 |
+
"pos": [
|
| 262 |
+
-485.83192646000583,
|
| 263 |
+
156.76775786993537
|
| 264 |
+
],
|
| 265 |
+
"size": [
|
| 266 |
+
489.59784066664145,
|
| 267 |
+
425.48448038093795
|
| 268 |
+
],
|
| 269 |
+
"flags": {
|
| 270 |
+
"collapsed": false
|
| 271 |
+
},
|
| 272 |
+
"order": 5,
|
| 273 |
+
"mode": 0,
|
| 274 |
+
"inputs": [],
|
| 275 |
+
"outputs": [],
|
| 276 |
+
"title": "Download Links",
|
| 277 |
+
"properties": {},
|
| 278 |
+
"widgets_values": [
|
| 279 |
+
"## Model links\n\n**diffusion_models**\n\n- [z_image_bf16.safetensors](https://huggingface.co/Comfy-Org/z_image/resolve/main/split_files/diffusion_models/z_image_bf16.safetensors)\n\n**GGUF**\n\n- [z_image-xxxx.gguf](https://huggingface.co/vantagewithai/Z-Image-GGUF)\n\n\n**text_encoders**\n\n- [qwen_3_4b.safetensors](https://huggingface.co/Comfy-Org/z_image_turbo/resolve/main/split_files/text_encoders/qwen_3_4b.safetensors)\n\n\n\n**vae**\n\n- [ae.safetensors](https://huggingface.co/Comfy-Org/z_image_turbo/resolve/main/split_files/vae/ae.safetensors)\n\n\nModel Storage Location\n\n```\n📂 ComfyUI/\n├── 📂 models/\n│ ├── 📂 text_encoders/\n│ │ └── qwen_3_4b.safetensors\n│ ├── 📂 diffusion_models/\n│ │ └── z_image_bf16.safetensors\n│ ├── 📂 unet/\n│ │ └── z_image-xxxx.gguf\n│ └── 📂 vae/\n│ └── ae.safetensors\n```\n\n"
|
| 280 |
+
],
|
| 281 |
+
"color": "#222",
|
| 282 |
+
"bgcolor": "#000"
|
| 283 |
+
},
|
| 284 |
+
{
|
| 285 |
+
"id": 47,
|
| 286 |
+
"type": "UNETLoader",
|
| 287 |
+
"pos": [
|
| 288 |
+
49.99112789473544,
|
| 289 |
+
226.76229447913636
|
| 290 |
+
],
|
| 291 |
+
"size": [
|
| 292 |
+
258.1818181818182,
|
| 293 |
+
82
|
| 294 |
+
],
|
| 295 |
+
"flags": {},
|
| 296 |
+
"order": 6,
|
| 297 |
+
"mode": 0,
|
| 298 |
+
"inputs": [],
|
| 299 |
+
"outputs": [
|
| 300 |
+
{
|
| 301 |
+
"name": "MODEL",
|
| 302 |
+
"type": "MODEL",
|
| 303 |
+
"links": [
|
| 304 |
+
48
|
| 305 |
+
]
|
| 306 |
+
}
|
| 307 |
+
],
|
| 308 |
+
"properties": {
|
| 309 |
+
"cnr_id": "comfy-core",
|
| 310 |
+
"ver": "0.3.73",
|
| 311 |
+
"Node name for S&R": "UNETLoader",
|
| 312 |
+
"models": [
|
| 313 |
+
{
|
| 314 |
+
"name": "z_image_turbo_bf16.safetensors",
|
| 315 |
+
"url": "https://huggingface.co/Comfy-Org/z_image_turbo/resolve/main/split_files/diffusion_models/z_image_turbo_bf16.safetensors",
|
| 316 |
+
"directory": "diffusion_models"
|
| 317 |
+
}
|
| 318 |
+
],
|
| 319 |
+
"enableTabs": false,
|
| 320 |
+
"tabWidth": 65,
|
| 321 |
+
"tabXOffset": 10,
|
| 322 |
+
"hasSecondTab": false,
|
| 323 |
+
"secondTabText": "Send Back",
|
| 324 |
+
"secondTabOffset": 80,
|
| 325 |
+
"secondTabWidth": 65
|
| 326 |
+
},
|
| 327 |
+
"widgets_values": [
|
| 328 |
+
"z_image_bf16.safetensors",
|
| 329 |
+
"default"
|
| 330 |
+
],
|
| 331 |
+
"color": "#223",
|
| 332 |
+
"bgcolor": "#335"
|
| 333 |
+
},
|
| 334 |
+
{
|
| 335 |
+
"id": 46,
|
| 336 |
+
"type": "CLIPLoader",
|
| 337 |
+
"pos": [
|
| 338 |
+
48.17294607655372,
|
| 339 |
+
555.4762364592027
|
| 340 |
+
],
|
| 341 |
+
"size": [
|
| 342 |
+
270,
|
| 343 |
+
106
|
| 344 |
+
],
|
| 345 |
+
"flags": {},
|
| 346 |
+
"order": 7,
|
| 347 |
+
"mode": 0,
|
| 348 |
+
"inputs": [],
|
| 349 |
+
"outputs": [
|
| 350 |
+
{
|
| 351 |
+
"name": "CLIP",
|
| 352 |
+
"type": "CLIP",
|
| 353 |
+
"links": [
|
| 354 |
+
43,
|
| 355 |
+
54
|
| 356 |
+
]
|
| 357 |
+
}
|
| 358 |
+
],
|
| 359 |
+
"properties": {
|
| 360 |
+
"cnr_id": "comfy-core",
|
| 361 |
+
"ver": "0.3.73",
|
| 362 |
+
"Node name for S&R": "CLIPLoader",
|
| 363 |
+
"models": [
|
| 364 |
+
{
|
| 365 |
+
"name": "qwen_3_4b.safetensors",
|
| 366 |
+
"url": "https://huggingface.co/Comfy-Org/z_image_turbo/resolve/main/split_files/text_encoders/qwen_3_4b.safetensors",
|
| 367 |
+
"directory": "text_encoders"
|
| 368 |
+
}
|
| 369 |
+
],
|
| 370 |
+
"enableTabs": false,
|
| 371 |
+
"tabWidth": 65,
|
| 372 |
+
"tabXOffset": 10,
|
| 373 |
+
"hasSecondTab": false,
|
| 374 |
+
"secondTabText": "Send Back",
|
| 375 |
+
"secondTabOffset": 80,
|
| 376 |
+
"secondTabWidth": 65
|
| 377 |
+
},
|
| 378 |
+
"widgets_values": [
|
| 379 |
+
"qwen_3_4b.safetensors",
|
| 380 |
+
"lumina2",
|
| 381 |
+
"default"
|
| 382 |
+
],
|
| 383 |
+
"color": "#432",
|
| 384 |
+
"bgcolor": "#653"
|
| 385 |
+
},
|
| 386 |
+
{
|
| 387 |
+
"id": 51,
|
| 388 |
+
"type": "ModelSamplingAuraFlow",
|
| 389 |
+
"pos": [
|
| 390 |
+
895.4143264905599,
|
| 391 |
+
200.19992610076872
|
| 392 |
+
],
|
| 393 |
+
"size": [
|
| 394 |
+
282,
|
| 395 |
+
58
|
| 396 |
+
],
|
| 397 |
+
"flags": {},
|
| 398 |
+
"order": 13,
|
| 399 |
+
"mode": 0,
|
| 400 |
+
"inputs": [
|
| 401 |
+
{
|
| 402 |
+
"name": "model",
|
| 403 |
+
"type": "MODEL",
|
| 404 |
+
"link": 50
|
| 405 |
+
}
|
| 406 |
+
],
|
| 407 |
+
"outputs": [
|
| 408 |
+
{
|
| 409 |
+
"name": "MODEL",
|
| 410 |
+
"type": "MODEL",
|
| 411 |
+
"slot_index": 0,
|
| 412 |
+
"links": [
|
| 413 |
+
51
|
| 414 |
+
]
|
| 415 |
+
}
|
| 416 |
+
],
|
| 417 |
+
"properties": {
|
| 418 |
+
"cnr_id": "comfy-core",
|
| 419 |
+
"ver": "0.3.64",
|
| 420 |
+
"Node name for S&R": "ModelSamplingAuraFlow",
|
| 421 |
+
"enableTabs": false,
|
| 422 |
+
"tabWidth": 65,
|
| 423 |
+
"tabXOffset": 10,
|
| 424 |
+
"hasSecondTab": false,
|
| 425 |
+
"secondTabText": "Send Back",
|
| 426 |
+
"secondTabOffset": 80,
|
| 427 |
+
"secondTabWidth": 65
|
| 428 |
+
},
|
| 429 |
+
"widgets_values": [
|
| 430 |
+
3
|
| 431 |
+
],
|
| 432 |
+
"color": "#233",
|
| 433 |
+
"bgcolor": "#355"
|
| 434 |
+
},
|
| 435 |
+
{
|
| 436 |
+
"id": 40,
|
| 437 |
+
"type": "VAEDecode",
|
| 438 |
+
"pos": [
|
| 439 |
+
894.8129876082755,
|
| 440 |
+
612.1493678396575
|
| 441 |
+
],
|
| 442 |
+
"size": [
|
| 443 |
+
284,
|
| 444 |
+
48
|
| 445 |
+
],
|
| 446 |
+
"flags": {},
|
| 447 |
+
"order": 15,
|
| 448 |
+
"mode": 0,
|
| 449 |
+
"inputs": [
|
| 450 |
+
{
|
| 451 |
+
"name": "samples",
|
| 452 |
+
"type": "LATENT",
|
| 453 |
+
"link": 37
|
| 454 |
+
},
|
| 455 |
+
{
|
| 456 |
+
"name": "vae",
|
| 457 |
+
"type": "VAE",
|
| 458 |
+
"link": 38
|
| 459 |
+
}
|
| 460 |
+
],
|
| 461 |
+
"outputs": [
|
| 462 |
+
{
|
| 463 |
+
"name": "IMAGE",
|
| 464 |
+
"type": "IMAGE",
|
| 465 |
+
"slot_index": 0,
|
| 466 |
+
"links": [
|
| 467 |
+
44
|
| 468 |
+
]
|
| 469 |
+
}
|
| 470 |
+
],
|
| 471 |
+
"properties": {
|
| 472 |
+
"cnr_id": "comfy-core",
|
| 473 |
+
"ver": "0.3.64",
|
| 474 |
+
"Node name for S&R": "VAEDecode",
|
| 475 |
+
"enableTabs": false,
|
| 476 |
+
"tabWidth": 65,
|
| 477 |
+
"tabXOffset": 10,
|
| 478 |
+
"hasSecondTab": false,
|
| 479 |
+
"secondTabText": "Send Back",
|
| 480 |
+
"secondTabOffset": 80,
|
| 481 |
+
"secondTabWidth": 65
|
| 482 |
+
},
|
| 483 |
+
"widgets_values": [],
|
| 484 |
+
"color": "#233",
|
| 485 |
+
"bgcolor": "#355"
|
| 486 |
+
},
|
| 487 |
+
{
|
| 488 |
+
"id": 55,
|
| 489 |
+
"type": "MarkdownNote",
|
| 490 |
+
"pos": [
|
| 491 |
+
885.7415992178326,
|
| 492 |
+
717.2817442825865
|
| 493 |
+
],
|
| 494 |
+
"size": [
|
| 495 |
+
307,
|
| 496 |
+
88
|
| 497 |
+
],
|
| 498 |
+
"flags": {},
|
| 499 |
+
"order": 8,
|
| 500 |
+
"mode": 0,
|
| 501 |
+
"inputs": [],
|
| 502 |
+
"outputs": [],
|
| 503 |
+
"title": "Note:",
|
| 504 |
+
"properties": {},
|
| 505 |
+
"widgets_values": [
|
| 506 |
+
"- **Steps:** 25-50 (Increase for higher quality)\n- **cfg:** 4-7"
|
| 507 |
+
],
|
| 508 |
+
"color": "#222",
|
| 509 |
+
"bgcolor": "#000"
|
| 510 |
+
},
|
| 511 |
+
{
|
| 512 |
+
"id": 9,
|
| 513 |
+
"type": "SaveImage",
|
| 514 |
+
"pos": [
|
| 515 |
+
1205.0086069058125,
|
| 516 |
+
159.67951544964455
|
| 517 |
+
],
|
| 518 |
+
"size": [
|
| 519 |
+
666.5454545454545,
|
| 520 |
+
751.909090909091
|
| 521 |
+
],
|
| 522 |
+
"flags": {},
|
| 523 |
+
"order": 16,
|
| 524 |
+
"mode": 0,
|
| 525 |
+
"inputs": [
|
| 526 |
+
{
|
| 527 |
+
"name": "images",
|
| 528 |
+
"type": "IMAGE",
|
| 529 |
+
"link": 44
|
| 530 |
+
}
|
| 531 |
+
],
|
| 532 |
+
"outputs": [],
|
| 533 |
+
"properties": {
|
| 534 |
+
"cnr_id": "comfy-core",
|
| 535 |
+
"ver": "0.3.64",
|
| 536 |
+
"Node name for S&R": "SaveImage",
|
| 537 |
+
"enableTabs": false,
|
| 538 |
+
"tabWidth": 65,
|
| 539 |
+
"tabXOffset": 10,
|
| 540 |
+
"hasSecondTab": false,
|
| 541 |
+
"secondTabText": "Send Back",
|
| 542 |
+
"secondTabOffset": 80,
|
| 543 |
+
"secondTabWidth": 65
|
| 544 |
+
},
|
| 545 |
+
"widgets_values": [
|
| 546 |
+
"z-image/i"
|
| 547 |
+
]
|
| 548 |
+
},
|
| 549 |
+
{
|
| 550 |
+
"id": 45,
|
| 551 |
+
"type": "EmptySD3LatentImage",
|
| 552 |
+
"pos": [
|
| 553 |
+
347.3323130635773,
|
| 554 |
+
199.18936008127508
|
| 555 |
+
],
|
| 556 |
+
"size": [
|
| 557 |
+
215,
|
| 558 |
+
106
|
| 559 |
+
],
|
| 560 |
+
"flags": {},
|
| 561 |
+
"order": 9,
|
| 562 |
+
"mode": 0,
|
| 563 |
+
"inputs": [],
|
| 564 |
+
"outputs": [
|
| 565 |
+
{
|
| 566 |
+
"name": "LATENT",
|
| 567 |
+
"type": "LATENT",
|
| 568 |
+
"slot_index": 0,
|
| 569 |
+
"links": [
|
| 570 |
+
42
|
| 571 |
+
]
|
| 572 |
+
}
|
| 573 |
+
],
|
| 574 |
+
"properties": {
|
| 575 |
+
"cnr_id": "comfy-core",
|
| 576 |
+
"ver": "0.3.64",
|
| 577 |
+
"Node name for S&R": "EmptySD3LatentImage",
|
| 578 |
+
"enableTabs": false,
|
| 579 |
+
"tabWidth": 65,
|
| 580 |
+
"tabXOffset": 10,
|
| 581 |
+
"hasSecondTab": false,
|
| 582 |
+
"secondTabText": "Send Back",
|
| 583 |
+
"secondTabOffset": 80,
|
| 584 |
+
"secondTabWidth": 65
|
| 585 |
+
},
|
| 586 |
+
"widgets_values": [
|
| 587 |
+
1024,
|
| 588 |
+
1024,
|
| 589 |
+
1
|
| 590 |
+
],
|
| 591 |
+
"color": "#2a363b",
|
| 592 |
+
"bgcolor": "#3f5159"
|
| 593 |
+
},
|
| 594 |
+
{
|
| 595 |
+
"id": 56,
|
| 596 |
+
"type": "CLIPTextEncode",
|
| 597 |
+
"pos": [
|
| 598 |
+
351.7415992178326,
|
| 599 |
+
842.2817442825865
|
| 600 |
+
],
|
| 601 |
+
"size": [
|
| 602 |
+
511,
|
| 603 |
+
96
|
| 604 |
+
],
|
| 605 |
+
"flags": {},
|
| 606 |
+
"order": 12,
|
| 607 |
+
"mode": 0,
|
| 608 |
+
"inputs": [
|
| 609 |
+
{
|
| 610 |
+
"name": "clip",
|
| 611 |
+
"type": "CLIP",
|
| 612 |
+
"link": 54
|
| 613 |
+
}
|
| 614 |
+
],
|
| 615 |
+
"outputs": [
|
| 616 |
+
{
|
| 617 |
+
"name": "CONDITIONING",
|
| 618 |
+
"type": "CONDITIONING",
|
| 619 |
+
"links": [
|
| 620 |
+
53
|
| 621 |
+
]
|
| 622 |
+
}
|
| 623 |
+
],
|
| 624 |
+
"title": "CLIP Text Encode (Negative Prompt)",
|
| 625 |
+
"properties": {
|
| 626 |
+
"cnr_id": "comfy-core",
|
| 627 |
+
"ver": "0.3.73",
|
| 628 |
+
"Node name for S&R": "CLIPTextEncode",
|
| 629 |
+
"enableTabs": false,
|
| 630 |
+
"tabWidth": 65,
|
| 631 |
+
"tabXOffset": 10,
|
| 632 |
+
"hasSecondTab": false,
|
| 633 |
+
"secondTabText": "Send Back",
|
| 634 |
+
"secondTabOffset": 80,
|
| 635 |
+
"secondTabWidth": 65
|
| 636 |
+
},
|
| 637 |
+
"widgets_values": [
|
| 638 |
+
""
|
| 639 |
+
],
|
| 640 |
+
"color": "#222",
|
| 641 |
+
"bgcolor": "#000"
|
| 642 |
+
},
|
| 643 |
+
{
|
| 644 |
+
"id": 41,
|
| 645 |
+
"type": "KSampler",
|
| 646 |
+
"pos": [
|
| 647 |
+
894.1430111501613,
|
| 648 |
+
304.803026072321
|
| 649 |
+
],
|
| 650 |
+
"size": [
|
| 651 |
+
287,
|
| 652 |
+
262
|
| 653 |
+
],
|
| 654 |
+
"flags": {},
|
| 655 |
+
"order": 14,
|
| 656 |
+
"mode": 0,
|
| 657 |
+
"inputs": [
|
| 658 |
+
{
|
| 659 |
+
"name": "model",
|
| 660 |
+
"type": "MODEL",
|
| 661 |
+
"link": 51
|
| 662 |
+
},
|
| 663 |
+
{
|
| 664 |
+
"name": "positive",
|
| 665 |
+
"type": "CONDITIONING",
|
| 666 |
+
"link": 40
|
| 667 |
+
},
|
| 668 |
+
{
|
| 669 |
+
"name": "negative",
|
| 670 |
+
"type": "CONDITIONING",
|
| 671 |
+
"link": 53
|
| 672 |
+
},
|
| 673 |
+
{
|
| 674 |
+
"name": "latent_image",
|
| 675 |
+
"type": "LATENT",
|
| 676 |
+
"link": 42
|
| 677 |
+
}
|
| 678 |
+
],
|
| 679 |
+
"outputs": [
|
| 680 |
+
{
|
| 681 |
+
"name": "LATENT",
|
| 682 |
+
"type": "LATENT",
|
| 683 |
+
"slot_index": 0,
|
| 684 |
+
"links": [
|
| 685 |
+
37
|
| 686 |
+
]
|
| 687 |
+
}
|
| 688 |
+
],
|
| 689 |
+
"properties": {
|
| 690 |
+
"cnr_id": "comfy-core",
|
| 691 |
+
"ver": "0.3.64",
|
| 692 |
+
"Node name for S&R": "KSampler",
|
| 693 |
+
"enableTabs": false,
|
| 694 |
+
"tabWidth": 65,
|
| 695 |
+
"tabXOffset": 10,
|
| 696 |
+
"hasSecondTab": false,
|
| 697 |
+
"secondTabText": "Send Back",
|
| 698 |
+
"secondTabOffset": 80,
|
| 699 |
+
"secondTabWidth": 65
|
| 700 |
+
},
|
| 701 |
+
"widgets_values": [
|
| 702 |
+
637065345274832,
|
| 703 |
+
"randomize",
|
| 704 |
+
28,
|
| 705 |
+
4,
|
| 706 |
+
"res_multistep",
|
| 707 |
+
"simple",
|
| 708 |
+
1
|
| 709 |
+
],
|
| 710 |
+
"color": "#233",
|
| 711 |
+
"bgcolor": "#355"
|
| 712 |
+
},
|
| 713 |
+
{
|
| 714 |
+
"id": 42,
|
| 715 |
+
"type": "CLIPTextEncode",
|
| 716 |
+
"pos": [
|
| 717 |
+
350.03603028432434,
|
| 718 |
+
400.04250548346147
|
| 719 |
+
],
|
| 720 |
+
"size": [
|
| 721 |
+
513,
|
| 722 |
+
400.45454545454555
|
| 723 |
+
],
|
| 724 |
+
"flags": {},
|
| 725 |
+
"order": 11,
|
| 726 |
+
"mode": 0,
|
| 727 |
+
"inputs": [
|
| 728 |
+
{
|
| 729 |
+
"name": "clip",
|
| 730 |
+
"type": "CLIP",
|
| 731 |
+
"link": 43
|
| 732 |
+
}
|
| 733 |
+
],
|
| 734 |
+
"outputs": [
|
| 735 |
+
{
|
| 736 |
+
"name": "CONDITIONING",
|
| 737 |
+
"type": "CONDITIONING",
|
| 738 |
+
"links": [
|
| 739 |
+
40
|
| 740 |
+
]
|
| 741 |
+
}
|
| 742 |
+
],
|
| 743 |
+
"properties": {
|
| 744 |
+
"cnr_id": "comfy-core",
|
| 745 |
+
"ver": "0.3.73",
|
| 746 |
+
"Node name for S&R": "CLIPTextEncode",
|
| 747 |
+
"enableTabs": false,
|
| 748 |
+
"tabWidth": 65,
|
| 749 |
+
"tabXOffset": 10,
|
| 750 |
+
"hasSecondTab": false,
|
| 751 |
+
"secondTabText": "Send Back",
|
| 752 |
+
"secondTabOffset": 80,
|
| 753 |
+
"secondTabWidth": 65
|
| 754 |
+
},
|
| 755 |
+
"widgets_values": [
|
| 756 |
+
""
|
| 757 |
+
],
|
| 758 |
+
"color": "#232",
|
| 759 |
+
"bgcolor": "#353"
|
| 760 |
+
}
|
| 761 |
+
],
|
| 762 |
+
"links": [
|
| 763 |
+
[
|
| 764 |
+
37,
|
| 765 |
+
41,
|
| 766 |
+
0,
|
| 767 |
+
40,
|
| 768 |
+
0,
|
| 769 |
+
"LATENT"
|
| 770 |
+
],
|
| 771 |
+
[
|
| 772 |
+
38,
|
| 773 |
+
44,
|
| 774 |
+
0,
|
| 775 |
+
40,
|
| 776 |
+
1,
|
| 777 |
+
"VAE"
|
| 778 |
+
],
|
| 779 |
+
[
|
| 780 |
+
40,
|
| 781 |
+
42,
|
| 782 |
+
0,
|
| 783 |
+
41,
|
| 784 |
+
1,
|
| 785 |
+
"CONDITIONING"
|
| 786 |
+
],
|
| 787 |
+
[
|
| 788 |
+
42,
|
| 789 |
+
45,
|
| 790 |
+
0,
|
| 791 |
+
41,
|
| 792 |
+
3,
|
| 793 |
+
"LATENT"
|
| 794 |
+
],
|
| 795 |
+
[
|
| 796 |
+
43,
|
| 797 |
+
46,
|
| 798 |
+
0,
|
| 799 |
+
42,
|
| 800 |
+
0,
|
| 801 |
+
"CLIP"
|
| 802 |
+
],
|
| 803 |
+
[
|
| 804 |
+
44,
|
| 805 |
+
40,
|
| 806 |
+
0,
|
| 807 |
+
9,
|
| 808 |
+
0,
|
| 809 |
+
"IMAGE"
|
| 810 |
+
],
|
| 811 |
+
[
|
| 812 |
+
48,
|
| 813 |
+
47,
|
| 814 |
+
0,
|
| 815 |
+
52,
|
| 816 |
+
0,
|
| 817 |
+
"MODEL"
|
| 818 |
+
],
|
| 819 |
+
[
|
| 820 |
+
49,
|
| 821 |
+
48,
|
| 822 |
+
0,
|
| 823 |
+
52,
|
| 824 |
+
1,
|
| 825 |
+
"MODEL"
|
| 826 |
+
],
|
| 827 |
+
[
|
| 828 |
+
50,
|
| 829 |
+
52,
|
| 830 |
+
0,
|
| 831 |
+
51,
|
| 832 |
+
0,
|
| 833 |
+
"MODEL"
|
| 834 |
+
],
|
| 835 |
+
[
|
| 836 |
+
51,
|
| 837 |
+
51,
|
| 838 |
+
0,
|
| 839 |
+
41,
|
| 840 |
+
0,
|
| 841 |
+
"MODEL"
|
| 842 |
+
],
|
| 843 |
+
[
|
| 844 |
+
53,
|
| 845 |
+
56,
|
| 846 |
+
0,
|
| 847 |
+
41,
|
| 848 |
+
2,
|
| 849 |
+
"CONDITIONING"
|
| 850 |
+
],
|
| 851 |
+
[
|
| 852 |
+
54,
|
| 853 |
+
46,
|
| 854 |
+
0,
|
| 855 |
+
56,
|
| 856 |
+
0,
|
| 857 |
+
"CLIP"
|
| 858 |
+
]
|
| 859 |
+
],
|
| 860 |
+
"groups": [
|
| 861 |
+
{
|
| 862 |
+
"id": 3,
|
| 863 |
+
"title": "Prompt",
|
| 864 |
+
"bounding": [
|
| 865 |
+
340.03603028432434,
|
| 866 |
+
326.44250548346145,
|
| 867 |
+
533,
|
| 868 |
+
621.839238799125
|
| 869 |
+
],
|
| 870 |
+
"color": "#8A8",
|
| 871 |
+
"font_size": 24,
|
| 872 |
+
"flags": {}
|
| 873 |
+
},
|
| 874 |
+
{
|
| 875 |
+
"id": 4,
|
| 876 |
+
"title": "Load models",
|
| 877 |
+
"bounding": [
|
| 878 |
+
29.991127894735435,
|
| 879 |
+
120.76229447913624,
|
| 880 |
+
298.1818181818183,
|
| 881 |
+
655.3436402428274
|
| 882 |
+
],
|
| 883 |
+
"color": "#88A",
|
| 884 |
+
"font_size": 24,
|
| 885 |
+
"flags": {}
|
| 886 |
+
},
|
| 887 |
+
{
|
| 888 |
+
"id": 5,
|
| 889 |
+
"title": "Sampling",
|
| 890 |
+
"bounding": [
|
| 891 |
+
884.1430111501613,
|
| 892 |
+
126.59992610076873,
|
| 893 |
+
307,
|
| 894 |
+
543.5494417388888
|
| 895 |
+
],
|
| 896 |
+
"color": "#8AA",
|
| 897 |
+
"font_size": 24,
|
| 898 |
+
"flags": {}
|
| 899 |
+
},
|
| 900 |
+
{
|
| 901 |
+
"id": 6,
|
| 902 |
+
"title": "Diffusion Model",
|
| 903 |
+
"bounding": [
|
| 904 |
+
39.991127894735435,
|
| 905 |
+
164.36229447913624,
|
| 906 |
+
278.1818181818182,
|
| 907 |
+
154.4
|
| 908 |
+
],
|
| 909 |
+
"color": "#444",
|
| 910 |
+
"font_size": 16,
|
| 911 |
+
"flags": {}
|
| 912 |
+
},
|
| 913 |
+
{
|
| 914 |
+
"id": 7,
|
| 915 |
+
"title": "GGUF",
|
| 916 |
+
"bounding": [
|
| 917 |
+
41.80930971291719,
|
| 918 |
+
328.4465381964422,
|
| 919 |
+
274.54545454545456,
|
| 920 |
+
130.4
|
| 921 |
+
],
|
| 922 |
+
"color": "#444",
|
| 923 |
+
"font_size": 16,
|
| 924 |
+
"flags": {}
|
| 925 |
+
},
|
| 926 |
+
{
|
| 927 |
+
"id": 8,
|
| 928 |
+
"title": "Controls",
|
| 929 |
+
"bounding": [
|
| 930 |
+
337.3323130635773,
|
| 931 |
+
125.58936008127509,
|
| 932 |
+
533.7668639463362,
|
| 933 |
+
189.6
|
| 934 |
+
],
|
| 935 |
+
"color": "#3f789e",
|
| 936 |
+
"font_size": 24,
|
| 937 |
+
"flags": {}
|
| 938 |
+
}
|
| 939 |
+
],
|
| 940 |
+
"config": {},
|
| 941 |
+
"extra": {
|
| 942 |
+
"ds": {
|
| 943 |
+
"scale": 1,
|
| 944 |
+
"offset": [
|
| 945 |
+
42.25840078216743,
|
| 946 |
+
13.718255717413513
|
| 947 |
+
]
|
| 948 |
+
},
|
| 949 |
+
"frontendVersion": "1.37.11",
|
| 950 |
+
"VHS_latentpreview": false,
|
| 951 |
+
"VHS_latentpreviewrate": 0,
|
| 952 |
+
"VHS_MetadataImage": true,
|
| 953 |
+
"VHS_KeepIntermediate": true,
|
| 954 |
+
"workflowRendererVersion": "LG"
|
| 955 |
+
},
|
| 956 |
+
"version": 0.4
|
| 957 |
+
}
|
z_image-BF16.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:82eebf65df40cb09cf29094e30b3cdf7b628e873b7fe5f32023ddb6f0188490c
|
| 3 |
+
size 12311939136
|
z_image-Q2_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:602f7c9766ab13405cd6add683fb82829324af593cca17f05b975130c52b4059
|
| 3 |
+
size 4047030336
|
z_image-Q3_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f29c04c0f7644a0cd65d54540e73ae132345a1cedf70fc4cfbff53fef8dfc3f9
|
| 3 |
+
size 4427651136
|
z_image-Q3_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0d3e9716b631b5b91f4e51b27e2b10afa1eda5bdeca7139441cb4da834885881
|
| 3 |
+
size 4286646336
|
z_image-Q4_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:854fb9e7a7567413c40e8b69545bfed16fe83b94730b3c61e1ade3fdb379de17
|
| 3 |
+
size 4894902336
|
z_image-Q4_1.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:158fdfe8f9d4b9f9a751aae706faf3fecaae8e8076169a7d4cd40cc1590f3c8a
|
| 3 |
+
size 5042358336
|
z_image-Q4_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9ea44a1a6d330aca49fc8d3a1c58f0166e46822d1664fb18ecbeadb7916cef47
|
| 3 |
+
size 5027612736
|
z_image-Q4_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:db6a2ffdb6dd815ced4581750447b9b2fa1c4133db604d932670b6bc5abcc11f
|
| 3 |
+
size 4894902336
|
z_image-Q5_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:edb832e9859f4e7bd527f968357d9147f2bc49c313e16aedd31f4f7edeff6f0a
|
| 3 |
+
size 5189814336
|
z_image-Q5_1.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:47b5e1f2c1ccacb4234054338ba0d45741f2ee439b2157d0fc2035c1eda0b03d
|
| 3 |
+
size 5337270336
|
z_image-Q5_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4b1734089768d4f6b02844c355760eb78b6b82577c7fa83a98adf58a4da9d4ae
|
| 3 |
+
size 5738166336
|
z_image-Q5_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:af9b013198b8e75cd90720d502dcf389e30f12394bcd677065b9cf59923e64dd
|
| 3 |
+
size 5189814336
|
z_image-Q6_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:af2b90f6512c532912c17798374d7808259e47bb6a30519105e2d1518cbb4ca6
|
| 3 |
+
size 6653315136
|
z_image-Q8_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a51d4e36f84caa972e0eff65e8bd2961add14374d8a7038a51eefea2fe45f2c9
|
| 3 |
+
size 7224707136
|