Duplicate from SeeSee21/Z-Image-Turbo-AIO
Browse filesCo-authored-by: Sebastian Böhnke <SeeSee21@users.noreply.huggingface.co>
- .gitattributes +53 -0
- README.md +420 -0
- config.json +40 -0
- images/test1-coffee-shop.jpeg +0 -0
- images/test2-chinese-temple.jpeg +0 -0
- images/test3-sushi.jpeg +0 -0
- images/workflows/Thumbs.db +3 -0
- images/workflows/anime-screenshot.png +3 -0
- images/workflows/anime-title.png +3 -0
- images/workflows/control-screenshot.png +3 -0
- images/workflows/control-title.png +3 -0
- images/workflows/depthv3-screenshot.png +3 -0
- images/workflows/depthv3-title.png +3 -0
- images/workflows/seedvr2-screenshot.png +3 -0
- images/workflows/seedvr2-title.png +3 -0
- images/workflows/v1-screenshot.png +3 -0
- images/workflows/v1-title.png +3 -0
- images/workflows/v2-screenshot.png +3 -0
- images/workflows/v2-title.png +3 -0
- images/workflows/variance-screenshot.png +3 -0
- images/workflows/variance-title.png +3 -0
- workflows/ZIT-AIO-Anime.json +2424 -0
- workflows/ZIT-AIO-Control.json +1922 -0
- workflows/ZIT-AIO-DepthV3.json +2348 -0
- workflows/ZIT-AIO-SeedVR2.json +1339 -0
- workflows/ZIT-AIO-Variance.json +1602 -0
- workflows/ZIT-AIO-v1.0.json +1373 -0
- workflows/ZIT-AIO-v2.0.json +1450 -0
- z-image-anime-aio-bf16.safetensors +3 -0
- z-image-anime-aio-fp16.safetensors +3 -0
- z-image-anime-aio-fp8.safetensors +3 -0
- z-image-turbo-bf16-aio.safetensors +3 -0
- z-image-turbo-fp16-aio.safetensors +3 -0
- z-image-turbo-fp8-aio.safetensors +3 -0
.gitattributes
ADDED
|
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
workflow.png filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
workflow/Z-Image-Turbo-AIO-workflow-v2.png filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
workflow/Z-Image-Turbo-AIO-workflow-controlnet.png filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
images/workflows/v1-title.png filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
images/workflows/anime-screenshot.png filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
images/workflows/anime-title.png filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
images/workflows/control-screenshot.png filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
images/workflows/control-title.png filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
images/workflows/depthv3-screenshot.png filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
images/workflows/depthv3-title.png filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
images/workflows/seedvr2-screenshot.png filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
images/workflows/seedvr2-title.png filter=lfs diff=lfs merge=lfs -text
|
| 48 |
+
images/workflows/Thumbs.db filter=lfs diff=lfs merge=lfs -text
|
| 49 |
+
images/workflows/v1-screenshot.png filter=lfs diff=lfs merge=lfs -text
|
| 50 |
+
images/workflows/v2-screenshot.png filter=lfs diff=lfs merge=lfs -text
|
| 51 |
+
images/workflows/v2-title.png filter=lfs diff=lfs merge=lfs -text
|
| 52 |
+
images/workflows/variance-screenshot.png filter=lfs diff=lfs merge=lfs -text
|
| 53 |
+
images/workflows/variance-title.png filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,420 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
- zh
|
| 6 |
+
base_model:
|
| 7 |
+
- Tongyi-MAI/Z-Image-Turbo
|
| 8 |
+
pipeline_tag: text-to-image
|
| 9 |
+
tags:
|
| 10 |
+
- text-to-image
|
| 11 |
+
- image-generation
|
| 12 |
+
- diffusion
|
| 13 |
+
- comfyui
|
| 14 |
+
- photorealistic
|
| 15 |
+
- bilingual
|
| 16 |
+
- chinese
|
| 17 |
+
- english
|
| 18 |
+
- 8-step
|
| 19 |
+
- fast-generation
|
| 20 |
+
---
|
| 21 |
+
|
| 22 |
+
# 🚀 Z-Image-Turbo Collection
|
| 23 |
+
|
| 24 |
+
**Ultra-Fast 8-Step Generation • Photorealistic & Anime • All-in-One**
|
| 25 |
+
|
| 26 |
+
[](https://opensource.org/licenses/Apache-2.0)
|
| 27 |
+
[](https://github.com/comfyanonymous/ComfyUI)
|
| 28 |
+
|
| 29 |
+
---
|
| 30 |
+
|
| 31 |
+
## 📦 Models
|
| 32 |
+
|
| 33 |
+
| Model | Style | FP8 | FP16 | BF16 | Best Sampler |
|
| 34 |
+
|-------|-------|-----|------|------|--------------|
|
| 35 |
+
| 📸 **Z-Image-Turbo-AIO** | Photorealistic | ~10GB | ~20GB | ~20GB | res_multistep + simple |
|
| 36 |
+
| 🎨 **Z-Image-Turbo-Anime** | Anime | ~10GB | ~20GB | ~20GB | euler_ancestral + beta |
|
| 37 |
+
|
| 38 |
+
**All models:** 8-9 steps • CFG 1.0 • 8GB VRAM compatible
|
| 39 |
+
|
| 40 |
+
---
|
| 41 |
+
|
| 42 |
+
## 🔧 Workflows
|
| 43 |
+
|
| 44 |
+
| Workflow | File | Best For |
|
| 45 |
+
|----------|------|----------|
|
| 46 |
+
| 🚀 [Standard v1](#-standard-v10--v20) | `ZIT-AIO-v1.0.json` | Simple text-to-image |
|
| 47 |
+
| 🚀 [Standard v2](#-standard-v10--v20) | `ZIT-AIO-v2.0.json` | Improved upscaler |
|
| 48 |
+
| 🎮 [ControlNet](#-controlnet) | `ZIT-AIO-Control.json` | Guided generation |
|
| 49 |
+
| 🎲 [Seed Variance](#-seed-variance-enhancer) | `ZIT-AIO-Variance.json` | Output diversity |
|
| 50 |
+
| 🎬 [SeedVR2](#-seedvr2) | `ZIT-AIO-SeedVR2.json` | Pro upscaling |
|
| 51 |
+
| 🌊 [Depth V3](#-depth-anything-v3) | `ZIT-AIO-DepthV3.json` | Depth control + 3D |
|
| 52 |
+
| 🎨 [Anime](#-anime-workflow) | `ZIT-AIO-Anime.json` | Anime generation |
|
| 53 |
+
|
| 54 |
+
---
|
| 55 |
+
|
| 56 |
+
## 📸 Z-Image-Turbo-AIO (Photorealistic)
|
| 57 |
+
|
| 58 |
+
Alibaba Tongyi Lab's 6B parameter photorealistic generator with integrated VAE + Text Encoder.
|
| 59 |
+
|
| 60 |
+
**Features:** ⚡ 8-step • 📖 Bilingual EN/CN • 📸 Professional quality
|
| 61 |
+
|
| 62 |
+
```yaml
|
| 63 |
+
Steps: 9 | CFG: 1.0 | Sampler: res_multistep | Scheduler: simple
|
| 64 |
+
```
|
| 65 |
+
|
| 66 |
+
🖼️ **CivitAI:** [BF16](https://civitai.com/models/2173571?modelVersionId=2447693) | [FP16](https://civitai.com/models/2173571?modelVersionId=2550362) | [FP8](https://civitai.com/models/2173571?modelVersionId=2448013)
|
| 67 |
+
|
| 68 |
+
---
|
| 69 |
+
|
| 70 |
+
## 🎨 Z-Image-Turbo-Anime (NEW!)
|
| 71 |
+
|
| 72 |
+
Custom anime checkpoint with merged LoRAs for enhanced anime aesthetics.
|
| 73 |
+
|
| 74 |
+
**Features:** ⚡ 8-step • 🎨 Enhanced anime style • 🔓 Partially NSFW capable
|
| 75 |
+
|
| 76 |
+
```yaml
|
| 77 |
+
Steps: 8-9 | CFG: 1.0 | Sampler: euler_ancestral | Scheduler: beta
|
| 78 |
+
```
|
| 79 |
+
|
| 80 |
+
🖼️ **CivitAI:** [BF16](https://civitai.com/models/2259646?modelVersionId=2543657) | [FP16](https://civitai.com/models/2259646?modelVersionId=2550879) | [FP8](https://civitai.com/models/2259646?modelVersionId=2544019)
|
| 81 |
+
|
| 82 |
+
---
|
| 83 |
+
|
| 84 |
+
## 📋 Workflow Details
|
| 85 |
+
|
| 86 |
+
<details>
|
| 87 |
+
<summary><b>🚀 Standard v1.0 & v2.0</b> — Simple text-to-image</summary>
|
| 88 |
+
|
| 89 |
+
### Standard Workflow
|
| 90 |
+
|
| 91 |
+

|
| 92 |
+
|
| 93 |
+
Simple text-to-image with upscaler and dual sampler options.
|
| 94 |
+
|
| 95 |
+
**v2.0 Improvements:**
|
| 96 |
+
- Enhanced upscaler with denoise control (0.4-0.6)
|
| 97 |
+
- Dual sampler: `res_multistep` or `euler_ancestral`
|
| 98 |
+
- Dual scheduler: `simple` or `beta`
|
| 99 |
+
- `scale_by` parameter for output size
|
| 100 |
+
|
| 101 |
+
**Required Nodes:** rgthree-comfy, comfyui_image_metadata_extension
|
| 102 |
+
|
| 103 |
+

|
| 104 |
+
|
| 105 |
+
📥 **Download:** [ZIT-AIO-v1.0.json](workflows/ZIT-AIO-v1.0.json) | [ZIT-AIO-v2.0.json](workflows/ZIT-AIO-v2.0.json)
|
| 106 |
+
|
| 107 |
+
</details>
|
| 108 |
+
|
| 109 |
+
<details>
|
| 110 |
+
<summary><b>🎮 ControlNet</b> — Guided generation with reference images</summary>
|
| 111 |
+
|
| 112 |
+
### ControlNet Union Workflow
|
| 113 |
+
|
| 114 |
+

|
| 115 |
+
|
| 116 |
+
5 control types for precise composition control.
|
| 117 |
+
|
| 118 |
+
**Control Types:**
|
| 119 |
+
- Canny — Edge detection
|
| 120 |
+
- HED — Soft edges
|
| 121 |
+
- Depth — 3D depth
|
| 122 |
+
- Pose — Body pose
|
| 123 |
+
- MLSD — Line detection
|
| 124 |
+
|
| 125 |
+
**Settings:**
|
| 126 |
+
- ControlNet strength: 0.6-0.8
|
| 127 |
+
- Megapixel scaling (auto aspect ratio)
|
| 128 |
+
|
| 129 |
+
**Required:**
|
| 130 |
+
- ControlNet Union file → `ComfyUI/models/model_patches/`
|
| 131 |
+
- Download: [ControlNet Union](https://huggingface.co/alibaba-pai/Z-Image-Turbo-Fun-Controlnet-Union)
|
| 132 |
+
|
| 133 |
+
**Required Nodes:** rgthree-comfy, comfyui_image_metadata_extension, comfyui_controlnet_aux
|
| 134 |
+
|
| 135 |
+

|
| 136 |
+
|
| 137 |
+
📥 **Download:** [ZIT-AIO-Control.json](workflows/ZIT-AIO-Control.json)
|
| 138 |
+
|
| 139 |
+
</details>
|
| 140 |
+
|
| 141 |
+
<details>
|
| 142 |
+
<summary><b>🎲 Seed Variance Enhancer</b> — More diversity from same prompt</summary>
|
| 143 |
+
|
| 144 |
+
### Seed Variance Enhancer Workflow
|
| 145 |
+
|
| 146 |
+

|
| 147 |
+
|
| 148 |
+
Adds controlled noise to text embeddings for more varied outputs.
|
| 149 |
+
|
| 150 |
+
**Settings:**
|
| 151 |
+
```yaml
|
| 152 |
+
randomize_percent: 50
|
| 153 |
+
strength: 20-30
|
| 154 |
+
noise_insert: 'noise on beginning steps'
|
| 155 |
+
steps_switchover_percent: 20
|
| 156 |
+
```
|
| 157 |
+
|
| 158 |
+
**Trade-off:** Higher values = more diversity but less prompt adherence
|
| 159 |
+
|
| 160 |
+
**Required Nodes:** rgthree-comfy, comfyui_image_metadata_extension, [SeedVarianceEnhancer](https://github.com/ChangeTheConstants/SeedVarianceEnhancer)
|
| 161 |
+
|
| 162 |
+

|
| 163 |
+
|
| 164 |
+
📥 **Download:** [ZIT-AIO-Variance.json](workflows/ZIT-AIO-Variance.json)
|
| 165 |
+
|
| 166 |
+
</details>
|
| 167 |
+
|
| 168 |
+
<details>
|
| 169 |
+
<summary><b>🎬 SeedVR2</b> — Professional diffusion upscaling</summary>
|
| 170 |
+
|
| 171 |
+
### SeedVR2 Video Upscaler Workflow
|
| 172 |
+
|
| 173 |
+

|
| 174 |
+
|
| 175 |
+
DiT-based upscaling with superior quality and temporal consistency.
|
| 176 |
+
|
| 177 |
+
**Settings:**
|
| 178 |
+
```yaml
|
| 179 |
+
resolution: 1536 (target short edge)
|
| 180 |
+
batch_size: 4n+1 (1, 5, 9, 13, 17...)
|
| 181 |
+
color_correction: 'lab'
|
| 182 |
+
```
|
| 183 |
+
|
| 184 |
+
**Models:** 3B (faster) or 7B (higher quality) • FP16/FP8/GGUF options
|
| 185 |
+
|
| 186 |
+
**Note:** Models auto-download to `ComfyUI/models/SEEDVR2/`
|
| 187 |
+
|
| 188 |
+
**Required Nodes:** rgthree-comfy, comfyui_image_metadata_extension, [SeedVR2](https://github.com/numz/ComfyUI-SeedVR2_VideoUpscaler)
|
| 189 |
+
|
| 190 |
+

|
| 191 |
+
|
| 192 |
+
📥 **Download:** [ZIT-AIO-SeedVR2.json](workflows/ZIT-AIO-SeedVR2.json)
|
| 193 |
+
|
| 194 |
+
</details>
|
| 195 |
+
|
| 196 |
+
<details>
|
| 197 |
+
<summary><b>🌊 Depth Anything V3</b> — Depth control + 3D preview</summary>
|
| 198 |
+
|
| 199 |
+
### Depth Anything V3 ControlNet Workflow
|
| 200 |
+
|
| 201 |
+

|
| 202 |
+
|
| 203 |
+
State-of-the-art depth-guided generation with dual modes.
|
| 204 |
+
|
| 205 |
+
**Two Modes:**
|
| 206 |
+
1. **Generate** — Depth-controlled image generation
|
| 207 |
+
2. **3D Preview** — View depth as 3D point cloud
|
| 208 |
+
|
| 209 |
+
**Models:** da3_small / da3_base / da3_large / da3_giant
|
| 210 |
+
- 8GB VRAM: Use up to `da3_large`
|
| 211 |
+
|
| 212 |
+
**Note:** Models auto-download on first use
|
| 213 |
+
|
| 214 |
+
**Required Nodes:** rgthree-comfy, comfyui_image_metadata_extension, [Depth Anything 3](https://github.com/ByteDance-Seed/Depth-Anything-3)
|
| 215 |
+
|
| 216 |
+

|
| 217 |
+
|
| 218 |
+
📥 **Download:** [ZIT-AIO-DepthV3.json](workflows/ZIT-AIO-DepthV3.json)
|
| 219 |
+
|
| 220 |
+
</details>
|
| 221 |
+
|
| 222 |
+
<details>
|
| 223 |
+
<summary><b>🎨 Anime Workflow</b> — For Z-Image-Turbo-Anime</summary>
|
| 224 |
+
|
| 225 |
+
### Z-Image-Turbo-Anime Workflow
|
| 226 |
+
|
| 227 |
+

|
| 228 |
+
|
| 229 |
+
Optimized workflow for the anime checkpoint with integrated features.
|
| 230 |
+
|
| 231 |
+
**Includes:**
|
| 232 |
+
- Seed Variance Enhancer for diversity
|
| 233 |
+
- SeedVR2 as alternative upscaler
|
| 234 |
+
- Toggle switches for optional features
|
| 235 |
+
- Image comparison nodes
|
| 236 |
+
|
| 237 |
+
**Best Settings:**
|
| 238 |
+
```yaml
|
| 239 |
+
Sampler: euler_ancestral
|
| 240 |
+
Scheduler: beta
|
| 241 |
+
Resolution: 832×1216 (portrait) / 1216×832 (landscape)
|
| 242 |
+
```
|
| 243 |
+
|
| 244 |
+
**Required Nodes:** rgthree-comfy, comfyui_image_metadata_extension, SeedVarianceEnhancer, SeedVR2
|
| 245 |
+
|
| 246 |
+

|
| 247 |
+
|
| 248 |
+
📥 **Download:** [ZIT-AIO-Anime.json](workflows/ZIT-AIO-Anime.json)
|
| 249 |
+
|
| 250 |
+
</details>
|
| 251 |
+
|
| 252 |
+
---
|
| 253 |
+
|
| 254 |
+
## 🔄 FP8 vs FP16 vs BF16
|
| 255 |
+
|
| 256 |
+
| | 🟡 FP8 (~10GB) | 🔵 FP16 (~12GB) | 🌟 BF16 (~20GB) |
|
| 257 |
+
|---|----------------|-----------------|-----------------|
|
| 258 |
+
| **Quality** | 95% | 98% | 100% |
|
| 259 |
+
| **Speed** | Fastest | Fast | Standard |
|
| 260 |
+
| **Download** | Fastest | Medium | Slowest |
|
| 261 |
+
| **Best For** | Daily use | Balanced | Final renders |
|
| 262 |
+
|
| 263 |
+
**All versions work on 8GB VRAM!**
|
| 264 |
+
|
| 265 |
+
---
|
| 266 |
+
|
| 267 |
+
## ⚙️ Common Settings
|
| 268 |
+
|
| 269 |
+
```yaml
|
| 270 |
+
# Essential (ALL workflows)
|
| 271 |
+
Steps: 8-9
|
| 272 |
+
CFG: 1.0 # Don't change!
|
| 273 |
+
Negative Prompt: NONE (use ConditioningZeroOut)
|
| 274 |
+
|
| 275 |
+
# Photorealistic
|
| 276 |
+
Sampler: res_multistep
|
| 277 |
+
Scheduler: simple
|
| 278 |
+
|
| 279 |
+
# Anime
|
| 280 |
+
Sampler: euler_ancestral
|
| 281 |
+
Scheduler: beta
|
| 282 |
+
```
|
| 283 |
+
|
| 284 |
+
---
|
| 285 |
+
|
| 286 |
+
## 💡 Prompting
|
| 287 |
+
|
| 288 |
+
**Natural language works best!** (100-300 words)
|
| 289 |
+
|
| 290 |
+
```
|
| 291 |
+
✅ Professional food photography of artisan breakfast plate.
|
| 292 |
+
Golden poached eggs on sourdough toast, crispy bacon, fresh
|
| 293 |
+
avocado slices. Morning sunlight creating warm glow.
|
| 294 |
+
|
| 295 |
+
❌ breakfast, eggs, toast, bacon, food photo, delicious
|
| 296 |
+
```
|
| 297 |
+
|
| 298 |
+
**Bilingual Text Rendering:**
|
| 299 |
+
```
|
| 300 |
+
English: Neon sign reading "COFFEE SHOP" in bright blue letters
|
| 301 |
+
Chinese: Sign with "咖啡店" in elegant gold calligraphy
|
| 302 |
+
```
|
| 303 |
+
|
| 304 |
+
---
|
| 305 |
+
|
| 306 |
+
## 📥 Downloads
|
| 307 |
+
|
| 308 |
+
### Models — Z-Image-Turbo-AIO (Photorealistic)
|
| 309 |
+
|
| 310 |
+
| Precision | CivitAI | HuggingFace |
|
| 311 |
+
|-----------|---------|-------------|
|
| 312 |
+
| 🌟 BF16 | [Download](https://civitai.com/models/2173571?modelVersionId=2447693) | This page |
|
| 313 |
+
| 🔵 FP16 | [Download](https://civitai.com/models/2173571?modelVersionId=2550362) | This page |
|
| 314 |
+
| 🟡 FP8 | [Download](https://civitai.com/models/2173571?modelVersionId=2448013) | This page |
|
| 315 |
+
|
| 316 |
+
### Models — Z-Image-Turbo-Anime
|
| 317 |
+
|
| 318 |
+
| Precision | CivitAI | HuggingFace |
|
| 319 |
+
|-----------|---------|-------------|
|
| 320 |
+
| 🌟 BF16 | [Download](https://civitai.com/models/2259646?modelVersionId=2543657) | This page |
|
| 321 |
+
| 🔵 FP16 | [Download](https://civitai.com/models/2259646?modelVersionId=2550879) | This page |
|
| 322 |
+
| 🟡 FP8 | [Download](https://civitai.com/models/2259646?modelVersionId=2544019) | This page |
|
| 323 |
+
|
| 324 |
+
### Additional Downloads
|
| 325 |
+
|
| 326 |
+
| Source | Link |
|
| 327 |
+
|--------|------|
|
| 328 |
+
| 🎮 TensorArt | [tensorart.me](https://tensorart.me/de-DE/models/939302608026244936/Z-Image-Turbo-AIO-FP8-FP8) |
|
| 329 |
+
|
| 330 |
+
### Additional Files
|
| 331 |
+
|
| 332 |
+
| File | Link |
|
| 333 |
+
|------|------|
|
| 334 |
+
| ControlNet Union | [HuggingFace](https://huggingface.co/alibaba-pai/Z-Image-Turbo-Fun-Controlnet-Union) |
|
| 335 |
+
| SeedVR2 Models | Auto-downloads on first use |
|
| 336 |
+
| Depth Anything V3 | Auto-downloads on first use |
|
| 337 |
+
|
| 338 |
+
---
|
| 339 |
+
|
| 340 |
+
## 📦 Custom Nodes
|
| 341 |
+
|
| 342 |
+
<details>
|
| 343 |
+
<summary><b>All Required Nodes</b></summary>
|
| 344 |
+
|
| 345 |
+
**Base (all workflows):**
|
| 346 |
+
- [rgthree-comfy](https://github.com/rgthree/rgthree-comfy)
|
| 347 |
+
- [comfyui_image_metadata_extension](https://github.com/edelvarden/comfyui_image_metadata_extension)
|
| 348 |
+
|
| 349 |
+
**ControlNet Workflow:**
|
| 350 |
+
- [comfyui_controlnet_aux](https://github.com/Fannovel16/comfyui_controlnet_aux)
|
| 351 |
+
|
| 352 |
+
**Seed Variance / Anime Workflow:**
|
| 353 |
+
- [SeedVarianceEnhancer](https://github.com/ChangeTheConstants/SeedVarianceEnhancer)
|
| 354 |
+
|
| 355 |
+
**SeedVR2 / Anime Workflow:**
|
| 356 |
+
- [SeedVR2](https://github.com/numz/ComfyUI-SeedVR2_VideoUpscaler)
|
| 357 |
+
|
| 358 |
+
**Depth V3 Workflow:**
|
| 359 |
+
- [Depth Anything 3](https://github.com/ByteDance-Seed/Depth-Anything-3)
|
| 360 |
+
|
| 361 |
+
</details>
|
| 362 |
+
|
| 363 |
+
---
|
| 364 |
+
|
| 365 |
+
## 📁 Files
|
| 366 |
+
|
| 367 |
+
```
|
| 368 |
+
├── z-image-turbo-fp8-aio.safetensors # 📸 Photorealistic FP8
|
| 369 |
+
├── z-image-turbo-fp16-aio.safetensors # 📸 Photorealistic FP16
|
| 370 |
+
├── z-image-turbo-bf16-aio.safetensors # 📸 Photorealistic BF16
|
| 371 |
+
├── z-image-anime-aio-fp8.safetensors # 🎨 Anime FP8
|
| 372 |
+
├── z-image-anime-aio-fp16.safetensors # 🎨 Anime FP16
|
| 373 |
+
├── z-image-anime-aio-bf16.safetensors # 🎨 Anime BF16
|
| 374 |
+
│
|
| 375 |
+
├── workflows/
|
| 376 |
+
│ ├── ZIT-AIO-v1.0.json # 🚀 Standard v1
|
| 377 |
+
│ ├── ZIT-AIO-v2.0.json # 🚀 Standard v2
|
| 378 |
+
│ ├── ZIT-AIO-Control.json # 🎮 ControlNet
|
| 379 |
+
│ ├── ZIT-AIO-Variance.json # 🎲 Seed Variance
|
| 380 |
+
│ ├── ZIT-AIO-SeedVR2.json # 🎬 SeedVR2
|
| 381 |
+
│ ├── ZIT-AIO-DepthV3.json # 🌊 Depth V3
|
| 382 |
+
│ └── ZIT-AIO-Anime.json # 🎨 Anime
|
| 383 |
+
│
|
| 384 |
+
├── images/
|
| 385 |
+
│ ├── test1-coffee-shop.jpeg # Photo examples
|
| 386 |
+
│ ├── test2-chinese-temple.jpeg
|
| 387 |
+
│ ├── test3-sushi.jpeg
|
| 388 |
+
│ └── workflows/ # Workflow images
|
| 389 |
+
│ ├── v1-title.png & v1-screenshot.png
|
| 390 |
+
│ ├── v2-title.png & v2-screenshot.png
|
| 391 |
+
│ ├── control-title.png & control-screenshot.png
|
| 392 |
+
│ ├── variance-title.png & variance-screenshot.png
|
| 393 |
+
│ ├── seedvr2-title.png & seedvr2-screenshot.png
|
| 394 |
+
│ ├── depthv3-title.png & depthv3-screenshot.png
|
| 395 |
+
│ └── anime-title.png & anime-screenshot.png
|
| 396 |
+
```
|
| 397 |
+
|
| 398 |
+
---
|
| 399 |
+
|
| 400 |
+
## 🙏 Credits
|
| 401 |
+
|
| 402 |
+
**Original Model:** Tongyi Lab (Alibaba) • 6B S3-DiT • Apache 2.0
|
| 403 |
+
|
| 404 |
+
**AIO Conversion & Anime Merge:** [SeeSee21](https://huggingface.co/SeeSee21)
|
| 405 |
+
|
| 406 |
+
**Resources:**
|
| 407 |
+
[Original HuggingFace](https://huggingface.co/Tongyi-MAI/Z-Image-Turbo) •
|
| 408 |
+
[GitHub](https://github.com/Tongyi-MAI/Z-Image) •
|
| 409 |
+
[ComfyUI Files](https://huggingface.co/Comfy-Org/z_image_turbo)
|
| 410 |
+
|
| 411 |
+
---
|
| 412 |
+
|
| 413 |
+
**Download → Load Checkpoint → Generate!** 🚀
|
| 414 |
+
---
|
| 415 |
+
|
| 416 |
+
<div align="center">
|
| 417 |
+
|
| 418 |
+
**Download, load with "Load Checkpoint", and generate professional photos in seconds! 🚀**
|
| 419 |
+
|
| 420 |
+
</div>
|
config.json
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "z-image-turbo",
|
| 3 |
+
"architecture": "S3-DiT",
|
| 4 |
+
"parameters": "6B",
|
| 5 |
+
"license": "apache-2.0",
|
| 6 |
+
"base_model": "Tongyi-MAI/Z-Image-Turbo",
|
| 7 |
+
"models": {
|
| 8 |
+
"photorealistic": {
|
| 9 |
+
"fp8": "z-image-turbo-fp8-aio.safetensors",
|
| 10 |
+
"bf16": "z-image-turbo-bf16-aio.safetensors"
|
| 11 |
+
},
|
| 12 |
+
"anime": {
|
| 13 |
+
"fp8": "z-image-anime-aio-fp8.safetensors",
|
| 14 |
+
"bf16": "z-image-anime-aio-bf16.safetensors"
|
| 15 |
+
}
|
| 16 |
+
},
|
| 17 |
+
"workflows": {
|
| 18 |
+
"standard_v1": "workflows/ZIT-AIO-v1.0.json",
|
| 19 |
+
"standard_v2": "workflows/ZIT-AIO-v2.0.json",
|
| 20 |
+
"controlnet": "workflows/ZIT-AIO-Control.json",
|
| 21 |
+
"variance": "workflows/ZIT-AIO-Variance.json",
|
| 22 |
+
"seedvr2": "workflows/ZIT-AIO-SeedVR2.json",
|
| 23 |
+
"depthv3": "workflows/ZIT-AIO-DepthV3.json",
|
| 24 |
+
"anime": "workflows/ZIT-AIO-Anime.json"
|
| 25 |
+
},
|
| 26 |
+
"recommended_settings": {
|
| 27 |
+
"photorealistic": {
|
| 28 |
+
"steps": 9,
|
| 29 |
+
"cfg": 1.0,
|
| 30 |
+
"sampler": "res_multistep",
|
| 31 |
+
"scheduler": "simple"
|
| 32 |
+
},
|
| 33 |
+
"anime": {
|
| 34 |
+
"steps": 8,
|
| 35 |
+
"cfg": 1.0,
|
| 36 |
+
"sampler": "euler_ancestral",
|
| 37 |
+
"scheduler": "beta"
|
| 38 |
+
}
|
| 39 |
+
}
|
| 40 |
+
}
|
images/test1-coffee-shop.jpeg
ADDED
|
images/test2-chinese-temple.jpeg
ADDED
|
images/test3-sushi.jpeg
ADDED
|
images/workflows/Thumbs.db
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5c0e097d5940150fb15ffae8a9e748ed1b97d0a267da8f8f004bcbe6c1221644
|
| 3 |
+
size 178688
|
images/workflows/anime-screenshot.png
ADDED
|
Git LFS Details
|
images/workflows/anime-title.png
ADDED
|
Git LFS Details
|
images/workflows/control-screenshot.png
ADDED
|
Git LFS Details
|
images/workflows/control-title.png
ADDED
|
Git LFS Details
|
images/workflows/depthv3-screenshot.png
ADDED
|
Git LFS Details
|
images/workflows/depthv3-title.png
ADDED
|
Git LFS Details
|
images/workflows/seedvr2-screenshot.png
ADDED
|
Git LFS Details
|
images/workflows/seedvr2-title.png
ADDED
|
Git LFS Details
|
images/workflows/v1-screenshot.png
ADDED
|
Git LFS Details
|
images/workflows/v1-title.png
ADDED
|
Git LFS Details
|
images/workflows/v2-screenshot.png
ADDED
|
Git LFS Details
|
images/workflows/v2-title.png
ADDED
|
Git LFS Details
|
images/workflows/variance-screenshot.png
ADDED
|
Git LFS Details
|
images/workflows/variance-title.png
ADDED
|
Git LFS Details
|
workflows/ZIT-AIO-Anime.json
ADDED
|
@@ -0,0 +1,2424 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"id": "0b443a1c-ba77-49ee-b84a-2c945057a17d",
|
| 3 |
+
"revision": 0,
|
| 4 |
+
"last_node_id": 80,
|
| 5 |
+
"last_link_id": 141,
|
| 6 |
+
"nodes": [
|
| 7 |
+
{
|
| 8 |
+
"id": 12,
|
| 9 |
+
"type": "VAEDecode",
|
| 10 |
+
"pos": [
|
| 11 |
+
20820,
|
| 12 |
+
7740
|
| 13 |
+
],
|
| 14 |
+
"size": [
|
| 15 |
+
350,
|
| 16 |
+
50
|
| 17 |
+
],
|
| 18 |
+
"flags": {
|
| 19 |
+
"collapsed": false
|
| 20 |
+
},
|
| 21 |
+
"order": 38,
|
| 22 |
+
"mode": 0,
|
| 23 |
+
"inputs": [
|
| 24 |
+
{
|
| 25 |
+
"name": "samples",
|
| 26 |
+
"type": "LATENT",
|
| 27 |
+
"link": 10
|
| 28 |
+
},
|
| 29 |
+
{
|
| 30 |
+
"name": "vae",
|
| 31 |
+
"type": "VAE",
|
| 32 |
+
"link": 81
|
| 33 |
+
}
|
| 34 |
+
],
|
| 35 |
+
"outputs": [
|
| 36 |
+
{
|
| 37 |
+
"name": "IMAGE",
|
| 38 |
+
"type": "IMAGE",
|
| 39 |
+
"slot_index": 0,
|
| 40 |
+
"links": [
|
| 41 |
+
13,
|
| 42 |
+
64
|
| 43 |
+
]
|
| 44 |
+
}
|
| 45 |
+
],
|
| 46 |
+
"title": "🎨 VAE Decode",
|
| 47 |
+
"properties": {
|
| 48 |
+
"cnr_id": "comfy-core",
|
| 49 |
+
"ver": "0.3.48",
|
| 50 |
+
"Node name for S&R": "VAEDecode",
|
| 51 |
+
"ue_properties": {
|
| 52 |
+
"version": "7.0.1",
|
| 53 |
+
"widget_ue_connectable": {}
|
| 54 |
+
},
|
| 55 |
+
"enableTabs": false,
|
| 56 |
+
"tabWidth": 65,
|
| 57 |
+
"tabXOffset": 10,
|
| 58 |
+
"hasSecondTab": false,
|
| 59 |
+
"secondTabText": "Send Back",
|
| 60 |
+
"secondTabOffset": 80,
|
| 61 |
+
"secondTabWidth": 65
|
| 62 |
+
},
|
| 63 |
+
"widgets_values": [],
|
| 64 |
+
"color": "#2d1b3a",
|
| 65 |
+
"bgcolor": "#4a2d5a"
|
| 66 |
+
},
|
| 67 |
+
{
|
| 68 |
+
"id": 30,
|
| 69 |
+
"type": "Reroute",
|
| 70 |
+
"pos": [
|
| 71 |
+
19590,
|
| 72 |
+
6970
|
| 73 |
+
],
|
| 74 |
+
"size": [
|
| 75 |
+
75,
|
| 76 |
+
26
|
| 77 |
+
],
|
| 78 |
+
"flags": {},
|
| 79 |
+
"order": 16,
|
| 80 |
+
"mode": 0,
|
| 81 |
+
"inputs": [
|
| 82 |
+
{
|
| 83 |
+
"name": "",
|
| 84 |
+
"type": "*",
|
| 85 |
+
"link": 33
|
| 86 |
+
}
|
| 87 |
+
],
|
| 88 |
+
"outputs": [
|
| 89 |
+
{
|
| 90 |
+
"name": "",
|
| 91 |
+
"type": "VAE",
|
| 92 |
+
"links": [
|
| 93 |
+
34,
|
| 94 |
+
81,
|
| 95 |
+
83
|
| 96 |
+
]
|
| 97 |
+
}
|
| 98 |
+
],
|
| 99 |
+
"properties": {
|
| 100 |
+
"showOutputText": false,
|
| 101 |
+
"horizontal": false,
|
| 102 |
+
"ue_properties": {
|
| 103 |
+
"widget_ue_connectable": {},
|
| 104 |
+
"version": "7.4.1",
|
| 105 |
+
"input_ue_unconnectable": {}
|
| 106 |
+
}
|
| 107 |
+
},
|
| 108 |
+
"color": "#4d2d1a",
|
| 109 |
+
"bgcolor": "#704a2a"
|
| 110 |
+
},
|
| 111 |
+
{
|
| 112 |
+
"id": 45,
|
| 113 |
+
"type": "VAEEncode",
|
| 114 |
+
"pos": [
|
| 115 |
+
20830,
|
| 116 |
+
6810
|
| 117 |
+
],
|
| 118 |
+
"size": [
|
| 119 |
+
143.5875,
|
| 120 |
+
46
|
| 121 |
+
],
|
| 122 |
+
"flags": {
|
| 123 |
+
"collapsed": true
|
| 124 |
+
},
|
| 125 |
+
"order": 34,
|
| 126 |
+
"mode": 0,
|
| 127 |
+
"inputs": [
|
| 128 |
+
{
|
| 129 |
+
"name": "pixels",
|
| 130 |
+
"type": "IMAGE",
|
| 131 |
+
"link": 61
|
| 132 |
+
},
|
| 133 |
+
{
|
| 134 |
+
"name": "vae",
|
| 135 |
+
"type": "VAE",
|
| 136 |
+
"link": 84
|
| 137 |
+
}
|
| 138 |
+
],
|
| 139 |
+
"outputs": [
|
| 140 |
+
{
|
| 141 |
+
"name": "LATENT",
|
| 142 |
+
"type": "LATENT",
|
| 143 |
+
"links": [
|
| 144 |
+
56
|
| 145 |
+
]
|
| 146 |
+
}
|
| 147 |
+
],
|
| 148 |
+
"title": "📥 VAE Encode",
|
| 149 |
+
"properties": {
|
| 150 |
+
"cnr_id": "comfy-core",
|
| 151 |
+
"ver": "0.3.76",
|
| 152 |
+
"Node name for S&R": "VAEEncode"
|
| 153 |
+
},
|
| 154 |
+
"widgets_values": [],
|
| 155 |
+
"color": "#2d1b3a",
|
| 156 |
+
"bgcolor": "#4a2d5a"
|
| 157 |
+
},
|
| 158 |
+
{
|
| 159 |
+
"id": 44,
|
| 160 |
+
"type": "ImageScaleBy",
|
| 161 |
+
"pos": [
|
| 162 |
+
20820,
|
| 163 |
+
6800
|
| 164 |
+
],
|
| 165 |
+
"size": [
|
| 166 |
+
350,
|
| 167 |
+
82
|
| 168 |
+
],
|
| 169 |
+
"flags": {
|
| 170 |
+
"collapsed": false
|
| 171 |
+
},
|
| 172 |
+
"order": 32,
|
| 173 |
+
"mode": 0,
|
| 174 |
+
"inputs": [
|
| 175 |
+
{
|
| 176 |
+
"name": "image",
|
| 177 |
+
"type": "IMAGE",
|
| 178 |
+
"link": 133
|
| 179 |
+
}
|
| 180 |
+
],
|
| 181 |
+
"outputs": [
|
| 182 |
+
{
|
| 183 |
+
"name": "IMAGE",
|
| 184 |
+
"type": "IMAGE",
|
| 185 |
+
"links": [
|
| 186 |
+
61
|
| 187 |
+
]
|
| 188 |
+
}
|
| 189 |
+
],
|
| 190 |
+
"title": "📏 Scale Image",
|
| 191 |
+
"properties": {
|
| 192 |
+
"cnr_id": "comfy-core",
|
| 193 |
+
"ver": "0.3.76",
|
| 194 |
+
"Node name for S&R": "ImageScaleBy"
|
| 195 |
+
},
|
| 196 |
+
"widgets_values": [
|
| 197 |
+
"lanczos",
|
| 198 |
+
1.5
|
| 199 |
+
],
|
| 200 |
+
"color": "#4d2d1a",
|
| 201 |
+
"bgcolor": "#704a2a"
|
| 202 |
+
},
|
| 203 |
+
{
|
| 204 |
+
"id": 60,
|
| 205 |
+
"type": "Reroute",
|
| 206 |
+
"pos": [
|
| 207 |
+
20710,
|
| 208 |
+
6970
|
| 209 |
+
],
|
| 210 |
+
"size": [
|
| 211 |
+
75,
|
| 212 |
+
26
|
| 213 |
+
],
|
| 214 |
+
"flags": {},
|
| 215 |
+
"order": 20,
|
| 216 |
+
"mode": 0,
|
| 217 |
+
"inputs": [
|
| 218 |
+
{
|
| 219 |
+
"name": "",
|
| 220 |
+
"type": "*",
|
| 221 |
+
"link": 83
|
| 222 |
+
}
|
| 223 |
+
],
|
| 224 |
+
"outputs": [
|
| 225 |
+
{
|
| 226 |
+
"name": "",
|
| 227 |
+
"type": "VAE",
|
| 228 |
+
"links": [
|
| 229 |
+
84
|
| 230 |
+
]
|
| 231 |
+
}
|
| 232 |
+
],
|
| 233 |
+
"properties": {
|
| 234 |
+
"showOutputText": false,
|
| 235 |
+
"horizontal": false
|
| 236 |
+
},
|
| 237 |
+
"color": "#4d2d1a",
|
| 238 |
+
"bgcolor": "#704a2a"
|
| 239 |
+
},
|
| 240 |
+
{
|
| 241 |
+
"id": 62,
|
| 242 |
+
"type": "SeedVR2LoadDiTModel",
|
| 243 |
+
"pos": [
|
| 244 |
+
20820,
|
| 245 |
+
8360
|
| 246 |
+
],
|
| 247 |
+
"size": [
|
| 248 |
+
350,
|
| 249 |
+
202
|
| 250 |
+
],
|
| 251 |
+
"flags": {},
|
| 252 |
+
"order": 0,
|
| 253 |
+
"mode": 0,
|
| 254 |
+
"inputs": [
|
| 255 |
+
{
|
| 256 |
+
"name": "torch_compile_args",
|
| 257 |
+
"shape": 7,
|
| 258 |
+
"type": "TORCH_COMPILE_ARGS",
|
| 259 |
+
"link": null
|
| 260 |
+
}
|
| 261 |
+
],
|
| 262 |
+
"outputs": [
|
| 263 |
+
{
|
| 264 |
+
"name": "SEEDVR2_DIT",
|
| 265 |
+
"type": "SEEDVR2_DIT",
|
| 266 |
+
"links": [
|
| 267 |
+
90
|
| 268 |
+
]
|
| 269 |
+
}
|
| 270 |
+
],
|
| 271 |
+
"title": "📦 SeedVR2 DiT",
|
| 272 |
+
"properties": {
|
| 273 |
+
"cnr_id": "seedvr2_videoupscaler",
|
| 274 |
+
"ver": "2.5.22",
|
| 275 |
+
"Node name for S&R": "SeedVR2LoadDiTModel"
|
| 276 |
+
},
|
| 277 |
+
"widgets_values": [
|
| 278 |
+
"seedvr2_ema_3b-Q4_K_M.gguf",
|
| 279 |
+
"cuda:0",
|
| 280 |
+
0,
|
| 281 |
+
false,
|
| 282 |
+
"cpu",
|
| 283 |
+
false,
|
| 284 |
+
"sdpa"
|
| 285 |
+
],
|
| 286 |
+
"color": "#4d1a3d",
|
| 287 |
+
"bgcolor": "#702a5c"
|
| 288 |
+
},
|
| 289 |
+
{
|
| 290 |
+
"id": 64,
|
| 291 |
+
"type": "SeedVR2VideoUpscaler",
|
| 292 |
+
"pos": [
|
| 293 |
+
20820,
|
| 294 |
+
7920
|
| 295 |
+
],
|
| 296 |
+
"size": [
|
| 297 |
+
350,
|
| 298 |
+
386
|
| 299 |
+
],
|
| 300 |
+
"flags": {},
|
| 301 |
+
"order": 33,
|
| 302 |
+
"mode": 0,
|
| 303 |
+
"inputs": [
|
| 304 |
+
{
|
| 305 |
+
"name": "image",
|
| 306 |
+
"type": "IMAGE",
|
| 307 |
+
"link": 135
|
| 308 |
+
},
|
| 309 |
+
{
|
| 310 |
+
"name": "dit",
|
| 311 |
+
"type": "SEEDVR2_DIT",
|
| 312 |
+
"link": 90
|
| 313 |
+
},
|
| 314 |
+
{
|
| 315 |
+
"name": "vae",
|
| 316 |
+
"type": "SEEDVR2_VAE",
|
| 317 |
+
"link": 91
|
| 318 |
+
}
|
| 319 |
+
],
|
| 320 |
+
"outputs": [
|
| 321 |
+
{
|
| 322 |
+
"name": "IMAGE",
|
| 323 |
+
"type": "IMAGE",
|
| 324 |
+
"links": [
|
| 325 |
+
89,
|
| 326 |
+
93
|
| 327 |
+
]
|
| 328 |
+
}
|
| 329 |
+
],
|
| 330 |
+
"title": "✨ SeedVR2 Upscale",
|
| 331 |
+
"properties": {
|
| 332 |
+
"cnr_id": "seedvr2_videoupscaler",
|
| 333 |
+
"ver": "2.5.22",
|
| 334 |
+
"Node name for S&R": "SeedVR2VideoUpscaler"
|
| 335 |
+
},
|
| 336 |
+
"widgets_values": [
|
| 337 |
+
2582561120,
|
| 338 |
+
"randomize",
|
| 339 |
+
1536,
|
| 340 |
+
0,
|
| 341 |
+
1,
|
| 342 |
+
false,
|
| 343 |
+
"lab",
|
| 344 |
+
0,
|
| 345 |
+
0,
|
| 346 |
+
0,
|
| 347 |
+
0,
|
| 348 |
+
"cpu",
|
| 349 |
+
false
|
| 350 |
+
],
|
| 351 |
+
"color": "#4d1a3d",
|
| 352 |
+
"bgcolor": "#702a5c"
|
| 353 |
+
},
|
| 354 |
+
{
|
| 355 |
+
"id": 54,
|
| 356 |
+
"type": "Seed (rgthree)",
|
| 357 |
+
"pos": [
|
| 358 |
+
19700,
|
| 359 |
+
7190
|
| 360 |
+
],
|
| 361 |
+
"size": [
|
| 362 |
+
250,
|
| 363 |
+
130
|
| 364 |
+
],
|
| 365 |
+
"flags": {},
|
| 366 |
+
"order": 1,
|
| 367 |
+
"mode": 0,
|
| 368 |
+
"inputs": [],
|
| 369 |
+
"outputs": [
|
| 370 |
+
{
|
| 371 |
+
"dir": 4,
|
| 372 |
+
"name": "SEED",
|
| 373 |
+
"shape": 3,
|
| 374 |
+
"type": "INT",
|
| 375 |
+
"links": [
|
| 376 |
+
68,
|
| 377 |
+
69,
|
| 378 |
+
70
|
| 379 |
+
]
|
| 380 |
+
}
|
| 381 |
+
],
|
| 382 |
+
"title": "🎲 Seed Control",
|
| 383 |
+
"properties": {
|
| 384 |
+
"cnr_id": "rgthree-comfy",
|
| 385 |
+
"ver": "1.0.2512112053",
|
| 386 |
+
"randomMax": 1125899906842624,
|
| 387 |
+
"randomMin": 0
|
| 388 |
+
},
|
| 389 |
+
"widgets_values": [
|
| 390 |
+
-1,
|
| 391 |
+
"",
|
| 392 |
+
"",
|
| 393 |
+
""
|
| 394 |
+
],
|
| 395 |
+
"color": "#1a4d4d",
|
| 396 |
+
"bgcolor": "#2a7070"
|
| 397 |
+
},
|
| 398 |
+
{
|
| 399 |
+
"id": 69,
|
| 400 |
+
"type": "Lora Loader Stack (rgthree)",
|
| 401 |
+
"pos": [
|
| 402 |
+
18590,
|
| 403 |
+
7430
|
| 404 |
+
],
|
| 405 |
+
"size": [
|
| 406 |
+
480,
|
| 407 |
+
250
|
| 408 |
+
],
|
| 409 |
+
"flags": {},
|
| 410 |
+
"order": 12,
|
| 411 |
+
"mode": 4,
|
| 412 |
+
"inputs": [
|
| 413 |
+
{
|
| 414 |
+
"name": "model",
|
| 415 |
+
"type": "MODEL",
|
| 416 |
+
"link": 108
|
| 417 |
+
},
|
| 418 |
+
{
|
| 419 |
+
"name": "clip",
|
| 420 |
+
"type": "CLIP",
|
| 421 |
+
"link": 141
|
| 422 |
+
}
|
| 423 |
+
],
|
| 424 |
+
"outputs": [
|
| 425 |
+
{
|
| 426 |
+
"name": "MODEL",
|
| 427 |
+
"type": "MODEL",
|
| 428 |
+
"links": [
|
| 429 |
+
110
|
| 430 |
+
]
|
| 431 |
+
},
|
| 432 |
+
{
|
| 433 |
+
"name": "CLIP",
|
| 434 |
+
"type": "CLIP",
|
| 435 |
+
"links": [
|
| 436 |
+
111
|
| 437 |
+
]
|
| 438 |
+
}
|
| 439 |
+
],
|
| 440 |
+
"title": "📚 LoRA Stack (Optional)",
|
| 441 |
+
"properties": {
|
| 442 |
+
"cnr_id": "rgthree-comfy",
|
| 443 |
+
"ver": "1.0.2512112053",
|
| 444 |
+
"Node name for S&R": "Lora Loader Stack (rgthree)"
|
| 445 |
+
},
|
| 446 |
+
"widgets_values": [
|
| 447 |
+
"None",
|
| 448 |
+
1,
|
| 449 |
+
"None",
|
| 450 |
+
1,
|
| 451 |
+
"None",
|
| 452 |
+
1,
|
| 453 |
+
"None",
|
| 454 |
+
1
|
| 455 |
+
],
|
| 456 |
+
"color": "#2d1b4e",
|
| 457 |
+
"bgcolor": "#4a2d7a"
|
| 458 |
+
},
|
| 459 |
+
{
|
| 460 |
+
"id": 13,
|
| 461 |
+
"type": "Image Comparer (rgthree)",
|
| 462 |
+
"pos": [
|
| 463 |
+
21770,
|
| 464 |
+
6740
|
| 465 |
+
],
|
| 466 |
+
"size": [
|
| 467 |
+
580,
|
| 468 |
+
1070
|
| 469 |
+
],
|
| 470 |
+
"flags": {},
|
| 471 |
+
"order": 39,
|
| 472 |
+
"mode": 0,
|
| 473 |
+
"inputs": [
|
| 474 |
+
{
|
| 475 |
+
"dir": 3,
|
| 476 |
+
"name": "image_a",
|
| 477 |
+
"type": "IMAGE",
|
| 478 |
+
"link": 134
|
| 479 |
+
},
|
| 480 |
+
{
|
| 481 |
+
"dir": 3,
|
| 482 |
+
"name": "image_b",
|
| 483 |
+
"type": "IMAGE",
|
| 484 |
+
"link": 13
|
| 485 |
+
}
|
| 486 |
+
],
|
| 487 |
+
"outputs": [],
|
| 488 |
+
"title": "🔍 Compare Images",
|
| 489 |
+
"properties": {
|
| 490 |
+
"cnr_id": "rgthree-comfy",
|
| 491 |
+
"ver": "b775441a4c5ae2853d4ff6b97a137f7f7d11e597",
|
| 492 |
+
"comparer_mode": "Slide",
|
| 493 |
+
"ue_properties": {
|
| 494 |
+
"version": "7.0.1",
|
| 495 |
+
"widget_ue_connectable": {}
|
| 496 |
+
}
|
| 497 |
+
},
|
| 498 |
+
"widgets_values": [
|
| 499 |
+
[
|
| 500 |
+
{
|
| 501 |
+
"name": "A",
|
| 502 |
+
"selected": true,
|
| 503 |
+
"url": "/api/view?filename=rgthree.compare._temp_kcxhs_00239_.png&type=temp&subfolder=&rand=0.5160172544736709"
|
| 504 |
+
},
|
| 505 |
+
{
|
| 506 |
+
"name": "B",
|
| 507 |
+
"selected": true,
|
| 508 |
+
"url": "/api/view?filename=rgthree.compare._temp_kcxhs_00240_.png&type=temp&subfolder=&rand=0.8824159958761589"
|
| 509 |
+
}
|
| 510 |
+
]
|
| 511 |
+
],
|
| 512 |
+
"color": "#1a3d4d",
|
| 513 |
+
"bgcolor": "#2a5c70",
|
| 514 |
+
"shape": 1
|
| 515 |
+
},
|
| 516 |
+
{
|
| 517 |
+
"id": 65,
|
| 518 |
+
"type": "Image Comparer (rgthree)",
|
| 519 |
+
"pos": [
|
| 520 |
+
21780,
|
| 521 |
+
7870
|
| 522 |
+
],
|
| 523 |
+
"size": [
|
| 524 |
+
580,
|
| 525 |
+
1090
|
| 526 |
+
],
|
| 527 |
+
"flags": {},
|
| 528 |
+
"order": 36,
|
| 529 |
+
"mode": 0,
|
| 530 |
+
"inputs": [
|
| 531 |
+
{
|
| 532 |
+
"dir": 3,
|
| 533 |
+
"name": "image_a",
|
| 534 |
+
"type": "IMAGE",
|
| 535 |
+
"link": 136
|
| 536 |
+
},
|
| 537 |
+
{
|
| 538 |
+
"dir": 3,
|
| 539 |
+
"name": "image_b",
|
| 540 |
+
"type": "IMAGE",
|
| 541 |
+
"link": 93
|
| 542 |
+
}
|
| 543 |
+
],
|
| 544 |
+
"outputs": [],
|
| 545 |
+
"title": "🔍 Compare Images",
|
| 546 |
+
"properties": {
|
| 547 |
+
"cnr_id": "rgthree-comfy",
|
| 548 |
+
"ver": "b775441a4c5ae2853d4ff6b97a137f7f7d11e597",
|
| 549 |
+
"comparer_mode": "Slide",
|
| 550 |
+
"ue_properties": {
|
| 551 |
+
"version": "7.0.1",
|
| 552 |
+
"widget_ue_connectable": {}
|
| 553 |
+
}
|
| 554 |
+
},
|
| 555 |
+
"widgets_values": [
|
| 556 |
+
[
|
| 557 |
+
{
|
| 558 |
+
"name": "A",
|
| 559 |
+
"selected": true,
|
| 560 |
+
"url": "/api/view?filename=rgthree.compare._temp_uxgac_00263_.png&type=temp&subfolder=&rand=0.0075053765407055995"
|
| 561 |
+
},
|
| 562 |
+
{
|
| 563 |
+
"name": "B",
|
| 564 |
+
"selected": true,
|
| 565 |
+
"url": "/api/view?filename=rgthree.compare._temp_uxgac_00264_.png&type=temp&subfolder=&rand=0.7025512732493499"
|
| 566 |
+
}
|
| 567 |
+
]
|
| 568 |
+
],
|
| 569 |
+
"color": "#1a3d4d",
|
| 570 |
+
"bgcolor": "#2a5c70",
|
| 571 |
+
"shape": 1
|
| 572 |
+
},
|
| 573 |
+
{
|
| 574 |
+
"id": 40,
|
| 575 |
+
"type": "ConditioningZeroOut",
|
| 576 |
+
"pos": [
|
| 577 |
+
19700,
|
| 578 |
+
7370
|
| 579 |
+
],
|
| 580 |
+
"size": [
|
| 581 |
+
250,
|
| 582 |
+
26
|
| 583 |
+
],
|
| 584 |
+
"flags": {
|
| 585 |
+
"collapsed": false
|
| 586 |
+
},
|
| 587 |
+
"order": 18,
|
| 588 |
+
"mode": 0,
|
| 589 |
+
"inputs": [
|
| 590 |
+
{
|
| 591 |
+
"name": "conditioning",
|
| 592 |
+
"type": "CONDITIONING",
|
| 593 |
+
"link": 46
|
| 594 |
+
}
|
| 595 |
+
],
|
| 596 |
+
"outputs": [
|
| 597 |
+
{
|
| 598 |
+
"name": "CONDITIONING",
|
| 599 |
+
"type": "CONDITIONING",
|
| 600 |
+
"links": [
|
| 601 |
+
88,
|
| 602 |
+
118
|
| 603 |
+
]
|
| 604 |
+
}
|
| 605 |
+
],
|
| 606 |
+
"title": "🚫 Negative (ZeroOut)",
|
| 607 |
+
"properties": {
|
| 608 |
+
"cnr_id": "comfy-core",
|
| 609 |
+
"ver": "0.3.75",
|
| 610 |
+
"Node name for S&R": "ConditioningZeroOut",
|
| 611 |
+
"ue_properties": {
|
| 612 |
+
"widget_ue_connectable": {},
|
| 613 |
+
"version": "7.4.1",
|
| 614 |
+
"input_ue_unconnectable": {}
|
| 615 |
+
}
|
| 616 |
+
},
|
| 617 |
+
"widgets_values": [],
|
| 618 |
+
"color": "#1e3a2f",
|
| 619 |
+
"bgcolor": "#2d5a47"
|
| 620 |
+
},
|
| 621 |
+
{
|
| 622 |
+
"id": 11,
|
| 623 |
+
"type": "VAEDecode",
|
| 624 |
+
"pos": [
|
| 625 |
+
19700,
|
| 626 |
+
7450
|
| 627 |
+
],
|
| 628 |
+
"size": [
|
| 629 |
+
250,
|
| 630 |
+
50
|
| 631 |
+
],
|
| 632 |
+
"flags": {
|
| 633 |
+
"collapsed": false
|
| 634 |
+
},
|
| 635 |
+
"order": 28,
|
| 636 |
+
"mode": 0,
|
| 637 |
+
"inputs": [
|
| 638 |
+
{
|
| 639 |
+
"name": "samples",
|
| 640 |
+
"type": "LATENT",
|
| 641 |
+
"link": 8
|
| 642 |
+
},
|
| 643 |
+
{
|
| 644 |
+
"name": "vae",
|
| 645 |
+
"type": "VAE",
|
| 646 |
+
"link": 34
|
| 647 |
+
}
|
| 648 |
+
],
|
| 649 |
+
"outputs": [
|
| 650 |
+
{
|
| 651 |
+
"name": "IMAGE",
|
| 652 |
+
"type": "IMAGE",
|
| 653 |
+
"slot_index": 0,
|
| 654 |
+
"links": [
|
| 655 |
+
63,
|
| 656 |
+
124
|
| 657 |
+
]
|
| 658 |
+
}
|
| 659 |
+
],
|
| 660 |
+
"title": "🎨 VAE Decode",
|
| 661 |
+
"properties": {
|
| 662 |
+
"cnr_id": "comfy-core",
|
| 663 |
+
"ver": "0.3.48",
|
| 664 |
+
"Node name for S&R": "VAEDecode",
|
| 665 |
+
"ue_properties": {
|
| 666 |
+
"version": "7.0.1",
|
| 667 |
+
"widget_ue_connectable": {}
|
| 668 |
+
},
|
| 669 |
+
"enableTabs": false,
|
| 670 |
+
"tabWidth": 65,
|
| 671 |
+
"tabXOffset": 10,
|
| 672 |
+
"hasSecondTab": false,
|
| 673 |
+
"secondTabText": "Send Back",
|
| 674 |
+
"secondTabOffset": 80,
|
| 675 |
+
"secondTabWidth": 65
|
| 676 |
+
},
|
| 677 |
+
"widgets_values": [],
|
| 678 |
+
"color": "#2d1b3a",
|
| 679 |
+
"bgcolor": "#4a2d5a"
|
| 680 |
+
},
|
| 681 |
+
{
|
| 682 |
+
"id": 70,
|
| 683 |
+
"type": "Reroute",
|
| 684 |
+
"pos": [
|
| 685 |
+
19700,
|
| 686 |
+
6910
|
| 687 |
+
],
|
| 688 |
+
"size": [
|
| 689 |
+
75,
|
| 690 |
+
26
|
| 691 |
+
],
|
| 692 |
+
"flags": {},
|
| 693 |
+
"order": 23,
|
| 694 |
+
"mode": 0,
|
| 695 |
+
"inputs": [
|
| 696 |
+
{
|
| 697 |
+
"name": "",
|
| 698 |
+
"type": "*",
|
| 699 |
+
"link": 114
|
| 700 |
+
}
|
| 701 |
+
],
|
| 702 |
+
"outputs": [
|
| 703 |
+
{
|
| 704 |
+
"name": "",
|
| 705 |
+
"type": "CONDITIONING",
|
| 706 |
+
"links": [
|
| 707 |
+
113
|
| 708 |
+
]
|
| 709 |
+
}
|
| 710 |
+
],
|
| 711 |
+
"properties": {
|
| 712 |
+
"showOutputText": false,
|
| 713 |
+
"horizontal": false
|
| 714 |
+
},
|
| 715 |
+
"color": "#1e3a2f",
|
| 716 |
+
"bgcolor": "#2d5a47"
|
| 717 |
+
},
|
| 718 |
+
{
|
| 719 |
+
"id": 71,
|
| 720 |
+
"type": "Reroute",
|
| 721 |
+
"pos": [
|
| 722 |
+
19870,
|
| 723 |
+
6910
|
| 724 |
+
],
|
| 725 |
+
"size": [
|
| 726 |
+
75,
|
| 727 |
+
26
|
| 728 |
+
],
|
| 729 |
+
"flags": {},
|
| 730 |
+
"order": 25,
|
| 731 |
+
"mode": 0,
|
| 732 |
+
"inputs": [
|
| 733 |
+
{
|
| 734 |
+
"name": "",
|
| 735 |
+
"type": "*",
|
| 736 |
+
"link": 113
|
| 737 |
+
}
|
| 738 |
+
],
|
| 739 |
+
"outputs": [
|
| 740 |
+
{
|
| 741 |
+
"name": "",
|
| 742 |
+
"type": "CONDITIONING",
|
| 743 |
+
"links": [
|
| 744 |
+
115,
|
| 745 |
+
116
|
| 746 |
+
]
|
| 747 |
+
}
|
| 748 |
+
],
|
| 749 |
+
"properties": {
|
| 750 |
+
"showOutputText": false,
|
| 751 |
+
"horizontal": false
|
| 752 |
+
},
|
| 753 |
+
"color": "#1e3a2f",
|
| 754 |
+
"bgcolor": "#2d5a47"
|
| 755 |
+
},
|
| 756 |
+
{
|
| 757 |
+
"id": 73,
|
| 758 |
+
"type": "Reroute",
|
| 759 |
+
"pos": [
|
| 760 |
+
19970,
|
| 761 |
+
6940
|
| 762 |
+
],
|
| 763 |
+
"size": [
|
| 764 |
+
75,
|
| 765 |
+
26
|
| 766 |
+
],
|
| 767 |
+
"flags": {},
|
| 768 |
+
"order": 22,
|
| 769 |
+
"mode": 0,
|
| 770 |
+
"inputs": [
|
| 771 |
+
{
|
| 772 |
+
"name": "",
|
| 773 |
+
"type": "*",
|
| 774 |
+
"link": 118
|
| 775 |
+
}
|
| 776 |
+
],
|
| 777 |
+
"outputs": [
|
| 778 |
+
{
|
| 779 |
+
"name": "",
|
| 780 |
+
"type": "CONDITIONING",
|
| 781 |
+
"links": [
|
| 782 |
+
119
|
| 783 |
+
]
|
| 784 |
+
}
|
| 785 |
+
],
|
| 786 |
+
"properties": {
|
| 787 |
+
"showOutputText": false,
|
| 788 |
+
"horizontal": false
|
| 789 |
+
},
|
| 790 |
+
"color": "#1e3a2f",
|
| 791 |
+
"bgcolor": "#2d5a47"
|
| 792 |
+
},
|
| 793 |
+
{
|
| 794 |
+
"id": 74,
|
| 795 |
+
"type": "Reroute",
|
| 796 |
+
"pos": [
|
| 797 |
+
20710,
|
| 798 |
+
6940
|
| 799 |
+
],
|
| 800 |
+
"size": [
|
| 801 |
+
75,
|
| 802 |
+
26
|
| 803 |
+
],
|
| 804 |
+
"flags": {},
|
| 805 |
+
"order": 24,
|
| 806 |
+
"mode": 0,
|
| 807 |
+
"inputs": [
|
| 808 |
+
{
|
| 809 |
+
"name": "",
|
| 810 |
+
"type": "*",
|
| 811 |
+
"link": 119
|
| 812 |
+
}
|
| 813 |
+
],
|
| 814 |
+
"outputs": [
|
| 815 |
+
{
|
| 816 |
+
"name": "",
|
| 817 |
+
"type": "CONDITIONING",
|
| 818 |
+
"links": [
|
| 819 |
+
120
|
| 820 |
+
]
|
| 821 |
+
}
|
| 822 |
+
],
|
| 823 |
+
"properties": {
|
| 824 |
+
"showOutputText": false,
|
| 825 |
+
"horizontal": false
|
| 826 |
+
},
|
| 827 |
+
"color": "#1e3a2f",
|
| 828 |
+
"bgcolor": "#2d5a47"
|
| 829 |
+
},
|
| 830 |
+
{
|
| 831 |
+
"id": 72,
|
| 832 |
+
"type": "Reroute",
|
| 833 |
+
"pos": [
|
| 834 |
+
20710,
|
| 835 |
+
6910
|
| 836 |
+
],
|
| 837 |
+
"size": [
|
| 838 |
+
75,
|
| 839 |
+
26
|
| 840 |
+
],
|
| 841 |
+
"flags": {},
|
| 842 |
+
"order": 27,
|
| 843 |
+
"mode": 0,
|
| 844 |
+
"inputs": [
|
| 845 |
+
{
|
| 846 |
+
"name": "",
|
| 847 |
+
"type": "*",
|
| 848 |
+
"link": 116
|
| 849 |
+
}
|
| 850 |
+
],
|
| 851 |
+
"outputs": [
|
| 852 |
+
{
|
| 853 |
+
"name": "",
|
| 854 |
+
"type": "CONDITIONING",
|
| 855 |
+
"links": [
|
| 856 |
+
117
|
| 857 |
+
]
|
| 858 |
+
}
|
| 859 |
+
],
|
| 860 |
+
"properties": {
|
| 861 |
+
"showOutputText": false,
|
| 862 |
+
"horizontal": false
|
| 863 |
+
},
|
| 864 |
+
"color": "#1e3a2f",
|
| 865 |
+
"bgcolor": "#2d5a47"
|
| 866 |
+
},
|
| 867 |
+
{
|
| 868 |
+
"id": 75,
|
| 869 |
+
"type": "Reroute",
|
| 870 |
+
"pos": [
|
| 871 |
+
19970,
|
| 872 |
+
6880
|
| 873 |
+
],
|
| 874 |
+
"size": [
|
| 875 |
+
75,
|
| 876 |
+
26
|
| 877 |
+
],
|
| 878 |
+
"flags": {},
|
| 879 |
+
"order": 17,
|
| 880 |
+
"mode": 0,
|
| 881 |
+
"inputs": [
|
| 882 |
+
{
|
| 883 |
+
"name": "",
|
| 884 |
+
"type": "*",
|
| 885 |
+
"link": 121
|
| 886 |
+
}
|
| 887 |
+
],
|
| 888 |
+
"outputs": [
|
| 889 |
+
{
|
| 890 |
+
"name": "",
|
| 891 |
+
"type": "MODEL",
|
| 892 |
+
"links": [
|
| 893 |
+
131
|
| 894 |
+
]
|
| 895 |
+
}
|
| 896 |
+
],
|
| 897 |
+
"properties": {
|
| 898 |
+
"showOutputText": false,
|
| 899 |
+
"horizontal": false
|
| 900 |
+
},
|
| 901 |
+
"color": "#2d1b4e",
|
| 902 |
+
"bgcolor": "#4a2d7a"
|
| 903 |
+
},
|
| 904 |
+
{
|
| 905 |
+
"id": 76,
|
| 906 |
+
"type": "Reroute",
|
| 907 |
+
"pos": [
|
| 908 |
+
20710,
|
| 909 |
+
6880
|
| 910 |
+
],
|
| 911 |
+
"size": [
|
| 912 |
+
75,
|
| 913 |
+
26
|
| 914 |
+
],
|
| 915 |
+
"flags": {},
|
| 916 |
+
"order": 21,
|
| 917 |
+
"mode": 0,
|
| 918 |
+
"inputs": [
|
| 919 |
+
{
|
| 920 |
+
"name": "",
|
| 921 |
+
"type": "*",
|
| 922 |
+
"link": 131
|
| 923 |
+
}
|
| 924 |
+
],
|
| 925 |
+
"outputs": [
|
| 926 |
+
{
|
| 927 |
+
"name": "",
|
| 928 |
+
"type": "MODEL",
|
| 929 |
+
"links": [
|
| 930 |
+
132
|
| 931 |
+
]
|
| 932 |
+
}
|
| 933 |
+
],
|
| 934 |
+
"properties": {
|
| 935 |
+
"showOutputText": false,
|
| 936 |
+
"horizontal": false
|
| 937 |
+
},
|
| 938 |
+
"color": "#2d1b4e",
|
| 939 |
+
"bgcolor": "#4a2d7a"
|
| 940 |
+
},
|
| 941 |
+
{
|
| 942 |
+
"id": 77,
|
| 943 |
+
"type": "Reroute",
|
| 944 |
+
"pos": [
|
| 945 |
+
19970,
|
| 946 |
+
6850
|
| 947 |
+
],
|
| 948 |
+
"size": [
|
| 949 |
+
75,
|
| 950 |
+
26
|
| 951 |
+
],
|
| 952 |
+
"flags": {},
|
| 953 |
+
"order": 30,
|
| 954 |
+
"mode": 0,
|
| 955 |
+
"inputs": [
|
| 956 |
+
{
|
| 957 |
+
"name": "",
|
| 958 |
+
"type": "*",
|
| 959 |
+
"link": 124
|
| 960 |
+
}
|
| 961 |
+
],
|
| 962 |
+
"outputs": [
|
| 963 |
+
{
|
| 964 |
+
"name": "",
|
| 965 |
+
"type": "IMAGE",
|
| 966 |
+
"links": [
|
| 967 |
+
125
|
| 968 |
+
]
|
| 969 |
+
}
|
| 970 |
+
],
|
| 971 |
+
"properties": {
|
| 972 |
+
"showOutputText": false,
|
| 973 |
+
"horizontal": false
|
| 974 |
+
},
|
| 975 |
+
"color": "#1a2d4d",
|
| 976 |
+
"bgcolor": "#2a4570"
|
| 977 |
+
},
|
| 978 |
+
{
|
| 979 |
+
"id": 78,
|
| 980 |
+
"type": "Reroute",
|
| 981 |
+
"pos": [
|
| 982 |
+
20710,
|
| 983 |
+
6850
|
| 984 |
+
],
|
| 985 |
+
"size": [
|
| 986 |
+
75,
|
| 987 |
+
26
|
| 988 |
+
],
|
| 989 |
+
"flags": {},
|
| 990 |
+
"order": 31,
|
| 991 |
+
"mode": 0,
|
| 992 |
+
"inputs": [
|
| 993 |
+
{
|
| 994 |
+
"name": "",
|
| 995 |
+
"type": "*",
|
| 996 |
+
"link": 125
|
| 997 |
+
}
|
| 998 |
+
],
|
| 999 |
+
"outputs": [
|
| 1000 |
+
{
|
| 1001 |
+
"name": "",
|
| 1002 |
+
"type": "IMAGE",
|
| 1003 |
+
"links": [
|
| 1004 |
+
133,
|
| 1005 |
+
134,
|
| 1006 |
+
135,
|
| 1007 |
+
136
|
| 1008 |
+
]
|
| 1009 |
+
}
|
| 1010 |
+
],
|
| 1011 |
+
"properties": {
|
| 1012 |
+
"showOutputText": false,
|
| 1013 |
+
"horizontal": false
|
| 1014 |
+
},
|
| 1015 |
+
"color": "#1a2d4d",
|
| 1016 |
+
"bgcolor": "#2a4570"
|
| 1017 |
+
},
|
| 1018 |
+
{
|
| 1019 |
+
"id": 63,
|
| 1020 |
+
"type": "SeedVR2LoadVAEModel",
|
| 1021 |
+
"pos": [
|
| 1022 |
+
20820,
|
| 1023 |
+
8620
|
| 1024 |
+
],
|
| 1025 |
+
"size": [
|
| 1026 |
+
350,
|
| 1027 |
+
310
|
| 1028 |
+
],
|
| 1029 |
+
"flags": {},
|
| 1030 |
+
"order": 2,
|
| 1031 |
+
"mode": 0,
|
| 1032 |
+
"inputs": [
|
| 1033 |
+
{
|
| 1034 |
+
"name": "torch_compile_args",
|
| 1035 |
+
"shape": 7,
|
| 1036 |
+
"type": "TORCH_COMPILE_ARGS",
|
| 1037 |
+
"link": null
|
| 1038 |
+
}
|
| 1039 |
+
],
|
| 1040 |
+
"outputs": [
|
| 1041 |
+
{
|
| 1042 |
+
"name": "SEEDVR2_VAE",
|
| 1043 |
+
"type": "SEEDVR2_VAE",
|
| 1044 |
+
"links": [
|
| 1045 |
+
91
|
| 1046 |
+
]
|
| 1047 |
+
}
|
| 1048 |
+
],
|
| 1049 |
+
"title": "📦 SeedVR2 VAE",
|
| 1050 |
+
"properties": {
|
| 1051 |
+
"cnr_id": "seedvr2_videoupscaler",
|
| 1052 |
+
"ver": "2.5.22",
|
| 1053 |
+
"Node name for S&R": "SeedVR2LoadVAEModel"
|
| 1054 |
+
},
|
| 1055 |
+
"widgets_values": [
|
| 1056 |
+
"ema_vae_fp16.safetensors",
|
| 1057 |
+
"cuda:0",
|
| 1058 |
+
true,
|
| 1059 |
+
1024,
|
| 1060 |
+
128,
|
| 1061 |
+
true,
|
| 1062 |
+
1024,
|
| 1063 |
+
128,
|
| 1064 |
+
"false",
|
| 1065 |
+
"cpu",
|
| 1066 |
+
false
|
| 1067 |
+
],
|
| 1068 |
+
"color": "#4d1a3d",
|
| 1069 |
+
"bgcolor": "#702a5c"
|
| 1070 |
+
},
|
| 1071 |
+
{
|
| 1072 |
+
"id": 29,
|
| 1073 |
+
"type": "Reroute",
|
| 1074 |
+
"pos": [
|
| 1075 |
+
19130,
|
| 1076 |
+
6970
|
| 1077 |
+
],
|
| 1078 |
+
"size": [
|
| 1079 |
+
75,
|
| 1080 |
+
26
|
| 1081 |
+
],
|
| 1082 |
+
"flags": {},
|
| 1083 |
+
"order": 13,
|
| 1084 |
+
"mode": 0,
|
| 1085 |
+
"inputs": [
|
| 1086 |
+
{
|
| 1087 |
+
"name": "",
|
| 1088 |
+
"type": "*",
|
| 1089 |
+
"link": 76
|
| 1090 |
+
}
|
| 1091 |
+
],
|
| 1092 |
+
"outputs": [
|
| 1093 |
+
{
|
| 1094 |
+
"name": "",
|
| 1095 |
+
"type": "VAE",
|
| 1096 |
+
"links": [
|
| 1097 |
+
33
|
| 1098 |
+
]
|
| 1099 |
+
}
|
| 1100 |
+
],
|
| 1101 |
+
"properties": {
|
| 1102 |
+
"showOutputText": false,
|
| 1103 |
+
"horizontal": false,
|
| 1104 |
+
"ue_properties": {
|
| 1105 |
+
"widget_ue_connectable": {},
|
| 1106 |
+
"version": "7.4.1",
|
| 1107 |
+
"input_ue_unconnectable": {}
|
| 1108 |
+
}
|
| 1109 |
+
},
|
| 1110 |
+
"color": "#4d2d1a",
|
| 1111 |
+
"bgcolor": "#704a2a"
|
| 1112 |
+
},
|
| 1113 |
+
{
|
| 1114 |
+
"id": 35,
|
| 1115 |
+
"type": "MarkdownNote",
|
| 1116 |
+
"pos": [
|
| 1117 |
+
19110,
|
| 1118 |
+
7640
|
| 1119 |
+
],
|
| 1120 |
+
"size": [
|
| 1121 |
+
250,
|
| 1122 |
+
310
|
| 1123 |
+
],
|
| 1124 |
+
"flags": {},
|
| 1125 |
+
"order": 3,
|
| 1126 |
+
"mode": 0,
|
| 1127 |
+
"inputs": [],
|
| 1128 |
+
"outputs": [],
|
| 1129 |
+
"title": "📐 Resolution Guide",
|
| 1130 |
+
"properties": {
|
| 1131 |
+
"ue_properties": {
|
| 1132 |
+
"version": "7.4.1",
|
| 1133 |
+
"widget_ue_connectable": {},
|
| 1134 |
+
"input_ue_unconnectable": {}
|
| 1135 |
+
}
|
| 1136 |
+
},
|
| 1137 |
+
"widgets_values": [
|
| 1138 |
+
"# 📐 Resolution Guide\n\n## ⭐ Recommended\n**832×1216** — Portrait\n**1216×832** — Landscape\n**1024×1024** — Square\n\n## 🎬 High Quality\n**1024×1536** — Tall\n**1920×1088** — Cinematic\n\n---\n\n💡 **Anime Tips:**\n- Portrait: 832×1216\n- Landscape: 1216×832\n- Full body: 768×1344\n\nWorks on **8GB VRAM**!"
|
| 1139 |
+
],
|
| 1140 |
+
"color": "#2d2d4d",
|
| 1141 |
+
"bgcolor": "#3d3d70"
|
| 1142 |
+
},
|
| 1143 |
+
{
|
| 1144 |
+
"id": 32,
|
| 1145 |
+
"type": "MarkdownNote",
|
| 1146 |
+
"pos": [
|
| 1147 |
+
19690,
|
| 1148 |
+
7860
|
| 1149 |
+
],
|
| 1150 |
+
"size": [
|
| 1151 |
+
330,
|
| 1152 |
+
490
|
| 1153 |
+
],
|
| 1154 |
+
"flags": {},
|
| 1155 |
+
"order": 4,
|
| 1156 |
+
"mode": 0,
|
| 1157 |
+
"inputs": [],
|
| 1158 |
+
"outputs": [],
|
| 1159 |
+
"title": "🎲 Seed Variance Guide",
|
| 1160 |
+
"properties": {
|
| 1161 |
+
"ue_properties": {
|
| 1162 |
+
"version": "7.4.1",
|
| 1163 |
+
"widget_ue_connectable": {},
|
| 1164 |
+
"input_ue_unconnectable": {}
|
| 1165 |
+
}
|
| 1166 |
+
},
|
| 1167 |
+
"widgets_values": [
|
| 1168 |
+
"# 🎲 Seed Variance Enhancer\n\nAdds diversity with same prompt!\n\n---\n\n## ⚙️ Settings\n\n**randomize_percent: 50**\n- Lower (20-40): Subtle\n- Medium (50-60): Balanced ⭐\n- Higher (70-90): Strong\n\n**strength: 20-30**\n- Noise amount\n\n**noise_insert:**\n- `beginning steps` ⭐\n- `all steps`\n- `ending steps`\n\n---\n\n## 💡 Best for Anime\n\n```\nrandomize: 50\nstrength: 20\nmode: beginning steps\nswitchover: 20%\n```\n\n**Tip:** Detailed prompts work better!\n\n---\n\n[GitHub](https://github.com/ChangeTheConstants/SeedVarianceEnhancer)"
|
| 1169 |
+
],
|
| 1170 |
+
"color": "#2d2d4d",
|
| 1171 |
+
"bgcolor": "#3d3d70"
|
| 1172 |
+
},
|
| 1173 |
+
{
|
| 1174 |
+
"id": 66,
|
| 1175 |
+
"type": "MarkdownNote",
|
| 1176 |
+
"pos": [
|
| 1177 |
+
20360,
|
| 1178 |
+
7860
|
| 1179 |
+
],
|
| 1180 |
+
"size": [
|
| 1181 |
+
420,
|
| 1182 |
+
410
|
| 1183 |
+
],
|
| 1184 |
+
"flags": {},
|
| 1185 |
+
"order": 5,
|
| 1186 |
+
"mode": 0,
|
| 1187 |
+
"inputs": [],
|
| 1188 |
+
"outputs": [],
|
| 1189 |
+
"title": "🎬 SeedVR2 Guide",
|
| 1190 |
+
"properties": {
|
| 1191 |
+
"ue_properties": {
|
| 1192 |
+
"version": "7.4.1",
|
| 1193 |
+
"widget_ue_connectable": {},
|
| 1194 |
+
"input_ue_unconnectable": {}
|
| 1195 |
+
}
|
| 1196 |
+
},
|
| 1197 |
+
"widgets_values": [
|
| 1198 |
+
"# 🎬 SeedVR2 Upscaler\n\n**Fast AI upscaling!**\n\n---\n\n## ⚙️ Quick Settings\n\n**resolution:** 1536 (target)\n**batch_size:** 1 for images\n**color_correction:** lab ⭐\n\n---\n\n## 📦 Models\n\nAuto-download to:\n`ComfyUI/models/SEEDVR2/`\n\n**DiT:** 3B (faster) or 7B (quality)\n**VAE:** ema_vae_fp16.safetensors\n\n---\n\n## 💡 Tips\n\n- Good for quick upscale\n- Use standard upscale for more detail\n- Offload to CPU if OOM\n\n---\n\n[GitHub](https://github.com/numz/ComfyUI-SeedVR2_VideoUpscaler)"
|
| 1199 |
+
],
|
| 1200 |
+
"color": "#2d2d4d",
|
| 1201 |
+
"bgcolor": "#3d3d70"
|
| 1202 |
+
},
|
| 1203 |
+
{
|
| 1204 |
+
"id": 43,
|
| 1205 |
+
"type": "Fast Groups Bypasser (rgthree)",
|
| 1206 |
+
"pos": [
|
| 1207 |
+
18570,
|
| 1208 |
+
7260
|
| 1209 |
+
],
|
| 1210 |
+
"size": [
|
| 1211 |
+
520,
|
| 1212 |
+
58
|
| 1213 |
+
],
|
| 1214 |
+
"flags": {},
|
| 1215 |
+
"order": 6,
|
| 1216 |
+
"mode": 0,
|
| 1217 |
+
"inputs": [],
|
| 1218 |
+
"outputs": [
|
| 1219 |
+
{
|
| 1220 |
+
"name": "OPT_CONNECTION",
|
| 1221 |
+
"type": "*",
|
| 1222 |
+
"links": null
|
| 1223 |
+
}
|
| 1224 |
+
],
|
| 1225 |
+
"title": "📖 Toggle LoRA ON/OFF",
|
| 1226 |
+
"properties": {
|
| 1227 |
+
"matchColors": "",
|
| 1228 |
+
"matchTitle": "📖",
|
| 1229 |
+
"showNav": true,
|
| 1230 |
+
"showAllGraphs": true,
|
| 1231 |
+
"sort": "position",
|
| 1232 |
+
"customSortAlphabet": "",
|
| 1233 |
+
"toggleRestriction": "default",
|
| 1234 |
+
"ue_properties": {
|
| 1235 |
+
"widget_ue_connectable": {},
|
| 1236 |
+
"input_ue_unconnectable": {},
|
| 1237 |
+
"version": "7.4.1"
|
| 1238 |
+
}
|
| 1239 |
+
},
|
| 1240 |
+
"color": "#4d1a4d",
|
| 1241 |
+
"bgcolor": "#702a70"
|
| 1242 |
+
},
|
| 1243 |
+
{
|
| 1244 |
+
"id": 53,
|
| 1245 |
+
"type": "SeedVarianceEnhancer",
|
| 1246 |
+
"pos": [
|
| 1247 |
+
19400,
|
| 1248 |
+
7920
|
| 1249 |
+
],
|
| 1250 |
+
"size": [
|
| 1251 |
+
251.50390625,
|
| 1252 |
+
250
|
| 1253 |
+
],
|
| 1254 |
+
"flags": {},
|
| 1255 |
+
"order": 19,
|
| 1256 |
+
"mode": 4,
|
| 1257 |
+
"inputs": [
|
| 1258 |
+
{
|
| 1259 |
+
"name": "conditioning",
|
| 1260 |
+
"type": "CONDITIONING",
|
| 1261 |
+
"link": 106
|
| 1262 |
+
},
|
| 1263 |
+
{
|
| 1264 |
+
"name": "seed",
|
| 1265 |
+
"type": "INT",
|
| 1266 |
+
"widget": {
|
| 1267 |
+
"name": "seed"
|
| 1268 |
+
},
|
| 1269 |
+
"link": 68
|
| 1270 |
+
}
|
| 1271 |
+
],
|
| 1272 |
+
"outputs": [
|
| 1273 |
+
{
|
| 1274 |
+
"name": "CONDITIONING",
|
| 1275 |
+
"type": "CONDITIONING",
|
| 1276 |
+
"links": [
|
| 1277 |
+
114
|
| 1278 |
+
]
|
| 1279 |
+
}
|
| 1280 |
+
],
|
| 1281 |
+
"title": "🎲 Seed Variance",
|
| 1282 |
+
"properties": {
|
| 1283 |
+
"cnr_id": "seedvarianceenhancer",
|
| 1284 |
+
"ver": "2.1.0",
|
| 1285 |
+
"Node name for S&R": "SeedVarianceEnhancer"
|
| 1286 |
+
},
|
| 1287 |
+
"widgets_values": [
|
| 1288 |
+
30,
|
| 1289 |
+
20,
|
| 1290 |
+
"noise on beginning steps",
|
| 1291 |
+
20,
|
| 1292 |
+
0,
|
| 1293 |
+
"fixed",
|
| 1294 |
+
"beginning",
|
| 1295 |
+
0,
|
| 1296 |
+
false
|
| 1297 |
+
],
|
| 1298 |
+
"color": "#4d1a4d",
|
| 1299 |
+
"bgcolor": "#702a70"
|
| 1300 |
+
},
|
| 1301 |
+
{
|
| 1302 |
+
"id": 23,
|
| 1303 |
+
"type": "MarkdownNote",
|
| 1304 |
+
"pos": [
|
| 1305 |
+
17990,
|
| 1306 |
+
7030
|
| 1307 |
+
],
|
| 1308 |
+
"size": [
|
| 1309 |
+
560,
|
| 1310 |
+
850
|
| 1311 |
+
],
|
| 1312 |
+
"flags": {},
|
| 1313 |
+
"order": 7,
|
| 1314 |
+
"mode": 0,
|
| 1315 |
+
"inputs": [],
|
| 1316 |
+
"outputs": [],
|
| 1317 |
+
"title": "📖 Z-Image-Turbo-Anime Info",
|
| 1318 |
+
"properties": {
|
| 1319 |
+
"ue_properties": {
|
| 1320 |
+
"version": "7.4.1",
|
| 1321 |
+
"widget_ue_connectable": {},
|
| 1322 |
+
"input_ue_unconnectable": {}
|
| 1323 |
+
}
|
| 1324 |
+
},
|
| 1325 |
+
"widgets_values": [
|
| 1326 |
+
"# 🎨 Z-Image-Turbo-Anime\n\n**Custom Anime Checkpoint** — merged from custom LoRAs for enhanced anime aesthetics.\n\n---\n\n## ⚡ Quick Start\n\n1. Load checkpoint (FP8 or BF16)\n2. Write your prompt\n3. Set resolution\n4. Generate!\n\n---\n\n## ⚙️ Best Settings\n\n```yaml\nsteps: 8-9\ncfg: 1.0\nsampler: euler_ancestral ⭐\nscheduler: beta ⭐\nnegative: empty (use ZeroOut)\n```\n\n**Euler A + Beta** gives best anime results!\n\n---\n\n## 📦 Versions\n\n| Version | Size | Use Case |\n|---------|------|----------|\n| 🟡 FP8 | ~10GB | Fast, daily use |\n| 🟢 BF16 | ~20GB | Max quality |\n\nBoth work on **8GB VRAM**!\n\n---\n\n## 🎯 Features\n\n✅ Better anime style\n✅ Partially NSFW capable\n✅ Natural language prompts\n✅ 8-step generation\n✅ Custom LoRA merged\n\n---\n\n## ⚠️ Desktop ComfyUI Issue\n\nIf metadata save fails, replace **\"💾 Save Base Image\"** nodes with standard **\"Save Image\"** node.\n\n---\n\n## 📥 Links\n\n- [CivitAI](https://civitai.com/)\n- [HuggingFace](https://huggingface.co/SeeSee21/)\n\n---\n\n## 📦 Custom Nodes\n\n- rgthree-comfy\n- comfyui_image_metadata_extension\n- SeedVarianceEnhancer\n- ComfyUI-SeedVR2_VideoUpscaler"
|
| 1327 |
+
],
|
| 1328 |
+
"color": "#2d2d4d",
|
| 1329 |
+
"bgcolor": "#3d3d70"
|
| 1330 |
+
},
|
| 1331 |
+
{
|
| 1332 |
+
"id": 2,
|
| 1333 |
+
"type": "ModelSamplingAuraFlow",
|
| 1334 |
+
"pos": [
|
| 1335 |
+
19700,
|
| 1336 |
+
7080
|
| 1337 |
+
],
|
| 1338 |
+
"size": [
|
| 1339 |
+
250,
|
| 1340 |
+
58
|
| 1341 |
+
],
|
| 1342 |
+
"flags": {},
|
| 1343 |
+
"order": 14,
|
| 1344 |
+
"mode": 0,
|
| 1345 |
+
"inputs": [
|
| 1346 |
+
{
|
| 1347 |
+
"name": "model",
|
| 1348 |
+
"type": "MODEL",
|
| 1349 |
+
"link": 110
|
| 1350 |
+
}
|
| 1351 |
+
],
|
| 1352 |
+
"outputs": [
|
| 1353 |
+
{
|
| 1354 |
+
"name": "MODEL",
|
| 1355 |
+
"type": "MODEL",
|
| 1356 |
+
"links": [
|
| 1357 |
+
41,
|
| 1358 |
+
121
|
| 1359 |
+
]
|
| 1360 |
+
}
|
| 1361 |
+
],
|
| 1362 |
+
"title": "⚙️ Model Sampling",
|
| 1363 |
+
"properties": {
|
| 1364 |
+
"cnr_id": "comfy-core",
|
| 1365 |
+
"ver": "0.3.48",
|
| 1366 |
+
"Node name for S&R": "ModelSamplingAuraFlow",
|
| 1367 |
+
"ue_properties": {
|
| 1368 |
+
"version": "7.0.1",
|
| 1369 |
+
"widget_ue_connectable": {}
|
| 1370 |
+
},
|
| 1371 |
+
"enableTabs": false,
|
| 1372 |
+
"tabWidth": 65,
|
| 1373 |
+
"tabXOffset": 10,
|
| 1374 |
+
"hasSecondTab": false,
|
| 1375 |
+
"secondTabText": "Send Back",
|
| 1376 |
+
"secondTabOffset": 80,
|
| 1377 |
+
"secondTabWidth": 65
|
| 1378 |
+
},
|
| 1379 |
+
"widgets_values": [
|
| 1380 |
+
3
|
| 1381 |
+
],
|
| 1382 |
+
"color": "#2d1b4e",
|
| 1383 |
+
"bgcolor": "#4a2d7a"
|
| 1384 |
+
},
|
| 1385 |
+
{
|
| 1386 |
+
"id": 6,
|
| 1387 |
+
"type": "EmptyLatentImage",
|
| 1388 |
+
"pos": [
|
| 1389 |
+
19400,
|
| 1390 |
+
7690
|
| 1391 |
+
],
|
| 1392 |
+
"size": [
|
| 1393 |
+
240,
|
| 1394 |
+
106
|
| 1395 |
+
],
|
| 1396 |
+
"flags": {
|
| 1397 |
+
"collapsed": false
|
| 1398 |
+
},
|
| 1399 |
+
"order": 8,
|
| 1400 |
+
"mode": 0,
|
| 1401 |
+
"inputs": [],
|
| 1402 |
+
"outputs": [
|
| 1403 |
+
{
|
| 1404 |
+
"name": "LATENT",
|
| 1405 |
+
"type": "LATENT",
|
| 1406 |
+
"links": [
|
| 1407 |
+
24
|
| 1408 |
+
]
|
| 1409 |
+
}
|
| 1410 |
+
],
|
| 1411 |
+
"title": "📐 Image Size",
|
| 1412 |
+
"properties": {
|
| 1413 |
+
"cnr_id": "comfy-core",
|
| 1414 |
+
"ver": "0.3.65",
|
| 1415 |
+
"Node name for S&R": "EmptyLatentImage",
|
| 1416 |
+
"ue_properties": {
|
| 1417 |
+
"widget_ue_connectable": {
|
| 1418 |
+
"width": true,
|
| 1419 |
+
"height": true,
|
| 1420 |
+
"batch_size": true
|
| 1421 |
+
},
|
| 1422 |
+
"version": "7.0.1"
|
| 1423 |
+
}
|
| 1424 |
+
},
|
| 1425 |
+
"widgets_values": [
|
| 1426 |
+
832,
|
| 1427 |
+
1216,
|
| 1428 |
+
1
|
| 1429 |
+
],
|
| 1430 |
+
"color": "#1a4d4d",
|
| 1431 |
+
"bgcolor": "#2a7070"
|
| 1432 |
+
},
|
| 1433 |
+
{
|
| 1434 |
+
"id": 28,
|
| 1435 |
+
"type": "Fast Groups Bypasser (rgthree)",
|
| 1436 |
+
"pos": [
|
| 1437 |
+
20800,
|
| 1438 |
+
6610
|
| 1439 |
+
],
|
| 1440 |
+
"size": [
|
| 1441 |
+
360,
|
| 1442 |
+
82
|
| 1443 |
+
],
|
| 1444 |
+
"flags": {},
|
| 1445 |
+
"order": 9,
|
| 1446 |
+
"mode": 0,
|
| 1447 |
+
"inputs": [],
|
| 1448 |
+
"outputs": [
|
| 1449 |
+
{
|
| 1450 |
+
"name": "OPT_CONNECTION",
|
| 1451 |
+
"type": "*",
|
| 1452 |
+
"links": null
|
| 1453 |
+
}
|
| 1454 |
+
],
|
| 1455 |
+
"title": "🔼 Toggle Upscaler ON/OFF",
|
| 1456 |
+
"properties": {
|
| 1457 |
+
"matchColors": "",
|
| 1458 |
+
"matchTitle": "🔼",
|
| 1459 |
+
"showNav": true,
|
| 1460 |
+
"showAllGraphs": true,
|
| 1461 |
+
"sort": "position",
|
| 1462 |
+
"customSortAlphabet": "",
|
| 1463 |
+
"toggleRestriction": "default",
|
| 1464 |
+
"ue_properties": {
|
| 1465 |
+
"widget_ue_connectable": {},
|
| 1466 |
+
"input_ue_unconnectable": {},
|
| 1467 |
+
"version": "7.4.1"
|
| 1468 |
+
}
|
| 1469 |
+
},
|
| 1470 |
+
"color": "#4d1a4d",
|
| 1471 |
+
"bgcolor": "#702a70"
|
| 1472 |
+
},
|
| 1473 |
+
{
|
| 1474 |
+
"id": 68,
|
| 1475 |
+
"type": "Fast Groups Bypasser (rgthree)",
|
| 1476 |
+
"pos": [
|
| 1477 |
+
19030,
|
| 1478 |
+
8000
|
| 1479 |
+
],
|
| 1480 |
+
"size": [
|
| 1481 |
+
330,
|
| 1482 |
+
58
|
| 1483 |
+
],
|
| 1484 |
+
"flags": {},
|
| 1485 |
+
"order": 10,
|
| 1486 |
+
"mode": 0,
|
| 1487 |
+
"inputs": [],
|
| 1488 |
+
"outputs": [
|
| 1489 |
+
{
|
| 1490 |
+
"name": "OPT_CONNECTION",
|
| 1491 |
+
"type": "*",
|
| 1492 |
+
"links": null
|
| 1493 |
+
}
|
| 1494 |
+
],
|
| 1495 |
+
"title": "🎲 Toggle SeedVarianceEnhancer ON/OFF",
|
| 1496 |
+
"properties": {
|
| 1497 |
+
"matchColors": "",
|
| 1498 |
+
"matchTitle": "🎲",
|
| 1499 |
+
"showNav": true,
|
| 1500 |
+
"showAllGraphs": true,
|
| 1501 |
+
"sort": "position",
|
| 1502 |
+
"customSortAlphabet": "",
|
| 1503 |
+
"toggleRestriction": "default",
|
| 1504 |
+
"ue_properties": {
|
| 1505 |
+
"widget_ue_connectable": {},
|
| 1506 |
+
"input_ue_unconnectable": {},
|
| 1507 |
+
"version": "7.4.1"
|
| 1508 |
+
}
|
| 1509 |
+
},
|
| 1510 |
+
"color": "#4d1a4d",
|
| 1511 |
+
"bgcolor": "#702a70"
|
| 1512 |
+
},
|
| 1513 |
+
{
|
| 1514 |
+
"id": 61,
|
| 1515 |
+
"type": "SaveImageWithMetaData",
|
| 1516 |
+
"pos": [
|
| 1517 |
+
21190,
|
| 1518 |
+
7920
|
| 1519 |
+
],
|
| 1520 |
+
"size": [
|
| 1521 |
+
540,
|
| 1522 |
+
1010
|
| 1523 |
+
],
|
| 1524 |
+
"flags": {},
|
| 1525 |
+
"order": 35,
|
| 1526 |
+
"mode": 0,
|
| 1527 |
+
"inputs": [
|
| 1528 |
+
{
|
| 1529 |
+
"name": "images",
|
| 1530 |
+
"type": "IMAGE",
|
| 1531 |
+
"link": 89
|
| 1532 |
+
},
|
| 1533 |
+
{
|
| 1534 |
+
"name": "extra_metadata",
|
| 1535 |
+
"shape": 7,
|
| 1536 |
+
"type": "EXTRA_METADATA",
|
| 1537 |
+
"link": null
|
| 1538 |
+
}
|
| 1539 |
+
],
|
| 1540 |
+
"outputs": [],
|
| 1541 |
+
"title": "💾 Save Upscaled Image",
|
| 1542 |
+
"properties": {
|
| 1543 |
+
"cnr_id": "comfyui_image_metadata_extension",
|
| 1544 |
+
"ver": "1.2.17",
|
| 1545 |
+
"Node name for S&R": "SaveImageWithMetaData",
|
| 1546 |
+
"widget_ue_connectable": {}
|
| 1547 |
+
},
|
| 1548 |
+
"widgets_values": [
|
| 1549 |
+
"Z-Image-SeedVR2",
|
| 1550 |
+
"%date:yyyy-MM-dd%",
|
| 1551 |
+
"png",
|
| 1552 |
+
"max",
|
| 1553 |
+
"full",
|
| 1554 |
+
true,
|
| 1555 |
+
true
|
| 1556 |
+
],
|
| 1557 |
+
"color": "#1a2d4d",
|
| 1558 |
+
"bgcolor": "#2a4570"
|
| 1559 |
+
},
|
| 1560 |
+
{
|
| 1561 |
+
"id": 49,
|
| 1562 |
+
"type": "SaveImageWithMetaData",
|
| 1563 |
+
"pos": [
|
| 1564 |
+
21190,
|
| 1565 |
+
6800
|
| 1566 |
+
],
|
| 1567 |
+
"size": [
|
| 1568 |
+
540,
|
| 1569 |
+
990
|
| 1570 |
+
],
|
| 1571 |
+
"flags": {},
|
| 1572 |
+
"order": 40,
|
| 1573 |
+
"mode": 0,
|
| 1574 |
+
"inputs": [
|
| 1575 |
+
{
|
| 1576 |
+
"name": "images",
|
| 1577 |
+
"type": "IMAGE",
|
| 1578 |
+
"link": 64
|
| 1579 |
+
},
|
| 1580 |
+
{
|
| 1581 |
+
"name": "extra_metadata",
|
| 1582 |
+
"shape": 7,
|
| 1583 |
+
"type": "EXTRA_METADATA",
|
| 1584 |
+
"link": null
|
| 1585 |
+
}
|
| 1586 |
+
],
|
| 1587 |
+
"outputs": [],
|
| 1588 |
+
"title": "💾 Save Upscaled Image",
|
| 1589 |
+
"properties": {
|
| 1590 |
+
"cnr_id": "comfyui_image_metadata_extension",
|
| 1591 |
+
"ver": "1.2.17",
|
| 1592 |
+
"Node name for S&R": "SaveImageWithMetaData",
|
| 1593 |
+
"widget_ue_connectable": {}
|
| 1594 |
+
},
|
| 1595 |
+
"widgets_values": [
|
| 1596 |
+
"Z-Image-Upscale ",
|
| 1597 |
+
"%date:yyyy-MM-dd%",
|
| 1598 |
+
"png",
|
| 1599 |
+
"max",
|
| 1600 |
+
"full",
|
| 1601 |
+
true,
|
| 1602 |
+
true
|
| 1603 |
+
],
|
| 1604 |
+
"color": "#1a2d4d",
|
| 1605 |
+
"bgcolor": "#2a4570"
|
| 1606 |
+
},
|
| 1607 |
+
{
|
| 1608 |
+
"id": 48,
|
| 1609 |
+
"type": "SaveImageWithMetaData",
|
| 1610 |
+
"pos": [
|
| 1611 |
+
20310,
|
| 1612 |
+
7030
|
| 1613 |
+
],
|
| 1614 |
+
"size": [
|
| 1615 |
+
470,
|
| 1616 |
+
780
|
| 1617 |
+
],
|
| 1618 |
+
"flags": {},
|
| 1619 |
+
"order": 29,
|
| 1620 |
+
"mode": 0,
|
| 1621 |
+
"inputs": [
|
| 1622 |
+
{
|
| 1623 |
+
"name": "images",
|
| 1624 |
+
"type": "IMAGE",
|
| 1625 |
+
"link": 63
|
| 1626 |
+
},
|
| 1627 |
+
{
|
| 1628 |
+
"name": "extra_metadata",
|
| 1629 |
+
"shape": 7,
|
| 1630 |
+
"type": "EXTRA_METADATA",
|
| 1631 |
+
"link": null
|
| 1632 |
+
}
|
| 1633 |
+
],
|
| 1634 |
+
"outputs": [],
|
| 1635 |
+
"title": "💾 Save Base Image",
|
| 1636 |
+
"properties": {
|
| 1637 |
+
"cnr_id": "comfyui_image_metadata_extension",
|
| 1638 |
+
"ver": "1.2.17",
|
| 1639 |
+
"Node name for S&R": "SaveImageWithMetaData",
|
| 1640 |
+
"widget_ue_connectable": {}
|
| 1641 |
+
},
|
| 1642 |
+
"widgets_values": [
|
| 1643 |
+
"Z-Image-Base",
|
| 1644 |
+
"%date:yyyy-MM-dd%",
|
| 1645 |
+
"png",
|
| 1646 |
+
"max",
|
| 1647 |
+
"full",
|
| 1648 |
+
true,
|
| 1649 |
+
true
|
| 1650 |
+
],
|
| 1651 |
+
"color": "#1a2d4d",
|
| 1652 |
+
"bgcolor": "#2a4570"
|
| 1653 |
+
},
|
| 1654 |
+
{
|
| 1655 |
+
"id": 20,
|
| 1656 |
+
"type": "CLIPTextEncode",
|
| 1657 |
+
"pos": [
|
| 1658 |
+
19130,
|
| 1659 |
+
7080
|
| 1660 |
+
],
|
| 1661 |
+
"size": [
|
| 1662 |
+
510,
|
| 1663 |
+
490
|
| 1664 |
+
],
|
| 1665 |
+
"flags": {
|
| 1666 |
+
"collapsed": false
|
| 1667 |
+
},
|
| 1668 |
+
"order": 15,
|
| 1669 |
+
"mode": 0,
|
| 1670 |
+
"inputs": [
|
| 1671 |
+
{
|
| 1672 |
+
"name": "clip",
|
| 1673 |
+
"type": "CLIP",
|
| 1674 |
+
"link": 111
|
| 1675 |
+
}
|
| 1676 |
+
],
|
| 1677 |
+
"outputs": [
|
| 1678 |
+
{
|
| 1679 |
+
"name": "CONDITIONING",
|
| 1680 |
+
"type": "CONDITIONING",
|
| 1681 |
+
"links": [
|
| 1682 |
+
46,
|
| 1683 |
+
106
|
| 1684 |
+
]
|
| 1685 |
+
}
|
| 1686 |
+
],
|
| 1687 |
+
"title": "✨ Positive Prompt",
|
| 1688 |
+
"properties": {
|
| 1689 |
+
"cnr_id": "comfy-core",
|
| 1690 |
+
"ver": "0.3.65",
|
| 1691 |
+
"Node name for S&R": "CLIPTextEncode",
|
| 1692 |
+
"ue_properties": {
|
| 1693 |
+
"widget_ue_connectable": {
|
| 1694 |
+
"text": true
|
| 1695 |
+
},
|
| 1696 |
+
"version": "7.0.1"
|
| 1697 |
+
}
|
| 1698 |
+
},
|
| 1699 |
+
"widgets_values": [
|
| 1700 |
+
"Create a high-quality anime-style illustration of an intelligent, calm black anime cat, shown full-body, designed as a clean and professional AI workflow cover. The cat has smooth, well-groomed fur with subtle soft highlights and clear, glowing cyan-blue eyes that convey focus, clarity, and intelligence. Its posture is composed and confident, sitting upright with a relaxed but purposeful presence.\n\nThe cat is positioned centrally on a sleek, floating platform made of translucent, glass-like material, etched with softly glowing geometric lines and node-based patterns resembling a structured AI workflow diagram. Behind the cat, the background forms a stylized tech-fantasy environment: layered floating interface panels, softly illuminated connection lines, modular blocks, and faint schematic symbols representing organized AI pipelines and creative processes. The scene feels clean, structured, and modern.\n\nThe color palette is balanced and professional, dominated by cool blues, soft teals, subtle purples, and deep neutral tones. Soft ambient lighting illuminates the cat from the front, while gentle rim lighting separates it clearly from the background. Subtle reflections appear on the platform surface, adding depth without clutter.\n\nThe overall atmosphere is calm, intelligent, and trustworthy, combining anime aesthetics with technical clarity. The illustration style is refined and polished, featuring smooth painterly shading, high-detail fur texture, clean silhouettes, and a cinematic yet minimal finish suitable for AI model branding.\n\nRender literal centered title text in the upper third of the image:\n“Z-IMAGE-TURBO-ANIME”\nFont style: elegant decorative serif or clean modern font, large uppercase, white or light cyan color, subtle glow, high contrast, perfectly readable.\n\nRender literal centered subtitle directly below the title:\n“WORKFLOW”\nFont style: matching but smaller, soft cyan or silver tone, minimal glow.\n\nBoth texts must be perfectly aligned, not overlapping the cat, and clearly separated from the main subject.\n"
|
| 1701 |
+
],
|
| 1702 |
+
"color": "#1e3a2f",
|
| 1703 |
+
"bgcolor": "#2d5a47"
|
| 1704 |
+
},
|
| 1705 |
+
{
|
| 1706 |
+
"id": 34,
|
| 1707 |
+
"type": "CheckpointLoaderSimple",
|
| 1708 |
+
"pos": [
|
| 1709 |
+
18590,
|
| 1710 |
+
7080
|
| 1711 |
+
],
|
| 1712 |
+
"size": [
|
| 1713 |
+
480,
|
| 1714 |
+
98
|
| 1715 |
+
],
|
| 1716 |
+
"flags": {},
|
| 1717 |
+
"order": 11,
|
| 1718 |
+
"mode": 0,
|
| 1719 |
+
"inputs": [],
|
| 1720 |
+
"outputs": [
|
| 1721 |
+
{
|
| 1722 |
+
"name": "MODEL",
|
| 1723 |
+
"type": "MODEL",
|
| 1724 |
+
"links": [
|
| 1725 |
+
108
|
| 1726 |
+
]
|
| 1727 |
+
},
|
| 1728 |
+
{
|
| 1729 |
+
"name": "CLIP",
|
| 1730 |
+
"type": "CLIP",
|
| 1731 |
+
"links": [
|
| 1732 |
+
141
|
| 1733 |
+
]
|
| 1734 |
+
},
|
| 1735 |
+
{
|
| 1736 |
+
"name": "VAE",
|
| 1737 |
+
"type": "VAE",
|
| 1738 |
+
"links": [
|
| 1739 |
+
76
|
| 1740 |
+
]
|
| 1741 |
+
}
|
| 1742 |
+
],
|
| 1743 |
+
"title": "📦 Load Anime Checkpoint",
|
| 1744 |
+
"properties": {
|
| 1745 |
+
"cnr_id": "comfy-core",
|
| 1746 |
+
"ver": "0.3.71",
|
| 1747 |
+
"Node name for S&R": "CheckpointLoaderSimple",
|
| 1748 |
+
"ue_properties": {
|
| 1749 |
+
"widget_ue_connectable": {
|
| 1750 |
+
"ckpt_name": true
|
| 1751 |
+
},
|
| 1752 |
+
"version": "7.4.1",
|
| 1753 |
+
"input_ue_unconnectable": {}
|
| 1754 |
+
}
|
| 1755 |
+
},
|
| 1756 |
+
"widgets_values": [
|
| 1757 |
+
"z-image-anime-aio-fp8.safetensors"
|
| 1758 |
+
],
|
| 1759 |
+
"color": "#2d1b4e",
|
| 1760 |
+
"bgcolor": "#4a2d7a"
|
| 1761 |
+
},
|
| 1762 |
+
{
|
| 1763 |
+
"id": 17,
|
| 1764 |
+
"type": "KSampler",
|
| 1765 |
+
"pos": [
|
| 1766 |
+
19970,
|
| 1767 |
+
7080
|
| 1768 |
+
],
|
| 1769 |
+
"size": [
|
| 1770 |
+
300,
|
| 1771 |
+
710
|
| 1772 |
+
],
|
| 1773 |
+
"flags": {},
|
| 1774 |
+
"order": 26,
|
| 1775 |
+
"mode": 0,
|
| 1776 |
+
"inputs": [
|
| 1777 |
+
{
|
| 1778 |
+
"name": "model",
|
| 1779 |
+
"type": "MODEL",
|
| 1780 |
+
"link": 41
|
| 1781 |
+
},
|
| 1782 |
+
{
|
| 1783 |
+
"name": "positive",
|
| 1784 |
+
"type": "CONDITIONING",
|
| 1785 |
+
"link": 115
|
| 1786 |
+
},
|
| 1787 |
+
{
|
| 1788 |
+
"name": "negative",
|
| 1789 |
+
"type": "CONDITIONING",
|
| 1790 |
+
"link": 88
|
| 1791 |
+
},
|
| 1792 |
+
{
|
| 1793 |
+
"name": "latent_image",
|
| 1794 |
+
"type": "LATENT",
|
| 1795 |
+
"link": 24
|
| 1796 |
+
},
|
| 1797 |
+
{
|
| 1798 |
+
"name": "seed",
|
| 1799 |
+
"type": "INT",
|
| 1800 |
+
"widget": {
|
| 1801 |
+
"name": "seed"
|
| 1802 |
+
},
|
| 1803 |
+
"link": 69
|
| 1804 |
+
}
|
| 1805 |
+
],
|
| 1806 |
+
"outputs": [
|
| 1807 |
+
{
|
| 1808 |
+
"name": "LATENT",
|
| 1809 |
+
"type": "LATENT",
|
| 1810 |
+
"slot_index": 0,
|
| 1811 |
+
"links": [
|
| 1812 |
+
8
|
| 1813 |
+
]
|
| 1814 |
+
}
|
| 1815 |
+
],
|
| 1816 |
+
"title": "🎨 Generate Image",
|
| 1817 |
+
"properties": {
|
| 1818 |
+
"cnr_id": "comfy-core",
|
| 1819 |
+
"ver": "0.3.48",
|
| 1820 |
+
"Node name for S&R": "KSampler",
|
| 1821 |
+
"ue_properties": {
|
| 1822 |
+
"version": "7.0.1",
|
| 1823 |
+
"widget_ue_connectable": {}
|
| 1824 |
+
},
|
| 1825 |
+
"enableTabs": false,
|
| 1826 |
+
"tabWidth": 65,
|
| 1827 |
+
"tabXOffset": 10,
|
| 1828 |
+
"hasSecondTab": false,
|
| 1829 |
+
"secondTabText": "Send Back",
|
| 1830 |
+
"secondTabOffset": 80,
|
| 1831 |
+
"secondTabWidth": 65
|
| 1832 |
+
},
|
| 1833 |
+
"widgets_values": [
|
| 1834 |
+
504463686355241,
|
| 1835 |
+
"fixed",
|
| 1836 |
+
8,
|
| 1837 |
+
1,
|
| 1838 |
+
"res_multistep",
|
| 1839 |
+
"simple",
|
| 1840 |
+
1
|
| 1841 |
+
],
|
| 1842 |
+
"color": "#3d1f5c",
|
| 1843 |
+
"bgcolor": "#5c3080"
|
| 1844 |
+
},
|
| 1845 |
+
{
|
| 1846 |
+
"id": 14,
|
| 1847 |
+
"type": "KSampler",
|
| 1848 |
+
"pos": [
|
| 1849 |
+
20820,
|
| 1850 |
+
6930
|
| 1851 |
+
],
|
| 1852 |
+
"size": [
|
| 1853 |
+
350,
|
| 1854 |
+
760
|
| 1855 |
+
],
|
| 1856 |
+
"flags": {},
|
| 1857 |
+
"order": 37,
|
| 1858 |
+
"mode": 0,
|
| 1859 |
+
"inputs": [
|
| 1860 |
+
{
|
| 1861 |
+
"name": "model",
|
| 1862 |
+
"type": "MODEL",
|
| 1863 |
+
"link": 132
|
| 1864 |
+
},
|
| 1865 |
+
{
|
| 1866 |
+
"name": "positive",
|
| 1867 |
+
"type": "CONDITIONING",
|
| 1868 |
+
"link": 117
|
| 1869 |
+
},
|
| 1870 |
+
{
|
| 1871 |
+
"name": "negative",
|
| 1872 |
+
"type": "CONDITIONING",
|
| 1873 |
+
"link": 120
|
| 1874 |
+
},
|
| 1875 |
+
{
|
| 1876 |
+
"name": "latent_image",
|
| 1877 |
+
"type": "LATENT",
|
| 1878 |
+
"link": 56
|
| 1879 |
+
},
|
| 1880 |
+
{
|
| 1881 |
+
"name": "seed",
|
| 1882 |
+
"type": "INT",
|
| 1883 |
+
"widget": {
|
| 1884 |
+
"name": "seed"
|
| 1885 |
+
},
|
| 1886 |
+
"link": 70
|
| 1887 |
+
}
|
| 1888 |
+
],
|
| 1889 |
+
"outputs": [
|
| 1890 |
+
{
|
| 1891 |
+
"name": "LATENT",
|
| 1892 |
+
"type": "LATENT",
|
| 1893 |
+
"slot_index": 0,
|
| 1894 |
+
"links": [
|
| 1895 |
+
10
|
| 1896 |
+
]
|
| 1897 |
+
}
|
| 1898 |
+
],
|
| 1899 |
+
"title": "🔄 Upscale Sampler",
|
| 1900 |
+
"properties": {
|
| 1901 |
+
"cnr_id": "comfy-core",
|
| 1902 |
+
"ver": "0.3.48",
|
| 1903 |
+
"Node name for S&R": "KSampler",
|
| 1904 |
+
"ue_properties": {
|
| 1905 |
+
"version": "7.0.1",
|
| 1906 |
+
"widget_ue_connectable": {}
|
| 1907 |
+
},
|
| 1908 |
+
"enableTabs": false,
|
| 1909 |
+
"tabWidth": 65,
|
| 1910 |
+
"tabXOffset": 10,
|
| 1911 |
+
"hasSecondTab": false,
|
| 1912 |
+
"secondTabText": "Send Back",
|
| 1913 |
+
"secondTabOffset": 80,
|
| 1914 |
+
"secondTabWidth": 65
|
| 1915 |
+
},
|
| 1916 |
+
"widgets_values": [
|
| 1917 |
+
147055680729376,
|
| 1918 |
+
"fixed",
|
| 1919 |
+
8,
|
| 1920 |
+
1,
|
| 1921 |
+
"res_multistep",
|
| 1922 |
+
"simple",
|
| 1923 |
+
0.4
|
| 1924 |
+
],
|
| 1925 |
+
"color": "#3d1f5c",
|
| 1926 |
+
"bgcolor": "#5c3080"
|
| 1927 |
+
}
|
| 1928 |
+
],
|
| 1929 |
+
"links": [
|
| 1930 |
+
[
|
| 1931 |
+
8,
|
| 1932 |
+
17,
|
| 1933 |
+
0,
|
| 1934 |
+
11,
|
| 1935 |
+
0,
|
| 1936 |
+
"LATENT"
|
| 1937 |
+
],
|
| 1938 |
+
[
|
| 1939 |
+
10,
|
| 1940 |
+
14,
|
| 1941 |
+
0,
|
| 1942 |
+
12,
|
| 1943 |
+
0,
|
| 1944 |
+
"LATENT"
|
| 1945 |
+
],
|
| 1946 |
+
[
|
| 1947 |
+
13,
|
| 1948 |
+
12,
|
| 1949 |
+
0,
|
| 1950 |
+
13,
|
| 1951 |
+
1,
|
| 1952 |
+
"IMAGE"
|
| 1953 |
+
],
|
| 1954 |
+
[
|
| 1955 |
+
24,
|
| 1956 |
+
6,
|
| 1957 |
+
0,
|
| 1958 |
+
17,
|
| 1959 |
+
3,
|
| 1960 |
+
"LATENT"
|
| 1961 |
+
],
|
| 1962 |
+
[
|
| 1963 |
+
33,
|
| 1964 |
+
29,
|
| 1965 |
+
0,
|
| 1966 |
+
30,
|
| 1967 |
+
0,
|
| 1968 |
+
"*"
|
| 1969 |
+
],
|
| 1970 |
+
[
|
| 1971 |
+
34,
|
| 1972 |
+
30,
|
| 1973 |
+
0,
|
| 1974 |
+
11,
|
| 1975 |
+
1,
|
| 1976 |
+
"VAE"
|
| 1977 |
+
],
|
| 1978 |
+
[
|
| 1979 |
+
41,
|
| 1980 |
+
2,
|
| 1981 |
+
0,
|
| 1982 |
+
17,
|
| 1983 |
+
0,
|
| 1984 |
+
"MODEL"
|
| 1985 |
+
],
|
| 1986 |
+
[
|
| 1987 |
+
46,
|
| 1988 |
+
20,
|
| 1989 |
+
0,
|
| 1990 |
+
40,
|
| 1991 |
+
0,
|
| 1992 |
+
"CONDITIONING"
|
| 1993 |
+
],
|
| 1994 |
+
[
|
| 1995 |
+
56,
|
| 1996 |
+
45,
|
| 1997 |
+
0,
|
| 1998 |
+
14,
|
| 1999 |
+
3,
|
| 2000 |
+
"LATENT"
|
| 2001 |
+
],
|
| 2002 |
+
[
|
| 2003 |
+
61,
|
| 2004 |
+
44,
|
| 2005 |
+
0,
|
| 2006 |
+
45,
|
| 2007 |
+
0,
|
| 2008 |
+
"IMAGE"
|
| 2009 |
+
],
|
| 2010 |
+
[
|
| 2011 |
+
63,
|
| 2012 |
+
11,
|
| 2013 |
+
0,
|
| 2014 |
+
48,
|
| 2015 |
+
0,
|
| 2016 |
+
"IMAGE"
|
| 2017 |
+
],
|
| 2018 |
+
[
|
| 2019 |
+
64,
|
| 2020 |
+
12,
|
| 2021 |
+
0,
|
| 2022 |
+
49,
|
| 2023 |
+
0,
|
| 2024 |
+
"IMAGE"
|
| 2025 |
+
],
|
| 2026 |
+
[
|
| 2027 |
+
68,
|
| 2028 |
+
54,
|
| 2029 |
+
0,
|
| 2030 |
+
53,
|
| 2031 |
+
1,
|
| 2032 |
+
"INT"
|
| 2033 |
+
],
|
| 2034 |
+
[
|
| 2035 |
+
69,
|
| 2036 |
+
54,
|
| 2037 |
+
0,
|
| 2038 |
+
17,
|
| 2039 |
+
4,
|
| 2040 |
+
"INT"
|
| 2041 |
+
],
|
| 2042 |
+
[
|
| 2043 |
+
70,
|
| 2044 |
+
54,
|
| 2045 |
+
0,
|
| 2046 |
+
14,
|
| 2047 |
+
4,
|
| 2048 |
+
"INT"
|
| 2049 |
+
],
|
| 2050 |
+
[
|
| 2051 |
+
76,
|
| 2052 |
+
34,
|
| 2053 |
+
2,
|
| 2054 |
+
29,
|
| 2055 |
+
0,
|
| 2056 |
+
"VAE"
|
| 2057 |
+
],
|
| 2058 |
+
[
|
| 2059 |
+
81,
|
| 2060 |
+
30,
|
| 2061 |
+
0,
|
| 2062 |
+
12,
|
| 2063 |
+
1,
|
| 2064 |
+
"VAE"
|
| 2065 |
+
],
|
| 2066 |
+
[
|
| 2067 |
+
83,
|
| 2068 |
+
30,
|
| 2069 |
+
0,
|
| 2070 |
+
60,
|
| 2071 |
+
0,
|
| 2072 |
+
"VAE"
|
| 2073 |
+
],
|
| 2074 |
+
[
|
| 2075 |
+
84,
|
| 2076 |
+
60,
|
| 2077 |
+
0,
|
| 2078 |
+
45,
|
| 2079 |
+
1,
|
| 2080 |
+
"VAE"
|
| 2081 |
+
],
|
| 2082 |
+
[
|
| 2083 |
+
88,
|
| 2084 |
+
40,
|
| 2085 |
+
0,
|
| 2086 |
+
17,
|
| 2087 |
+
2,
|
| 2088 |
+
"CONDITIONING"
|
| 2089 |
+
],
|
| 2090 |
+
[
|
| 2091 |
+
89,
|
| 2092 |
+
64,
|
| 2093 |
+
0,
|
| 2094 |
+
61,
|
| 2095 |
+
0,
|
| 2096 |
+
"IMAGE"
|
| 2097 |
+
],
|
| 2098 |
+
[
|
| 2099 |
+
90,
|
| 2100 |
+
62,
|
| 2101 |
+
0,
|
| 2102 |
+
64,
|
| 2103 |
+
1,
|
| 2104 |
+
"SEEDVR2_DIT"
|
| 2105 |
+
],
|
| 2106 |
+
[
|
| 2107 |
+
91,
|
| 2108 |
+
63,
|
| 2109 |
+
0,
|
| 2110 |
+
64,
|
| 2111 |
+
2,
|
| 2112 |
+
"SEEDVR2_VAE"
|
| 2113 |
+
],
|
| 2114 |
+
[
|
| 2115 |
+
93,
|
| 2116 |
+
64,
|
| 2117 |
+
0,
|
| 2118 |
+
65,
|
| 2119 |
+
1,
|
| 2120 |
+
"IMAGE"
|
| 2121 |
+
],
|
| 2122 |
+
[
|
| 2123 |
+
106,
|
| 2124 |
+
20,
|
| 2125 |
+
0,
|
| 2126 |
+
53,
|
| 2127 |
+
0,
|
| 2128 |
+
"CONDITIONING"
|
| 2129 |
+
],
|
| 2130 |
+
[
|
| 2131 |
+
108,
|
| 2132 |
+
34,
|
| 2133 |
+
0,
|
| 2134 |
+
69,
|
| 2135 |
+
0,
|
| 2136 |
+
"MODEL"
|
| 2137 |
+
],
|
| 2138 |
+
[
|
| 2139 |
+
110,
|
| 2140 |
+
69,
|
| 2141 |
+
0,
|
| 2142 |
+
2,
|
| 2143 |
+
0,
|
| 2144 |
+
"MODEL"
|
| 2145 |
+
],
|
| 2146 |
+
[
|
| 2147 |
+
111,
|
| 2148 |
+
69,
|
| 2149 |
+
1,
|
| 2150 |
+
20,
|
| 2151 |
+
0,
|
| 2152 |
+
"CLIP"
|
| 2153 |
+
],
|
| 2154 |
+
[
|
| 2155 |
+
113,
|
| 2156 |
+
70,
|
| 2157 |
+
0,
|
| 2158 |
+
71,
|
| 2159 |
+
0,
|
| 2160 |
+
"CONDITIONING"
|
| 2161 |
+
],
|
| 2162 |
+
[
|
| 2163 |
+
114,
|
| 2164 |
+
53,
|
| 2165 |
+
0,
|
| 2166 |
+
70,
|
| 2167 |
+
0,
|
| 2168 |
+
"CONDITIONING"
|
| 2169 |
+
],
|
| 2170 |
+
[
|
| 2171 |
+
115,
|
| 2172 |
+
71,
|
| 2173 |
+
0,
|
| 2174 |
+
17,
|
| 2175 |
+
1,
|
| 2176 |
+
"CONDITIONING"
|
| 2177 |
+
],
|
| 2178 |
+
[
|
| 2179 |
+
116,
|
| 2180 |
+
71,
|
| 2181 |
+
0,
|
| 2182 |
+
72,
|
| 2183 |
+
0,
|
| 2184 |
+
"CONDITIONING"
|
| 2185 |
+
],
|
| 2186 |
+
[
|
| 2187 |
+
117,
|
| 2188 |
+
72,
|
| 2189 |
+
0,
|
| 2190 |
+
14,
|
| 2191 |
+
1,
|
| 2192 |
+
"CONDITIONING"
|
| 2193 |
+
],
|
| 2194 |
+
[
|
| 2195 |
+
118,
|
| 2196 |
+
40,
|
| 2197 |
+
0,
|
| 2198 |
+
73,
|
| 2199 |
+
0,
|
| 2200 |
+
"CONDITIONING"
|
| 2201 |
+
],
|
| 2202 |
+
[
|
| 2203 |
+
119,
|
| 2204 |
+
73,
|
| 2205 |
+
0,
|
| 2206 |
+
74,
|
| 2207 |
+
0,
|
| 2208 |
+
"CONDITIONING"
|
| 2209 |
+
],
|
| 2210 |
+
[
|
| 2211 |
+
120,
|
| 2212 |
+
74,
|
| 2213 |
+
0,
|
| 2214 |
+
14,
|
| 2215 |
+
2,
|
| 2216 |
+
"CONDITIONING"
|
| 2217 |
+
],
|
| 2218 |
+
[
|
| 2219 |
+
121,
|
| 2220 |
+
2,
|
| 2221 |
+
0,
|
| 2222 |
+
75,
|
| 2223 |
+
0,
|
| 2224 |
+
"MODEL"
|
| 2225 |
+
],
|
| 2226 |
+
[
|
| 2227 |
+
124,
|
| 2228 |
+
11,
|
| 2229 |
+
0,
|
| 2230 |
+
77,
|
| 2231 |
+
0,
|
| 2232 |
+
"IMAGE"
|
| 2233 |
+
],
|
| 2234 |
+
[
|
| 2235 |
+
125,
|
| 2236 |
+
77,
|
| 2237 |
+
0,
|
| 2238 |
+
78,
|
| 2239 |
+
0,
|
| 2240 |
+
"IMAGE"
|
| 2241 |
+
],
|
| 2242 |
+
[
|
| 2243 |
+
131,
|
| 2244 |
+
75,
|
| 2245 |
+
0,
|
| 2246 |
+
76,
|
| 2247 |
+
0,
|
| 2248 |
+
"MODEL"
|
| 2249 |
+
],
|
| 2250 |
+
[
|
| 2251 |
+
132,
|
| 2252 |
+
76,
|
| 2253 |
+
0,
|
| 2254 |
+
14,
|
| 2255 |
+
0,
|
| 2256 |
+
"MODEL"
|
| 2257 |
+
],
|
| 2258 |
+
[
|
| 2259 |
+
133,
|
| 2260 |
+
78,
|
| 2261 |
+
0,
|
| 2262 |
+
44,
|
| 2263 |
+
0,
|
| 2264 |
+
"IMAGE"
|
| 2265 |
+
],
|
| 2266 |
+
[
|
| 2267 |
+
134,
|
| 2268 |
+
78,
|
| 2269 |
+
0,
|
| 2270 |
+
13,
|
| 2271 |
+
0,
|
| 2272 |
+
"IMAGE"
|
| 2273 |
+
],
|
| 2274 |
+
[
|
| 2275 |
+
135,
|
| 2276 |
+
78,
|
| 2277 |
+
0,
|
| 2278 |
+
64,
|
| 2279 |
+
0,
|
| 2280 |
+
"IMAGE"
|
| 2281 |
+
],
|
| 2282 |
+
[
|
| 2283 |
+
136,
|
| 2284 |
+
78,
|
| 2285 |
+
0,
|
| 2286 |
+
65,
|
| 2287 |
+
0,
|
| 2288 |
+
"IMAGE"
|
| 2289 |
+
],
|
| 2290 |
+
[
|
| 2291 |
+
141,
|
| 2292 |
+
34,
|
| 2293 |
+
1,
|
| 2294 |
+
69,
|
| 2295 |
+
1,
|
| 2296 |
+
"CLIP"
|
| 2297 |
+
]
|
| 2298 |
+
],
|
| 2299 |
+
"groups": [
|
| 2300 |
+
{
|
| 2301 |
+
"id": 1,
|
| 2302 |
+
"title": "🎨 Step 4 - Generate Image",
|
| 2303 |
+
"bounding": [
|
| 2304 |
+
19680,
|
| 2305 |
+
7000,
|
| 2306 |
+
610,
|
| 2307 |
+
810
|
| 2308 |
+
],
|
| 2309 |
+
"color": "#5c3080",
|
| 2310 |
+
"font_size": 24,
|
| 2311 |
+
"flags": {}
|
| 2312 |
+
},
|
| 2313 |
+
{
|
| 2314 |
+
"id": 2,
|
| 2315 |
+
"title": "🔼 Step 5 - Upscale (Optional)",
|
| 2316 |
+
"bounding": [
|
| 2317 |
+
20800,
|
| 2318 |
+
6710,
|
| 2319 |
+
950,
|
| 2320 |
+
1100
|
| 2321 |
+
],
|
| 2322 |
+
"color": "#b58b2a",
|
| 2323 |
+
"font_size": 24,
|
| 2324 |
+
"flags": {}
|
| 2325 |
+
},
|
| 2326 |
+
{
|
| 2327 |
+
"id": 3,
|
| 2328 |
+
"title": "📦 Step 1 - Load Models",
|
| 2329 |
+
"bounding": [
|
| 2330 |
+
18570,
|
| 2331 |
+
7000,
|
| 2332 |
+
520,
|
| 2333 |
+
200
|
| 2334 |
+
],
|
| 2335 |
+
"color": "#4a2d7a",
|
| 2336 |
+
"font_size": 24,
|
| 2337 |
+
"flags": {}
|
| 2338 |
+
},
|
| 2339 |
+
{
|
| 2340 |
+
"id": 4,
|
| 2341 |
+
"title": "📐 Step 3 - Choose Size",
|
| 2342 |
+
"bounding": [
|
| 2343 |
+
19380,
|
| 2344 |
+
7610,
|
| 2345 |
+
280,
|
| 2346 |
+
200
|
| 2347 |
+
],
|
| 2348 |
+
"color": "#2a7070",
|
| 2349 |
+
"font_size": 24,
|
| 2350 |
+
"flags": {}
|
| 2351 |
+
},
|
| 2352 |
+
{
|
| 2353 |
+
"id": 5,
|
| 2354 |
+
"title": "✍️ Step 2 - Write Prompts",
|
| 2355 |
+
"bounding": [
|
| 2356 |
+
19110,
|
| 2357 |
+
7000,
|
| 2358 |
+
550,
|
| 2359 |
+
590
|
| 2360 |
+
],
|
| 2361 |
+
"color": "#2d5a47",
|
| 2362 |
+
"font_size": 24,
|
| 2363 |
+
"flags": {}
|
| 2364 |
+
},
|
| 2365 |
+
{
|
| 2366 |
+
"id": 6,
|
| 2367 |
+
"title": "📖 Step 1 - Load LoRA (Optional)",
|
| 2368 |
+
"bounding": [
|
| 2369 |
+
18570,
|
| 2370 |
+
7340,
|
| 2371 |
+
520,
|
| 2372 |
+
360
|
| 2373 |
+
],
|
| 2374 |
+
"color": "#4a2d7a",
|
| 2375 |
+
"font_size": 24,
|
| 2376 |
+
"flags": {}
|
| 2377 |
+
},
|
| 2378 |
+
{
|
| 2379 |
+
"id": 7,
|
| 2380 |
+
"title": "🔼 Step 5 - SeedVR2 (Optional)",
|
| 2381 |
+
"bounding": [
|
| 2382 |
+
20800,
|
| 2383 |
+
7830,
|
| 2384 |
+
950,
|
| 2385 |
+
1120
|
| 2386 |
+
],
|
| 2387 |
+
"color": "#702a5c",
|
| 2388 |
+
"font_size": 24,
|
| 2389 |
+
"flags": {}
|
| 2390 |
+
},
|
| 2391 |
+
{
|
| 2392 |
+
"id": 8,
|
| 2393 |
+
"title": "🎲SeedVarianceEnhancer",
|
| 2394 |
+
"bounding": [
|
| 2395 |
+
19380,
|
| 2396 |
+
7830,
|
| 2397 |
+
290,
|
| 2398 |
+
360
|
| 2399 |
+
],
|
| 2400 |
+
"color": "#702a70",
|
| 2401 |
+
"font_size": 24,
|
| 2402 |
+
"flags": {}
|
| 2403 |
+
}
|
| 2404 |
+
],
|
| 2405 |
+
"config": {},
|
| 2406 |
+
"extra": {
|
| 2407 |
+
"ds": {
|
| 2408 |
+
"scale": 0.4736244074477572,
|
| 2409 |
+
"offset": [
|
| 2410 |
+
-17890,
|
| 2411 |
+
-6510
|
| 2412 |
+
]
|
| 2413 |
+
},
|
| 2414 |
+
"frontendVersion": "1.35.9",
|
| 2415 |
+
"workflowRendererVersion": "LG",
|
| 2416 |
+
"ue_links": [],
|
| 2417 |
+
"links_added_by_ue": [],
|
| 2418 |
+
"VHS_latentpreview": true,
|
| 2419 |
+
"VHS_latentpreviewrate": 0,
|
| 2420 |
+
"VHS_MetadataImage": true,
|
| 2421 |
+
"VHS_KeepIntermediate": true
|
| 2422 |
+
},
|
| 2423 |
+
"version": 0.4
|
| 2424 |
+
}
|
workflows/ZIT-AIO-Control.json
ADDED
|
@@ -0,0 +1,1922 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"id": "3352e28f-c879-400f-bb05-bbe72e3bacb2",
|
| 3 |
+
"revision": 0,
|
| 4 |
+
"last_node_id": 67,
|
| 5 |
+
"last_link_id": 83,
|
| 6 |
+
"nodes": [
|
| 7 |
+
{
|
| 8 |
+
"id": 40,
|
| 9 |
+
"type": "ConditioningZeroOut",
|
| 10 |
+
"pos": [
|
| 11 |
+
19680,
|
| 12 |
+
7280
|
| 13 |
+
],
|
| 14 |
+
"size": [
|
| 15 |
+
220,
|
| 16 |
+
26
|
| 17 |
+
],
|
| 18 |
+
"flags": {},
|
| 19 |
+
"order": 17,
|
| 20 |
+
"mode": 0,
|
| 21 |
+
"inputs": [
|
| 22 |
+
{
|
| 23 |
+
"name": "conditioning",
|
| 24 |
+
"type": "CONDITIONING",
|
| 25 |
+
"link": 46
|
| 26 |
+
}
|
| 27 |
+
],
|
| 28 |
+
"outputs": [
|
| 29 |
+
{
|
| 30 |
+
"name": "CONDITIONING",
|
| 31 |
+
"type": "CONDITIONING",
|
| 32 |
+
"links": [
|
| 33 |
+
47,
|
| 34 |
+
48
|
| 35 |
+
]
|
| 36 |
+
}
|
| 37 |
+
],
|
| 38 |
+
"properties": {
|
| 39 |
+
"cnr_id": "comfy-core",
|
| 40 |
+
"ver": "0.3.75",
|
| 41 |
+
"Node name for S&R": "ConditioningZeroOut",
|
| 42 |
+
"ue_properties": {
|
| 43 |
+
"widget_ue_connectable": {},
|
| 44 |
+
"version": "7.4.1",
|
| 45 |
+
"input_ue_unconnectable": {}
|
| 46 |
+
}
|
| 47 |
+
},
|
| 48 |
+
"widgets_values": [],
|
| 49 |
+
"color": "#322",
|
| 50 |
+
"bgcolor": "#533"
|
| 51 |
+
},
|
| 52 |
+
{
|
| 53 |
+
"id": 11,
|
| 54 |
+
"type": "VAEDecode",
|
| 55 |
+
"pos": [
|
| 56 |
+
19678.698627423088,
|
| 57 |
+
7186.776251773069
|
| 58 |
+
],
|
| 59 |
+
"size": [
|
| 60 |
+
220,
|
| 61 |
+
46
|
| 62 |
+
],
|
| 63 |
+
"flags": {
|
| 64 |
+
"collapsed": false
|
| 65 |
+
},
|
| 66 |
+
"order": 24,
|
| 67 |
+
"mode": 0,
|
| 68 |
+
"inputs": [
|
| 69 |
+
{
|
| 70 |
+
"name": "samples",
|
| 71 |
+
"type": "LATENT",
|
| 72 |
+
"link": 8
|
| 73 |
+
},
|
| 74 |
+
{
|
| 75 |
+
"name": "vae",
|
| 76 |
+
"type": "VAE",
|
| 77 |
+
"link": 34
|
| 78 |
+
}
|
| 79 |
+
],
|
| 80 |
+
"outputs": [
|
| 81 |
+
{
|
| 82 |
+
"name": "IMAGE",
|
| 83 |
+
"type": "IMAGE",
|
| 84 |
+
"slot_index": 0,
|
| 85 |
+
"links": [
|
| 86 |
+
12,
|
| 87 |
+
60,
|
| 88 |
+
63
|
| 89 |
+
]
|
| 90 |
+
}
|
| 91 |
+
],
|
| 92 |
+
"title": "🖼️ Decode Main Image",
|
| 93 |
+
"properties": {
|
| 94 |
+
"cnr_id": "comfy-core",
|
| 95 |
+
"ver": "0.3.48",
|
| 96 |
+
"Node name for S&R": "VAEDecode",
|
| 97 |
+
"ue_properties": {
|
| 98 |
+
"version": "7.0.1",
|
| 99 |
+
"widget_ue_connectable": {}
|
| 100 |
+
},
|
| 101 |
+
"enableTabs": false,
|
| 102 |
+
"tabWidth": 65,
|
| 103 |
+
"tabXOffset": 10,
|
| 104 |
+
"hasSecondTab": false,
|
| 105 |
+
"secondTabText": "Send Back",
|
| 106 |
+
"secondTabOffset": 80,
|
| 107 |
+
"secondTabWidth": 65
|
| 108 |
+
},
|
| 109 |
+
"widgets_values": [],
|
| 110 |
+
"color": "#2a363b",
|
| 111 |
+
"bgcolor": "#3f5159"
|
| 112 |
+
},
|
| 113 |
+
{
|
| 114 |
+
"id": 31,
|
| 115 |
+
"type": "Reroute",
|
| 116 |
+
"pos": [
|
| 117 |
+
20620,
|
| 118 |
+
6970
|
| 119 |
+
],
|
| 120 |
+
"size": [
|
| 121 |
+
75,
|
| 122 |
+
26
|
| 123 |
+
],
|
| 124 |
+
"flags": {},
|
| 125 |
+
"order": 18,
|
| 126 |
+
"mode": 0,
|
| 127 |
+
"inputs": [
|
| 128 |
+
{
|
| 129 |
+
"name": "",
|
| 130 |
+
"type": "*",
|
| 131 |
+
"link": 35
|
| 132 |
+
}
|
| 133 |
+
],
|
| 134 |
+
"outputs": [
|
| 135 |
+
{
|
| 136 |
+
"name": "",
|
| 137 |
+
"type": "VAE",
|
| 138 |
+
"links": [
|
| 139 |
+
36,
|
| 140 |
+
62
|
| 141 |
+
]
|
| 142 |
+
}
|
| 143 |
+
],
|
| 144 |
+
"properties": {
|
| 145 |
+
"showOutputText": false,
|
| 146 |
+
"horizontal": false,
|
| 147 |
+
"ue_properties": {
|
| 148 |
+
"widget_ue_connectable": {},
|
| 149 |
+
"version": "7.4.1",
|
| 150 |
+
"input_ue_unconnectable": {}
|
| 151 |
+
}
|
| 152 |
+
},
|
| 153 |
+
"color": "#322",
|
| 154 |
+
"bgcolor": "#533"
|
| 155 |
+
},
|
| 156 |
+
{
|
| 157 |
+
"id": 45,
|
| 158 |
+
"type": "VAEEncode",
|
| 159 |
+
"pos": [
|
| 160 |
+
20770,
|
| 161 |
+
7100
|
| 162 |
+
],
|
| 163 |
+
"size": [
|
| 164 |
+
185.191015625,
|
| 165 |
+
46
|
| 166 |
+
],
|
| 167 |
+
"flags": {
|
| 168 |
+
"collapsed": true
|
| 169 |
+
},
|
| 170 |
+
"order": 27,
|
| 171 |
+
"mode": 0,
|
| 172 |
+
"inputs": [
|
| 173 |
+
{
|
| 174 |
+
"name": "pixels",
|
| 175 |
+
"type": "IMAGE",
|
| 176 |
+
"link": 61
|
| 177 |
+
},
|
| 178 |
+
{
|
| 179 |
+
"name": "vae",
|
| 180 |
+
"type": "VAE",
|
| 181 |
+
"link": 62
|
| 182 |
+
}
|
| 183 |
+
],
|
| 184 |
+
"outputs": [
|
| 185 |
+
{
|
| 186 |
+
"name": "LATENT",
|
| 187 |
+
"type": "LATENT",
|
| 188 |
+
"links": [
|
| 189 |
+
56
|
| 190 |
+
]
|
| 191 |
+
}
|
| 192 |
+
],
|
| 193 |
+
"title": "🔄 Encode for Upscale",
|
| 194 |
+
"properties": {
|
| 195 |
+
"cnr_id": "comfy-core",
|
| 196 |
+
"ver": "0.3.76",
|
| 197 |
+
"Node name for S&R": "VAEEncode"
|
| 198 |
+
},
|
| 199 |
+
"widgets_values": [],
|
| 200 |
+
"color": "#2a363b",
|
| 201 |
+
"bgcolor": "#3f5159"
|
| 202 |
+
},
|
| 203 |
+
{
|
| 204 |
+
"id": 44,
|
| 205 |
+
"type": "ImageScaleBy",
|
| 206 |
+
"pos": [
|
| 207 |
+
20760,
|
| 208 |
+
7090
|
| 209 |
+
],
|
| 210 |
+
"size": [
|
| 211 |
+
350,
|
| 212 |
+
82
|
| 213 |
+
],
|
| 214 |
+
"flags": {
|
| 215 |
+
"collapsed": false
|
| 216 |
+
},
|
| 217 |
+
"order": 25,
|
| 218 |
+
"mode": 0,
|
| 219 |
+
"inputs": [
|
| 220 |
+
{
|
| 221 |
+
"name": "image",
|
| 222 |
+
"type": "IMAGE",
|
| 223 |
+
"link": 60
|
| 224 |
+
}
|
| 225 |
+
],
|
| 226 |
+
"outputs": [
|
| 227 |
+
{
|
| 228 |
+
"name": "IMAGE",
|
| 229 |
+
"type": "IMAGE",
|
| 230 |
+
"links": [
|
| 231 |
+
61
|
| 232 |
+
]
|
| 233 |
+
}
|
| 234 |
+
],
|
| 235 |
+
"title": "📐 Scale Image for Upscale",
|
| 236 |
+
"properties": {
|
| 237 |
+
"cnr_id": "comfy-core",
|
| 238 |
+
"ver": "0.3.76",
|
| 239 |
+
"Node name for S&R": "ImageScaleBy"
|
| 240 |
+
},
|
| 241 |
+
"widgets_values": [
|
| 242 |
+
"lanczos",
|
| 243 |
+
1.5
|
| 244 |
+
],
|
| 245 |
+
"color": "#2a363b",
|
| 246 |
+
"bgcolor": "#3f5159"
|
| 247 |
+
},
|
| 248 |
+
{
|
| 249 |
+
"id": 12,
|
| 250 |
+
"type": "VAEDecode",
|
| 251 |
+
"pos": [
|
| 252 |
+
20760,
|
| 253 |
+
8030
|
| 254 |
+
],
|
| 255 |
+
"size": [
|
| 256 |
+
350,
|
| 257 |
+
50
|
| 258 |
+
],
|
| 259 |
+
"flags": {
|
| 260 |
+
"collapsed": false
|
| 261 |
+
},
|
| 262 |
+
"order": 29,
|
| 263 |
+
"mode": 0,
|
| 264 |
+
"inputs": [
|
| 265 |
+
{
|
| 266 |
+
"name": "samples",
|
| 267 |
+
"type": "LATENT",
|
| 268 |
+
"link": 10
|
| 269 |
+
},
|
| 270 |
+
{
|
| 271 |
+
"name": "vae",
|
| 272 |
+
"type": "VAE",
|
| 273 |
+
"link": 36
|
| 274 |
+
}
|
| 275 |
+
],
|
| 276 |
+
"outputs": [
|
| 277 |
+
{
|
| 278 |
+
"name": "IMAGE",
|
| 279 |
+
"type": "IMAGE",
|
| 280 |
+
"slot_index": 0,
|
| 281 |
+
"links": [
|
| 282 |
+
13,
|
| 283 |
+
64
|
| 284 |
+
]
|
| 285 |
+
}
|
| 286 |
+
],
|
| 287 |
+
"title": "🔍 Decode Upscaled Image",
|
| 288 |
+
"properties": {
|
| 289 |
+
"cnr_id": "comfy-core",
|
| 290 |
+
"ver": "0.3.48",
|
| 291 |
+
"Node name for S&R": "VAEDecode",
|
| 292 |
+
"ue_properties": {
|
| 293 |
+
"version": "7.0.1",
|
| 294 |
+
"widget_ue_connectable": {}
|
| 295 |
+
},
|
| 296 |
+
"enableTabs": false,
|
| 297 |
+
"tabWidth": 65,
|
| 298 |
+
"tabXOffset": 10,
|
| 299 |
+
"hasSecondTab": false,
|
| 300 |
+
"secondTabText": "Send Back",
|
| 301 |
+
"secondTabOffset": 80,
|
| 302 |
+
"secondTabWidth": 65
|
| 303 |
+
},
|
| 304 |
+
"widgets_values": [],
|
| 305 |
+
"color": "#2a363b",
|
| 306 |
+
"bgcolor": "#3f5159"
|
| 307 |
+
},
|
| 308 |
+
{
|
| 309 |
+
"id": 49,
|
| 310 |
+
"type": "SaveImageWithMetaData",
|
| 311 |
+
"pos": [
|
| 312 |
+
21130,
|
| 313 |
+
7090
|
| 314 |
+
],
|
| 315 |
+
"size": [
|
| 316 |
+
540,
|
| 317 |
+
990
|
| 318 |
+
],
|
| 319 |
+
"flags": {},
|
| 320 |
+
"order": 31,
|
| 321 |
+
"mode": 0,
|
| 322 |
+
"inputs": [
|
| 323 |
+
{
|
| 324 |
+
"name": "images",
|
| 325 |
+
"type": "IMAGE",
|
| 326 |
+
"link": 64
|
| 327 |
+
},
|
| 328 |
+
{
|
| 329 |
+
"name": "extra_metadata",
|
| 330 |
+
"shape": 7,
|
| 331 |
+
"type": "EXTRA_METADATA",
|
| 332 |
+
"link": null
|
| 333 |
+
}
|
| 334 |
+
],
|
| 335 |
+
"outputs": [],
|
| 336 |
+
"title": "💾 Save Upscaled Image",
|
| 337 |
+
"properties": {
|
| 338 |
+
"cnr_id": "comfyui_image_metadata_extension",
|
| 339 |
+
"ver": "1.2.17",
|
| 340 |
+
"Node name for S&R": "SaveImageWithMetaData",
|
| 341 |
+
"widget_ue_connectable": {}
|
| 342 |
+
},
|
| 343 |
+
"widgets_values": [
|
| 344 |
+
"Z-Image-H",
|
| 345 |
+
"%date:yyyy-MM-dd%",
|
| 346 |
+
"png",
|
| 347 |
+
"max",
|
| 348 |
+
"full",
|
| 349 |
+
true,
|
| 350 |
+
true
|
| 351 |
+
],
|
| 352 |
+
"color": "#223",
|
| 353 |
+
"bgcolor": "#335"
|
| 354 |
+
},
|
| 355 |
+
{
|
| 356 |
+
"id": 48,
|
| 357 |
+
"type": "SaveImageWithMetaData",
|
| 358 |
+
"pos": [
|
| 359 |
+
20250,
|
| 360 |
+
7030
|
| 361 |
+
],
|
| 362 |
+
"size": [
|
| 363 |
+
470,
|
| 364 |
+
780
|
| 365 |
+
],
|
| 366 |
+
"flags": {},
|
| 367 |
+
"order": 26,
|
| 368 |
+
"mode": 0,
|
| 369 |
+
"inputs": [
|
| 370 |
+
{
|
| 371 |
+
"name": "images",
|
| 372 |
+
"type": "IMAGE",
|
| 373 |
+
"link": 63
|
| 374 |
+
},
|
| 375 |
+
{
|
| 376 |
+
"name": "extra_metadata",
|
| 377 |
+
"shape": 7,
|
| 378 |
+
"type": "EXTRA_METADATA",
|
| 379 |
+
"link": null
|
| 380 |
+
}
|
| 381 |
+
],
|
| 382 |
+
"outputs": [],
|
| 383 |
+
"title": "💾 Save Main Image",
|
| 384 |
+
"properties": {
|
| 385 |
+
"cnr_id": "comfyui_image_metadata_extension",
|
| 386 |
+
"ver": "1.2.17",
|
| 387 |
+
"Node name for S&R": "SaveImageWithMetaData",
|
| 388 |
+
"widget_ue_connectable": {}
|
| 389 |
+
},
|
| 390 |
+
"widgets_values": [
|
| 391 |
+
"Z-Image-L",
|
| 392 |
+
"%date:yyyy-MM-dd%",
|
| 393 |
+
"png",
|
| 394 |
+
"max",
|
| 395 |
+
"full",
|
| 396 |
+
true,
|
| 397 |
+
true
|
| 398 |
+
],
|
| 399 |
+
"color": "#223",
|
| 400 |
+
"bgcolor": "#335"
|
| 401 |
+
},
|
| 402 |
+
{
|
| 403 |
+
"id": 13,
|
| 404 |
+
"type": "Image Comparer (rgthree)",
|
| 405 |
+
"pos": [
|
| 406 |
+
21710,
|
| 407 |
+
7030
|
| 408 |
+
],
|
| 409 |
+
"size": [
|
| 410 |
+
580,
|
| 411 |
+
1060
|
| 412 |
+
],
|
| 413 |
+
"flags": {},
|
| 414 |
+
"order": 30,
|
| 415 |
+
"mode": 0,
|
| 416 |
+
"inputs": [
|
| 417 |
+
{
|
| 418 |
+
"dir": 3,
|
| 419 |
+
"name": "image_a",
|
| 420 |
+
"type": "IMAGE",
|
| 421 |
+
"link": 12
|
| 422 |
+
},
|
| 423 |
+
{
|
| 424 |
+
"dir": 3,
|
| 425 |
+
"name": "image_b",
|
| 426 |
+
"type": "IMAGE",
|
| 427 |
+
"link": 13
|
| 428 |
+
}
|
| 429 |
+
],
|
| 430 |
+
"outputs": [],
|
| 431 |
+
"title": "🔄 Compare Images",
|
| 432 |
+
"properties": {
|
| 433 |
+
"cnr_id": "rgthree-comfy",
|
| 434 |
+
"ver": "b775441a4c5ae2853d4ff6b97a137f7f7d11e597",
|
| 435 |
+
"comparer_mode": "Slide",
|
| 436 |
+
"ue_properties": {
|
| 437 |
+
"version": "7.0.1",
|
| 438 |
+
"widget_ue_connectable": {}
|
| 439 |
+
}
|
| 440 |
+
},
|
| 441 |
+
"widgets_values": [
|
| 442 |
+
[
|
| 443 |
+
{
|
| 444 |
+
"name": "A",
|
| 445 |
+
"selected": true,
|
| 446 |
+
"url": "/api/view?filename=rgthree.compare._temp_qevgp_00001_.png&type=temp&subfolder=&rand=0.03980821531865497"
|
| 447 |
+
},
|
| 448 |
+
{
|
| 449 |
+
"name": "B",
|
| 450 |
+
"selected": true,
|
| 451 |
+
"url": "/api/view?filename=rgthree.compare._temp_qevgp_00002_.png&type=temp&subfolder=&rand=0.1767525242559741"
|
| 452 |
+
}
|
| 453 |
+
]
|
| 454 |
+
],
|
| 455 |
+
"color": "#223",
|
| 456 |
+
"bgcolor": "#335",
|
| 457 |
+
"shape": 1
|
| 458 |
+
},
|
| 459 |
+
{
|
| 460 |
+
"id": 30,
|
| 461 |
+
"type": "Reroute",
|
| 462 |
+
"pos": [
|
| 463 |
+
19560,
|
| 464 |
+
6970
|
| 465 |
+
],
|
| 466 |
+
"size": [
|
| 467 |
+
75,
|
| 468 |
+
26
|
| 469 |
+
],
|
| 470 |
+
"flags": {},
|
| 471 |
+
"order": 14,
|
| 472 |
+
"mode": 0,
|
| 473 |
+
"inputs": [
|
| 474 |
+
{
|
| 475 |
+
"name": "",
|
| 476 |
+
"type": "*",
|
| 477 |
+
"link": 33
|
| 478 |
+
}
|
| 479 |
+
],
|
| 480 |
+
"outputs": [
|
| 481 |
+
{
|
| 482 |
+
"name": "",
|
| 483 |
+
"type": "VAE",
|
| 484 |
+
"links": [
|
| 485 |
+
34,
|
| 486 |
+
35
|
| 487 |
+
]
|
| 488 |
+
}
|
| 489 |
+
],
|
| 490 |
+
"properties": {
|
| 491 |
+
"showOutputText": false,
|
| 492 |
+
"horizontal": false,
|
| 493 |
+
"ue_properties": {
|
| 494 |
+
"widget_ue_connectable": {},
|
| 495 |
+
"version": "7.4.1",
|
| 496 |
+
"input_ue_unconnectable": {}
|
| 497 |
+
}
|
| 498 |
+
},
|
| 499 |
+
"color": "#322",
|
| 500 |
+
"bgcolor": "#533"
|
| 501 |
+
},
|
| 502 |
+
{
|
| 503 |
+
"id": 54,
|
| 504 |
+
"type": "ModelPatchLoader",
|
| 505 |
+
"pos": [
|
| 506 |
+
17930,
|
| 507 |
+
7240
|
| 508 |
+
],
|
| 509 |
+
"size": [
|
| 510 |
+
470,
|
| 511 |
+
58
|
| 512 |
+
],
|
| 513 |
+
"flags": {},
|
| 514 |
+
"order": 0,
|
| 515 |
+
"mode": 0,
|
| 516 |
+
"inputs": [],
|
| 517 |
+
"outputs": [
|
| 518 |
+
{
|
| 519 |
+
"name": "MODEL_PATCH",
|
| 520 |
+
"type": "MODEL_PATCH",
|
| 521 |
+
"links": [
|
| 522 |
+
65
|
| 523 |
+
]
|
| 524 |
+
}
|
| 525 |
+
],
|
| 526 |
+
"title": "🎮 Load ControlNet Union",
|
| 527 |
+
"properties": {
|
| 528 |
+
"cnr_id": "comfy-core",
|
| 529 |
+
"ver": "0.3.76",
|
| 530 |
+
"Node name for S&R": "ModelPatchLoader",
|
| 531 |
+
"ue_properties": {
|
| 532 |
+
"widget_ue_connectable": {},
|
| 533 |
+
"input_ue_unconnectable": {},
|
| 534 |
+
"version": "7.5.2"
|
| 535 |
+
}
|
| 536 |
+
},
|
| 537 |
+
"widgets_values": [
|
| 538 |
+
"Z-Image-Turbo-Fun-Controlnet-Union.safetensors"
|
| 539 |
+
],
|
| 540 |
+
"color": "#223",
|
| 541 |
+
"bgcolor": "#335"
|
| 542 |
+
},
|
| 543 |
+
{
|
| 544 |
+
"id": 29,
|
| 545 |
+
"type": "Reroute",
|
| 546 |
+
"pos": [
|
| 547 |
+
18440,
|
| 548 |
+
6970
|
| 549 |
+
],
|
| 550 |
+
"size": [
|
| 551 |
+
75,
|
| 552 |
+
26
|
| 553 |
+
],
|
| 554 |
+
"flags": {},
|
| 555 |
+
"order": 11,
|
| 556 |
+
"mode": 0,
|
| 557 |
+
"inputs": [
|
| 558 |
+
{
|
| 559 |
+
"name": "",
|
| 560 |
+
"type": "*",
|
| 561 |
+
"link": 39
|
| 562 |
+
}
|
| 563 |
+
],
|
| 564 |
+
"outputs": [
|
| 565 |
+
{
|
| 566 |
+
"name": "",
|
| 567 |
+
"type": "VAE",
|
| 568 |
+
"links": [
|
| 569 |
+
33,
|
| 570 |
+
74
|
| 571 |
+
]
|
| 572 |
+
}
|
| 573 |
+
],
|
| 574 |
+
"properties": {
|
| 575 |
+
"showOutputText": false,
|
| 576 |
+
"horizontal": false,
|
| 577 |
+
"ue_properties": {
|
| 578 |
+
"widget_ue_connectable": {},
|
| 579 |
+
"version": "7.4.1",
|
| 580 |
+
"input_ue_unconnectable": {}
|
| 581 |
+
}
|
| 582 |
+
},
|
| 583 |
+
"color": "#322",
|
| 584 |
+
"bgcolor": "#533"
|
| 585 |
+
},
|
| 586 |
+
{
|
| 587 |
+
"id": 61,
|
| 588 |
+
"type": "Reroute",
|
| 589 |
+
"pos": [
|
| 590 |
+
19030,
|
| 591 |
+
6970
|
| 592 |
+
],
|
| 593 |
+
"size": [
|
| 594 |
+
75,
|
| 595 |
+
26
|
| 596 |
+
],
|
| 597 |
+
"flags": {},
|
| 598 |
+
"order": 15,
|
| 599 |
+
"mode": 0,
|
| 600 |
+
"inputs": [
|
| 601 |
+
{
|
| 602 |
+
"name": "",
|
| 603 |
+
"type": "*",
|
| 604 |
+
"link": 74
|
| 605 |
+
}
|
| 606 |
+
],
|
| 607 |
+
"outputs": [
|
| 608 |
+
{
|
| 609 |
+
"name": "",
|
| 610 |
+
"type": "VAE",
|
| 611 |
+
"links": [
|
| 612 |
+
75,
|
| 613 |
+
76
|
| 614 |
+
]
|
| 615 |
+
}
|
| 616 |
+
],
|
| 617 |
+
"properties": {
|
| 618 |
+
"showOutputText": false,
|
| 619 |
+
"horizontal": false
|
| 620 |
+
},
|
| 621 |
+
"color": "#322",
|
| 622 |
+
"bgcolor": "#533"
|
| 623 |
+
},
|
| 624 |
+
{
|
| 625 |
+
"id": 34,
|
| 626 |
+
"type": "CheckpointLoaderSimple",
|
| 627 |
+
"pos": [
|
| 628 |
+
17930,
|
| 629 |
+
7080
|
| 630 |
+
],
|
| 631 |
+
"size": [
|
| 632 |
+
470,
|
| 633 |
+
98
|
| 634 |
+
],
|
| 635 |
+
"flags": {},
|
| 636 |
+
"order": 1,
|
| 637 |
+
"mode": 0,
|
| 638 |
+
"inputs": [],
|
| 639 |
+
"outputs": [
|
| 640 |
+
{
|
| 641 |
+
"name": "MODEL",
|
| 642 |
+
"type": "MODEL",
|
| 643 |
+
"links": [
|
| 644 |
+
49
|
| 645 |
+
]
|
| 646 |
+
},
|
| 647 |
+
{
|
| 648 |
+
"name": "CLIP",
|
| 649 |
+
"type": "CLIP",
|
| 650 |
+
"links": [
|
| 651 |
+
50
|
| 652 |
+
]
|
| 653 |
+
},
|
| 654 |
+
{
|
| 655 |
+
"name": "VAE",
|
| 656 |
+
"type": "VAE",
|
| 657 |
+
"links": [
|
| 658 |
+
39
|
| 659 |
+
]
|
| 660 |
+
}
|
| 661 |
+
],
|
| 662 |
+
"title": "📦 Load Z-Image-Turbo Model",
|
| 663 |
+
"properties": {
|
| 664 |
+
"cnr_id": "comfy-core",
|
| 665 |
+
"ver": "0.3.71",
|
| 666 |
+
"Node name for S&R": "CheckpointLoaderSimple",
|
| 667 |
+
"ue_properties": {
|
| 668 |
+
"widget_ue_connectable": {
|
| 669 |
+
"ckpt_name": true
|
| 670 |
+
},
|
| 671 |
+
"version": "7.4.1",
|
| 672 |
+
"input_ue_unconnectable": {}
|
| 673 |
+
}
|
| 674 |
+
},
|
| 675 |
+
"widgets_values": [
|
| 676 |
+
"z-image-turbo-fp8-aio.safetensors"
|
| 677 |
+
],
|
| 678 |
+
"color": "#223",
|
| 679 |
+
"bgcolor": "#335"
|
| 680 |
+
},
|
| 681 |
+
{
|
| 682 |
+
"id": 41,
|
| 683 |
+
"type": "LoraLoader",
|
| 684 |
+
"pos": [
|
| 685 |
+
17930,
|
| 686 |
+
7550
|
| 687 |
+
],
|
| 688 |
+
"size": [
|
| 689 |
+
470,
|
| 690 |
+
126
|
| 691 |
+
],
|
| 692 |
+
"flags": {},
|
| 693 |
+
"order": 10,
|
| 694 |
+
"mode": 4,
|
| 695 |
+
"inputs": [
|
| 696 |
+
{
|
| 697 |
+
"name": "model",
|
| 698 |
+
"type": "MODEL",
|
| 699 |
+
"link": 49
|
| 700 |
+
},
|
| 701 |
+
{
|
| 702 |
+
"name": "clip",
|
| 703 |
+
"type": "CLIP",
|
| 704 |
+
"link": 50
|
| 705 |
+
}
|
| 706 |
+
],
|
| 707 |
+
"outputs": [
|
| 708 |
+
{
|
| 709 |
+
"name": "MODEL",
|
| 710 |
+
"type": "MODEL",
|
| 711 |
+
"links": [
|
| 712 |
+
79
|
| 713 |
+
]
|
| 714 |
+
},
|
| 715 |
+
{
|
| 716 |
+
"name": "CLIP",
|
| 717 |
+
"type": "CLIP",
|
| 718 |
+
"links": [
|
| 719 |
+
51
|
| 720 |
+
]
|
| 721 |
+
}
|
| 722 |
+
],
|
| 723 |
+
"title": "✨ Load LoRA (Optional)",
|
| 724 |
+
"properties": {
|
| 725 |
+
"cnr_id": "comfy-core",
|
| 726 |
+
"ver": "0.3.75",
|
| 727 |
+
"Node name for S&R": "LoraLoader",
|
| 728 |
+
"ue_properties": {
|
| 729 |
+
"widget_ue_connectable": {
|
| 730 |
+
"lora_name": true,
|
| 731 |
+
"strength_model": true,
|
| 732 |
+
"strength_clip": true
|
| 733 |
+
},
|
| 734 |
+
"version": "7.4.1",
|
| 735 |
+
"input_ue_unconnectable": {}
|
| 736 |
+
}
|
| 737 |
+
},
|
| 738 |
+
"widgets_values": [
|
| 739 |
+
"z-image\\neu\\dandadan_aira_shiratori2_copy_000002500.safetensors",
|
| 740 |
+
1,
|
| 741 |
+
1
|
| 742 |
+
],
|
| 743 |
+
"color": "#223",
|
| 744 |
+
"bgcolor": "#335"
|
| 745 |
+
},
|
| 746 |
+
{
|
| 747 |
+
"id": 43,
|
| 748 |
+
"type": "Fast Groups Bypasser (rgthree)",
|
| 749 |
+
"pos": [
|
| 750 |
+
17910,
|
| 751 |
+
7380
|
| 752 |
+
],
|
| 753 |
+
"size": [
|
| 754 |
+
380,
|
| 755 |
+
58
|
| 756 |
+
],
|
| 757 |
+
"flags": {},
|
| 758 |
+
"order": 2,
|
| 759 |
+
"mode": 0,
|
| 760 |
+
"inputs": [],
|
| 761 |
+
"outputs": [
|
| 762 |
+
{
|
| 763 |
+
"name": "OPT_CONNECTION",
|
| 764 |
+
"type": "*",
|
| 765 |
+
"links": null
|
| 766 |
+
}
|
| 767 |
+
],
|
| 768 |
+
"title": "📖 Toggle LoRA ON/OFF",
|
| 769 |
+
"properties": {
|
| 770 |
+
"matchColors": "",
|
| 771 |
+
"matchTitle": "📖",
|
| 772 |
+
"showNav": true,
|
| 773 |
+
"showAllGraphs": true,
|
| 774 |
+
"sort": "position",
|
| 775 |
+
"customSortAlphabet": "",
|
| 776 |
+
"toggleRestriction": "default",
|
| 777 |
+
"ue_properties": {
|
| 778 |
+
"widget_ue_connectable": {},
|
| 779 |
+
"input_ue_unconnectable": {},
|
| 780 |
+
"version": "7.4.1"
|
| 781 |
+
}
|
| 782 |
+
},
|
| 783 |
+
"color": "#233",
|
| 784 |
+
"bgcolor": "#355"
|
| 785 |
+
},
|
| 786 |
+
{
|
| 787 |
+
"id": 60,
|
| 788 |
+
"type": "VAEEncode",
|
| 789 |
+
"pos": [
|
| 790 |
+
19680,
|
| 791 |
+
7350
|
| 792 |
+
],
|
| 793 |
+
"size": [
|
| 794 |
+
220,
|
| 795 |
+
46
|
| 796 |
+
],
|
| 797 |
+
"flags": {},
|
| 798 |
+
"order": 19,
|
| 799 |
+
"mode": 0,
|
| 800 |
+
"inputs": [
|
| 801 |
+
{
|
| 802 |
+
"name": "pixels",
|
| 803 |
+
"type": "IMAGE",
|
| 804 |
+
"link": 82
|
| 805 |
+
},
|
| 806 |
+
{
|
| 807 |
+
"name": "vae",
|
| 808 |
+
"type": "VAE",
|
| 809 |
+
"link": 76
|
| 810 |
+
}
|
| 811 |
+
],
|
| 812 |
+
"outputs": [
|
| 813 |
+
{
|
| 814 |
+
"name": "LATENT",
|
| 815 |
+
"type": "LATENT",
|
| 816 |
+
"links": [
|
| 817 |
+
77
|
| 818 |
+
]
|
| 819 |
+
}
|
| 820 |
+
],
|
| 821 |
+
"title": "🔄 Encode for Upscale",
|
| 822 |
+
"properties": {
|
| 823 |
+
"cnr_id": "comfy-core",
|
| 824 |
+
"ver": "0.3.76",
|
| 825 |
+
"Node name for S&R": "VAEEncode"
|
| 826 |
+
},
|
| 827 |
+
"widgets_values": [],
|
| 828 |
+
"color": "#323",
|
| 829 |
+
"bgcolor": "#535"
|
| 830 |
+
},
|
| 831 |
+
{
|
| 832 |
+
"id": 2,
|
| 833 |
+
"type": "ModelSamplingAuraFlow",
|
| 834 |
+
"pos": [
|
| 835 |
+
19680,
|
| 836 |
+
7080
|
| 837 |
+
],
|
| 838 |
+
"size": [
|
| 839 |
+
220,
|
| 840 |
+
58
|
| 841 |
+
],
|
| 842 |
+
"flags": {},
|
| 843 |
+
"order": 22,
|
| 844 |
+
"mode": 0,
|
| 845 |
+
"inputs": [
|
| 846 |
+
{
|
| 847 |
+
"name": "model",
|
| 848 |
+
"type": "MODEL",
|
| 849 |
+
"link": 83
|
| 850 |
+
}
|
| 851 |
+
],
|
| 852 |
+
"outputs": [
|
| 853 |
+
{
|
| 854 |
+
"name": "MODEL",
|
| 855 |
+
"type": "MODEL",
|
| 856 |
+
"links": [
|
| 857 |
+
40,
|
| 858 |
+
41
|
| 859 |
+
]
|
| 860 |
+
}
|
| 861 |
+
],
|
| 862 |
+
"properties": {
|
| 863 |
+
"cnr_id": "comfy-core",
|
| 864 |
+
"ver": "0.3.48",
|
| 865 |
+
"Node name for S&R": "ModelSamplingAuraFlow",
|
| 866 |
+
"ue_properties": {
|
| 867 |
+
"version": "7.0.1",
|
| 868 |
+
"widget_ue_connectable": {}
|
| 869 |
+
},
|
| 870 |
+
"enableTabs": false,
|
| 871 |
+
"tabWidth": 65,
|
| 872 |
+
"tabXOffset": 10,
|
| 873 |
+
"hasSecondTab": false,
|
| 874 |
+
"secondTabText": "Send Back",
|
| 875 |
+
"secondTabOffset": 80,
|
| 876 |
+
"secondTabWidth": 65
|
| 877 |
+
},
|
| 878 |
+
"widgets_values": [
|
| 879 |
+
3
|
| 880 |
+
],
|
| 881 |
+
"color": "#2a363b",
|
| 882 |
+
"bgcolor": "#3f5159"
|
| 883 |
+
},
|
| 884 |
+
{
|
| 885 |
+
"id": 14,
|
| 886 |
+
"type": "KSampler",
|
| 887 |
+
"pos": [
|
| 888 |
+
20760,
|
| 889 |
+
7220
|
| 890 |
+
],
|
| 891 |
+
"size": [
|
| 892 |
+
350,
|
| 893 |
+
758.3076923076924
|
| 894 |
+
],
|
| 895 |
+
"flags": {},
|
| 896 |
+
"order": 28,
|
| 897 |
+
"mode": 0,
|
| 898 |
+
"inputs": [
|
| 899 |
+
{
|
| 900 |
+
"name": "model",
|
| 901 |
+
"type": "MODEL",
|
| 902 |
+
"link": 40
|
| 903 |
+
},
|
| 904 |
+
{
|
| 905 |
+
"name": "positive",
|
| 906 |
+
"type": "CONDITIONING",
|
| 907 |
+
"link": 15
|
| 908 |
+
},
|
| 909 |
+
{
|
| 910 |
+
"name": "negative",
|
| 911 |
+
"type": "CONDITIONING",
|
| 912 |
+
"link": 48
|
| 913 |
+
},
|
| 914 |
+
{
|
| 915 |
+
"name": "latent_image",
|
| 916 |
+
"type": "LATENT",
|
| 917 |
+
"link": 56
|
| 918 |
+
}
|
| 919 |
+
],
|
| 920 |
+
"outputs": [
|
| 921 |
+
{
|
| 922 |
+
"name": "LATENT",
|
| 923 |
+
"type": "LATENT",
|
| 924 |
+
"slot_index": 0,
|
| 925 |
+
"links": [
|
| 926 |
+
10
|
| 927 |
+
]
|
| 928 |
+
}
|
| 929 |
+
],
|
| 930 |
+
"title": "🔍 Upscale Generation",
|
| 931 |
+
"properties": {
|
| 932 |
+
"cnr_id": "comfy-core",
|
| 933 |
+
"ver": "0.3.48",
|
| 934 |
+
"Node name for S&R": "KSampler",
|
| 935 |
+
"ue_properties": {
|
| 936 |
+
"version": "7.0.1",
|
| 937 |
+
"widget_ue_connectable": {}
|
| 938 |
+
},
|
| 939 |
+
"enableTabs": false,
|
| 940 |
+
"tabWidth": 65,
|
| 941 |
+
"tabXOffset": 10,
|
| 942 |
+
"hasSecondTab": false,
|
| 943 |
+
"secondTabText": "Send Back",
|
| 944 |
+
"secondTabOffset": 80,
|
| 945 |
+
"secondTabWidth": 65
|
| 946 |
+
},
|
| 947 |
+
"widgets_values": [
|
| 948 |
+
147055680729376,
|
| 949 |
+
"fixed",
|
| 950 |
+
8,
|
| 951 |
+
1,
|
| 952 |
+
"res_multistep",
|
| 953 |
+
"beta",
|
| 954 |
+
0.5
|
| 955 |
+
],
|
| 956 |
+
"color": "#2a363b",
|
| 957 |
+
"bgcolor": "#3f5159"
|
| 958 |
+
},
|
| 959 |
+
{
|
| 960 |
+
"id": 28,
|
| 961 |
+
"type": "Fast Groups Bypasser (rgthree)",
|
| 962 |
+
"pos": [
|
| 963 |
+
20740,
|
| 964 |
+
6920
|
| 965 |
+
],
|
| 966 |
+
"size": [
|
| 967 |
+
360,
|
| 968 |
+
60
|
| 969 |
+
],
|
| 970 |
+
"flags": {},
|
| 971 |
+
"order": 3,
|
| 972 |
+
"mode": 0,
|
| 973 |
+
"inputs": [],
|
| 974 |
+
"outputs": [
|
| 975 |
+
{
|
| 976 |
+
"name": "OPT_CONNECTION",
|
| 977 |
+
"type": "*",
|
| 978 |
+
"links": null
|
| 979 |
+
}
|
| 980 |
+
],
|
| 981 |
+
"title": "🔼 Toggle Upscaler ON/OFF",
|
| 982 |
+
"properties": {
|
| 983 |
+
"matchColors": "",
|
| 984 |
+
"matchTitle": "🔼",
|
| 985 |
+
"showNav": true,
|
| 986 |
+
"showAllGraphs": true,
|
| 987 |
+
"sort": "position",
|
| 988 |
+
"customSortAlphabet": "",
|
| 989 |
+
"toggleRestriction": "default",
|
| 990 |
+
"ue_properties": {
|
| 991 |
+
"widget_ue_connectable": {},
|
| 992 |
+
"input_ue_unconnectable": {},
|
| 993 |
+
"version": "7.4.1"
|
| 994 |
+
}
|
| 995 |
+
},
|
| 996 |
+
"color": "#432",
|
| 997 |
+
"bgcolor": "#653"
|
| 998 |
+
},
|
| 999 |
+
{
|
| 1000 |
+
"id": 53,
|
| 1001 |
+
"type": "QwenImageDiffsynthControlnet",
|
| 1002 |
+
"pos": [
|
| 1003 |
+
19150,
|
| 1004 |
+
7460
|
| 1005 |
+
],
|
| 1006 |
+
"size": [
|
| 1007 |
+
210,
|
| 1008 |
+
138
|
| 1009 |
+
],
|
| 1010 |
+
"flags": {},
|
| 1011 |
+
"order": 21,
|
| 1012 |
+
"mode": 0,
|
| 1013 |
+
"inputs": [
|
| 1014 |
+
{
|
| 1015 |
+
"name": "model",
|
| 1016 |
+
"type": "MODEL",
|
| 1017 |
+
"link": 79
|
| 1018 |
+
},
|
| 1019 |
+
{
|
| 1020 |
+
"name": "model_patch",
|
| 1021 |
+
"type": "MODEL_PATCH",
|
| 1022 |
+
"link": 65
|
| 1023 |
+
},
|
| 1024 |
+
{
|
| 1025 |
+
"name": "vae",
|
| 1026 |
+
"type": "VAE",
|
| 1027 |
+
"link": 75
|
| 1028 |
+
},
|
| 1029 |
+
{
|
| 1030 |
+
"name": "image",
|
| 1031 |
+
"type": "IMAGE",
|
| 1032 |
+
"link": 72
|
| 1033 |
+
},
|
| 1034 |
+
{
|
| 1035 |
+
"name": "mask",
|
| 1036 |
+
"shape": 7,
|
| 1037 |
+
"type": "MASK",
|
| 1038 |
+
"link": null
|
| 1039 |
+
}
|
| 1040 |
+
],
|
| 1041 |
+
"outputs": [
|
| 1042 |
+
{
|
| 1043 |
+
"name": "MODEL",
|
| 1044 |
+
"type": "MODEL",
|
| 1045 |
+
"links": [
|
| 1046 |
+
83
|
| 1047 |
+
]
|
| 1048 |
+
}
|
| 1049 |
+
],
|
| 1050 |
+
"title": "🎮 ControlNet Apply",
|
| 1051 |
+
"properties": {
|
| 1052 |
+
"cnr_id": "comfy-core",
|
| 1053 |
+
"ver": "0.3.76",
|
| 1054 |
+
"Node name for S&R": "QwenImageDiffsynthControlnet",
|
| 1055 |
+
"ue_properties": {
|
| 1056 |
+
"widget_ue_connectable": {},
|
| 1057 |
+
"input_ue_unconnectable": {},
|
| 1058 |
+
"version": "7.5.2"
|
| 1059 |
+
}
|
| 1060 |
+
},
|
| 1061 |
+
"widgets_values": [
|
| 1062 |
+
1
|
| 1063 |
+
],
|
| 1064 |
+
"color": "#432",
|
| 1065 |
+
"bgcolor": "#653"
|
| 1066 |
+
},
|
| 1067 |
+
{
|
| 1068 |
+
"id": 59,
|
| 1069 |
+
"type": "PreviewImage",
|
| 1070 |
+
"pos": [
|
| 1071 |
+
18750,
|
| 1072 |
+
7080
|
| 1073 |
+
],
|
| 1074 |
+
"size": [
|
| 1075 |
+
330,
|
| 1076 |
+
460
|
| 1077 |
+
],
|
| 1078 |
+
"flags": {},
|
| 1079 |
+
"order": 20,
|
| 1080 |
+
"mode": 0,
|
| 1081 |
+
"inputs": [
|
| 1082 |
+
{
|
| 1083 |
+
"name": "images",
|
| 1084 |
+
"type": "IMAGE",
|
| 1085 |
+
"link": 70
|
| 1086 |
+
}
|
| 1087 |
+
],
|
| 1088 |
+
"outputs": [],
|
| 1089 |
+
"title": "👁️ Preview Preprocessor Output",
|
| 1090 |
+
"properties": {
|
| 1091 |
+
"cnr_id": "comfy-core",
|
| 1092 |
+
"ver": "0.3.76",
|
| 1093 |
+
"Node name for S&R": "PreviewImage"
|
| 1094 |
+
},
|
| 1095 |
+
"widgets_values": [],
|
| 1096 |
+
"color": "#2a363b",
|
| 1097 |
+
"bgcolor": "#3f5159"
|
| 1098 |
+
},
|
| 1099 |
+
{
|
| 1100 |
+
"id": 52,
|
| 1101 |
+
"type": "LoadImage",
|
| 1102 |
+
"pos": [
|
| 1103 |
+
18460,
|
| 1104 |
+
7080
|
| 1105 |
+
],
|
| 1106 |
+
"size": [
|
| 1107 |
+
270,
|
| 1108 |
+
460
|
| 1109 |
+
],
|
| 1110 |
+
"flags": {},
|
| 1111 |
+
"order": 4,
|
| 1112 |
+
"mode": 0,
|
| 1113 |
+
"inputs": [],
|
| 1114 |
+
"outputs": [
|
| 1115 |
+
{
|
| 1116 |
+
"name": "IMAGE",
|
| 1117 |
+
"type": "IMAGE",
|
| 1118 |
+
"links": [
|
| 1119 |
+
68
|
| 1120 |
+
]
|
| 1121 |
+
},
|
| 1122 |
+
{
|
| 1123 |
+
"name": "MASK",
|
| 1124 |
+
"type": "MASK",
|
| 1125 |
+
"links": null
|
| 1126 |
+
}
|
| 1127 |
+
],
|
| 1128 |
+
"title": "🖼️ Load Input Image",
|
| 1129 |
+
"properties": {
|
| 1130 |
+
"cnr_id": "comfy-core",
|
| 1131 |
+
"ver": "0.3.76",
|
| 1132 |
+
"Node name for S&R": "LoadImage",
|
| 1133 |
+
"ue_properties": {
|
| 1134 |
+
"widget_ue_connectable": {},
|
| 1135 |
+
"input_ue_unconnectable": {},
|
| 1136 |
+
"version": "7.5.2"
|
| 1137 |
+
}
|
| 1138 |
+
},
|
| 1139 |
+
"widgets_values": [
|
| 1140 |
+
"katze-die-dem-computer-arbeitet-73361403.webp",
|
| 1141 |
+
"image"
|
| 1142 |
+
],
|
| 1143 |
+
"color": "#223",
|
| 1144 |
+
"bgcolor": "#335"
|
| 1145 |
+
},
|
| 1146 |
+
{
|
| 1147 |
+
"id": 23,
|
| 1148 |
+
"type": "MarkdownNote",
|
| 1149 |
+
"pos": [
|
| 1150 |
+
17330,
|
| 1151 |
+
7030
|
| 1152 |
+
],
|
| 1153 |
+
"size": [
|
| 1154 |
+
560,
|
| 1155 |
+
1130
|
| 1156 |
+
],
|
| 1157 |
+
"flags": {},
|
| 1158 |
+
"order": 5,
|
| 1159 |
+
"mode": 0,
|
| 1160 |
+
"inputs": [],
|
| 1161 |
+
"outputs": [],
|
| 1162 |
+
"title": "📦 Model Info - Z-Image-Turbo-AIO + ControlNet",
|
| 1163 |
+
"properties": {
|
| 1164 |
+
"ue_properties": {
|
| 1165 |
+
"version": "7.4.1",
|
| 1166 |
+
"widget_ue_connectable": {},
|
| 1167 |
+
"input_ue_unconnectable": {}
|
| 1168 |
+
}
|
| 1169 |
+
},
|
| 1170 |
+
"widgets_values": [
|
| 1171 |
+
"# 🚀 Z-Image-Turbo-AIO + ControlNet\n\n## Ultra-Fast Photorealistic with ControlNet!\n\n✨ **8-Step Lightning Speed**\n✨ **VAE + Text Encoder integrated**\n✨ **Bilingual text rendering (EN/CN)**\n✨ **ControlNet Union support**\n✨ **No negative prompts needed**\n✨ **Metadata saved automatically**\n\n---\n\n## 🔄 Two Versions Available:\n\n### 🟢 Z-Image-BF16-AIO (20 GB)\n**Maximum Precision**\n- Precision: BFloat16\n- Steps: 9 (recommended)\n- CFG: 1.0 (keep at 1.0!)\n- Sampler: res_multistep or euler_ancestral\n- Scheduler: simple or beta\n- VRAM: Works on 8GB!\n\n### 🟡 Z-Image-FP8-AIO (10 GB)\n**Speed & Efficiency**\n- Precision: FP8\n- Steps: 9 (recommended)\n- CFG: 1.0 (keep at 1.0!)\n- Sampler: res_multistep or euler_ancestral\n- Scheduler: simple or beta\n- VRAM: Perfect for 8GB!\n\n---\n\n## 🎮 ControlNet Union Required:\n\n**Download ControlNet file:**\n[Z-Image-Turbo-Fun-Controlnet-Union.safetensors](https://huggingface.co/alibaba-pai/Z-Image-Turbo-Fun-Controlnet-Union/resolve/main/Z-Image-Turbo-Fun-Controlnet-Union.safetensors?download=true)\n\n**Save in:**\n```\nComfyUI/models/model_patches/\n└── Z-Image-Turbo-Fun-Controlnet-Union.safetensors\n```\n\n**⚠️ Important:** Use `model_patches/` folder (for ModelPatchLoader)\n\n**Supports:** Canny, HED, Depth, Pose, MLSD\n\n---\n\n## ⚙️ Critical Settings\n\n### Both Versions:\n- **Steps:** 9\n- **CFG:** 1.0 (don't change!)\n- **Sampler:** res_multistep or euler_ancestral\n- **Scheduler:** simple or beta\n- **Scale by Megapixels** (not resolution!)\n- **NO negative prompts**\n\n💡 **Natural language prompts work best!**\n\n---\n\n## 📥 Download Links\n\n**Main Models:**\n[CivitAI (Models + Workflows)](https://civitai.com/models/2173571?modelVersionId=2448013)\n[HuggingFace (Models)](https://huggingface.co/SeeSee21/Z-Image-Turbo-AIO)\n\n**ControlNet Union:**\n[HuggingFace](https://huggingface.co/alibaba-pai/Z-Image-Turbo-Fun-Controlnet-Union)\n\n**Try Online (FP8):**\n[TensorArt](https://tensorart.me/de-DE/models/939302608026244936/Z-Image-Turbo-AIO-FP8-FP8)\n\n---\n\n## 🎯 Required Custom Nodes\n\n**Essential:**\n- [rgthree-comfy](https://github.com/rgthree/rgthree-comfy)\n- [comfyui_image_metadata_extension](https://github.com/edelvarden/comfyui_image_metadata_extension)\n- [comfyui_controlnet_aux](https://github.com/Fannovel16/comfyui_controlnet_aux)\n\n**⚠️ ComfyUI Version 3.77+ required!**\n(ModelPatchLoader needs newer version)\n\n---\n\n## 📂 Installation\n\n```\n📂 ComfyUI/models/\n├── 📂 checkpoints/\n│ └── Z-Image-Turbo-FP8-AIO.safetensors\n└── 📂 model_patches/\n └── Z-Image-Turbo-Fun-Controlnet-Union.safetensors\n```\n\n**No separate VAE/encoder needed!**"
|
| 1172 |
+
],
|
| 1173 |
+
"color": "#223",
|
| 1174 |
+
"bgcolor": "#335"
|
| 1175 |
+
},
|
| 1176 |
+
{
|
| 1177 |
+
"id": 58,
|
| 1178 |
+
"type": "AIO_Preprocessor",
|
| 1179 |
+
"pos": [
|
| 1180 |
+
18750,
|
| 1181 |
+
7600
|
| 1182 |
+
],
|
| 1183 |
+
"size": [
|
| 1184 |
+
330,
|
| 1185 |
+
82
|
| 1186 |
+
],
|
| 1187 |
+
"flags": {},
|
| 1188 |
+
"order": 16,
|
| 1189 |
+
"mode": 0,
|
| 1190 |
+
"inputs": [
|
| 1191 |
+
{
|
| 1192 |
+
"name": "image",
|
| 1193 |
+
"type": "IMAGE",
|
| 1194 |
+
"link": 81
|
| 1195 |
+
}
|
| 1196 |
+
],
|
| 1197 |
+
"outputs": [
|
| 1198 |
+
{
|
| 1199 |
+
"name": "IMAGE",
|
| 1200 |
+
"type": "IMAGE",
|
| 1201 |
+
"links": [
|
| 1202 |
+
70,
|
| 1203 |
+
72
|
| 1204 |
+
]
|
| 1205 |
+
}
|
| 1206 |
+
],
|
| 1207 |
+
"title": "🔧 AIO Aux Preprocessor",
|
| 1208 |
+
"properties": {
|
| 1209 |
+
"cnr_id": "comfyui_controlnet_aux",
|
| 1210 |
+
"ver": "1.1.3",
|
| 1211 |
+
"Node name for S&R": "AIO_Preprocessor"
|
| 1212 |
+
},
|
| 1213 |
+
"widgets_values": [
|
| 1214 |
+
"DepthAnythingV2Preprocessor",
|
| 1215 |
+
1024
|
| 1216 |
+
],
|
| 1217 |
+
"color": "#332922",
|
| 1218 |
+
"bgcolor": "#593930"
|
| 1219 |
+
},
|
| 1220 |
+
{
|
| 1221 |
+
"id": 64,
|
| 1222 |
+
"type": "MarkdownNote",
|
| 1223 |
+
"pos": [
|
| 1224 |
+
17910,
|
| 1225 |
+
7750
|
| 1226 |
+
],
|
| 1227 |
+
"size": [
|
| 1228 |
+
510,
|
| 1229 |
+
400
|
| 1230 |
+
],
|
| 1231 |
+
"flags": {},
|
| 1232 |
+
"order": 6,
|
| 1233 |
+
"mode": 0,
|
| 1234 |
+
"inputs": [],
|
| 1235 |
+
"outputs": [],
|
| 1236 |
+
"title": "📖 Z-Image-Turbo Workflow - ControlNet Edition",
|
| 1237 |
+
"properties": {
|
| 1238 |
+
"ue_properties": {
|
| 1239 |
+
"version": "7.4.1",
|
| 1240 |
+
"widget_ue_connectable": {},
|
| 1241 |
+
"input_ue_unconnectable": {}
|
| 1242 |
+
}
|
| 1243 |
+
},
|
| 1244 |
+
"widgets_values": [
|
| 1245 |
+
"# 📖 ControlNet Workflow Guide\n\n## Quick Start:\n\n1. Load models\n2. Upload input image\n3. Choose preprocessor (Canny, Depth, Pose, etc.)\n4. Write detailed prompt\n5. Set megapixels (1.0-2.08 MP)\n6. Generate!\n\n---\n\n## Samplers:\n\n**res_multistep** - Sharp, detailed\n**euler_ancestral** - Natural, smooth skin\n\n## Schedulers:\n\n**simple** - Clean\n**beta** - Smoother\n\n---\n\n## ControlNet Strength:\n\n0.3-0.5 - Subtle\n0.6-0.8 - Balanced ⭐\n0.9-1.0 - Strong\n\n---\n\n## Prompting:\n\n✅ Natural language (100-300 words)\n✅ Detailed descriptions\n✅ Include lighting & mood\n✅ EN or CN text: \"COFFEE\" or \"咖啡\"\n❌ NO negative prompts\n\n---\n\n[CivitAI](https://civitai.com/models/2173571?modelVersionId=2448013) • [HuggingFace](https://huggingface.co/SeeSee21/Z-Image-Turbo-AIO) • [Try Online](https://tensorart.me/de-DE/models/939302608026244936/Z-Image-Turbo-AIO-FP8-FP8)"
|
| 1246 |
+
],
|
| 1247 |
+
"color": "#223",
|
| 1248 |
+
"bgcolor": "#335"
|
| 1249 |
+
},
|
| 1250 |
+
{
|
| 1251 |
+
"id": 65,
|
| 1252 |
+
"type": "MarkdownNote",
|
| 1253 |
+
"pos": [
|
| 1254 |
+
18820,
|
| 1255 |
+
7750
|
| 1256 |
+
],
|
| 1257 |
+
"size": [
|
| 1258 |
+
290,
|
| 1259 |
+
310
|
| 1260 |
+
],
|
| 1261 |
+
"flags": {},
|
| 1262 |
+
"order": 7,
|
| 1263 |
+
"mode": 0,
|
| 1264 |
+
"inputs": [],
|
| 1265 |
+
"outputs": [],
|
| 1266 |
+
"title": "🔧 AIO Aux Preprocessor Guide",
|
| 1267 |
+
"properties": {
|
| 1268 |
+
"ue_properties": {
|
| 1269 |
+
"version": "7.4.1",
|
| 1270 |
+
"widget_ue_connectable": {},
|
| 1271 |
+
"input_ue_unconnectable": {}
|
| 1272 |
+
}
|
| 1273 |
+
},
|
| 1274 |
+
"widgets_values": [
|
| 1275 |
+
"# 🔧 AIO Aux Preprocessor\n\nChoose your control type - defaults work well!\n\n---\n\n## Available Types:\n\n**CannyEdge** - Line art, sketches\n**HED** - Soft edges\n**DepthAnything** - 3D structure\n**DWPreprocessor** - Pose detection\n**MLSD** - Architecture, lines\n\n---\n\n## Quick Tips:\n\n✅ Use default settings first\n✅ Preview shows automatically\n✅ Adjust if needed\n\n**Best for beginners:** Start with Canny or Depth\n\n---\n\n**Custom Node:**\n[comfyui_controlnet_aux](https://github.com/Fannovel16/comfyui_controlnet_aux)"
|
| 1276 |
+
],
|
| 1277 |
+
"color": "#332922",
|
| 1278 |
+
"bgcolor": "#593930"
|
| 1279 |
+
},
|
| 1280 |
+
{
|
| 1281 |
+
"id": 66,
|
| 1282 |
+
"type": "MarkdownNote",
|
| 1283 |
+
"pos": [
|
| 1284 |
+
18440,
|
| 1285 |
+
7750
|
| 1286 |
+
],
|
| 1287 |
+
"size": [
|
| 1288 |
+
360,
|
| 1289 |
+
310
|
| 1290 |
+
],
|
| 1291 |
+
"flags": {},
|
| 1292 |
+
"order": 8,
|
| 1293 |
+
"mode": 0,
|
| 1294 |
+
"inputs": [],
|
| 1295 |
+
"outputs": [],
|
| 1296 |
+
"title": "📏 Megapixel Scaling Guide",
|
| 1297 |
+
"properties": {
|
| 1298 |
+
"ue_properties": {
|
| 1299 |
+
"version": "7.4.1",
|
| 1300 |
+
"widget_ue_connectable": {},
|
| 1301 |
+
"input_ue_unconnectable": {}
|
| 1302 |
+
}
|
| 1303 |
+
},
|
| 1304 |
+
"widgets_values": [
|
| 1305 |
+
"# 📏 Megapixel Guide\n\nSet total megapixels - aspect ratio maintained automatically!\n\n---\n\n## Common Sizes:\n\n**Fast:**\n0.25 MP ≈ 512×512\n0.59 MP ≈ 768×768\n\n**Standard:**\n1.0 MP ≈ 1024×1024 ⭐\n1.01 MP ≈ 832×1216\n\n**High Quality:**\n1.57 MP ≈ 1024×1536\n2.08 MP ≈ 1920×1088 ⭐ (tested!)\n2.36 MP ≈ 2048×1152\n\n**Ultra HD:**\n3.0 MP ≈ 2048×1536\n4.0 MP ≈ 2048×2048\n\n---\n\n## Quick Tips:\n\n🎯 Start with: 1.0 or 2.08 MP\n📐 Works with any input aspect ratio\n⚡ Both FP8 & BF16 work great!"
|
| 1306 |
+
],
|
| 1307 |
+
"color": "#323",
|
| 1308 |
+
"bgcolor": "#535"
|
| 1309 |
+
},
|
| 1310 |
+
{
|
| 1311 |
+
"id": 62,
|
| 1312 |
+
"type": "MarkdownNote",
|
| 1313 |
+
"pos": [
|
| 1314 |
+
19400,
|
| 1315 |
+
7400
|
| 1316 |
+
],
|
| 1317 |
+
"size": [
|
| 1318 |
+
240,
|
| 1319 |
+
410
|
| 1320 |
+
],
|
| 1321 |
+
"flags": {},
|
| 1322 |
+
"order": 9,
|
| 1323 |
+
"mode": 0,
|
| 1324 |
+
"inputs": [],
|
| 1325 |
+
"outputs": [],
|
| 1326 |
+
"title": "🎮 ControlNet Union Guide",
|
| 1327 |
+
"properties": {
|
| 1328 |
+
"ue_properties": {
|
| 1329 |
+
"version": "7.4.1",
|
| 1330 |
+
"widget_ue_connectable": {},
|
| 1331 |
+
"input_ue_unconnectable": {}
|
| 1332 |
+
}
|
| 1333 |
+
},
|
| 1334 |
+
"widgets_values": [
|
| 1335 |
+
"# 🎮 ControlNet Union Guide\n\n## What is ControlNet Union?\n\nThe **Z-Image-Turbo-Fun-Controlnet-Union** is a special ControlNet model designed specifically for Z-Image-Turbo. It combines multiple control types into one unified model!\n\n---\n\n## 🎯 Supported Control Types:\n\n### Canny Edge Detection\n**Best for:** Line art, sketches, precise edges\n**Use when:** You want exact edge control\n**Example:** Convert sketch to photo\n\n### HED (Holistically-Nested Edge)\n**Best for:** Soft edges, organic shapes\n**Use when:** More natural edge detection\n**Example:** Artistic edge guidance\n\n### Depth Map\n**Best for:** 3D structure, spatial layout\n**Use when:** Preserving scene depth\n**Example:** Maintain object positions\n\n### Pose Detection\n**Best for:** Human figures, body positions\n**Use when:** Controlling character poses\n**Example:** Transfer pose to new character\n\n### MLSD (Line Segment Detection)\n**Best for:** Architecture, straight lines\n**Use when:** Buildings, geometric shapes\n**Example:** Architectural visualization\n\n---\n\n## 📥 Download & Installation:\n\n**Download:**\n[Z-Image-Turbo-Fun-Controlnet-Union.safetensors](https://huggingface.co/alibaba-pai/Z-Image-Turbo-Fun-Controlnet-Union/resolve/main/Z-Image-Turbo-Fun-Controlnet-Union.safetensors?download=true)\n\n**Save to:**\n```\nComfyUI/models/model_patches/\n└── Z-Image-Turbo-Fun-Controlnet-Union.safetensors\n```\n\n**⚠️ IMPORTANT:** Must be in `model_patches/` folder!\n(ModelPatchLoader uses this location, not controlnet/)\n\n**Size:** ~2.5GB\n\n\n---\n\n## 🎚️ Strength Settings:\n\n**strength: 0.3-0.5**\nSubtle guidance, more creative freedom\n\n**strength: 0.6-0.8** ⭐\nBalanced control, recommended starting point\n\n**strength: 0.9-1.0**\nStrong control, follows input closely\n\n---\n\n## 💡 Tips for Best Results:\n\n### Canny:\n- Use clear, high-contrast input images\n- Works great for line art conversion\n- Adjust threshold in preprocessor\n\n### Depth:\n- Maintains 3D structure perfectly\n- Great for scene composition\n- Helps with spatial relationships\n\n### Pose:\n- Upload image with clear human pose\n- Can transfer pose to different character\n- Works for multiple people\n\n### MLSD:\n- Perfect for architectural photos\n- Preserves geometric structure\n- Great for interior/exterior design\n\n---\n\n## ⚠️ Important Notes:\n\n- **ComfyUI 3.77+ required!** (ModelPatchLoader compatibility)\n- **Save in model_patches/ not controlnet/!**\n- Works with both FP8 and BF16 versions\n- Can combine with text prompts for best results\n- Keep main model settings: CFG 1.0, 9 steps\n\n---\n\n## 🌐 More Info:\n\n[Official HuggingFace Page](https://huggingface.co/alibaba-pai/Z-Image-Turbo-Fun-Controlnet-Union)\n\nExperiment with different control types to find what works best for your use case!"
|
| 1336 |
+
],
|
| 1337 |
+
"color": "#432",
|
| 1338 |
+
"bgcolor": "#653"
|
| 1339 |
+
},
|
| 1340 |
+
{
|
| 1341 |
+
"id": 55,
|
| 1342 |
+
"type": "ImageScaleToTotalPixels",
|
| 1343 |
+
"pos": [
|
| 1344 |
+
18460,
|
| 1345 |
+
7600
|
| 1346 |
+
],
|
| 1347 |
+
"size": [
|
| 1348 |
+
273.3541015625,
|
| 1349 |
+
82
|
| 1350 |
+
],
|
| 1351 |
+
"flags": {},
|
| 1352 |
+
"order": 12,
|
| 1353 |
+
"mode": 0,
|
| 1354 |
+
"inputs": [
|
| 1355 |
+
{
|
| 1356 |
+
"name": "image",
|
| 1357 |
+
"type": "IMAGE",
|
| 1358 |
+
"link": 68
|
| 1359 |
+
}
|
| 1360 |
+
],
|
| 1361 |
+
"outputs": [
|
| 1362 |
+
{
|
| 1363 |
+
"name": "IMAGE",
|
| 1364 |
+
"type": "IMAGE",
|
| 1365 |
+
"links": [
|
| 1366 |
+
81,
|
| 1367 |
+
82
|
| 1368 |
+
]
|
| 1369 |
+
}
|
| 1370 |
+
],
|
| 1371 |
+
"title": "📏 Scale to Megapixels",
|
| 1372 |
+
"properties": {
|
| 1373 |
+
"cnr_id": "comfy-core",
|
| 1374 |
+
"ver": "0.3.71",
|
| 1375 |
+
"Node name for S&R": "ImageScaleToTotalPixels"
|
| 1376 |
+
},
|
| 1377 |
+
"widgets_values": [
|
| 1378 |
+
"area",
|
| 1379 |
+
1
|
| 1380 |
+
],
|
| 1381 |
+
"color": "#323",
|
| 1382 |
+
"bgcolor": "#535"
|
| 1383 |
+
},
|
| 1384 |
+
{
|
| 1385 |
+
"id": 17,
|
| 1386 |
+
"type": "KSampler",
|
| 1387 |
+
"pos": [
|
| 1388 |
+
19910,
|
| 1389 |
+
7080
|
| 1390 |
+
],
|
| 1391 |
+
"size": [
|
| 1392 |
+
300,
|
| 1393 |
+
710
|
| 1394 |
+
],
|
| 1395 |
+
"flags": {},
|
| 1396 |
+
"order": 23,
|
| 1397 |
+
"mode": 0,
|
| 1398 |
+
"inputs": [
|
| 1399 |
+
{
|
| 1400 |
+
"name": "model",
|
| 1401 |
+
"type": "MODEL",
|
| 1402 |
+
"link": 41
|
| 1403 |
+
},
|
| 1404 |
+
{
|
| 1405 |
+
"name": "positive",
|
| 1406 |
+
"type": "CONDITIONING",
|
| 1407 |
+
"link": 22
|
| 1408 |
+
},
|
| 1409 |
+
{
|
| 1410 |
+
"name": "negative",
|
| 1411 |
+
"type": "CONDITIONING",
|
| 1412 |
+
"link": 47
|
| 1413 |
+
},
|
| 1414 |
+
{
|
| 1415 |
+
"name": "latent_image",
|
| 1416 |
+
"type": "LATENT",
|
| 1417 |
+
"link": 77
|
| 1418 |
+
}
|
| 1419 |
+
],
|
| 1420 |
+
"outputs": [
|
| 1421 |
+
{
|
| 1422 |
+
"name": "LATENT",
|
| 1423 |
+
"type": "LATENT",
|
| 1424 |
+
"slot_index": 0,
|
| 1425 |
+
"links": [
|
| 1426 |
+
8
|
| 1427 |
+
]
|
| 1428 |
+
}
|
| 1429 |
+
],
|
| 1430 |
+
"title": "🎨 Main Generation",
|
| 1431 |
+
"properties": {
|
| 1432 |
+
"cnr_id": "comfy-core",
|
| 1433 |
+
"ver": "0.3.48",
|
| 1434 |
+
"Node name for S&R": "KSampler",
|
| 1435 |
+
"ue_properties": {
|
| 1436 |
+
"version": "7.0.1",
|
| 1437 |
+
"widget_ue_connectable": {}
|
| 1438 |
+
},
|
| 1439 |
+
"enableTabs": false,
|
| 1440 |
+
"tabWidth": 65,
|
| 1441 |
+
"tabXOffset": 10,
|
| 1442 |
+
"hasSecondTab": false,
|
| 1443 |
+
"secondTabText": "Send Back",
|
| 1444 |
+
"secondTabOffset": 80,
|
| 1445 |
+
"secondTabWidth": 65
|
| 1446 |
+
},
|
| 1447 |
+
"widgets_values": [
|
| 1448 |
+
1101484778186286,
|
| 1449 |
+
"randomize",
|
| 1450 |
+
9,
|
| 1451 |
+
1,
|
| 1452 |
+
"res_multistep",
|
| 1453 |
+
"beta",
|
| 1454 |
+
1
|
| 1455 |
+
],
|
| 1456 |
+
"color": "#2a363b",
|
| 1457 |
+
"bgcolor": "#3f5159"
|
| 1458 |
+
},
|
| 1459 |
+
{
|
| 1460 |
+
"id": 20,
|
| 1461 |
+
"type": "CLIPTextEncode",
|
| 1462 |
+
"pos": [
|
| 1463 |
+
19150,
|
| 1464 |
+
7090
|
| 1465 |
+
],
|
| 1466 |
+
"size": [
|
| 1467 |
+
470,
|
| 1468 |
+
240
|
| 1469 |
+
],
|
| 1470 |
+
"flags": {
|
| 1471 |
+
"collapsed": false
|
| 1472 |
+
},
|
| 1473 |
+
"order": 13,
|
| 1474 |
+
"mode": 0,
|
| 1475 |
+
"inputs": [
|
| 1476 |
+
{
|
| 1477 |
+
"name": "clip",
|
| 1478 |
+
"type": "CLIP",
|
| 1479 |
+
"link": 51
|
| 1480 |
+
}
|
| 1481 |
+
],
|
| 1482 |
+
"outputs": [
|
| 1483 |
+
{
|
| 1484 |
+
"name": "CONDITIONING",
|
| 1485 |
+
"type": "CONDITIONING",
|
| 1486 |
+
"links": [
|
| 1487 |
+
15,
|
| 1488 |
+
22,
|
| 1489 |
+
46
|
| 1490 |
+
]
|
| 1491 |
+
}
|
| 1492 |
+
],
|
| 1493 |
+
"title": "✍️ Positive Prompt",
|
| 1494 |
+
"properties": {
|
| 1495 |
+
"cnr_id": "comfy-core",
|
| 1496 |
+
"ver": "0.3.65",
|
| 1497 |
+
"Node name for S&R": "CLIPTextEncode",
|
| 1498 |
+
"ue_properties": {
|
| 1499 |
+
"widget_ue_connectable": {
|
| 1500 |
+
"text": true
|
| 1501 |
+
},
|
| 1502 |
+
"version": "7.0.1"
|
| 1503 |
+
}
|
| 1504 |
+
},
|
| 1505 |
+
"widgets_values": [
|
| 1506 |
+
""
|
| 1507 |
+
],
|
| 1508 |
+
"color": "#232",
|
| 1509 |
+
"bgcolor": "#353"
|
| 1510 |
+
}
|
| 1511 |
+
],
|
| 1512 |
+
"links": [
|
| 1513 |
+
[
|
| 1514 |
+
8,
|
| 1515 |
+
17,
|
| 1516 |
+
0,
|
| 1517 |
+
11,
|
| 1518 |
+
0,
|
| 1519 |
+
"LATENT"
|
| 1520 |
+
],
|
| 1521 |
+
[
|
| 1522 |
+
10,
|
| 1523 |
+
14,
|
| 1524 |
+
0,
|
| 1525 |
+
12,
|
| 1526 |
+
0,
|
| 1527 |
+
"LATENT"
|
| 1528 |
+
],
|
| 1529 |
+
[
|
| 1530 |
+
12,
|
| 1531 |
+
11,
|
| 1532 |
+
0,
|
| 1533 |
+
13,
|
| 1534 |
+
0,
|
| 1535 |
+
"IMAGE"
|
| 1536 |
+
],
|
| 1537 |
+
[
|
| 1538 |
+
13,
|
| 1539 |
+
12,
|
| 1540 |
+
0,
|
| 1541 |
+
13,
|
| 1542 |
+
1,
|
| 1543 |
+
"IMAGE"
|
| 1544 |
+
],
|
| 1545 |
+
[
|
| 1546 |
+
15,
|
| 1547 |
+
20,
|
| 1548 |
+
0,
|
| 1549 |
+
14,
|
| 1550 |
+
1,
|
| 1551 |
+
"CONDITIONING"
|
| 1552 |
+
],
|
| 1553 |
+
[
|
| 1554 |
+
22,
|
| 1555 |
+
20,
|
| 1556 |
+
0,
|
| 1557 |
+
17,
|
| 1558 |
+
1,
|
| 1559 |
+
"CONDITIONING"
|
| 1560 |
+
],
|
| 1561 |
+
[
|
| 1562 |
+
33,
|
| 1563 |
+
29,
|
| 1564 |
+
0,
|
| 1565 |
+
30,
|
| 1566 |
+
0,
|
| 1567 |
+
"*"
|
| 1568 |
+
],
|
| 1569 |
+
[
|
| 1570 |
+
34,
|
| 1571 |
+
30,
|
| 1572 |
+
0,
|
| 1573 |
+
11,
|
| 1574 |
+
1,
|
| 1575 |
+
"VAE"
|
| 1576 |
+
],
|
| 1577 |
+
[
|
| 1578 |
+
35,
|
| 1579 |
+
30,
|
| 1580 |
+
0,
|
| 1581 |
+
31,
|
| 1582 |
+
0,
|
| 1583 |
+
"*"
|
| 1584 |
+
],
|
| 1585 |
+
[
|
| 1586 |
+
36,
|
| 1587 |
+
31,
|
| 1588 |
+
0,
|
| 1589 |
+
12,
|
| 1590 |
+
1,
|
| 1591 |
+
"VAE"
|
| 1592 |
+
],
|
| 1593 |
+
[
|
| 1594 |
+
39,
|
| 1595 |
+
34,
|
| 1596 |
+
2,
|
| 1597 |
+
29,
|
| 1598 |
+
0,
|
| 1599 |
+
"*"
|
| 1600 |
+
],
|
| 1601 |
+
[
|
| 1602 |
+
40,
|
| 1603 |
+
2,
|
| 1604 |
+
0,
|
| 1605 |
+
14,
|
| 1606 |
+
0,
|
| 1607 |
+
"MODEL"
|
| 1608 |
+
],
|
| 1609 |
+
[
|
| 1610 |
+
41,
|
| 1611 |
+
2,
|
| 1612 |
+
0,
|
| 1613 |
+
17,
|
| 1614 |
+
0,
|
| 1615 |
+
"MODEL"
|
| 1616 |
+
],
|
| 1617 |
+
[
|
| 1618 |
+
46,
|
| 1619 |
+
20,
|
| 1620 |
+
0,
|
| 1621 |
+
40,
|
| 1622 |
+
0,
|
| 1623 |
+
"CONDITIONING"
|
| 1624 |
+
],
|
| 1625 |
+
[
|
| 1626 |
+
47,
|
| 1627 |
+
40,
|
| 1628 |
+
0,
|
| 1629 |
+
17,
|
| 1630 |
+
2,
|
| 1631 |
+
"CONDITIONING"
|
| 1632 |
+
],
|
| 1633 |
+
[
|
| 1634 |
+
48,
|
| 1635 |
+
40,
|
| 1636 |
+
0,
|
| 1637 |
+
14,
|
| 1638 |
+
2,
|
| 1639 |
+
"CONDITIONING"
|
| 1640 |
+
],
|
| 1641 |
+
[
|
| 1642 |
+
49,
|
| 1643 |
+
34,
|
| 1644 |
+
0,
|
| 1645 |
+
41,
|
| 1646 |
+
0,
|
| 1647 |
+
"MODEL"
|
| 1648 |
+
],
|
| 1649 |
+
[
|
| 1650 |
+
50,
|
| 1651 |
+
34,
|
| 1652 |
+
1,
|
| 1653 |
+
41,
|
| 1654 |
+
1,
|
| 1655 |
+
"CLIP"
|
| 1656 |
+
],
|
| 1657 |
+
[
|
| 1658 |
+
51,
|
| 1659 |
+
41,
|
| 1660 |
+
1,
|
| 1661 |
+
20,
|
| 1662 |
+
0,
|
| 1663 |
+
"CLIP"
|
| 1664 |
+
],
|
| 1665 |
+
[
|
| 1666 |
+
56,
|
| 1667 |
+
45,
|
| 1668 |
+
0,
|
| 1669 |
+
14,
|
| 1670 |
+
3,
|
| 1671 |
+
"LATENT"
|
| 1672 |
+
],
|
| 1673 |
+
[
|
| 1674 |
+
60,
|
| 1675 |
+
11,
|
| 1676 |
+
0,
|
| 1677 |
+
44,
|
| 1678 |
+
0,
|
| 1679 |
+
"IMAGE"
|
| 1680 |
+
],
|
| 1681 |
+
[
|
| 1682 |
+
61,
|
| 1683 |
+
44,
|
| 1684 |
+
0,
|
| 1685 |
+
45,
|
| 1686 |
+
0,
|
| 1687 |
+
"IMAGE"
|
| 1688 |
+
],
|
| 1689 |
+
[
|
| 1690 |
+
62,
|
| 1691 |
+
31,
|
| 1692 |
+
0,
|
| 1693 |
+
45,
|
| 1694 |
+
1,
|
| 1695 |
+
"VAE"
|
| 1696 |
+
],
|
| 1697 |
+
[
|
| 1698 |
+
63,
|
| 1699 |
+
11,
|
| 1700 |
+
0,
|
| 1701 |
+
48,
|
| 1702 |
+
0,
|
| 1703 |
+
"IMAGE"
|
| 1704 |
+
],
|
| 1705 |
+
[
|
| 1706 |
+
64,
|
| 1707 |
+
12,
|
| 1708 |
+
0,
|
| 1709 |
+
49,
|
| 1710 |
+
0,
|
| 1711 |
+
"IMAGE"
|
| 1712 |
+
],
|
| 1713 |
+
[
|
| 1714 |
+
65,
|
| 1715 |
+
54,
|
| 1716 |
+
0,
|
| 1717 |
+
53,
|
| 1718 |
+
1,
|
| 1719 |
+
"MODEL_PATCH"
|
| 1720 |
+
],
|
| 1721 |
+
[
|
| 1722 |
+
68,
|
| 1723 |
+
52,
|
| 1724 |
+
0,
|
| 1725 |
+
55,
|
| 1726 |
+
0,
|
| 1727 |
+
"IMAGE"
|
| 1728 |
+
],
|
| 1729 |
+
[
|
| 1730 |
+
70,
|
| 1731 |
+
58,
|
| 1732 |
+
0,
|
| 1733 |
+
59,
|
| 1734 |
+
0,
|
| 1735 |
+
"IMAGE"
|
| 1736 |
+
],
|
| 1737 |
+
[
|
| 1738 |
+
72,
|
| 1739 |
+
58,
|
| 1740 |
+
0,
|
| 1741 |
+
53,
|
| 1742 |
+
3,
|
| 1743 |
+
"IMAGE"
|
| 1744 |
+
],
|
| 1745 |
+
[
|
| 1746 |
+
74,
|
| 1747 |
+
29,
|
| 1748 |
+
0,
|
| 1749 |
+
61,
|
| 1750 |
+
0,
|
| 1751 |
+
"*"
|
| 1752 |
+
],
|
| 1753 |
+
[
|
| 1754 |
+
75,
|
| 1755 |
+
61,
|
| 1756 |
+
0,
|
| 1757 |
+
53,
|
| 1758 |
+
2,
|
| 1759 |
+
"VAE"
|
| 1760 |
+
],
|
| 1761 |
+
[
|
| 1762 |
+
76,
|
| 1763 |
+
61,
|
| 1764 |
+
0,
|
| 1765 |
+
60,
|
| 1766 |
+
1,
|
| 1767 |
+
"VAE"
|
| 1768 |
+
],
|
| 1769 |
+
[
|
| 1770 |
+
77,
|
| 1771 |
+
60,
|
| 1772 |
+
0,
|
| 1773 |
+
17,
|
| 1774 |
+
3,
|
| 1775 |
+
"LATENT"
|
| 1776 |
+
],
|
| 1777 |
+
[
|
| 1778 |
+
79,
|
| 1779 |
+
41,
|
| 1780 |
+
0,
|
| 1781 |
+
53,
|
| 1782 |
+
0,
|
| 1783 |
+
"MODEL"
|
| 1784 |
+
],
|
| 1785 |
+
[
|
| 1786 |
+
81,
|
| 1787 |
+
55,
|
| 1788 |
+
0,
|
| 1789 |
+
58,
|
| 1790 |
+
0,
|
| 1791 |
+
"IMAGE"
|
| 1792 |
+
],
|
| 1793 |
+
[
|
| 1794 |
+
82,
|
| 1795 |
+
55,
|
| 1796 |
+
0,
|
| 1797 |
+
60,
|
| 1798 |
+
0,
|
| 1799 |
+
"IMAGE"
|
| 1800 |
+
],
|
| 1801 |
+
[
|
| 1802 |
+
83,
|
| 1803 |
+
53,
|
| 1804 |
+
0,
|
| 1805 |
+
2,
|
| 1806 |
+
0,
|
| 1807 |
+
"MODEL"
|
| 1808 |
+
]
|
| 1809 |
+
],
|
| 1810 |
+
"groups": [
|
| 1811 |
+
{
|
| 1812 |
+
"id": 1,
|
| 1813 |
+
"title": "🎨 Step 5 - Generate Image",
|
| 1814 |
+
"bounding": [
|
| 1815 |
+
19660,
|
| 1816 |
+
7000,
|
| 1817 |
+
570,
|
| 1818 |
+
810
|
| 1819 |
+
],
|
| 1820 |
+
"color": "#a1309b",
|
| 1821 |
+
"font_size": 24,
|
| 1822 |
+
"flags": {}
|
| 1823 |
+
},
|
| 1824 |
+
{
|
| 1825 |
+
"id": 2,
|
| 1826 |
+
"title": "🔍 Step 6 - Upscale (Optional)",
|
| 1827 |
+
"bounding": [
|
| 1828 |
+
20740,
|
| 1829 |
+
7000,
|
| 1830 |
+
950,
|
| 1831 |
+
1100
|
| 1832 |
+
],
|
| 1833 |
+
"color": "#b58b2a",
|
| 1834 |
+
"font_size": 24,
|
| 1835 |
+
"flags": {}
|
| 1836 |
+
},
|
| 1837 |
+
{
|
| 1838 |
+
"id": 3,
|
| 1839 |
+
"title": "📦 Step 1 - Load Models",
|
| 1840 |
+
"bounding": [
|
| 1841 |
+
17910,
|
| 1842 |
+
7000,
|
| 1843 |
+
510,
|
| 1844 |
+
320
|
| 1845 |
+
],
|
| 1846 |
+
"color": "#3f789e",
|
| 1847 |
+
"font_size": 24,
|
| 1848 |
+
"flags": {}
|
| 1849 |
+
},
|
| 1850 |
+
{
|
| 1851 |
+
"id": 4,
|
| 1852 |
+
"title": "🎮 Step 4 - ControlNet",
|
| 1853 |
+
"bounding": [
|
| 1854 |
+
19130,
|
| 1855 |
+
7370,
|
| 1856 |
+
260,
|
| 1857 |
+
240
|
| 1858 |
+
],
|
| 1859 |
+
"color": "#8AA",
|
| 1860 |
+
"font_size": 24,
|
| 1861 |
+
"flags": {}
|
| 1862 |
+
},
|
| 1863 |
+
{
|
| 1864 |
+
"id": 5,
|
| 1865 |
+
"title": "✍️ Step 3 - Write Prompt",
|
| 1866 |
+
"bounding": [
|
| 1867 |
+
19130,
|
| 1868 |
+
7000,
|
| 1869 |
+
510,
|
| 1870 |
+
350
|
| 1871 |
+
],
|
| 1872 |
+
"color": "#8A8",
|
| 1873 |
+
"font_size": 24,
|
| 1874 |
+
"flags": {}
|
| 1875 |
+
},
|
| 1876 |
+
{
|
| 1877 |
+
"id": 6,
|
| 1878 |
+
"title": "📖 Step 1 - Load LoRA (Optional)",
|
| 1879 |
+
"bounding": [
|
| 1880 |
+
17910,
|
| 1881 |
+
7460,
|
| 1882 |
+
510,
|
| 1883 |
+
240
|
| 1884 |
+
],
|
| 1885 |
+
"color": "#3f789e",
|
| 1886 |
+
"font_size": 24,
|
| 1887 |
+
"flags": {}
|
| 1888 |
+
},
|
| 1889 |
+
{
|
| 1890 |
+
"id": 7,
|
| 1891 |
+
"title": "🖼️ Step 2 - Input Image",
|
| 1892 |
+
"bounding": [
|
| 1893 |
+
18440,
|
| 1894 |
+
7000,
|
| 1895 |
+
670,
|
| 1896 |
+
700
|
| 1897 |
+
],
|
| 1898 |
+
"color": "#8A8",
|
| 1899 |
+
"font_size": 24,
|
| 1900 |
+
"flags": {}
|
| 1901 |
+
}
|
| 1902 |
+
],
|
| 1903 |
+
"config": {},
|
| 1904 |
+
"extra": {
|
| 1905 |
+
"ds": {
|
| 1906 |
+
"scale": 0.9090909090909097,
|
| 1907 |
+
"offset": [
|
| 1908 |
+
-17230,
|
| 1909 |
+
-6820
|
| 1910 |
+
]
|
| 1911 |
+
},
|
| 1912 |
+
"frontendVersion": "1.33.10",
|
| 1913 |
+
"ue_links": [],
|
| 1914 |
+
"links_added_by_ue": [],
|
| 1915 |
+
"VHS_latentpreview": true,
|
| 1916 |
+
"VHS_latentpreviewrate": 0,
|
| 1917 |
+
"VHS_MetadataImage": true,
|
| 1918 |
+
"VHS_KeepIntermediate": true,
|
| 1919 |
+
"workflowRendererVersion": "LG"
|
| 1920 |
+
},
|
| 1921 |
+
"version": 0.4
|
| 1922 |
+
}
|
workflows/ZIT-AIO-DepthV3.json
ADDED
|
@@ -0,0 +1,2348 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"id": "7f48561f-0de3-4cad-add1-4fb1aacd6328",
|
| 3 |
+
"revision": 0,
|
| 4 |
+
"last_node_id": 83,
|
| 5 |
+
"last_link_id": 128,
|
| 6 |
+
"nodes": [
|
| 7 |
+
{
|
| 8 |
+
"id": 40,
|
| 9 |
+
"type": "ConditioningZeroOut",
|
| 10 |
+
"pos": [
|
| 11 |
+
19680,
|
| 12 |
+
7280
|
| 13 |
+
],
|
| 14 |
+
"size": [
|
| 15 |
+
220,
|
| 16 |
+
26
|
| 17 |
+
],
|
| 18 |
+
"flags": {},
|
| 19 |
+
"order": 23,
|
| 20 |
+
"mode": 0,
|
| 21 |
+
"inputs": [
|
| 22 |
+
{
|
| 23 |
+
"name": "conditioning",
|
| 24 |
+
"type": "CONDITIONING",
|
| 25 |
+
"link": 46
|
| 26 |
+
}
|
| 27 |
+
],
|
| 28 |
+
"outputs": [
|
| 29 |
+
{
|
| 30 |
+
"name": "CONDITIONING",
|
| 31 |
+
"type": "CONDITIONING",
|
| 32 |
+
"links": [
|
| 33 |
+
47,
|
| 34 |
+
48
|
| 35 |
+
]
|
| 36 |
+
}
|
| 37 |
+
],
|
| 38 |
+
"properties": {
|
| 39 |
+
"cnr_id": "comfy-core",
|
| 40 |
+
"ver": "0.3.75",
|
| 41 |
+
"Node name for S&R": "ConditioningZeroOut",
|
| 42 |
+
"ue_properties": {
|
| 43 |
+
"widget_ue_connectable": {},
|
| 44 |
+
"version": "7.4.1",
|
| 45 |
+
"input_ue_unconnectable": {}
|
| 46 |
+
}
|
| 47 |
+
},
|
| 48 |
+
"widgets_values": [],
|
| 49 |
+
"color": "#322",
|
| 50 |
+
"bgcolor": "#533"
|
| 51 |
+
},
|
| 52 |
+
{
|
| 53 |
+
"id": 11,
|
| 54 |
+
"type": "VAEDecode",
|
| 55 |
+
"pos": [
|
| 56 |
+
19678.698627423088,
|
| 57 |
+
7186.776251773069
|
| 58 |
+
],
|
| 59 |
+
"size": [
|
| 60 |
+
220,
|
| 61 |
+
46
|
| 62 |
+
],
|
| 63 |
+
"flags": {
|
| 64 |
+
"collapsed": false
|
| 65 |
+
},
|
| 66 |
+
"order": 31,
|
| 67 |
+
"mode": 0,
|
| 68 |
+
"inputs": [
|
| 69 |
+
{
|
| 70 |
+
"name": "samples",
|
| 71 |
+
"type": "LATENT",
|
| 72 |
+
"link": 8
|
| 73 |
+
},
|
| 74 |
+
{
|
| 75 |
+
"name": "vae",
|
| 76 |
+
"type": "VAE",
|
| 77 |
+
"link": 34
|
| 78 |
+
}
|
| 79 |
+
],
|
| 80 |
+
"outputs": [
|
| 81 |
+
{
|
| 82 |
+
"name": "IMAGE",
|
| 83 |
+
"type": "IMAGE",
|
| 84 |
+
"slot_index": 0,
|
| 85 |
+
"links": [
|
| 86 |
+
12,
|
| 87 |
+
60,
|
| 88 |
+
63
|
| 89 |
+
]
|
| 90 |
+
}
|
| 91 |
+
],
|
| 92 |
+
"title": "🖼️ Decode Main Image",
|
| 93 |
+
"properties": {
|
| 94 |
+
"cnr_id": "comfy-core",
|
| 95 |
+
"ver": "0.3.48",
|
| 96 |
+
"Node name for S&R": "VAEDecode",
|
| 97 |
+
"ue_properties": {
|
| 98 |
+
"version": "7.0.1",
|
| 99 |
+
"widget_ue_connectable": {}
|
| 100 |
+
},
|
| 101 |
+
"enableTabs": false,
|
| 102 |
+
"tabWidth": 65,
|
| 103 |
+
"tabXOffset": 10,
|
| 104 |
+
"hasSecondTab": false,
|
| 105 |
+
"secondTabText": "Send Back",
|
| 106 |
+
"secondTabOffset": 80,
|
| 107 |
+
"secondTabWidth": 65
|
| 108 |
+
},
|
| 109 |
+
"widgets_values": [],
|
| 110 |
+
"color": "#2a363b",
|
| 111 |
+
"bgcolor": "#3f5159"
|
| 112 |
+
},
|
| 113 |
+
{
|
| 114 |
+
"id": 31,
|
| 115 |
+
"type": "Reroute",
|
| 116 |
+
"pos": [
|
| 117 |
+
20620,
|
| 118 |
+
6970
|
| 119 |
+
],
|
| 120 |
+
"size": [
|
| 121 |
+
75,
|
| 122 |
+
26
|
| 123 |
+
],
|
| 124 |
+
"flags": {},
|
| 125 |
+
"order": 24,
|
| 126 |
+
"mode": 0,
|
| 127 |
+
"inputs": [
|
| 128 |
+
{
|
| 129 |
+
"name": "",
|
| 130 |
+
"type": "*",
|
| 131 |
+
"link": 35
|
| 132 |
+
}
|
| 133 |
+
],
|
| 134 |
+
"outputs": [
|
| 135 |
+
{
|
| 136 |
+
"name": "",
|
| 137 |
+
"type": "VAE",
|
| 138 |
+
"links": [
|
| 139 |
+
36,
|
| 140 |
+
62
|
| 141 |
+
]
|
| 142 |
+
}
|
| 143 |
+
],
|
| 144 |
+
"properties": {
|
| 145 |
+
"showOutputText": false,
|
| 146 |
+
"horizontal": false,
|
| 147 |
+
"ue_properties": {
|
| 148 |
+
"widget_ue_connectable": {},
|
| 149 |
+
"version": "7.4.1",
|
| 150 |
+
"input_ue_unconnectable": {}
|
| 151 |
+
}
|
| 152 |
+
},
|
| 153 |
+
"color": "#322",
|
| 154 |
+
"bgcolor": "#533"
|
| 155 |
+
},
|
| 156 |
+
{
|
| 157 |
+
"id": 45,
|
| 158 |
+
"type": "VAEEncode",
|
| 159 |
+
"pos": [
|
| 160 |
+
20770,
|
| 161 |
+
7100
|
| 162 |
+
],
|
| 163 |
+
"size": [
|
| 164 |
+
193.1138671875,
|
| 165 |
+
46
|
| 166 |
+
],
|
| 167 |
+
"flags": {
|
| 168 |
+
"collapsed": true
|
| 169 |
+
},
|
| 170 |
+
"order": 34,
|
| 171 |
+
"mode": 0,
|
| 172 |
+
"inputs": [
|
| 173 |
+
{
|
| 174 |
+
"name": "pixels",
|
| 175 |
+
"type": "IMAGE",
|
| 176 |
+
"link": 61
|
| 177 |
+
},
|
| 178 |
+
{
|
| 179 |
+
"name": "vae",
|
| 180 |
+
"type": "VAE",
|
| 181 |
+
"link": 62
|
| 182 |
+
}
|
| 183 |
+
],
|
| 184 |
+
"outputs": [
|
| 185 |
+
{
|
| 186 |
+
"name": "LATENT",
|
| 187 |
+
"type": "LATENT",
|
| 188 |
+
"links": [
|
| 189 |
+
56
|
| 190 |
+
]
|
| 191 |
+
}
|
| 192 |
+
],
|
| 193 |
+
"title": "🔄 Encode for Upscale",
|
| 194 |
+
"properties": {
|
| 195 |
+
"cnr_id": "comfy-core",
|
| 196 |
+
"ver": "0.3.76",
|
| 197 |
+
"Node name for S&R": "VAEEncode"
|
| 198 |
+
},
|
| 199 |
+
"widgets_values": [],
|
| 200 |
+
"color": "#2a363b",
|
| 201 |
+
"bgcolor": "#3f5159"
|
| 202 |
+
},
|
| 203 |
+
{
|
| 204 |
+
"id": 44,
|
| 205 |
+
"type": "ImageScaleBy",
|
| 206 |
+
"pos": [
|
| 207 |
+
20760,
|
| 208 |
+
7090
|
| 209 |
+
],
|
| 210 |
+
"size": [
|
| 211 |
+
350,
|
| 212 |
+
82
|
| 213 |
+
],
|
| 214 |
+
"flags": {
|
| 215 |
+
"collapsed": false
|
| 216 |
+
},
|
| 217 |
+
"order": 32,
|
| 218 |
+
"mode": 0,
|
| 219 |
+
"inputs": [
|
| 220 |
+
{
|
| 221 |
+
"name": "image",
|
| 222 |
+
"type": "IMAGE",
|
| 223 |
+
"link": 60
|
| 224 |
+
}
|
| 225 |
+
],
|
| 226 |
+
"outputs": [
|
| 227 |
+
{
|
| 228 |
+
"name": "IMAGE",
|
| 229 |
+
"type": "IMAGE",
|
| 230 |
+
"links": [
|
| 231 |
+
61
|
| 232 |
+
]
|
| 233 |
+
}
|
| 234 |
+
],
|
| 235 |
+
"title": "📐 Scale Image for Upscale",
|
| 236 |
+
"properties": {
|
| 237 |
+
"cnr_id": "comfy-core",
|
| 238 |
+
"ver": "0.3.76",
|
| 239 |
+
"Node name for S&R": "ImageScaleBy"
|
| 240 |
+
},
|
| 241 |
+
"widgets_values": [
|
| 242 |
+
"lanczos",
|
| 243 |
+
1.5
|
| 244 |
+
],
|
| 245 |
+
"color": "#2a363b",
|
| 246 |
+
"bgcolor": "#3f5159"
|
| 247 |
+
},
|
| 248 |
+
{
|
| 249 |
+
"id": 12,
|
| 250 |
+
"type": "VAEDecode",
|
| 251 |
+
"pos": [
|
| 252 |
+
20760,
|
| 253 |
+
8030
|
| 254 |
+
],
|
| 255 |
+
"size": [
|
| 256 |
+
350,
|
| 257 |
+
50
|
| 258 |
+
],
|
| 259 |
+
"flags": {
|
| 260 |
+
"collapsed": false
|
| 261 |
+
},
|
| 262 |
+
"order": 36,
|
| 263 |
+
"mode": 0,
|
| 264 |
+
"inputs": [
|
| 265 |
+
{
|
| 266 |
+
"name": "samples",
|
| 267 |
+
"type": "LATENT",
|
| 268 |
+
"link": 10
|
| 269 |
+
},
|
| 270 |
+
{
|
| 271 |
+
"name": "vae",
|
| 272 |
+
"type": "VAE",
|
| 273 |
+
"link": 36
|
| 274 |
+
}
|
| 275 |
+
],
|
| 276 |
+
"outputs": [
|
| 277 |
+
{
|
| 278 |
+
"name": "IMAGE",
|
| 279 |
+
"type": "IMAGE",
|
| 280 |
+
"slot_index": 0,
|
| 281 |
+
"links": [
|
| 282 |
+
13,
|
| 283 |
+
64
|
| 284 |
+
]
|
| 285 |
+
}
|
| 286 |
+
],
|
| 287 |
+
"title": "🔍 Decode Upscaled Image",
|
| 288 |
+
"properties": {
|
| 289 |
+
"cnr_id": "comfy-core",
|
| 290 |
+
"ver": "0.3.48",
|
| 291 |
+
"Node name for S&R": "VAEDecode",
|
| 292 |
+
"ue_properties": {
|
| 293 |
+
"version": "7.0.1",
|
| 294 |
+
"widget_ue_connectable": {}
|
| 295 |
+
},
|
| 296 |
+
"enableTabs": false,
|
| 297 |
+
"tabWidth": 65,
|
| 298 |
+
"tabXOffset": 10,
|
| 299 |
+
"hasSecondTab": false,
|
| 300 |
+
"secondTabText": "Send Back",
|
| 301 |
+
"secondTabOffset": 80,
|
| 302 |
+
"secondTabWidth": 65
|
| 303 |
+
},
|
| 304 |
+
"widgets_values": [],
|
| 305 |
+
"color": "#2a363b",
|
| 306 |
+
"bgcolor": "#3f5159"
|
| 307 |
+
},
|
| 308 |
+
{
|
| 309 |
+
"id": 49,
|
| 310 |
+
"type": "SaveImageWithMetaData",
|
| 311 |
+
"pos": [
|
| 312 |
+
21130,
|
| 313 |
+
7090
|
| 314 |
+
],
|
| 315 |
+
"size": [
|
| 316 |
+
540,
|
| 317 |
+
990
|
| 318 |
+
],
|
| 319 |
+
"flags": {},
|
| 320 |
+
"order": 38,
|
| 321 |
+
"mode": 0,
|
| 322 |
+
"inputs": [
|
| 323 |
+
{
|
| 324 |
+
"name": "images",
|
| 325 |
+
"type": "IMAGE",
|
| 326 |
+
"link": 64
|
| 327 |
+
},
|
| 328 |
+
{
|
| 329 |
+
"name": "extra_metadata",
|
| 330 |
+
"shape": 7,
|
| 331 |
+
"type": "EXTRA_METADATA",
|
| 332 |
+
"link": null
|
| 333 |
+
}
|
| 334 |
+
],
|
| 335 |
+
"outputs": [],
|
| 336 |
+
"title": "💾 Save Upscaled Image",
|
| 337 |
+
"properties": {
|
| 338 |
+
"cnr_id": "comfyui_image_metadata_extension",
|
| 339 |
+
"ver": "1.2.17",
|
| 340 |
+
"Node name for S&R": "SaveImageWithMetaData",
|
| 341 |
+
"widget_ue_connectable": {}
|
| 342 |
+
},
|
| 343 |
+
"widgets_values": [
|
| 344 |
+
"Z-Image-H",
|
| 345 |
+
"%date:yyyy-MM-dd%",
|
| 346 |
+
"png",
|
| 347 |
+
"max",
|
| 348 |
+
"full",
|
| 349 |
+
true,
|
| 350 |
+
true
|
| 351 |
+
],
|
| 352 |
+
"color": "#223",
|
| 353 |
+
"bgcolor": "#335"
|
| 354 |
+
},
|
| 355 |
+
{
|
| 356 |
+
"id": 30,
|
| 357 |
+
"type": "Reroute",
|
| 358 |
+
"pos": [
|
| 359 |
+
19560,
|
| 360 |
+
6970
|
| 361 |
+
],
|
| 362 |
+
"size": [
|
| 363 |
+
75,
|
| 364 |
+
26
|
| 365 |
+
],
|
| 366 |
+
"flags": {},
|
| 367 |
+
"order": 19,
|
| 368 |
+
"mode": 0,
|
| 369 |
+
"inputs": [
|
| 370 |
+
{
|
| 371 |
+
"name": "",
|
| 372 |
+
"type": "*",
|
| 373 |
+
"link": 33
|
| 374 |
+
}
|
| 375 |
+
],
|
| 376 |
+
"outputs": [
|
| 377 |
+
{
|
| 378 |
+
"name": "",
|
| 379 |
+
"type": "VAE",
|
| 380 |
+
"links": [
|
| 381 |
+
34,
|
| 382 |
+
35
|
| 383 |
+
]
|
| 384 |
+
}
|
| 385 |
+
],
|
| 386 |
+
"properties": {
|
| 387 |
+
"showOutputText": false,
|
| 388 |
+
"horizontal": false,
|
| 389 |
+
"ue_properties": {
|
| 390 |
+
"widget_ue_connectable": {},
|
| 391 |
+
"version": "7.4.1",
|
| 392 |
+
"input_ue_unconnectable": {}
|
| 393 |
+
}
|
| 394 |
+
},
|
| 395 |
+
"color": "#322",
|
| 396 |
+
"bgcolor": "#533"
|
| 397 |
+
},
|
| 398 |
+
{
|
| 399 |
+
"id": 54,
|
| 400 |
+
"type": "ModelPatchLoader",
|
| 401 |
+
"pos": [
|
| 402 |
+
17930,
|
| 403 |
+
7240
|
| 404 |
+
],
|
| 405 |
+
"size": [
|
| 406 |
+
470,
|
| 407 |
+
58
|
| 408 |
+
],
|
| 409 |
+
"flags": {},
|
| 410 |
+
"order": 0,
|
| 411 |
+
"mode": 0,
|
| 412 |
+
"inputs": [],
|
| 413 |
+
"outputs": [
|
| 414 |
+
{
|
| 415 |
+
"name": "MODEL_PATCH",
|
| 416 |
+
"type": "MODEL_PATCH",
|
| 417 |
+
"links": [
|
| 418 |
+
65
|
| 419 |
+
]
|
| 420 |
+
}
|
| 421 |
+
],
|
| 422 |
+
"title": "🎮 Load ControlNet Union",
|
| 423 |
+
"properties": {
|
| 424 |
+
"cnr_id": "comfy-core",
|
| 425 |
+
"ver": "0.3.76",
|
| 426 |
+
"Node name for S&R": "ModelPatchLoader",
|
| 427 |
+
"ue_properties": {
|
| 428 |
+
"widget_ue_connectable": {},
|
| 429 |
+
"input_ue_unconnectable": {},
|
| 430 |
+
"version": "7.5.2"
|
| 431 |
+
}
|
| 432 |
+
},
|
| 433 |
+
"widgets_values": [
|
| 434 |
+
"Z-Image-Turbo-Fun-Controlnet-Union.safetensors"
|
| 435 |
+
],
|
| 436 |
+
"color": "#223",
|
| 437 |
+
"bgcolor": "#335"
|
| 438 |
+
},
|
| 439 |
+
{
|
| 440 |
+
"id": 29,
|
| 441 |
+
"type": "Reroute",
|
| 442 |
+
"pos": [
|
| 443 |
+
18440,
|
| 444 |
+
6970
|
| 445 |
+
],
|
| 446 |
+
"size": [
|
| 447 |
+
75,
|
| 448 |
+
26
|
| 449 |
+
],
|
| 450 |
+
"flags": {},
|
| 451 |
+
"order": 16,
|
| 452 |
+
"mode": 0,
|
| 453 |
+
"inputs": [
|
| 454 |
+
{
|
| 455 |
+
"name": "",
|
| 456 |
+
"type": "*",
|
| 457 |
+
"link": 39
|
| 458 |
+
}
|
| 459 |
+
],
|
| 460 |
+
"outputs": [
|
| 461 |
+
{
|
| 462 |
+
"name": "",
|
| 463 |
+
"type": "VAE",
|
| 464 |
+
"links": [
|
| 465 |
+
33,
|
| 466 |
+
74
|
| 467 |
+
]
|
| 468 |
+
}
|
| 469 |
+
],
|
| 470 |
+
"properties": {
|
| 471 |
+
"showOutputText": false,
|
| 472 |
+
"horizontal": false,
|
| 473 |
+
"ue_properties": {
|
| 474 |
+
"widget_ue_connectable": {},
|
| 475 |
+
"version": "7.4.1",
|
| 476 |
+
"input_ue_unconnectable": {}
|
| 477 |
+
}
|
| 478 |
+
},
|
| 479 |
+
"color": "#322",
|
| 480 |
+
"bgcolor": "#533"
|
| 481 |
+
},
|
| 482 |
+
{
|
| 483 |
+
"id": 61,
|
| 484 |
+
"type": "Reroute",
|
| 485 |
+
"pos": [
|
| 486 |
+
19030,
|
| 487 |
+
6970
|
| 488 |
+
],
|
| 489 |
+
"size": [
|
| 490 |
+
75,
|
| 491 |
+
26
|
| 492 |
+
],
|
| 493 |
+
"flags": {},
|
| 494 |
+
"order": 20,
|
| 495 |
+
"mode": 0,
|
| 496 |
+
"inputs": [
|
| 497 |
+
{
|
| 498 |
+
"name": "",
|
| 499 |
+
"type": "*",
|
| 500 |
+
"link": 74
|
| 501 |
+
}
|
| 502 |
+
],
|
| 503 |
+
"outputs": [
|
| 504 |
+
{
|
| 505 |
+
"name": "",
|
| 506 |
+
"type": "VAE",
|
| 507 |
+
"links": [
|
| 508 |
+
75,
|
| 509 |
+
76
|
| 510 |
+
]
|
| 511 |
+
}
|
| 512 |
+
],
|
| 513 |
+
"properties": {
|
| 514 |
+
"showOutputText": false,
|
| 515 |
+
"horizontal": false
|
| 516 |
+
},
|
| 517 |
+
"color": "#322",
|
| 518 |
+
"bgcolor": "#533"
|
| 519 |
+
},
|
| 520 |
+
{
|
| 521 |
+
"id": 60,
|
| 522 |
+
"type": "VAEEncode",
|
| 523 |
+
"pos": [
|
| 524 |
+
19680,
|
| 525 |
+
7350
|
| 526 |
+
],
|
| 527 |
+
"size": [
|
| 528 |
+
220,
|
| 529 |
+
46
|
| 530 |
+
],
|
| 531 |
+
"flags": {},
|
| 532 |
+
"order": 26,
|
| 533 |
+
"mode": 0,
|
| 534 |
+
"inputs": [
|
| 535 |
+
{
|
| 536 |
+
"name": "pixels",
|
| 537 |
+
"type": "IMAGE",
|
| 538 |
+
"link": 128
|
| 539 |
+
},
|
| 540 |
+
{
|
| 541 |
+
"name": "vae",
|
| 542 |
+
"type": "VAE",
|
| 543 |
+
"link": 76
|
| 544 |
+
}
|
| 545 |
+
],
|
| 546 |
+
"outputs": [
|
| 547 |
+
{
|
| 548 |
+
"name": "LATENT",
|
| 549 |
+
"type": "LATENT",
|
| 550 |
+
"links": [
|
| 551 |
+
77
|
| 552 |
+
]
|
| 553 |
+
}
|
| 554 |
+
],
|
| 555 |
+
"title": "🔄 Encode for Upscale",
|
| 556 |
+
"properties": {
|
| 557 |
+
"cnr_id": "comfy-core",
|
| 558 |
+
"ver": "0.3.76",
|
| 559 |
+
"Node name for S&R": "VAEEncode"
|
| 560 |
+
},
|
| 561 |
+
"widgets_values": [],
|
| 562 |
+
"color": "#323",
|
| 563 |
+
"bgcolor": "#535"
|
| 564 |
+
},
|
| 565 |
+
{
|
| 566 |
+
"id": 2,
|
| 567 |
+
"type": "ModelSamplingAuraFlow",
|
| 568 |
+
"pos": [
|
| 569 |
+
19680,
|
| 570 |
+
7080
|
| 571 |
+
],
|
| 572 |
+
"size": [
|
| 573 |
+
220,
|
| 574 |
+
58
|
| 575 |
+
],
|
| 576 |
+
"flags": {},
|
| 577 |
+
"order": 28,
|
| 578 |
+
"mode": 0,
|
| 579 |
+
"inputs": [
|
| 580 |
+
{
|
| 581 |
+
"name": "model",
|
| 582 |
+
"type": "MODEL",
|
| 583 |
+
"link": 83
|
| 584 |
+
}
|
| 585 |
+
],
|
| 586 |
+
"outputs": [
|
| 587 |
+
{
|
| 588 |
+
"name": "MODEL",
|
| 589 |
+
"type": "MODEL",
|
| 590 |
+
"links": [
|
| 591 |
+
40,
|
| 592 |
+
41
|
| 593 |
+
]
|
| 594 |
+
}
|
| 595 |
+
],
|
| 596 |
+
"properties": {
|
| 597 |
+
"cnr_id": "comfy-core",
|
| 598 |
+
"ver": "0.3.48",
|
| 599 |
+
"Node name for S&R": "ModelSamplingAuraFlow",
|
| 600 |
+
"ue_properties": {
|
| 601 |
+
"version": "7.0.1",
|
| 602 |
+
"widget_ue_connectable": {}
|
| 603 |
+
},
|
| 604 |
+
"enableTabs": false,
|
| 605 |
+
"tabWidth": 65,
|
| 606 |
+
"tabXOffset": 10,
|
| 607 |
+
"hasSecondTab": false,
|
| 608 |
+
"secondTabText": "Send Back",
|
| 609 |
+
"secondTabOffset": 80,
|
| 610 |
+
"secondTabWidth": 65
|
| 611 |
+
},
|
| 612 |
+
"widgets_values": [
|
| 613 |
+
3
|
| 614 |
+
],
|
| 615 |
+
"color": "#2a363b",
|
| 616 |
+
"bgcolor": "#3f5159"
|
| 617 |
+
},
|
| 618 |
+
{
|
| 619 |
+
"id": 14,
|
| 620 |
+
"type": "KSampler",
|
| 621 |
+
"pos": [
|
| 622 |
+
20760,
|
| 623 |
+
7220
|
| 624 |
+
],
|
| 625 |
+
"size": [
|
| 626 |
+
350,
|
| 627 |
+
758.3076923076924
|
| 628 |
+
],
|
| 629 |
+
"flags": {},
|
| 630 |
+
"order": 35,
|
| 631 |
+
"mode": 0,
|
| 632 |
+
"inputs": [
|
| 633 |
+
{
|
| 634 |
+
"name": "model",
|
| 635 |
+
"type": "MODEL",
|
| 636 |
+
"link": 40
|
| 637 |
+
},
|
| 638 |
+
{
|
| 639 |
+
"name": "positive",
|
| 640 |
+
"type": "CONDITIONING",
|
| 641 |
+
"link": 15
|
| 642 |
+
},
|
| 643 |
+
{
|
| 644 |
+
"name": "negative",
|
| 645 |
+
"type": "CONDITIONING",
|
| 646 |
+
"link": 48
|
| 647 |
+
},
|
| 648 |
+
{
|
| 649 |
+
"name": "latent_image",
|
| 650 |
+
"type": "LATENT",
|
| 651 |
+
"link": 56
|
| 652 |
+
}
|
| 653 |
+
],
|
| 654 |
+
"outputs": [
|
| 655 |
+
{
|
| 656 |
+
"name": "LATENT",
|
| 657 |
+
"type": "LATENT",
|
| 658 |
+
"slot_index": 0,
|
| 659 |
+
"links": [
|
| 660 |
+
10
|
| 661 |
+
]
|
| 662 |
+
}
|
| 663 |
+
],
|
| 664 |
+
"title": "🔍 Upscale Generation",
|
| 665 |
+
"properties": {
|
| 666 |
+
"cnr_id": "comfy-core",
|
| 667 |
+
"ver": "0.3.48",
|
| 668 |
+
"Node name for S&R": "KSampler",
|
| 669 |
+
"ue_properties": {
|
| 670 |
+
"version": "7.0.1",
|
| 671 |
+
"widget_ue_connectable": {}
|
| 672 |
+
},
|
| 673 |
+
"enableTabs": false,
|
| 674 |
+
"tabWidth": 65,
|
| 675 |
+
"tabXOffset": 10,
|
| 676 |
+
"hasSecondTab": false,
|
| 677 |
+
"secondTabText": "Send Back",
|
| 678 |
+
"secondTabOffset": 80,
|
| 679 |
+
"secondTabWidth": 65
|
| 680 |
+
},
|
| 681 |
+
"widgets_values": [
|
| 682 |
+
147055680729376,
|
| 683 |
+
"fixed",
|
| 684 |
+
8,
|
| 685 |
+
1,
|
| 686 |
+
"res_multistep",
|
| 687 |
+
"beta",
|
| 688 |
+
0.5
|
| 689 |
+
],
|
| 690 |
+
"color": "#2a363b",
|
| 691 |
+
"bgcolor": "#3f5159"
|
| 692 |
+
},
|
| 693 |
+
{
|
| 694 |
+
"id": 52,
|
| 695 |
+
"type": "LoadImage",
|
| 696 |
+
"pos": [
|
| 697 |
+
18460,
|
| 698 |
+
7080
|
| 699 |
+
],
|
| 700 |
+
"size": [
|
| 701 |
+
270,
|
| 702 |
+
460
|
| 703 |
+
],
|
| 704 |
+
"flags": {},
|
| 705 |
+
"order": 1,
|
| 706 |
+
"mode": 0,
|
| 707 |
+
"inputs": [],
|
| 708 |
+
"outputs": [
|
| 709 |
+
{
|
| 710 |
+
"name": "IMAGE",
|
| 711 |
+
"type": "IMAGE",
|
| 712 |
+
"links": [
|
| 713 |
+
68
|
| 714 |
+
]
|
| 715 |
+
},
|
| 716 |
+
{
|
| 717 |
+
"name": "MASK",
|
| 718 |
+
"type": "MASK",
|
| 719 |
+
"links": null
|
| 720 |
+
}
|
| 721 |
+
],
|
| 722 |
+
"title": "🖼️ Load Input Image",
|
| 723 |
+
"properties": {
|
| 724 |
+
"cnr_id": "comfy-core",
|
| 725 |
+
"ver": "0.3.76",
|
| 726 |
+
"Node name for S&R": "LoadImage",
|
| 727 |
+
"ue_properties": {
|
| 728 |
+
"widget_ue_connectable": {},
|
| 729 |
+
"input_ue_unconnectable": {},
|
| 730 |
+
"version": "7.5.2"
|
| 731 |
+
}
|
| 732 |
+
},
|
| 733 |
+
"widgets_values": [
|
| 734 |
+
"360_F_1514557111_dROWtWfWw71RixKY6dPQrDzOhMAoseTf.jpg",
|
| 735 |
+
"image"
|
| 736 |
+
],
|
| 737 |
+
"color": "#223",
|
| 738 |
+
"bgcolor": "#335"
|
| 739 |
+
},
|
| 740 |
+
{
|
| 741 |
+
"id": 55,
|
| 742 |
+
"type": "ImageScaleToTotalPixels",
|
| 743 |
+
"pos": [
|
| 744 |
+
18460,
|
| 745 |
+
7600
|
| 746 |
+
],
|
| 747 |
+
"size": [
|
| 748 |
+
273.3541015625,
|
| 749 |
+
82
|
| 750 |
+
],
|
| 751 |
+
"flags": {},
|
| 752 |
+
"order": 14,
|
| 753 |
+
"mode": 0,
|
| 754 |
+
"inputs": [
|
| 755 |
+
{
|
| 756 |
+
"name": "image",
|
| 757 |
+
"type": "IMAGE",
|
| 758 |
+
"link": 68
|
| 759 |
+
}
|
| 760 |
+
],
|
| 761 |
+
"outputs": [
|
| 762 |
+
{
|
| 763 |
+
"name": "IMAGE",
|
| 764 |
+
"type": "IMAGE",
|
| 765 |
+
"links": [
|
| 766 |
+
88
|
| 767 |
+
]
|
| 768 |
+
}
|
| 769 |
+
],
|
| 770 |
+
"title": "📏 Scale to Megapixels",
|
| 771 |
+
"properties": {
|
| 772 |
+
"cnr_id": "comfy-core",
|
| 773 |
+
"ver": "0.3.71",
|
| 774 |
+
"Node name for S&R": "ImageScaleToTotalPixels"
|
| 775 |
+
},
|
| 776 |
+
"widgets_values": [
|
| 777 |
+
"area",
|
| 778 |
+
1
|
| 779 |
+
],
|
| 780 |
+
"color": "#323",
|
| 781 |
+
"bgcolor": "#535"
|
| 782 |
+
},
|
| 783 |
+
{
|
| 784 |
+
"id": 43,
|
| 785 |
+
"type": "Fast Groups Bypasser (rgthree)",
|
| 786 |
+
"pos": [
|
| 787 |
+
17910,
|
| 788 |
+
7520
|
| 789 |
+
],
|
| 790 |
+
"size": [
|
| 791 |
+
360,
|
| 792 |
+
58
|
| 793 |
+
],
|
| 794 |
+
"flags": {},
|
| 795 |
+
"order": 2,
|
| 796 |
+
"mode": 0,
|
| 797 |
+
"inputs": [],
|
| 798 |
+
"outputs": [
|
| 799 |
+
{
|
| 800 |
+
"name": "OPT_CONNECTION",
|
| 801 |
+
"type": "*",
|
| 802 |
+
"links": null
|
| 803 |
+
}
|
| 804 |
+
],
|
| 805 |
+
"title": "📖 Toggle LoRA ON/OFF",
|
| 806 |
+
"properties": {
|
| 807 |
+
"matchColors": "",
|
| 808 |
+
"matchTitle": "📖",
|
| 809 |
+
"showNav": true,
|
| 810 |
+
"showAllGraphs": true,
|
| 811 |
+
"sort": "position",
|
| 812 |
+
"customSortAlphabet": "",
|
| 813 |
+
"toggleRestriction": "default",
|
| 814 |
+
"ue_properties": {
|
| 815 |
+
"widget_ue_connectable": {},
|
| 816 |
+
"input_ue_unconnectable": {},
|
| 817 |
+
"version": "7.4.1"
|
| 818 |
+
}
|
| 819 |
+
},
|
| 820 |
+
"color": "#233",
|
| 821 |
+
"bgcolor": "#355"
|
| 822 |
+
},
|
| 823 |
+
{
|
| 824 |
+
"id": 41,
|
| 825 |
+
"type": "LoraLoader",
|
| 826 |
+
"pos": [
|
| 827 |
+
17930,
|
| 828 |
+
7680
|
| 829 |
+
],
|
| 830 |
+
"size": [
|
| 831 |
+
470,
|
| 832 |
+
126
|
| 833 |
+
],
|
| 834 |
+
"flags": {},
|
| 835 |
+
"order": 15,
|
| 836 |
+
"mode": 4,
|
| 837 |
+
"inputs": [
|
| 838 |
+
{
|
| 839 |
+
"name": "model",
|
| 840 |
+
"type": "MODEL",
|
| 841 |
+
"link": 49
|
| 842 |
+
},
|
| 843 |
+
{
|
| 844 |
+
"name": "clip",
|
| 845 |
+
"type": "CLIP",
|
| 846 |
+
"link": 50
|
| 847 |
+
}
|
| 848 |
+
],
|
| 849 |
+
"outputs": [
|
| 850 |
+
{
|
| 851 |
+
"name": "MODEL",
|
| 852 |
+
"type": "MODEL",
|
| 853 |
+
"links": [
|
| 854 |
+
79
|
| 855 |
+
]
|
| 856 |
+
},
|
| 857 |
+
{
|
| 858 |
+
"name": "CLIP",
|
| 859 |
+
"type": "CLIP",
|
| 860 |
+
"links": [
|
| 861 |
+
51
|
| 862 |
+
]
|
| 863 |
+
}
|
| 864 |
+
],
|
| 865 |
+
"title": "✨ Load LoRA (Optional)",
|
| 866 |
+
"properties": {
|
| 867 |
+
"cnr_id": "comfy-core",
|
| 868 |
+
"ver": "0.3.75",
|
| 869 |
+
"Node name for S&R": "LoraLoader",
|
| 870 |
+
"ue_properties": {
|
| 871 |
+
"widget_ue_connectable": {
|
| 872 |
+
"lora_name": true,
|
| 873 |
+
"strength_model": true,
|
| 874 |
+
"strength_clip": true
|
| 875 |
+
},
|
| 876 |
+
"version": "7.4.1",
|
| 877 |
+
"input_ue_unconnectable": {}
|
| 878 |
+
}
|
| 879 |
+
},
|
| 880 |
+
"widgets_values": [
|
| 881 |
+
"z-image\\neu\\dandadan_aira_shiratori2_copy_000002500.safetensors",
|
| 882 |
+
1,
|
| 883 |
+
1
|
| 884 |
+
],
|
| 885 |
+
"color": "#223",
|
| 886 |
+
"bgcolor": "#335"
|
| 887 |
+
},
|
| 888 |
+
{
|
| 889 |
+
"id": 72,
|
| 890 |
+
"type": "DA3_SavePointCloud",
|
| 891 |
+
"pos": [
|
| 892 |
+
19160,
|
| 893 |
+
7920
|
| 894 |
+
],
|
| 895 |
+
"size": [
|
| 896 |
+
280,
|
| 897 |
+
58
|
| 898 |
+
],
|
| 899 |
+
"flags": {},
|
| 900 |
+
"order": 27,
|
| 901 |
+
"mode": 4,
|
| 902 |
+
"inputs": [
|
| 903 |
+
{
|
| 904 |
+
"name": "pointcloud",
|
| 905 |
+
"type": "POINTCLOUD",
|
| 906 |
+
"link": 121
|
| 907 |
+
}
|
| 908 |
+
],
|
| 909 |
+
"outputs": [
|
| 910 |
+
{
|
| 911 |
+
"name": "file_path",
|
| 912 |
+
"type": "STRING",
|
| 913 |
+
"links": [
|
| 914 |
+
97
|
| 915 |
+
]
|
| 916 |
+
}
|
| 917 |
+
],
|
| 918 |
+
"title": "💾 Save Point Cloud",
|
| 919 |
+
"properties": {
|
| 920 |
+
"cnr_id": "comfyui-depthanythingv3",
|
| 921 |
+
"ver": "0.0.11",
|
| 922 |
+
"Node name for S&R": "DA3_SavePointCloud"
|
| 923 |
+
},
|
| 924 |
+
"widgets_values": [
|
| 925 |
+
"pointcloud"
|
| 926 |
+
],
|
| 927 |
+
"color": "#332922",
|
| 928 |
+
"bgcolor": "#593930"
|
| 929 |
+
},
|
| 930 |
+
{
|
| 931 |
+
"id": 48,
|
| 932 |
+
"type": "SaveImageWithMetaData",
|
| 933 |
+
"pos": [
|
| 934 |
+
20230,
|
| 935 |
+
7080
|
| 936 |
+
],
|
| 937 |
+
"size": [
|
| 938 |
+
480,
|
| 939 |
+
720
|
| 940 |
+
],
|
| 941 |
+
"flags": {},
|
| 942 |
+
"order": 33,
|
| 943 |
+
"mode": 0,
|
| 944 |
+
"inputs": [
|
| 945 |
+
{
|
| 946 |
+
"name": "images",
|
| 947 |
+
"type": "IMAGE",
|
| 948 |
+
"link": 63
|
| 949 |
+
},
|
| 950 |
+
{
|
| 951 |
+
"name": "extra_metadata",
|
| 952 |
+
"shape": 7,
|
| 953 |
+
"type": "EXTRA_METADATA",
|
| 954 |
+
"link": null
|
| 955 |
+
}
|
| 956 |
+
],
|
| 957 |
+
"outputs": [],
|
| 958 |
+
"title": "💾 Save Main Image",
|
| 959 |
+
"properties": {
|
| 960 |
+
"cnr_id": "comfyui_image_metadata_extension",
|
| 961 |
+
"ver": "1.2.17",
|
| 962 |
+
"Node name for S&R": "SaveImageWithMetaData",
|
| 963 |
+
"widget_ue_connectable": {}
|
| 964 |
+
},
|
| 965 |
+
"widgets_values": [
|
| 966 |
+
"Z-Image-L",
|
| 967 |
+
"%date:yyyy-MM-dd%",
|
| 968 |
+
"png",
|
| 969 |
+
"max",
|
| 970 |
+
"full",
|
| 971 |
+
true,
|
| 972 |
+
true
|
| 973 |
+
],
|
| 974 |
+
"color": "#223",
|
| 975 |
+
"bgcolor": "#335"
|
| 976 |
+
},
|
| 977 |
+
{
|
| 978 |
+
"id": 13,
|
| 979 |
+
"type": "Image Comparer (rgthree)",
|
| 980 |
+
"pos": [
|
| 981 |
+
21710,
|
| 982 |
+
7030
|
| 983 |
+
],
|
| 984 |
+
"size": [
|
| 985 |
+
590,
|
| 986 |
+
1070
|
| 987 |
+
],
|
| 988 |
+
"flags": {},
|
| 989 |
+
"order": 37,
|
| 990 |
+
"mode": 0,
|
| 991 |
+
"inputs": [
|
| 992 |
+
{
|
| 993 |
+
"dir": 3,
|
| 994 |
+
"name": "image_a",
|
| 995 |
+
"type": "IMAGE",
|
| 996 |
+
"link": 12
|
| 997 |
+
},
|
| 998 |
+
{
|
| 999 |
+
"dir": 3,
|
| 1000 |
+
"name": "image_b",
|
| 1001 |
+
"type": "IMAGE",
|
| 1002 |
+
"link": 13
|
| 1003 |
+
}
|
| 1004 |
+
],
|
| 1005 |
+
"outputs": [],
|
| 1006 |
+
"title": "🔄 Compare Images",
|
| 1007 |
+
"properties": {
|
| 1008 |
+
"cnr_id": "rgthree-comfy",
|
| 1009 |
+
"ver": "b775441a4c5ae2853d4ff6b97a137f7f7d11e597",
|
| 1010 |
+
"comparer_mode": "Slide",
|
| 1011 |
+
"ue_properties": {
|
| 1012 |
+
"version": "7.0.1",
|
| 1013 |
+
"widget_ue_connectable": {}
|
| 1014 |
+
}
|
| 1015 |
+
},
|
| 1016 |
+
"widgets_values": [
|
| 1017 |
+
[
|
| 1018 |
+
{
|
| 1019 |
+
"name": "A",
|
| 1020 |
+
"selected": true,
|
| 1021 |
+
"url": "/api/view?filename=rgthree.compare._temp_tcvum_00025_.png&type=temp&subfolder=&rand=0.8499874728226214"
|
| 1022 |
+
},
|
| 1023 |
+
{
|
| 1024 |
+
"name": "B",
|
| 1025 |
+
"selected": true,
|
| 1026 |
+
"url": "/api/view?filename=rgthree.compare._temp_tcvum_00026_.png&type=temp&subfolder=&rand=0.24365650814758744"
|
| 1027 |
+
}
|
| 1028 |
+
]
|
| 1029 |
+
],
|
| 1030 |
+
"color": "#223",
|
| 1031 |
+
"bgcolor": "#335",
|
| 1032 |
+
"shape": 1
|
| 1033 |
+
},
|
| 1034 |
+
{
|
| 1035 |
+
"id": 59,
|
| 1036 |
+
"type": "PreviewImage",
|
| 1037 |
+
"pos": [
|
| 1038 |
+
18750,
|
| 1039 |
+
7080
|
| 1040 |
+
],
|
| 1041 |
+
"size": [
|
| 1042 |
+
350,
|
| 1043 |
+
460
|
| 1044 |
+
],
|
| 1045 |
+
"flags": {},
|
| 1046 |
+
"order": 21,
|
| 1047 |
+
"mode": 0,
|
| 1048 |
+
"inputs": [
|
| 1049 |
+
{
|
| 1050 |
+
"name": "images",
|
| 1051 |
+
"type": "IMAGE",
|
| 1052 |
+
"link": 89
|
| 1053 |
+
}
|
| 1054 |
+
],
|
| 1055 |
+
"outputs": [],
|
| 1056 |
+
"title": "👁️ Preview Preprocessor Output",
|
| 1057 |
+
"properties": {
|
| 1058 |
+
"cnr_id": "comfy-core",
|
| 1059 |
+
"ver": "0.3.76",
|
| 1060 |
+
"Node name for S&R": "PreviewImage"
|
| 1061 |
+
},
|
| 1062 |
+
"widgets_values": [],
|
| 1063 |
+
"color": "#2a363b",
|
| 1064 |
+
"bgcolor": "#3f5159"
|
| 1065 |
+
},
|
| 1066 |
+
{
|
| 1067 |
+
"id": 73,
|
| 1068 |
+
"type": "DA3_PreviewPointCloud",
|
| 1069 |
+
"pos": [
|
| 1070 |
+
19460,
|
| 1071 |
+
7920
|
| 1072 |
+
],
|
| 1073 |
+
"size": [
|
| 1074 |
+
560,
|
| 1075 |
+
626
|
| 1076 |
+
],
|
| 1077 |
+
"flags": {},
|
| 1078 |
+
"order": 29,
|
| 1079 |
+
"mode": 4,
|
| 1080 |
+
"inputs": [
|
| 1081 |
+
{
|
| 1082 |
+
"name": "file_path",
|
| 1083 |
+
"shape": 7,
|
| 1084 |
+
"type": "STRING",
|
| 1085 |
+
"widget": {
|
| 1086 |
+
"name": "file_path"
|
| 1087 |
+
},
|
| 1088 |
+
"link": 97
|
| 1089 |
+
}
|
| 1090 |
+
],
|
| 1091 |
+
"outputs": [],
|
| 1092 |
+
"title": "👁️ Preview 3D Point Cloud",
|
| 1093 |
+
"properties": {
|
| 1094 |
+
"cnr_id": "comfyui-depthanythingv3",
|
| 1095 |
+
"ver": "0.0.11",
|
| 1096 |
+
"Node name for S&R": "DA3_PreviewPointCloud"
|
| 1097 |
+
},
|
| 1098 |
+
"widgets_values": [
|
| 1099 |
+
"",
|
| 1100 |
+
"RGB",
|
| 1101 |
+
""
|
| 1102 |
+
],
|
| 1103 |
+
"color": "#332922",
|
| 1104 |
+
"bgcolor": "#593930"
|
| 1105 |
+
},
|
| 1106 |
+
{
|
| 1107 |
+
"id": 34,
|
| 1108 |
+
"type": "CheckpointLoaderSimple",
|
| 1109 |
+
"pos": [
|
| 1110 |
+
17930,
|
| 1111 |
+
7080
|
| 1112 |
+
],
|
| 1113 |
+
"size": [
|
| 1114 |
+
470,
|
| 1115 |
+
98
|
| 1116 |
+
],
|
| 1117 |
+
"flags": {},
|
| 1118 |
+
"order": 3,
|
| 1119 |
+
"mode": 0,
|
| 1120 |
+
"inputs": [],
|
| 1121 |
+
"outputs": [
|
| 1122 |
+
{
|
| 1123 |
+
"name": "MODEL",
|
| 1124 |
+
"type": "MODEL",
|
| 1125 |
+
"links": [
|
| 1126 |
+
49
|
| 1127 |
+
]
|
| 1128 |
+
},
|
| 1129 |
+
{
|
| 1130 |
+
"name": "CLIP",
|
| 1131 |
+
"type": "CLIP",
|
| 1132 |
+
"links": [
|
| 1133 |
+
50
|
| 1134 |
+
]
|
| 1135 |
+
},
|
| 1136 |
+
{
|
| 1137 |
+
"name": "VAE",
|
| 1138 |
+
"type": "VAE",
|
| 1139 |
+
"links": [
|
| 1140 |
+
39
|
| 1141 |
+
]
|
| 1142 |
+
}
|
| 1143 |
+
],
|
| 1144 |
+
"title": "📦 Load Z-Image-Turbo Model",
|
| 1145 |
+
"properties": {
|
| 1146 |
+
"cnr_id": "comfy-core",
|
| 1147 |
+
"ver": "0.3.71",
|
| 1148 |
+
"Node name for S&R": "CheckpointLoaderSimple",
|
| 1149 |
+
"ue_properties": {
|
| 1150 |
+
"widget_ue_connectable": {
|
| 1151 |
+
"ckpt_name": true
|
| 1152 |
+
},
|
| 1153 |
+
"version": "7.4.1",
|
| 1154 |
+
"input_ue_unconnectable": {}
|
| 1155 |
+
}
|
| 1156 |
+
},
|
| 1157 |
+
"widgets_values": [
|
| 1158 |
+
"z-image-turbo-fp8-aio.safetensors"
|
| 1159 |
+
],
|
| 1160 |
+
"color": "#223",
|
| 1161 |
+
"bgcolor": "#335"
|
| 1162 |
+
},
|
| 1163 |
+
{
|
| 1164 |
+
"id": 17,
|
| 1165 |
+
"type": "KSampler",
|
| 1166 |
+
"pos": [
|
| 1167 |
+
19910,
|
| 1168 |
+
7080
|
| 1169 |
+
],
|
| 1170 |
+
"size": [
|
| 1171 |
+
300,
|
| 1172 |
+
710
|
| 1173 |
+
],
|
| 1174 |
+
"flags": {},
|
| 1175 |
+
"order": 30,
|
| 1176 |
+
"mode": 0,
|
| 1177 |
+
"inputs": [
|
| 1178 |
+
{
|
| 1179 |
+
"name": "model",
|
| 1180 |
+
"type": "MODEL",
|
| 1181 |
+
"link": 41
|
| 1182 |
+
},
|
| 1183 |
+
{
|
| 1184 |
+
"name": "positive",
|
| 1185 |
+
"type": "CONDITIONING",
|
| 1186 |
+
"link": 22
|
| 1187 |
+
},
|
| 1188 |
+
{
|
| 1189 |
+
"name": "negative",
|
| 1190 |
+
"type": "CONDITIONING",
|
| 1191 |
+
"link": 47
|
| 1192 |
+
},
|
| 1193 |
+
{
|
| 1194 |
+
"name": "latent_image",
|
| 1195 |
+
"type": "LATENT",
|
| 1196 |
+
"link": 77
|
| 1197 |
+
}
|
| 1198 |
+
],
|
| 1199 |
+
"outputs": [
|
| 1200 |
+
{
|
| 1201 |
+
"name": "LATENT",
|
| 1202 |
+
"type": "LATENT",
|
| 1203 |
+
"slot_index": 0,
|
| 1204 |
+
"links": [
|
| 1205 |
+
8
|
| 1206 |
+
]
|
| 1207 |
+
}
|
| 1208 |
+
],
|
| 1209 |
+
"title": "🎨 Main Generation",
|
| 1210 |
+
"properties": {
|
| 1211 |
+
"cnr_id": "comfy-core",
|
| 1212 |
+
"ver": "0.3.48",
|
| 1213 |
+
"Node name for S&R": "KSampler",
|
| 1214 |
+
"ue_properties": {
|
| 1215 |
+
"version": "7.0.1",
|
| 1216 |
+
"widget_ue_connectable": {}
|
| 1217 |
+
},
|
| 1218 |
+
"enableTabs": false,
|
| 1219 |
+
"tabWidth": 65,
|
| 1220 |
+
"tabXOffset": 10,
|
| 1221 |
+
"hasSecondTab": false,
|
| 1222 |
+
"secondTabText": "Send Back",
|
| 1223 |
+
"secondTabOffset": 80,
|
| 1224 |
+
"secondTabWidth": 65
|
| 1225 |
+
},
|
| 1226 |
+
"widgets_values": [
|
| 1227 |
+
953073287862113,
|
| 1228 |
+
"randomize",
|
| 1229 |
+
9,
|
| 1230 |
+
1,
|
| 1231 |
+
"res_multistep",
|
| 1232 |
+
"beta",
|
| 1233 |
+
1
|
| 1234 |
+
],
|
| 1235 |
+
"color": "#2a363b",
|
| 1236 |
+
"bgcolor": "#3f5159"
|
| 1237 |
+
},
|
| 1238 |
+
{
|
| 1239 |
+
"id": 68,
|
| 1240 |
+
"type": "DownloadAndLoadDepthAnythingV3Model",
|
| 1241 |
+
"pos": [
|
| 1242 |
+
17930,
|
| 1243 |
+
7360
|
| 1244 |
+
],
|
| 1245 |
+
"size": [
|
| 1246 |
+
470,
|
| 1247 |
+
82
|
| 1248 |
+
],
|
| 1249 |
+
"flags": {},
|
| 1250 |
+
"order": 4,
|
| 1251 |
+
"mode": 0,
|
| 1252 |
+
"inputs": [],
|
| 1253 |
+
"outputs": [
|
| 1254 |
+
{
|
| 1255 |
+
"name": "da3_model",
|
| 1256 |
+
"type": "DA3MODEL",
|
| 1257 |
+
"links": [
|
| 1258 |
+
87
|
| 1259 |
+
]
|
| 1260 |
+
}
|
| 1261 |
+
],
|
| 1262 |
+
"title": "📦 Load DA3 Model",
|
| 1263 |
+
"properties": {
|
| 1264 |
+
"cnr_id": "comfyui-depthanythingv3",
|
| 1265 |
+
"ver": "0.0.11",
|
| 1266 |
+
"Node name for S&R": "DownloadAndLoadDepthAnythingV3Model"
|
| 1267 |
+
},
|
| 1268 |
+
"widgets_values": [
|
| 1269 |
+
"da3_large.safetensors",
|
| 1270 |
+
"auto"
|
| 1271 |
+
],
|
| 1272 |
+
"color": "#223",
|
| 1273 |
+
"bgcolor": "#335"
|
| 1274 |
+
},
|
| 1275 |
+
{
|
| 1276 |
+
"id": 62,
|
| 1277 |
+
"type": "MarkdownNote",
|
| 1278 |
+
"pos": [
|
| 1279 |
+
19400,
|
| 1280 |
+
7400
|
| 1281 |
+
],
|
| 1282 |
+
"size": [
|
| 1283 |
+
240,
|
| 1284 |
+
410
|
| 1285 |
+
],
|
| 1286 |
+
"flags": {},
|
| 1287 |
+
"order": 5,
|
| 1288 |
+
"mode": 0,
|
| 1289 |
+
"inputs": [],
|
| 1290 |
+
"outputs": [],
|
| 1291 |
+
"title": "🎮 Depth ControlNet Guide",
|
| 1292 |
+
"properties": {
|
| 1293 |
+
"ue_properties": {
|
| 1294 |
+
"version": "7.4.1",
|
| 1295 |
+
"widget_ue_connectable": {},
|
| 1296 |
+
"input_ue_unconnectable": {}
|
| 1297 |
+
}
|
| 1298 |
+
},
|
| 1299 |
+
"widgets_values": [
|
| 1300 |
+
"# 🎮 Depth ControlNet with DA3\n\n**Precise depth-guided generation!**\n\nUses Depth Anything V3 for state-of-the-art depth estimation,\nthen applies ControlNet for guided image generation.\n\n---\n\n## 🌊 Why Depth Anything V3?\n\n**Superior to traditional depth:**\n- Multi-view consistency\n- More accurate geometry\n- Better edge preservation\n- Works with any input view\n\nvs older methods (Canny, HED, Pose, MLSD)\n\n---\n\n## 📦 Required Files:\n\n**Depth Model:**\n- da3_large.safetensors (recommended)\n- Auto-downloads to `models/DepthAnything3/`\n\n**ControlNet Patch:**\n- Z-Image ControlNet compatible\n- Uses depth maps for guidance\n\n---\n\n## 🎯 How It Works:\n\n1. **Input Image** → Upload your reference\n2. **DA3 Processing** → Extracts depth map\n3. **ControlNet Apply** → Guides generation\n4. **Result** → Depth-aware image\n\n---\n\n## 🎚️ ControlNet Strength:\n\n- **0.3-0.5:** Subtle depth guidance\n- **0.6-0.8:** Balanced (recommended) ⭐\n- **0.9-1.0:** Strong depth control\n\nHigher = follows depth more closely\n\n---\n\n## 💡 Tips:\n\n**For best results:**\n- Use 'Standard' normalization mode\n- da3_large gives best quality\n- Strength 0.7 works for most cases\n- Describe desired style in prompt\n\n**Depth preserves:**\n- Scene composition\n- Object positions\n- Spatial relationships\n- Overall geometry\n\n---\n\n⚠️ **Remember:** Toggle Generate Image ON, 3D Preview OFF!"
|
| 1301 |
+
],
|
| 1302 |
+
"color": "#432",
|
| 1303 |
+
"bgcolor": "#653"
|
| 1304 |
+
},
|
| 1305 |
+
{
|
| 1306 |
+
"id": 23,
|
| 1307 |
+
"type": "MarkdownNote",
|
| 1308 |
+
"pos": [
|
| 1309 |
+
17330,
|
| 1310 |
+
7030
|
| 1311 |
+
],
|
| 1312 |
+
"size": [
|
| 1313 |
+
560,
|
| 1314 |
+
620
|
| 1315 |
+
],
|
| 1316 |
+
"flags": {},
|
| 1317 |
+
"order": 6,
|
| 1318 |
+
"mode": 0,
|
| 1319 |
+
"inputs": [],
|
| 1320 |
+
"outputs": [],
|
| 1321 |
+
"title": "📦 Model Info - Z-Image-Turbo-AIO + ControlNet",
|
| 1322 |
+
"properties": {
|
| 1323 |
+
"ue_properties": {
|
| 1324 |
+
"version": "7.4.1",
|
| 1325 |
+
"widget_ue_connectable": {},
|
| 1326 |
+
"input_ue_unconnectable": {}
|
| 1327 |
+
}
|
| 1328 |
+
},
|
| 1329 |
+
"widgets_values": [
|
| 1330 |
+
"# 🚀 Z-Image-Turbo-AIO + Depth ControlNet\n\n**Ultra-Fast Generation with Advanced Depth Control!**\n\n---\n\n## 🔄 Two Versions:\n\n**🟢 BF16-AIO (20 GB)** - Maximum precision \n**🟡 FP8-AIO (10 GB)** - Speed & efficiency \n\nBoth work on 8GB VRAM!\n\n---\n\n## ⚙️ Settings:\n\n- Steps: **9**\n- CFG: **1.0** (don't change!)\n- Sampler: res_multistep or euler_ancestral\n- Scheduler: simple or beta\n- NO negative prompts\n\n---\n\n## 🌊 New in This Workflow:\n\n**Depth Anything V3!**\nState-of-the-art depth estimation.\nSuperior to older methods (Canny, HED, etc).\n\n**3D Preview Mode!**\nView depth as interactive 3D point cloud.\n\nSee guide nodes for details.\n\n---\n\n## 📥 Downloads:\n\n[CivitAI](https://civitai.com/models/2173571?modelVersionId=2448013) • [HuggingFace](https://huggingface.co/SeeSee21/Z-Image-Turbo-AIO) • [Try Online](https://tensorart.me/de-DE/models/939302608026244936/Z-Image-Turbo-AIO-FP8-FP8)\n\n---\n\n## 🎯 Required Custom Nodes:\n\n[rgthree-comfy](https://github.com/rgthree/rgthree-comfy) \n[comfyui_image_metadata_extension](https://github.com/edelvarden/comfyui_image_metadata_extension) \n[Depth Anything 3](https://github.com/ByteDance-Seed/Depth-Anything-3) ⭐ NEW!\n\n---\n\n💡 **Natural language prompts work best!**"
|
| 1331 |
+
],
|
| 1332 |
+
"color": "#223",
|
| 1333 |
+
"bgcolor": "#335"
|
| 1334 |
+
},
|
| 1335 |
+
{
|
| 1336 |
+
"id": 64,
|
| 1337 |
+
"type": "MarkdownNote",
|
| 1338 |
+
"pos": [
|
| 1339 |
+
17330,
|
| 1340 |
+
7700
|
| 1341 |
+
],
|
| 1342 |
+
"size": [
|
| 1343 |
+
560,
|
| 1344 |
+
410
|
| 1345 |
+
],
|
| 1346 |
+
"flags": {},
|
| 1347 |
+
"order": 7,
|
| 1348 |
+
"mode": 0,
|
| 1349 |
+
"inputs": [],
|
| 1350 |
+
"outputs": [],
|
| 1351 |
+
"title": "📖 Z-Image-Turbo Workflow - Depth Edition",
|
| 1352 |
+
"properties": {
|
| 1353 |
+
"ue_properties": {
|
| 1354 |
+
"version": "7.4.1",
|
| 1355 |
+
"widget_ue_connectable": {},
|
| 1356 |
+
"input_ue_unconnectable": {}
|
| 1357 |
+
}
|
| 1358 |
+
},
|
| 1359 |
+
"widgets_values": [
|
| 1360 |
+
"# 📖 Depth ControlNet Workflow\n\n## ⚙️ Settings:\n\n**Steps:** 9 \n**CFG:** 1.0 \n**Sampler:** res_multistep (sharp) or euler_ancestral (natural) \n**Scheduler:** simple (clean) or beta (smooth) \n\n---\n\n## 🌊 Depth Control:\n\n**Depth Anything V3** provides depth maps.\n\n**Two modes available:**\n1. **Generate Mode** - Create depth-guided images\n2. **3D Preview Mode** - Visualize as point cloud\n\nUse toggles to switch modes!\n\n**ControlNet Strength:**\n- **0.6-0.8** - Balanced ⭐\n- Lower for subtle, higher for strong control\n\n---\n\n## 💡 Prompting:\n\n**Natural language works best!**\n\nWrite detailed descriptions (100-300 words):\n- Include lighting, mood, style\n- English or Chinese\n- NO negative prompts needed\n\n**Text rendering:**\nPut text in quotes: \"COFFEE SHOP\" or \"咖啡店\"\n\n---\n\n## 📏 Megapixels:\n\nSee Megapixel Guide for examples.\nMaintains aspect ratio automatically!\n\n---\n\n**Resources:** \n[Try Online](https://tensorart.me/de-DE/models/939302608026244936/Z-Image-Turbo-AIO-FP8-FP8) • [Download](https://civitai.com/models/2173571?modelVersionId=2448013)"
|
| 1361 |
+
],
|
| 1362 |
+
"color": "#223",
|
| 1363 |
+
"bgcolor": "#335"
|
| 1364 |
+
},
|
| 1365 |
+
{
|
| 1366 |
+
"id": 83,
|
| 1367 |
+
"type": "MarkdownNote",
|
| 1368 |
+
"pos": [
|
| 1369 |
+
18440,
|
| 1370 |
+
7930
|
| 1371 |
+
],
|
| 1372 |
+
"size": [
|
| 1373 |
+
280,
|
| 1374 |
+
290
|
| 1375 |
+
],
|
| 1376 |
+
"flags": {},
|
| 1377 |
+
"order": 8,
|
| 1378 |
+
"mode": 0,
|
| 1379 |
+
"inputs": [],
|
| 1380 |
+
"outputs": [],
|
| 1381 |
+
"title": "⚠️ Depth Anything V3 ⚠️",
|
| 1382 |
+
"properties": {
|
| 1383 |
+
"ue_properties": {
|
| 1384 |
+
"version": "7.4.1",
|
| 1385 |
+
"widget_ue_connectable": {},
|
| 1386 |
+
"input_ue_unconnectable": {}
|
| 1387 |
+
}
|
| 1388 |
+
},
|
| 1389 |
+
"widgets_values": [
|
| 1390 |
+
"## 🎮 Two Usage Modes:\n\n### 1. 🧑💻 3D Preview Mode:\n\n```\nnormalization_mode: Raw\nToggle 3D Preview: ON\nToggle Generate: OFF\n```\n\nVisualize depth as 3D point cloud!\n\n### 2. 🎨 Generate Image Mode:\n\n```\nnormalization_mode: Standard or V2-Style\nToggle 3D Preview: OFF\nToggle Generate: ON\n```\n\nUse depth for ControlNet generation!\n\n⚠️ **Don't mix modes!** Will cause errors."
|
| 1391 |
+
],
|
| 1392 |
+
"color": "#322",
|
| 1393 |
+
"bgcolor": "#533"
|
| 1394 |
+
},
|
| 1395 |
+
{
|
| 1396 |
+
"id": 66,
|
| 1397 |
+
"type": "MarkdownNote",
|
| 1398 |
+
"pos": [
|
| 1399 |
+
18060,
|
| 1400 |
+
7870
|
| 1401 |
+
],
|
| 1402 |
+
"size": [
|
| 1403 |
+
360,
|
| 1404 |
+
310
|
| 1405 |
+
],
|
| 1406 |
+
"flags": {},
|
| 1407 |
+
"order": 9,
|
| 1408 |
+
"mode": 0,
|
| 1409 |
+
"inputs": [],
|
| 1410 |
+
"outputs": [],
|
| 1411 |
+
"title": "📏 Megapixel Scaling Guide",
|
| 1412 |
+
"properties": {
|
| 1413 |
+
"ue_properties": {
|
| 1414 |
+
"version": "7.4.1",
|
| 1415 |
+
"widget_ue_connectable": {},
|
| 1416 |
+
"input_ue_unconnectable": {}
|
| 1417 |
+
}
|
| 1418 |
+
},
|
| 1419 |
+
"widgets_values": [
|
| 1420 |
+
"# 📏 Megapixel Guide\n\nSet total megapixels - aspect ratio maintained automatically!\n\n---\n\n## Common Sizes:\n\n**Fast:**\n0.25 MP ≈ 512×512\n0.59 MP ≈ 768×768\n\n**Standard:**\n1.0 MP ≈ 1024×1024 ⭐\n1.01 MP ≈ 832×1216\n\n**High Quality:**\n1.57 MP ≈ 1024×1536\n2.08 MP ≈ 1920×1088 ⭐ (tested!)\n2.36 MP ≈ 2048×1152\n\n**Ultra HD:**\n3.0 MP ≈ 2048×1536\n4.0 MP ≈ 2048×2048\n\n---\n\n## Quick Tips:\n\n🎯 Start with: 1.0 or 2.08 MP\n📐 Works with any input aspect ratio\n⚡ Both FP8 & BF16 work great!"
|
| 1421 |
+
],
|
| 1422 |
+
"color": "#323",
|
| 1423 |
+
"bgcolor": "#535"
|
| 1424 |
+
},
|
| 1425 |
+
{
|
| 1426 |
+
"id": 77,
|
| 1427 |
+
"type": "DA3_ToPointCloud",
|
| 1428 |
+
"pos": [
|
| 1429 |
+
19160,
|
| 1430 |
+
8040
|
| 1431 |
+
],
|
| 1432 |
+
"size": [
|
| 1433 |
+
280,
|
| 1434 |
+
234
|
| 1435 |
+
],
|
| 1436 |
+
"flags": {},
|
| 1437 |
+
"order": 22,
|
| 1438 |
+
"mode": 4,
|
| 1439 |
+
"inputs": [
|
| 1440 |
+
{
|
| 1441 |
+
"name": "depth_raw",
|
| 1442 |
+
"type": "IMAGE",
|
| 1443 |
+
"link": 116
|
| 1444 |
+
},
|
| 1445 |
+
{
|
| 1446 |
+
"name": "confidence",
|
| 1447 |
+
"type": "IMAGE",
|
| 1448 |
+
"link": 117
|
| 1449 |
+
},
|
| 1450 |
+
{
|
| 1451 |
+
"name": "intrinsics",
|
| 1452 |
+
"shape": 7,
|
| 1453 |
+
"type": "STRING",
|
| 1454 |
+
"link": 118
|
| 1455 |
+
},
|
| 1456 |
+
{
|
| 1457 |
+
"name": "sky_mask",
|
| 1458 |
+
"shape": 7,
|
| 1459 |
+
"type": "MASK",
|
| 1460 |
+
"link": 119
|
| 1461 |
+
},
|
| 1462 |
+
{
|
| 1463 |
+
"name": "source_image",
|
| 1464 |
+
"shape": 7,
|
| 1465 |
+
"type": "IMAGE",
|
| 1466 |
+
"link": 120
|
| 1467 |
+
}
|
| 1468 |
+
],
|
| 1469 |
+
"outputs": [
|
| 1470 |
+
{
|
| 1471 |
+
"name": "pointcloud",
|
| 1472 |
+
"type": "POINTCLOUD",
|
| 1473 |
+
"links": [
|
| 1474 |
+
121
|
| 1475 |
+
]
|
| 1476 |
+
}
|
| 1477 |
+
],
|
| 1478 |
+
"title": "🔄 DA3 to Point Cloud",
|
| 1479 |
+
"properties": {
|
| 1480 |
+
"cnr_id": "comfyui-depthanythingv3",
|
| 1481 |
+
"ver": "0.0.11",
|
| 1482 |
+
"Node name for S&R": "DA3_ToPointCloud"
|
| 1483 |
+
},
|
| 1484 |
+
"widgets_values": [
|
| 1485 |
+
0.2,
|
| 1486 |
+
1,
|
| 1487 |
+
false,
|
| 1488 |
+
false,
|
| 1489 |
+
5
|
| 1490 |
+
],
|
| 1491 |
+
"color": "#332922",
|
| 1492 |
+
"bgcolor": "#593930"
|
| 1493 |
+
},
|
| 1494 |
+
{
|
| 1495 |
+
"id": 28,
|
| 1496 |
+
"type": "Fast Groups Bypasser (rgthree)",
|
| 1497 |
+
"pos": [
|
| 1498 |
+
20740,
|
| 1499 |
+
6920
|
| 1500 |
+
],
|
| 1501 |
+
"size": [
|
| 1502 |
+
360,
|
| 1503 |
+
60
|
| 1504 |
+
],
|
| 1505 |
+
"flags": {},
|
| 1506 |
+
"order": 10,
|
| 1507 |
+
"mode": 0,
|
| 1508 |
+
"inputs": [],
|
| 1509 |
+
"outputs": [
|
| 1510 |
+
{
|
| 1511 |
+
"name": "OPT_CONNECTION",
|
| 1512 |
+
"type": "*",
|
| 1513 |
+
"links": null
|
| 1514 |
+
}
|
| 1515 |
+
],
|
| 1516 |
+
"title": "🔍 Toggle Upscaler ON/OFF",
|
| 1517 |
+
"properties": {
|
| 1518 |
+
"matchColors": "",
|
| 1519 |
+
"matchTitle": "🔍",
|
| 1520 |
+
"showNav": true,
|
| 1521 |
+
"showAllGraphs": true,
|
| 1522 |
+
"sort": "position",
|
| 1523 |
+
"customSortAlphabet": "",
|
| 1524 |
+
"toggleRestriction": "default",
|
| 1525 |
+
"ue_properties": {
|
| 1526 |
+
"widget_ue_connectable": {},
|
| 1527 |
+
"input_ue_unconnectable": {},
|
| 1528 |
+
"version": "7.4.1"
|
| 1529 |
+
}
|
| 1530 |
+
},
|
| 1531 |
+
"color": "#432",
|
| 1532 |
+
"bgcolor": "#653"
|
| 1533 |
+
},
|
| 1534 |
+
{
|
| 1535 |
+
"id": 53,
|
| 1536 |
+
"type": "QwenImageDiffsynthControlnet",
|
| 1537 |
+
"pos": [
|
| 1538 |
+
19150,
|
| 1539 |
+
7460
|
| 1540 |
+
],
|
| 1541 |
+
"size": [
|
| 1542 |
+
210,
|
| 1543 |
+
138
|
| 1544 |
+
],
|
| 1545 |
+
"flags": {},
|
| 1546 |
+
"order": 25,
|
| 1547 |
+
"mode": 0,
|
| 1548 |
+
"inputs": [
|
| 1549 |
+
{
|
| 1550 |
+
"name": "model",
|
| 1551 |
+
"type": "MODEL",
|
| 1552 |
+
"link": 79
|
| 1553 |
+
},
|
| 1554 |
+
{
|
| 1555 |
+
"name": "model_patch",
|
| 1556 |
+
"type": "MODEL_PATCH",
|
| 1557 |
+
"link": 65
|
| 1558 |
+
},
|
| 1559 |
+
{
|
| 1560 |
+
"name": "vae",
|
| 1561 |
+
"type": "VAE",
|
| 1562 |
+
"link": 75
|
| 1563 |
+
},
|
| 1564 |
+
{
|
| 1565 |
+
"name": "image",
|
| 1566 |
+
"type": "IMAGE",
|
| 1567 |
+
"link": 127
|
| 1568 |
+
},
|
| 1569 |
+
{
|
| 1570 |
+
"name": "mask",
|
| 1571 |
+
"shape": 7,
|
| 1572 |
+
"type": "MASK",
|
| 1573 |
+
"link": null
|
| 1574 |
+
}
|
| 1575 |
+
],
|
| 1576 |
+
"outputs": [
|
| 1577 |
+
{
|
| 1578 |
+
"name": "MODEL",
|
| 1579 |
+
"type": "MODEL",
|
| 1580 |
+
"links": [
|
| 1581 |
+
83
|
| 1582 |
+
]
|
| 1583 |
+
}
|
| 1584 |
+
],
|
| 1585 |
+
"title": "🎮 ControlNet Apply",
|
| 1586 |
+
"properties": {
|
| 1587 |
+
"cnr_id": "comfy-core",
|
| 1588 |
+
"ver": "0.3.76",
|
| 1589 |
+
"Node name for S&R": "QwenImageDiffsynthControlnet",
|
| 1590 |
+
"ue_properties": {
|
| 1591 |
+
"widget_ue_connectable": {},
|
| 1592 |
+
"input_ue_unconnectable": {},
|
| 1593 |
+
"version": "7.5.2"
|
| 1594 |
+
}
|
| 1595 |
+
},
|
| 1596 |
+
"widgets_values": [
|
| 1597 |
+
1
|
| 1598 |
+
],
|
| 1599 |
+
"color": "#432",
|
| 1600 |
+
"bgcolor": "#653"
|
| 1601 |
+
},
|
| 1602 |
+
{
|
| 1603 |
+
"id": 20,
|
| 1604 |
+
"type": "CLIPTextEncode",
|
| 1605 |
+
"pos": [
|
| 1606 |
+
19150,
|
| 1607 |
+
7090
|
| 1608 |
+
],
|
| 1609 |
+
"size": [
|
| 1610 |
+
470,
|
| 1611 |
+
240
|
| 1612 |
+
],
|
| 1613 |
+
"flags": {
|
| 1614 |
+
"collapsed": false
|
| 1615 |
+
},
|
| 1616 |
+
"order": 18,
|
| 1617 |
+
"mode": 0,
|
| 1618 |
+
"inputs": [
|
| 1619 |
+
{
|
| 1620 |
+
"name": "clip",
|
| 1621 |
+
"type": "CLIP",
|
| 1622 |
+
"link": 51
|
| 1623 |
+
}
|
| 1624 |
+
],
|
| 1625 |
+
"outputs": [
|
| 1626 |
+
{
|
| 1627 |
+
"name": "CONDITIONING",
|
| 1628 |
+
"type": "CONDITIONING",
|
| 1629 |
+
"links": [
|
| 1630 |
+
15,
|
| 1631 |
+
22,
|
| 1632 |
+
46
|
| 1633 |
+
]
|
| 1634 |
+
}
|
| 1635 |
+
],
|
| 1636 |
+
"title": "✍️ Positive Prompt",
|
| 1637 |
+
"properties": {
|
| 1638 |
+
"cnr_id": "comfy-core",
|
| 1639 |
+
"ver": "0.3.65",
|
| 1640 |
+
"Node name for S&R": "CLIPTextEncode",
|
| 1641 |
+
"ue_properties": {
|
| 1642 |
+
"widget_ue_connectable": {
|
| 1643 |
+
"text": true
|
| 1644 |
+
},
|
| 1645 |
+
"version": "7.0.1"
|
| 1646 |
+
}
|
| 1647 |
+
},
|
| 1648 |
+
"widgets_values": [
|
| 1649 |
+
"A highly detailed, photorealistic scene featuring an orange tabby cat sitting upright like a human. The cat has soft, well-groomed fur with visible individual hairs, warm orange and cream stripes, and a calm, confident facial expression. It is wearing modern black sunglasses with slightly reflective lenses, giving it a cool, relaxed and intelligent vibe. One paw is raised in front of its chest, clearly forming a thumbs-up gesture, with realistic paw anatomy and subtle fur texture.\n\nThe cat is positioned in the center of the frame, shot at eye level, creating a strong connection between the viewer and the subject. The lighting is soft but cinematic, highlighting the contours of the cat’s face, whiskers, nose, and sunglasses, with gentle shadows adding depth and realism.\n\nThe word 'Z-IMAGE-TURBO-AIO-WORKFLOW-DEPTHv3 ' is prominently displayed as a large, bold title in bright cyan letters with a subtle glow effect, positioned at the top center of the image like a magazine cover. \n\nThe background is a futuristic computer room or server control center. Behind the cat are rows of sleek server racks with softly glowing LED lights in blue, cyan, and subtle white tones. Large monitors and transparent glass panels display abstract system interfaces, code snippets, data streams, and holographic UI elements. The environment feels clean, high-tech, and professional, with a slightly blurred background (shallow depth of field) so the cat remains the clear focal point.\n\nThe overall atmosphere combines humor and professionalism — a playful yet high-quality image that feels like a tech mascot or AI system administrator. Ultra-high resolution, sharp focus on the subject, realistic textures, natural colors, cinematic lighting, professional photography style, photorealistic, 8K quality.\n"
|
| 1650 |
+
],
|
| 1651 |
+
"color": "#232",
|
| 1652 |
+
"bgcolor": "#353"
|
| 1653 |
+
},
|
| 1654 |
+
{
|
| 1655 |
+
"id": 75,
|
| 1656 |
+
"type": "Fast Groups Bypasser (rgthree)",
|
| 1657 |
+
"pos": [
|
| 1658 |
+
19130,
|
| 1659 |
+
7750
|
| 1660 |
+
],
|
| 1661 |
+
"size": [
|
| 1662 |
+
260,
|
| 1663 |
+
58
|
| 1664 |
+
],
|
| 1665 |
+
"flags": {},
|
| 1666 |
+
"order": 11,
|
| 1667 |
+
"mode": 0,
|
| 1668 |
+
"inputs": [],
|
| 1669 |
+
"outputs": [
|
| 1670 |
+
{
|
| 1671 |
+
"name": "OPT_CONNECTION",
|
| 1672 |
+
"type": "*",
|
| 1673 |
+
"links": null
|
| 1674 |
+
}
|
| 1675 |
+
],
|
| 1676 |
+
"title": "🧑💻 Toggle 3D Preview ON/OFF",
|
| 1677 |
+
"properties": {
|
| 1678 |
+
"matchColors": "",
|
| 1679 |
+
"matchTitle": "🧑💻",
|
| 1680 |
+
"showNav": true,
|
| 1681 |
+
"showAllGraphs": true,
|
| 1682 |
+
"sort": "position",
|
| 1683 |
+
"customSortAlphabet": "",
|
| 1684 |
+
"toggleRestriction": "default",
|
| 1685 |
+
"ue_properties": {
|
| 1686 |
+
"widget_ue_connectable": {},
|
| 1687 |
+
"input_ue_unconnectable": {},
|
| 1688 |
+
"version": "7.4.1"
|
| 1689 |
+
}
|
| 1690 |
+
},
|
| 1691 |
+
"color": "#432",
|
| 1692 |
+
"bgcolor": "#653"
|
| 1693 |
+
},
|
| 1694 |
+
{
|
| 1695 |
+
"id": 70,
|
| 1696 |
+
"type": "DepthAnythingV3_MultiView",
|
| 1697 |
+
"pos": [
|
| 1698 |
+
18750,
|
| 1699 |
+
7600
|
| 1700 |
+
],
|
| 1701 |
+
"size": [
|
| 1702 |
+
350,
|
| 1703 |
+
270
|
| 1704 |
+
],
|
| 1705 |
+
"flags": {},
|
| 1706 |
+
"order": 17,
|
| 1707 |
+
"mode": 0,
|
| 1708 |
+
"inputs": [
|
| 1709 |
+
{
|
| 1710 |
+
"name": "da3_model",
|
| 1711 |
+
"type": "DA3MODEL",
|
| 1712 |
+
"link": 87
|
| 1713 |
+
},
|
| 1714 |
+
{
|
| 1715 |
+
"name": "images",
|
| 1716 |
+
"type": "IMAGE",
|
| 1717 |
+
"link": 88
|
| 1718 |
+
}
|
| 1719 |
+
],
|
| 1720 |
+
"outputs": [
|
| 1721 |
+
{
|
| 1722 |
+
"name": "depth",
|
| 1723 |
+
"type": "IMAGE",
|
| 1724 |
+
"links": [
|
| 1725 |
+
89,
|
| 1726 |
+
116,
|
| 1727 |
+
127
|
| 1728 |
+
]
|
| 1729 |
+
},
|
| 1730 |
+
{
|
| 1731 |
+
"name": "confidence",
|
| 1732 |
+
"type": "IMAGE",
|
| 1733 |
+
"links": [
|
| 1734 |
+
117
|
| 1735 |
+
]
|
| 1736 |
+
},
|
| 1737 |
+
{
|
| 1738 |
+
"name": "ray_origin",
|
| 1739 |
+
"type": "IMAGE",
|
| 1740 |
+
"links": []
|
| 1741 |
+
},
|
| 1742 |
+
{
|
| 1743 |
+
"name": "ray_direction",
|
| 1744 |
+
"type": "IMAGE",
|
| 1745 |
+
"links": []
|
| 1746 |
+
},
|
| 1747 |
+
{
|
| 1748 |
+
"name": "extrinsics",
|
| 1749 |
+
"type": "STRING",
|
| 1750 |
+
"links": null
|
| 1751 |
+
},
|
| 1752 |
+
{
|
| 1753 |
+
"name": "intrinsics",
|
| 1754 |
+
"type": "STRING",
|
| 1755 |
+
"links": [
|
| 1756 |
+
118
|
| 1757 |
+
]
|
| 1758 |
+
},
|
| 1759 |
+
{
|
| 1760 |
+
"name": "sky_mask",
|
| 1761 |
+
"type": "MASK",
|
| 1762 |
+
"links": [
|
| 1763 |
+
119
|
| 1764 |
+
]
|
| 1765 |
+
},
|
| 1766 |
+
{
|
| 1767 |
+
"name": "resized_rgb_image",
|
| 1768 |
+
"type": "IMAGE",
|
| 1769 |
+
"links": [
|
| 1770 |
+
120,
|
| 1771 |
+
128
|
| 1772 |
+
]
|
| 1773 |
+
}
|
| 1774 |
+
],
|
| 1775 |
+
"title": "🌊 DA3 Depth Estimation",
|
| 1776 |
+
"properties": {
|
| 1777 |
+
"cnr_id": "comfyui-depthanythingv3",
|
| 1778 |
+
"ver": "0.0.11",
|
| 1779 |
+
"Node name for S&R": "DepthAnythingV3_MultiView"
|
| 1780 |
+
},
|
| 1781 |
+
"widgets_values": [
|
| 1782 |
+
"V2-Style",
|
| 1783 |
+
"crop",
|
| 1784 |
+
false,
|
| 1785 |
+
false
|
| 1786 |
+
],
|
| 1787 |
+
"color": "#332922",
|
| 1788 |
+
"bgcolor": "#593930"
|
| 1789 |
+
},
|
| 1790 |
+
{
|
| 1791 |
+
"id": 74,
|
| 1792 |
+
"type": "Fast Groups Bypasser (rgthree)",
|
| 1793 |
+
"pos": [
|
| 1794 |
+
19650,
|
| 1795 |
+
6910
|
| 1796 |
+
],
|
| 1797 |
+
"size": [
|
| 1798 |
+
360,
|
| 1799 |
+
58
|
| 1800 |
+
],
|
| 1801 |
+
"flags": {},
|
| 1802 |
+
"order": 12,
|
| 1803 |
+
"mode": 0,
|
| 1804 |
+
"inputs": [],
|
| 1805 |
+
"outputs": [
|
| 1806 |
+
{
|
| 1807 |
+
"name": "OPT_CONNECTION",
|
| 1808 |
+
"type": "*",
|
| 1809 |
+
"links": null
|
| 1810 |
+
}
|
| 1811 |
+
],
|
| 1812 |
+
"title": "🎨 Toggle Generate Image ON/OFF",
|
| 1813 |
+
"properties": {
|
| 1814 |
+
"matchColors": "",
|
| 1815 |
+
"matchTitle": "🎨",
|
| 1816 |
+
"showNav": true,
|
| 1817 |
+
"showAllGraphs": true,
|
| 1818 |
+
"sort": "position",
|
| 1819 |
+
"customSortAlphabet": "",
|
| 1820 |
+
"toggleRestriction": "default",
|
| 1821 |
+
"ue_properties": {
|
| 1822 |
+
"widget_ue_connectable": {},
|
| 1823 |
+
"input_ue_unconnectable": {},
|
| 1824 |
+
"version": "7.4.1"
|
| 1825 |
+
}
|
| 1826 |
+
},
|
| 1827 |
+
"color": "#432",
|
| 1828 |
+
"bgcolor": "#653"
|
| 1829 |
+
},
|
| 1830 |
+
{
|
| 1831 |
+
"id": 65,
|
| 1832 |
+
"type": "MarkdownNote",
|
| 1833 |
+
"pos": [
|
| 1834 |
+
18740,
|
| 1835 |
+
7930
|
| 1836 |
+
],
|
| 1837 |
+
"size": [
|
| 1838 |
+
380,
|
| 1839 |
+
330
|
| 1840 |
+
],
|
| 1841 |
+
"flags": {},
|
| 1842 |
+
"order": 13,
|
| 1843 |
+
"mode": 0,
|
| 1844 |
+
"inputs": [],
|
| 1845 |
+
"outputs": [],
|
| 1846 |
+
"title": "🌊 Depth Anything V3 Guide",
|
| 1847 |
+
"properties": {
|
| 1848 |
+
"ue_properties": {
|
| 1849 |
+
"version": "7.4.1",
|
| 1850 |
+
"widget_ue_connectable": {},
|
| 1851 |
+
"input_ue_unconnectable": {}
|
| 1852 |
+
}
|
| 1853 |
+
},
|
| 1854 |
+
"widgets_values": [
|
| 1855 |
+
"# 🌊 Depth Anything V3\n\n**State-of-the-art depth estimation from any view!**\n\nAdvanced depth model that recovers visual geometry from images.\n\n---\n\n## 📦 Model Sizes:\n\n**Auto-download to:** `ComfyUI/models/DepthAnything3/`\n\n- **da3_small.safetensors** (80M params)\n- **da3_base.safetensors** (120M params)\n- **da3_large.safetensors** (350M params) ⭐\n- **da3_giant.safetensors** (1.15B params)\n\n**8GB VRAM:** Use up to da3_large\n\n---\n\n## ⚙️ Main Node Settings:\n\n### DepthAnythingV3_MultiView:\n\n**normalization_mode** ⚠️ CRITICAL!\n\n**For 3D Preview:**\n- Set to: **'Raw'**\n- Enable: 🧑💻 Toggle 3D Preview\n- Disable: 🎨 Toggle Generate Image\n\n**For Image Generation:**\n- Set to: **'Standard'** or **'V2-Style'**\n- Disable: 🧑💻 Toggle 3D Preview\n- Enable: 🎨 Toggle Generate Image\n\n**normalize_method:**\n- **'crop'** - Crops to normalize (default)\n- **'pad'** - Pads to normalize\n\n**do_inverse_depth:**\n- **False** - Direct depth (default)\n- **True** - Inverse depth\n\n---\n\n## 🎮 Two Usage Modes:\n\n### 1. 🧑💻 3D Preview Mode:\n\n```\nnormalization_mode: Raw\nToggle 3D Preview: ON\nToggle Generate: OFF\n```\n\nVisualize depth as 3D point cloud!\n\n### 2. 🎨 Generate Image Mode:\n\n```\nnormalization_mode: Standard or V2-Style\nToggle 3D Preview: OFF\nToggle Generate: ON\n```\n\nUse depth for ControlNet generation!\n\n⚠️ **Don't mix modes!** Will cause errors.\n\n---\n\n## 📥 Installation:\n\n[Depth Anything 3](https://github.com/ByteDance-Seed/Depth-Anything-3)\n\nComfyUI nodes auto-install models on first use.\n\n---\n\n**Tip:** Start with 'Standard' mode for generation, 'Raw' for 3D preview!"
|
| 1856 |
+
],
|
| 1857 |
+
"color": "#332922",
|
| 1858 |
+
"bgcolor": "#593930"
|
| 1859 |
+
}
|
| 1860 |
+
],
|
| 1861 |
+
"links": [
|
| 1862 |
+
[
|
| 1863 |
+
8,
|
| 1864 |
+
17,
|
| 1865 |
+
0,
|
| 1866 |
+
11,
|
| 1867 |
+
0,
|
| 1868 |
+
"LATENT"
|
| 1869 |
+
],
|
| 1870 |
+
[
|
| 1871 |
+
10,
|
| 1872 |
+
14,
|
| 1873 |
+
0,
|
| 1874 |
+
12,
|
| 1875 |
+
0,
|
| 1876 |
+
"LATENT"
|
| 1877 |
+
],
|
| 1878 |
+
[
|
| 1879 |
+
12,
|
| 1880 |
+
11,
|
| 1881 |
+
0,
|
| 1882 |
+
13,
|
| 1883 |
+
0,
|
| 1884 |
+
"IMAGE"
|
| 1885 |
+
],
|
| 1886 |
+
[
|
| 1887 |
+
13,
|
| 1888 |
+
12,
|
| 1889 |
+
0,
|
| 1890 |
+
13,
|
| 1891 |
+
1,
|
| 1892 |
+
"IMAGE"
|
| 1893 |
+
],
|
| 1894 |
+
[
|
| 1895 |
+
15,
|
| 1896 |
+
20,
|
| 1897 |
+
0,
|
| 1898 |
+
14,
|
| 1899 |
+
1,
|
| 1900 |
+
"CONDITIONING"
|
| 1901 |
+
],
|
| 1902 |
+
[
|
| 1903 |
+
22,
|
| 1904 |
+
20,
|
| 1905 |
+
0,
|
| 1906 |
+
17,
|
| 1907 |
+
1,
|
| 1908 |
+
"CONDITIONING"
|
| 1909 |
+
],
|
| 1910 |
+
[
|
| 1911 |
+
33,
|
| 1912 |
+
29,
|
| 1913 |
+
0,
|
| 1914 |
+
30,
|
| 1915 |
+
0,
|
| 1916 |
+
"*"
|
| 1917 |
+
],
|
| 1918 |
+
[
|
| 1919 |
+
34,
|
| 1920 |
+
30,
|
| 1921 |
+
0,
|
| 1922 |
+
11,
|
| 1923 |
+
1,
|
| 1924 |
+
"VAE"
|
| 1925 |
+
],
|
| 1926 |
+
[
|
| 1927 |
+
35,
|
| 1928 |
+
30,
|
| 1929 |
+
0,
|
| 1930 |
+
31,
|
| 1931 |
+
0,
|
| 1932 |
+
"*"
|
| 1933 |
+
],
|
| 1934 |
+
[
|
| 1935 |
+
36,
|
| 1936 |
+
31,
|
| 1937 |
+
0,
|
| 1938 |
+
12,
|
| 1939 |
+
1,
|
| 1940 |
+
"VAE"
|
| 1941 |
+
],
|
| 1942 |
+
[
|
| 1943 |
+
39,
|
| 1944 |
+
34,
|
| 1945 |
+
2,
|
| 1946 |
+
29,
|
| 1947 |
+
0,
|
| 1948 |
+
"*"
|
| 1949 |
+
],
|
| 1950 |
+
[
|
| 1951 |
+
40,
|
| 1952 |
+
2,
|
| 1953 |
+
0,
|
| 1954 |
+
14,
|
| 1955 |
+
0,
|
| 1956 |
+
"MODEL"
|
| 1957 |
+
],
|
| 1958 |
+
[
|
| 1959 |
+
41,
|
| 1960 |
+
2,
|
| 1961 |
+
0,
|
| 1962 |
+
17,
|
| 1963 |
+
0,
|
| 1964 |
+
"MODEL"
|
| 1965 |
+
],
|
| 1966 |
+
[
|
| 1967 |
+
46,
|
| 1968 |
+
20,
|
| 1969 |
+
0,
|
| 1970 |
+
40,
|
| 1971 |
+
0,
|
| 1972 |
+
"CONDITIONING"
|
| 1973 |
+
],
|
| 1974 |
+
[
|
| 1975 |
+
47,
|
| 1976 |
+
40,
|
| 1977 |
+
0,
|
| 1978 |
+
17,
|
| 1979 |
+
2,
|
| 1980 |
+
"CONDITIONING"
|
| 1981 |
+
],
|
| 1982 |
+
[
|
| 1983 |
+
48,
|
| 1984 |
+
40,
|
| 1985 |
+
0,
|
| 1986 |
+
14,
|
| 1987 |
+
2,
|
| 1988 |
+
"CONDITIONING"
|
| 1989 |
+
],
|
| 1990 |
+
[
|
| 1991 |
+
49,
|
| 1992 |
+
34,
|
| 1993 |
+
0,
|
| 1994 |
+
41,
|
| 1995 |
+
0,
|
| 1996 |
+
"MODEL"
|
| 1997 |
+
],
|
| 1998 |
+
[
|
| 1999 |
+
50,
|
| 2000 |
+
34,
|
| 2001 |
+
1,
|
| 2002 |
+
41,
|
| 2003 |
+
1,
|
| 2004 |
+
"CLIP"
|
| 2005 |
+
],
|
| 2006 |
+
[
|
| 2007 |
+
51,
|
| 2008 |
+
41,
|
| 2009 |
+
1,
|
| 2010 |
+
20,
|
| 2011 |
+
0,
|
| 2012 |
+
"CLIP"
|
| 2013 |
+
],
|
| 2014 |
+
[
|
| 2015 |
+
56,
|
| 2016 |
+
45,
|
| 2017 |
+
0,
|
| 2018 |
+
14,
|
| 2019 |
+
3,
|
| 2020 |
+
"LATENT"
|
| 2021 |
+
],
|
| 2022 |
+
[
|
| 2023 |
+
60,
|
| 2024 |
+
11,
|
| 2025 |
+
0,
|
| 2026 |
+
44,
|
| 2027 |
+
0,
|
| 2028 |
+
"IMAGE"
|
| 2029 |
+
],
|
| 2030 |
+
[
|
| 2031 |
+
61,
|
| 2032 |
+
44,
|
| 2033 |
+
0,
|
| 2034 |
+
45,
|
| 2035 |
+
0,
|
| 2036 |
+
"IMAGE"
|
| 2037 |
+
],
|
| 2038 |
+
[
|
| 2039 |
+
62,
|
| 2040 |
+
31,
|
| 2041 |
+
0,
|
| 2042 |
+
45,
|
| 2043 |
+
1,
|
| 2044 |
+
"VAE"
|
| 2045 |
+
],
|
| 2046 |
+
[
|
| 2047 |
+
63,
|
| 2048 |
+
11,
|
| 2049 |
+
0,
|
| 2050 |
+
48,
|
| 2051 |
+
0,
|
| 2052 |
+
"IMAGE"
|
| 2053 |
+
],
|
| 2054 |
+
[
|
| 2055 |
+
64,
|
| 2056 |
+
12,
|
| 2057 |
+
0,
|
| 2058 |
+
49,
|
| 2059 |
+
0,
|
| 2060 |
+
"IMAGE"
|
| 2061 |
+
],
|
| 2062 |
+
[
|
| 2063 |
+
65,
|
| 2064 |
+
54,
|
| 2065 |
+
0,
|
| 2066 |
+
53,
|
| 2067 |
+
1,
|
| 2068 |
+
"MODEL_PATCH"
|
| 2069 |
+
],
|
| 2070 |
+
[
|
| 2071 |
+
68,
|
| 2072 |
+
52,
|
| 2073 |
+
0,
|
| 2074 |
+
55,
|
| 2075 |
+
0,
|
| 2076 |
+
"IMAGE"
|
| 2077 |
+
],
|
| 2078 |
+
[
|
| 2079 |
+
74,
|
| 2080 |
+
29,
|
| 2081 |
+
0,
|
| 2082 |
+
61,
|
| 2083 |
+
0,
|
| 2084 |
+
"*"
|
| 2085 |
+
],
|
| 2086 |
+
[
|
| 2087 |
+
75,
|
| 2088 |
+
61,
|
| 2089 |
+
0,
|
| 2090 |
+
53,
|
| 2091 |
+
2,
|
| 2092 |
+
"VAE"
|
| 2093 |
+
],
|
| 2094 |
+
[
|
| 2095 |
+
76,
|
| 2096 |
+
61,
|
| 2097 |
+
0,
|
| 2098 |
+
60,
|
| 2099 |
+
1,
|
| 2100 |
+
"VAE"
|
| 2101 |
+
],
|
| 2102 |
+
[
|
| 2103 |
+
77,
|
| 2104 |
+
60,
|
| 2105 |
+
0,
|
| 2106 |
+
17,
|
| 2107 |
+
3,
|
| 2108 |
+
"LATENT"
|
| 2109 |
+
],
|
| 2110 |
+
[
|
| 2111 |
+
79,
|
| 2112 |
+
41,
|
| 2113 |
+
0,
|
| 2114 |
+
53,
|
| 2115 |
+
0,
|
| 2116 |
+
"MODEL"
|
| 2117 |
+
],
|
| 2118 |
+
[
|
| 2119 |
+
83,
|
| 2120 |
+
53,
|
| 2121 |
+
0,
|
| 2122 |
+
2,
|
| 2123 |
+
0,
|
| 2124 |
+
"MODEL"
|
| 2125 |
+
],
|
| 2126 |
+
[
|
| 2127 |
+
87,
|
| 2128 |
+
68,
|
| 2129 |
+
0,
|
| 2130 |
+
70,
|
| 2131 |
+
0,
|
| 2132 |
+
"DA3MODEL"
|
| 2133 |
+
],
|
| 2134 |
+
[
|
| 2135 |
+
88,
|
| 2136 |
+
55,
|
| 2137 |
+
0,
|
| 2138 |
+
70,
|
| 2139 |
+
1,
|
| 2140 |
+
"IMAGE"
|
| 2141 |
+
],
|
| 2142 |
+
[
|
| 2143 |
+
89,
|
| 2144 |
+
70,
|
| 2145 |
+
0,
|
| 2146 |
+
59,
|
| 2147 |
+
0,
|
| 2148 |
+
"IMAGE"
|
| 2149 |
+
],
|
| 2150 |
+
[
|
| 2151 |
+
97,
|
| 2152 |
+
72,
|
| 2153 |
+
0,
|
| 2154 |
+
73,
|
| 2155 |
+
0,
|
| 2156 |
+
"STRING"
|
| 2157 |
+
],
|
| 2158 |
+
[
|
| 2159 |
+
116,
|
| 2160 |
+
70,
|
| 2161 |
+
0,
|
| 2162 |
+
77,
|
| 2163 |
+
0,
|
| 2164 |
+
"IMAGE"
|
| 2165 |
+
],
|
| 2166 |
+
[
|
| 2167 |
+
117,
|
| 2168 |
+
70,
|
| 2169 |
+
1,
|
| 2170 |
+
77,
|
| 2171 |
+
1,
|
| 2172 |
+
"IMAGE"
|
| 2173 |
+
],
|
| 2174 |
+
[
|
| 2175 |
+
118,
|
| 2176 |
+
70,
|
| 2177 |
+
5,
|
| 2178 |
+
77,
|
| 2179 |
+
2,
|
| 2180 |
+
"STRING"
|
| 2181 |
+
],
|
| 2182 |
+
[
|
| 2183 |
+
119,
|
| 2184 |
+
70,
|
| 2185 |
+
6,
|
| 2186 |
+
77,
|
| 2187 |
+
3,
|
| 2188 |
+
"MASK"
|
| 2189 |
+
],
|
| 2190 |
+
[
|
| 2191 |
+
120,
|
| 2192 |
+
70,
|
| 2193 |
+
7,
|
| 2194 |
+
77,
|
| 2195 |
+
4,
|
| 2196 |
+
"IMAGE"
|
| 2197 |
+
],
|
| 2198 |
+
[
|
| 2199 |
+
121,
|
| 2200 |
+
77,
|
| 2201 |
+
0,
|
| 2202 |
+
72,
|
| 2203 |
+
0,
|
| 2204 |
+
"POINTCLOUD"
|
| 2205 |
+
],
|
| 2206 |
+
[
|
| 2207 |
+
127,
|
| 2208 |
+
70,
|
| 2209 |
+
0,
|
| 2210 |
+
53,
|
| 2211 |
+
3,
|
| 2212 |
+
"IMAGE"
|
| 2213 |
+
],
|
| 2214 |
+
[
|
| 2215 |
+
128,
|
| 2216 |
+
70,
|
| 2217 |
+
7,
|
| 2218 |
+
60,
|
| 2219 |
+
0,
|
| 2220 |
+
"IMAGE"
|
| 2221 |
+
]
|
| 2222 |
+
],
|
| 2223 |
+
"groups": [
|
| 2224 |
+
{
|
| 2225 |
+
"id": 1,
|
| 2226 |
+
"title": "🎨 Step 5 - Generate Image",
|
| 2227 |
+
"bounding": [
|
| 2228 |
+
19660,
|
| 2229 |
+
7000,
|
| 2230 |
+
1070,
|
| 2231 |
+
820
|
| 2232 |
+
],
|
| 2233 |
+
"color": "#a1309b",
|
| 2234 |
+
"font_size": 24,
|
| 2235 |
+
"flags": {}
|
| 2236 |
+
},
|
| 2237 |
+
{
|
| 2238 |
+
"id": 2,
|
| 2239 |
+
"title": "🔍 Step 6 - Upscale (Optional)",
|
| 2240 |
+
"bounding": [
|
| 2241 |
+
20740,
|
| 2242 |
+
7000,
|
| 2243 |
+
950,
|
| 2244 |
+
1100
|
| 2245 |
+
],
|
| 2246 |
+
"color": "#b58b2a",
|
| 2247 |
+
"font_size": 24,
|
| 2248 |
+
"flags": {}
|
| 2249 |
+
},
|
| 2250 |
+
{
|
| 2251 |
+
"id": 3,
|
| 2252 |
+
"title": "📦 Step 1 - Load Models",
|
| 2253 |
+
"bounding": [
|
| 2254 |
+
17910,
|
| 2255 |
+
7000,
|
| 2256 |
+
510,
|
| 2257 |
+
460
|
| 2258 |
+
],
|
| 2259 |
+
"color": "#3f789e",
|
| 2260 |
+
"font_size": 24,
|
| 2261 |
+
"flags": {}
|
| 2262 |
+
},
|
| 2263 |
+
{
|
| 2264 |
+
"id": 4,
|
| 2265 |
+
"title": "🎮 Step 4 - ControlNet",
|
| 2266 |
+
"bounding": [
|
| 2267 |
+
19130,
|
| 2268 |
+
7370,
|
| 2269 |
+
260,
|
| 2270 |
+
240
|
| 2271 |
+
],
|
| 2272 |
+
"color": "#8AA",
|
| 2273 |
+
"font_size": 24,
|
| 2274 |
+
"flags": {}
|
| 2275 |
+
},
|
| 2276 |
+
{
|
| 2277 |
+
"id": 5,
|
| 2278 |
+
"title": "✍️ Step 3 - Write Prompt",
|
| 2279 |
+
"bounding": [
|
| 2280 |
+
19130,
|
| 2281 |
+
7000,
|
| 2282 |
+
510,
|
| 2283 |
+
350
|
| 2284 |
+
],
|
| 2285 |
+
"color": "#8A8",
|
| 2286 |
+
"font_size": 24,
|
| 2287 |
+
"flags": {}
|
| 2288 |
+
},
|
| 2289 |
+
{
|
| 2290 |
+
"id": 6,
|
| 2291 |
+
"title": "📖 Step 1 - Load LoRA (Optional)",
|
| 2292 |
+
"bounding": [
|
| 2293 |
+
17910,
|
| 2294 |
+
7600,
|
| 2295 |
+
510,
|
| 2296 |
+
220
|
| 2297 |
+
],
|
| 2298 |
+
"color": "#3f789e",
|
| 2299 |
+
"font_size": 24,
|
| 2300 |
+
"flags": {}
|
| 2301 |
+
},
|
| 2302 |
+
{
|
| 2303 |
+
"id": 7,
|
| 2304 |
+
"title": "🖼️ Step 2 - Input Image",
|
| 2305 |
+
"bounding": [
|
| 2306 |
+
18440,
|
| 2307 |
+
7000,
|
| 2308 |
+
680,
|
| 2309 |
+
880
|
| 2310 |
+
],
|
| 2311 |
+
"color": "#8A8",
|
| 2312 |
+
"font_size": 24,
|
| 2313 |
+
"flags": {}
|
| 2314 |
+
},
|
| 2315 |
+
{
|
| 2316 |
+
"id": 8,
|
| 2317 |
+
"title": "🧑💻 3D Preview",
|
| 2318 |
+
"bounding": [
|
| 2319 |
+
19140,
|
| 2320 |
+
7830,
|
| 2321 |
+
900,
|
| 2322 |
+
740
|
| 2323 |
+
],
|
| 2324 |
+
"color": "#444",
|
| 2325 |
+
"font_size": 24,
|
| 2326 |
+
"flags": {}
|
| 2327 |
+
}
|
| 2328 |
+
],
|
| 2329 |
+
"config": {},
|
| 2330 |
+
"extra": {
|
| 2331 |
+
"ds": {
|
| 2332 |
+
"scale": 0.5644739300537774,
|
| 2333 |
+
"offset": [
|
| 2334 |
+
-18590.65907150041,
|
| 2335 |
+
-7049.019281941787
|
| 2336 |
+
]
|
| 2337 |
+
},
|
| 2338 |
+
"frontendVersion": "1.34.8",
|
| 2339 |
+
"workflowRendererVersion": "LG",
|
| 2340 |
+
"ue_links": [],
|
| 2341 |
+
"links_added_by_ue": [],
|
| 2342 |
+
"VHS_latentpreview": true,
|
| 2343 |
+
"VHS_latentpreviewrate": 0,
|
| 2344 |
+
"VHS_MetadataImage": true,
|
| 2345 |
+
"VHS_KeepIntermediate": true
|
| 2346 |
+
},
|
| 2347 |
+
"version": 0.4
|
| 2348 |
+
}
|
workflows/ZIT-AIO-SeedVR2.json
ADDED
|
@@ -0,0 +1,1339 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"id": "c53fc704-4553-459a-8c29-2f9756aa0d3d",
|
| 3 |
+
"revision": 0,
|
| 4 |
+
"last_node_id": 54,
|
| 5 |
+
"last_link_id": 74,
|
| 6 |
+
"nodes": [
|
| 7 |
+
{
|
| 8 |
+
"id": 29,
|
| 9 |
+
"type": "Reroute",
|
| 10 |
+
"pos": [
|
| 11 |
+
19150,
|
| 12 |
+
6970
|
| 13 |
+
],
|
| 14 |
+
"size": [
|
| 15 |
+
75,
|
| 16 |
+
26
|
| 17 |
+
],
|
| 18 |
+
"flags": {},
|
| 19 |
+
"order": 10,
|
| 20 |
+
"mode": 0,
|
| 21 |
+
"inputs": [
|
| 22 |
+
{
|
| 23 |
+
"name": "",
|
| 24 |
+
"type": "*",
|
| 25 |
+
"link": 39
|
| 26 |
+
}
|
| 27 |
+
],
|
| 28 |
+
"outputs": [
|
| 29 |
+
{
|
| 30 |
+
"name": "",
|
| 31 |
+
"type": "VAE",
|
| 32 |
+
"links": [
|
| 33 |
+
33
|
| 34 |
+
]
|
| 35 |
+
}
|
| 36 |
+
],
|
| 37 |
+
"properties": {
|
| 38 |
+
"showOutputText": false,
|
| 39 |
+
"horizontal": false,
|
| 40 |
+
"ue_properties": {
|
| 41 |
+
"widget_ue_connectable": {},
|
| 42 |
+
"version": "7.4.1",
|
| 43 |
+
"input_ue_unconnectable": {}
|
| 44 |
+
}
|
| 45 |
+
},
|
| 46 |
+
"color": "#322",
|
| 47 |
+
"bgcolor": "#533"
|
| 48 |
+
},
|
| 49 |
+
{
|
| 50 |
+
"id": 30,
|
| 51 |
+
"type": "Reroute",
|
| 52 |
+
"pos": [
|
| 53 |
+
19590,
|
| 54 |
+
6970
|
| 55 |
+
],
|
| 56 |
+
"size": [
|
| 57 |
+
75,
|
| 58 |
+
26
|
| 59 |
+
],
|
| 60 |
+
"flags": {},
|
| 61 |
+
"order": 13,
|
| 62 |
+
"mode": 0,
|
| 63 |
+
"inputs": [
|
| 64 |
+
{
|
| 65 |
+
"name": "",
|
| 66 |
+
"type": "*",
|
| 67 |
+
"link": 33
|
| 68 |
+
}
|
| 69 |
+
],
|
| 70 |
+
"outputs": [
|
| 71 |
+
{
|
| 72 |
+
"name": "",
|
| 73 |
+
"type": "VAE",
|
| 74 |
+
"links": [
|
| 75 |
+
34,
|
| 76 |
+
35
|
| 77 |
+
]
|
| 78 |
+
}
|
| 79 |
+
],
|
| 80 |
+
"properties": {
|
| 81 |
+
"showOutputText": false,
|
| 82 |
+
"horizontal": false,
|
| 83 |
+
"ue_properties": {
|
| 84 |
+
"widget_ue_connectable": {},
|
| 85 |
+
"version": "7.4.1",
|
| 86 |
+
"input_ue_unconnectable": {}
|
| 87 |
+
}
|
| 88 |
+
},
|
| 89 |
+
"color": "#322",
|
| 90 |
+
"bgcolor": "#533"
|
| 91 |
+
},
|
| 92 |
+
{
|
| 93 |
+
"id": 40,
|
| 94 |
+
"type": "ConditioningZeroOut",
|
| 95 |
+
"pos": [
|
| 96 |
+
19680,
|
| 97 |
+
7280
|
| 98 |
+
],
|
| 99 |
+
"size": [
|
| 100 |
+
220,
|
| 101 |
+
26
|
| 102 |
+
],
|
| 103 |
+
"flags": {},
|
| 104 |
+
"order": 14,
|
| 105 |
+
"mode": 0,
|
| 106 |
+
"inputs": [
|
| 107 |
+
{
|
| 108 |
+
"name": "conditioning",
|
| 109 |
+
"type": "CONDITIONING",
|
| 110 |
+
"link": 46
|
| 111 |
+
}
|
| 112 |
+
],
|
| 113 |
+
"outputs": [
|
| 114 |
+
{
|
| 115 |
+
"name": "CONDITIONING",
|
| 116 |
+
"type": "CONDITIONING",
|
| 117 |
+
"links": [
|
| 118 |
+
47
|
| 119 |
+
]
|
| 120 |
+
}
|
| 121 |
+
],
|
| 122 |
+
"properties": {
|
| 123 |
+
"cnr_id": "comfy-core",
|
| 124 |
+
"ver": "0.3.75",
|
| 125 |
+
"Node name for S&R": "ConditioningZeroOut",
|
| 126 |
+
"ue_properties": {
|
| 127 |
+
"widget_ue_connectable": {},
|
| 128 |
+
"version": "7.4.1",
|
| 129 |
+
"input_ue_unconnectable": {}
|
| 130 |
+
}
|
| 131 |
+
},
|
| 132 |
+
"widgets_values": [],
|
| 133 |
+
"color": "#322",
|
| 134 |
+
"bgcolor": "#533"
|
| 135 |
+
},
|
| 136 |
+
{
|
| 137 |
+
"id": 2,
|
| 138 |
+
"type": "ModelSamplingAuraFlow",
|
| 139 |
+
"pos": [
|
| 140 |
+
19680,
|
| 141 |
+
7080
|
| 142 |
+
],
|
| 143 |
+
"size": [
|
| 144 |
+
220,
|
| 145 |
+
58
|
| 146 |
+
],
|
| 147 |
+
"flags": {},
|
| 148 |
+
"order": 11,
|
| 149 |
+
"mode": 0,
|
| 150 |
+
"inputs": [
|
| 151 |
+
{
|
| 152 |
+
"name": "model",
|
| 153 |
+
"type": "MODEL",
|
| 154 |
+
"link": 52
|
| 155 |
+
}
|
| 156 |
+
],
|
| 157 |
+
"outputs": [
|
| 158 |
+
{
|
| 159 |
+
"name": "MODEL",
|
| 160 |
+
"type": "MODEL",
|
| 161 |
+
"links": [
|
| 162 |
+
41
|
| 163 |
+
]
|
| 164 |
+
}
|
| 165 |
+
],
|
| 166 |
+
"properties": {
|
| 167 |
+
"cnr_id": "comfy-core",
|
| 168 |
+
"ver": "0.3.48",
|
| 169 |
+
"Node name for S&R": "ModelSamplingAuraFlow",
|
| 170 |
+
"ue_properties": {
|
| 171 |
+
"version": "7.0.1",
|
| 172 |
+
"widget_ue_connectable": {}
|
| 173 |
+
},
|
| 174 |
+
"enableTabs": false,
|
| 175 |
+
"tabWidth": 65,
|
| 176 |
+
"tabXOffset": 10,
|
| 177 |
+
"hasSecondTab": false,
|
| 178 |
+
"secondTabText": "Send Back",
|
| 179 |
+
"secondTabOffset": 80,
|
| 180 |
+
"secondTabWidth": 65
|
| 181 |
+
},
|
| 182 |
+
"widgets_values": [
|
| 183 |
+
3
|
| 184 |
+
],
|
| 185 |
+
"color": "#2a363b",
|
| 186 |
+
"bgcolor": "#3f5159"
|
| 187 |
+
},
|
| 188 |
+
{
|
| 189 |
+
"id": 48,
|
| 190 |
+
"type": "SaveImageWithMetaData",
|
| 191 |
+
"pos": [
|
| 192 |
+
20250,
|
| 193 |
+
7030
|
| 194 |
+
],
|
| 195 |
+
"size": [
|
| 196 |
+
470,
|
| 197 |
+
780
|
| 198 |
+
],
|
| 199 |
+
"flags": {},
|
| 200 |
+
"order": 18,
|
| 201 |
+
"mode": 0,
|
| 202 |
+
"inputs": [
|
| 203 |
+
{
|
| 204 |
+
"name": "images",
|
| 205 |
+
"type": "IMAGE",
|
| 206 |
+
"link": 63
|
| 207 |
+
},
|
| 208 |
+
{
|
| 209 |
+
"name": "extra_metadata",
|
| 210 |
+
"shape": 7,
|
| 211 |
+
"type": "EXTRA_METADATA",
|
| 212 |
+
"link": null
|
| 213 |
+
}
|
| 214 |
+
],
|
| 215 |
+
"outputs": [],
|
| 216 |
+
"title": "💾 Save Base Image",
|
| 217 |
+
"properties": {
|
| 218 |
+
"cnr_id": "comfyui_image_metadata_extension",
|
| 219 |
+
"ver": "1.2.17",
|
| 220 |
+
"Node name for S&R": "SaveImageWithMetaData",
|
| 221 |
+
"widget_ue_connectable": {}
|
| 222 |
+
},
|
| 223 |
+
"widgets_values": [
|
| 224 |
+
"Z-Image-L",
|
| 225 |
+
"%date:yyyy-MM-dd%",
|
| 226 |
+
"png",
|
| 227 |
+
"max",
|
| 228 |
+
"full",
|
| 229 |
+
true,
|
| 230 |
+
true
|
| 231 |
+
],
|
| 232 |
+
"color": "#223",
|
| 233 |
+
"bgcolor": "#335"
|
| 234 |
+
},
|
| 235 |
+
{
|
| 236 |
+
"id": 28,
|
| 237 |
+
"type": "Fast Groups Bypasser (rgthree)",
|
| 238 |
+
"pos": [
|
| 239 |
+
20740,
|
| 240 |
+
6920
|
| 241 |
+
],
|
| 242 |
+
"size": [
|
| 243 |
+
360,
|
| 244 |
+
58
|
| 245 |
+
],
|
| 246 |
+
"flags": {},
|
| 247 |
+
"order": 0,
|
| 248 |
+
"mode": 0,
|
| 249 |
+
"inputs": [],
|
| 250 |
+
"outputs": [
|
| 251 |
+
{
|
| 252 |
+
"name": "OPT_CONNECTION",
|
| 253 |
+
"type": "*",
|
| 254 |
+
"links": null
|
| 255 |
+
}
|
| 256 |
+
],
|
| 257 |
+
"title": "🔼 Toggle Upscaler ON/OFF",
|
| 258 |
+
"properties": {
|
| 259 |
+
"matchColors": "",
|
| 260 |
+
"matchTitle": "🔼",
|
| 261 |
+
"showNav": true,
|
| 262 |
+
"showAllGraphs": true,
|
| 263 |
+
"sort": "position",
|
| 264 |
+
"customSortAlphabet": "",
|
| 265 |
+
"toggleRestriction": "default",
|
| 266 |
+
"ue_properties": {
|
| 267 |
+
"widget_ue_connectable": {},
|
| 268 |
+
"input_ue_unconnectable": {},
|
| 269 |
+
"version": "7.4.1"
|
| 270 |
+
}
|
| 271 |
+
},
|
| 272 |
+
"color": "#432",
|
| 273 |
+
"bgcolor": "#653"
|
| 274 |
+
},
|
| 275 |
+
{
|
| 276 |
+
"id": 13,
|
| 277 |
+
"type": "Image Comparer (rgthree)",
|
| 278 |
+
"pos": [
|
| 279 |
+
21710,
|
| 280 |
+
7030
|
| 281 |
+
],
|
| 282 |
+
"size": [
|
| 283 |
+
580,
|
| 284 |
+
1060
|
| 285 |
+
],
|
| 286 |
+
"flags": {},
|
| 287 |
+
"order": 21,
|
| 288 |
+
"mode": 0,
|
| 289 |
+
"inputs": [
|
| 290 |
+
{
|
| 291 |
+
"dir": 3,
|
| 292 |
+
"name": "image_a",
|
| 293 |
+
"type": "IMAGE",
|
| 294 |
+
"link": 12
|
| 295 |
+
},
|
| 296 |
+
{
|
| 297 |
+
"dir": 3,
|
| 298 |
+
"name": "image_b",
|
| 299 |
+
"type": "IMAGE",
|
| 300 |
+
"link": 74
|
| 301 |
+
}
|
| 302 |
+
],
|
| 303 |
+
"outputs": [],
|
| 304 |
+
"title": "🔍 Compare: Base vs Upscaled",
|
| 305 |
+
"properties": {
|
| 306 |
+
"cnr_id": "rgthree-comfy",
|
| 307 |
+
"ver": "b775441a4c5ae2853d4ff6b97a137f7f7d11e597",
|
| 308 |
+
"comparer_mode": "Slide",
|
| 309 |
+
"ue_properties": {
|
| 310 |
+
"version": "7.0.1",
|
| 311 |
+
"widget_ue_connectable": {}
|
| 312 |
+
}
|
| 313 |
+
},
|
| 314 |
+
"widgets_values": [
|
| 315 |
+
[
|
| 316 |
+
{
|
| 317 |
+
"name": "A",
|
| 318 |
+
"selected": true,
|
| 319 |
+
"url": "/api/view?filename=rgthree.compare._temp_tcvum_00007_.png&type=temp&subfolder=&rand=0.9164355714551302"
|
| 320 |
+
},
|
| 321 |
+
{
|
| 322 |
+
"name": "B",
|
| 323 |
+
"selected": true,
|
| 324 |
+
"url": "/api/view?filename=rgthree.compare._temp_tcvum_00008_.png&type=temp&subfolder=&rand=0.5544331670659718"
|
| 325 |
+
}
|
| 326 |
+
]
|
| 327 |
+
],
|
| 328 |
+
"color": "#223",
|
| 329 |
+
"bgcolor": "#335",
|
| 330 |
+
"shape": 1
|
| 331 |
+
},
|
| 332 |
+
{
|
| 333 |
+
"id": 6,
|
| 334 |
+
"type": "EmptyLatentImage",
|
| 335 |
+
"pos": [
|
| 336 |
+
19390,
|
| 337 |
+
7690
|
| 338 |
+
],
|
| 339 |
+
"size": [
|
| 340 |
+
230,
|
| 341 |
+
106
|
| 342 |
+
],
|
| 343 |
+
"flags": {
|
| 344 |
+
"collapsed": false
|
| 345 |
+
},
|
| 346 |
+
"order": 1,
|
| 347 |
+
"mode": 0,
|
| 348 |
+
"inputs": [],
|
| 349 |
+
"outputs": [
|
| 350 |
+
{
|
| 351 |
+
"name": "LATENT",
|
| 352 |
+
"type": "LATENT",
|
| 353 |
+
"links": [
|
| 354 |
+
24
|
| 355 |
+
]
|
| 356 |
+
}
|
| 357 |
+
],
|
| 358 |
+
"properties": {
|
| 359 |
+
"cnr_id": "comfy-core",
|
| 360 |
+
"ver": "0.3.65",
|
| 361 |
+
"Node name for S&R": "EmptyLatentImage",
|
| 362 |
+
"ue_properties": {
|
| 363 |
+
"widget_ue_connectable": {
|
| 364 |
+
"width": true,
|
| 365 |
+
"height": true,
|
| 366 |
+
"batch_size": true
|
| 367 |
+
},
|
| 368 |
+
"version": "7.0.1"
|
| 369 |
+
}
|
| 370 |
+
},
|
| 371 |
+
"widgets_values": [
|
| 372 |
+
832,
|
| 373 |
+
1216,
|
| 374 |
+
1
|
| 375 |
+
],
|
| 376 |
+
"color": "#323",
|
| 377 |
+
"bgcolor": "#535"
|
| 378 |
+
},
|
| 379 |
+
{
|
| 380 |
+
"id": 41,
|
| 381 |
+
"type": "LoraLoader",
|
| 382 |
+
"pos": [
|
| 383 |
+
18620,
|
| 384 |
+
7440
|
| 385 |
+
],
|
| 386 |
+
"size": [
|
| 387 |
+
470,
|
| 388 |
+
126
|
| 389 |
+
],
|
| 390 |
+
"flags": {},
|
| 391 |
+
"order": 9,
|
| 392 |
+
"mode": 4,
|
| 393 |
+
"inputs": [
|
| 394 |
+
{
|
| 395 |
+
"name": "model",
|
| 396 |
+
"type": "MODEL",
|
| 397 |
+
"link": 49
|
| 398 |
+
},
|
| 399 |
+
{
|
| 400 |
+
"name": "clip",
|
| 401 |
+
"type": "CLIP",
|
| 402 |
+
"link": 50
|
| 403 |
+
}
|
| 404 |
+
],
|
| 405 |
+
"outputs": [
|
| 406 |
+
{
|
| 407 |
+
"name": "MODEL",
|
| 408 |
+
"type": "MODEL",
|
| 409 |
+
"links": [
|
| 410 |
+
52
|
| 411 |
+
]
|
| 412 |
+
},
|
| 413 |
+
{
|
| 414 |
+
"name": "CLIP",
|
| 415 |
+
"type": "CLIP",
|
| 416 |
+
"links": [
|
| 417 |
+
51
|
| 418 |
+
]
|
| 419 |
+
}
|
| 420 |
+
],
|
| 421 |
+
"properties": {
|
| 422 |
+
"cnr_id": "comfy-core",
|
| 423 |
+
"ver": "0.3.75",
|
| 424 |
+
"Node name for S&R": "LoraLoader",
|
| 425 |
+
"ue_properties": {
|
| 426 |
+
"widget_ue_connectable": {
|
| 427 |
+
"lora_name": true,
|
| 428 |
+
"strength_model": true,
|
| 429 |
+
"strength_clip": true
|
| 430 |
+
},
|
| 431 |
+
"version": "7.4.1",
|
| 432 |
+
"input_ue_unconnectable": {}
|
| 433 |
+
}
|
| 434 |
+
},
|
| 435 |
+
"widgets_values": [
|
| 436 |
+
"z-image\\neu\\dandadan_aira_shiratori2_copy_000002500.safetensors",
|
| 437 |
+
0.9,
|
| 438 |
+
1
|
| 439 |
+
],
|
| 440 |
+
"color": "#223",
|
| 441 |
+
"bgcolor": "#335"
|
| 442 |
+
},
|
| 443 |
+
{
|
| 444 |
+
"id": 43,
|
| 445 |
+
"type": "Fast Groups Bypasser (rgthree)",
|
| 446 |
+
"pos": [
|
| 447 |
+
18600,
|
| 448 |
+
7270
|
| 449 |
+
],
|
| 450 |
+
"size": [
|
| 451 |
+
380,
|
| 452 |
+
58
|
| 453 |
+
],
|
| 454 |
+
"flags": {},
|
| 455 |
+
"order": 2,
|
| 456 |
+
"mode": 0,
|
| 457 |
+
"inputs": [],
|
| 458 |
+
"outputs": [
|
| 459 |
+
{
|
| 460 |
+
"name": "OPT_CONNECTION",
|
| 461 |
+
"type": "*",
|
| 462 |
+
"links": null
|
| 463 |
+
}
|
| 464 |
+
],
|
| 465 |
+
"title": "📖 Toggle LoRA ON/OFF",
|
| 466 |
+
"properties": {
|
| 467 |
+
"matchColors": "",
|
| 468 |
+
"matchTitle": "📖",
|
| 469 |
+
"showNav": true,
|
| 470 |
+
"showAllGraphs": true,
|
| 471 |
+
"sort": "position",
|
| 472 |
+
"customSortAlphabet": "",
|
| 473 |
+
"toggleRestriction": "default",
|
| 474 |
+
"ue_properties": {
|
| 475 |
+
"widget_ue_connectable": {},
|
| 476 |
+
"input_ue_unconnectable": {},
|
| 477 |
+
"version": "7.4.1"
|
| 478 |
+
}
|
| 479 |
+
},
|
| 480 |
+
"color": "#233",
|
| 481 |
+
"bgcolor": "#355"
|
| 482 |
+
},
|
| 483 |
+
{
|
| 484 |
+
"id": 31,
|
| 485 |
+
"type": "Reroute",
|
| 486 |
+
"pos": [
|
| 487 |
+
20620,
|
| 488 |
+
6970
|
| 489 |
+
],
|
| 490 |
+
"size": [
|
| 491 |
+
75,
|
| 492 |
+
26
|
| 493 |
+
],
|
| 494 |
+
"flags": {},
|
| 495 |
+
"order": 15,
|
| 496 |
+
"mode": 0,
|
| 497 |
+
"inputs": [
|
| 498 |
+
{
|
| 499 |
+
"name": "",
|
| 500 |
+
"type": "*",
|
| 501 |
+
"link": 35
|
| 502 |
+
}
|
| 503 |
+
],
|
| 504 |
+
"outputs": [
|
| 505 |
+
{
|
| 506 |
+
"name": "",
|
| 507 |
+
"type": "VAE",
|
| 508 |
+
"links": []
|
| 509 |
+
}
|
| 510 |
+
],
|
| 511 |
+
"properties": {
|
| 512 |
+
"showOutputText": false,
|
| 513 |
+
"horizontal": false,
|
| 514 |
+
"ue_properties": {
|
| 515 |
+
"widget_ue_connectable": {},
|
| 516 |
+
"version": "7.4.1",
|
| 517 |
+
"input_ue_unconnectable": {}
|
| 518 |
+
}
|
| 519 |
+
},
|
| 520 |
+
"color": "#322",
|
| 521 |
+
"bgcolor": "#533"
|
| 522 |
+
},
|
| 523 |
+
{
|
| 524 |
+
"id": 49,
|
| 525 |
+
"type": "SaveImageWithMetaData",
|
| 526 |
+
"pos": [
|
| 527 |
+
21130,
|
| 528 |
+
7090
|
| 529 |
+
],
|
| 530 |
+
"size": [
|
| 531 |
+
540,
|
| 532 |
+
1010
|
| 533 |
+
],
|
| 534 |
+
"flags": {},
|
| 535 |
+
"order": 20,
|
| 536 |
+
"mode": 0,
|
| 537 |
+
"inputs": [
|
| 538 |
+
{
|
| 539 |
+
"name": "images",
|
| 540 |
+
"type": "IMAGE",
|
| 541 |
+
"link": 73
|
| 542 |
+
},
|
| 543 |
+
{
|
| 544 |
+
"name": "extra_metadata",
|
| 545 |
+
"shape": 7,
|
| 546 |
+
"type": "EXTRA_METADATA",
|
| 547 |
+
"link": null
|
| 548 |
+
}
|
| 549 |
+
],
|
| 550 |
+
"outputs": [],
|
| 551 |
+
"title": "💾 Save Upscaled Image",
|
| 552 |
+
"properties": {
|
| 553 |
+
"cnr_id": "comfyui_image_metadata_extension",
|
| 554 |
+
"ver": "1.2.17",
|
| 555 |
+
"Node name for S&R": "SaveImageWithMetaData",
|
| 556 |
+
"widget_ue_connectable": {}
|
| 557 |
+
},
|
| 558 |
+
"widgets_values": [
|
| 559 |
+
"Z-Image-H",
|
| 560 |
+
"%date:yyyy-MM-dd%",
|
| 561 |
+
"png",
|
| 562 |
+
"max",
|
| 563 |
+
"full",
|
| 564 |
+
true,
|
| 565 |
+
true
|
| 566 |
+
],
|
| 567 |
+
"color": "#223",
|
| 568 |
+
"bgcolor": "#335"
|
| 569 |
+
},
|
| 570 |
+
{
|
| 571 |
+
"id": 11,
|
| 572 |
+
"type": "VAEDecode",
|
| 573 |
+
"pos": [
|
| 574 |
+
19678.698627423088,
|
| 575 |
+
7186.776251773069
|
| 576 |
+
],
|
| 577 |
+
"size": [
|
| 578 |
+
220,
|
| 579 |
+
46
|
| 580 |
+
],
|
| 581 |
+
"flags": {
|
| 582 |
+
"collapsed": false
|
| 583 |
+
},
|
| 584 |
+
"order": 17,
|
| 585 |
+
"mode": 0,
|
| 586 |
+
"inputs": [
|
| 587 |
+
{
|
| 588 |
+
"name": "samples",
|
| 589 |
+
"type": "LATENT",
|
| 590 |
+
"link": 8
|
| 591 |
+
},
|
| 592 |
+
{
|
| 593 |
+
"name": "vae",
|
| 594 |
+
"type": "VAE",
|
| 595 |
+
"link": 34
|
| 596 |
+
}
|
| 597 |
+
],
|
| 598 |
+
"outputs": [
|
| 599 |
+
{
|
| 600 |
+
"name": "IMAGE",
|
| 601 |
+
"type": "IMAGE",
|
| 602 |
+
"slot_index": 0,
|
| 603 |
+
"links": [
|
| 604 |
+
12,
|
| 605 |
+
63,
|
| 606 |
+
72
|
| 607 |
+
]
|
| 608 |
+
}
|
| 609 |
+
],
|
| 610 |
+
"properties": {
|
| 611 |
+
"cnr_id": "comfy-core",
|
| 612 |
+
"ver": "0.3.48",
|
| 613 |
+
"Node name for S&R": "VAEDecode",
|
| 614 |
+
"ue_properties": {
|
| 615 |
+
"version": "7.0.1",
|
| 616 |
+
"widget_ue_connectable": {}
|
| 617 |
+
},
|
| 618 |
+
"enableTabs": false,
|
| 619 |
+
"tabWidth": 65,
|
| 620 |
+
"tabXOffset": 10,
|
| 621 |
+
"hasSecondTab": false,
|
| 622 |
+
"secondTabText": "Send Back",
|
| 623 |
+
"secondTabOffset": 80,
|
| 624 |
+
"secondTabWidth": 65
|
| 625 |
+
},
|
| 626 |
+
"widgets_values": [],
|
| 627 |
+
"color": "#2a363b",
|
| 628 |
+
"bgcolor": "#3f5159"
|
| 629 |
+
},
|
| 630 |
+
{
|
| 631 |
+
"id": 34,
|
| 632 |
+
"type": "CheckpointLoaderSimple",
|
| 633 |
+
"pos": [
|
| 634 |
+
18620,
|
| 635 |
+
7080
|
| 636 |
+
],
|
| 637 |
+
"size": [
|
| 638 |
+
470,
|
| 639 |
+
98
|
| 640 |
+
],
|
| 641 |
+
"flags": {},
|
| 642 |
+
"order": 3,
|
| 643 |
+
"mode": 0,
|
| 644 |
+
"inputs": [],
|
| 645 |
+
"outputs": [
|
| 646 |
+
{
|
| 647 |
+
"name": "MODEL",
|
| 648 |
+
"type": "MODEL",
|
| 649 |
+
"links": [
|
| 650 |
+
49
|
| 651 |
+
]
|
| 652 |
+
},
|
| 653 |
+
{
|
| 654 |
+
"name": "CLIP",
|
| 655 |
+
"type": "CLIP",
|
| 656 |
+
"links": [
|
| 657 |
+
50
|
| 658 |
+
]
|
| 659 |
+
},
|
| 660 |
+
{
|
| 661 |
+
"name": "VAE",
|
| 662 |
+
"type": "VAE",
|
| 663 |
+
"links": [
|
| 664 |
+
39
|
| 665 |
+
]
|
| 666 |
+
}
|
| 667 |
+
],
|
| 668 |
+
"properties": {
|
| 669 |
+
"cnr_id": "comfy-core",
|
| 670 |
+
"ver": "0.3.71",
|
| 671 |
+
"Node name for S&R": "CheckpointLoaderSimple",
|
| 672 |
+
"ue_properties": {
|
| 673 |
+
"widget_ue_connectable": {
|
| 674 |
+
"ckpt_name": true
|
| 675 |
+
},
|
| 676 |
+
"version": "7.4.1",
|
| 677 |
+
"input_ue_unconnectable": {}
|
| 678 |
+
}
|
| 679 |
+
},
|
| 680 |
+
"widgets_values": [
|
| 681 |
+
"z-image-turbo-fp8-aio.safetensors"
|
| 682 |
+
],
|
| 683 |
+
"color": "#223",
|
| 684 |
+
"bgcolor": "#335"
|
| 685 |
+
},
|
| 686 |
+
{
|
| 687 |
+
"id": 52,
|
| 688 |
+
"type": "SeedVR2LoadDiTModel",
|
| 689 |
+
"pos": [
|
| 690 |
+
20760,
|
| 691 |
+
7530
|
| 692 |
+
],
|
| 693 |
+
"size": [
|
| 694 |
+
350,
|
| 695 |
+
202
|
| 696 |
+
],
|
| 697 |
+
"flags": {},
|
| 698 |
+
"order": 4,
|
| 699 |
+
"mode": 0,
|
| 700 |
+
"inputs": [
|
| 701 |
+
{
|
| 702 |
+
"name": "torch_compile_args",
|
| 703 |
+
"shape": 7,
|
| 704 |
+
"type": "TORCH_COMPILE_ARGS",
|
| 705 |
+
"link": null
|
| 706 |
+
}
|
| 707 |
+
],
|
| 708 |
+
"outputs": [
|
| 709 |
+
{
|
| 710 |
+
"name": "SEEDVR2_DIT",
|
| 711 |
+
"type": "SEEDVR2_DIT",
|
| 712 |
+
"links": [
|
| 713 |
+
68
|
| 714 |
+
]
|
| 715 |
+
}
|
| 716 |
+
],
|
| 717 |
+
"title": "📦 Load SeedVR2 DiT Model",
|
| 718 |
+
"properties": {
|
| 719 |
+
"cnr_id": "seedvr2_videoupscaler",
|
| 720 |
+
"ver": "2.5.22",
|
| 721 |
+
"Node name for S&R": "SeedVR2LoadDiTModel"
|
| 722 |
+
},
|
| 723 |
+
"widgets_values": [
|
| 724 |
+
"seedvr2_ema_3b-Q4_K_M.gguf",
|
| 725 |
+
"cuda:0",
|
| 726 |
+
0,
|
| 727 |
+
false,
|
| 728 |
+
"cpu",
|
| 729 |
+
false,
|
| 730 |
+
"sdpa"
|
| 731 |
+
],
|
| 732 |
+
"color": "#323",
|
| 733 |
+
"bgcolor": "#535"
|
| 734 |
+
},
|
| 735 |
+
{
|
| 736 |
+
"id": 53,
|
| 737 |
+
"type": "SeedVR2LoadVAEModel",
|
| 738 |
+
"pos": [
|
| 739 |
+
20760,
|
| 740 |
+
7790
|
| 741 |
+
],
|
| 742 |
+
"size": [
|
| 743 |
+
350,
|
| 744 |
+
298
|
| 745 |
+
],
|
| 746 |
+
"flags": {},
|
| 747 |
+
"order": 5,
|
| 748 |
+
"mode": 0,
|
| 749 |
+
"inputs": [
|
| 750 |
+
{
|
| 751 |
+
"name": "torch_compile_args",
|
| 752 |
+
"shape": 7,
|
| 753 |
+
"type": "TORCH_COMPILE_ARGS",
|
| 754 |
+
"link": null
|
| 755 |
+
}
|
| 756 |
+
],
|
| 757 |
+
"outputs": [
|
| 758 |
+
{
|
| 759 |
+
"name": "SEEDVR2_VAE",
|
| 760 |
+
"type": "SEEDVR2_VAE",
|
| 761 |
+
"links": [
|
| 762 |
+
69
|
| 763 |
+
]
|
| 764 |
+
}
|
| 765 |
+
],
|
| 766 |
+
"title": "📦 Load SeedVR2 VAE Model",
|
| 767 |
+
"properties": {
|
| 768 |
+
"cnr_id": "seedvr2_videoupscaler",
|
| 769 |
+
"ver": "2.5.22",
|
| 770 |
+
"Node name for S&R": "SeedVR2LoadVAEModel"
|
| 771 |
+
},
|
| 772 |
+
"widgets_values": [
|
| 773 |
+
"ema_vae_fp16.safetensors",
|
| 774 |
+
"cuda:0",
|
| 775 |
+
true,
|
| 776 |
+
1024,
|
| 777 |
+
128,
|
| 778 |
+
true,
|
| 779 |
+
1024,
|
| 780 |
+
128,
|
| 781 |
+
"false",
|
| 782 |
+
"cpu",
|
| 783 |
+
false
|
| 784 |
+
],
|
| 785 |
+
"color": "#323",
|
| 786 |
+
"bgcolor": "#535"
|
| 787 |
+
},
|
| 788 |
+
{
|
| 789 |
+
"id": 32,
|
| 790 |
+
"type": "MarkdownNote",
|
| 791 |
+
"pos": [
|
| 792 |
+
20200,
|
| 793 |
+
7860
|
| 794 |
+
],
|
| 795 |
+
"size": [
|
| 796 |
+
520,
|
| 797 |
+
390
|
| 798 |
+
],
|
| 799 |
+
"flags": {},
|
| 800 |
+
"order": 6,
|
| 801 |
+
"mode": 0,
|
| 802 |
+
"inputs": [],
|
| 803 |
+
"outputs": [],
|
| 804 |
+
"title": "🎬 SeedVR2 Upscaler Guide",
|
| 805 |
+
"properties": {
|
| 806 |
+
"ue_properties": {
|
| 807 |
+
"version": "7.4.1",
|
| 808 |
+
"widget_ue_connectable": {},
|
| 809 |
+
"input_ue_unconnectable": {}
|
| 810 |
+
}
|
| 811 |
+
},
|
| 812 |
+
"widgets_values": [
|
| 813 |
+
"# 🎬 SeedVR2 Video Upscaler\n\n**Professional video/image upscaling with diffusion!**\n\nHigh-quality upscaler using DiT (Diffusion Transformer) for temporal consistency.\n\n---\n\n## 📦 Required Models:\n\n**Auto-download to:** `ComfyUI/models/SEEDVR2/`\n\n### DiT Model (Node 52):\n- **3B models:** Faster, lower VRAM\n- **7B models:** Higher quality\n- **FP16:** Best quality\n- **FP8/GGUF:** Memory optimized\n\n### VAE Model (Node 53):\n- `ema_vae_fp16.safetensors` (recommended)\n\n---\n\n## ⚙️ Main Settings (Node 51):\n\n### resolution (1536)\nTarget resolution for shortest edge.\nMaintains aspect ratio automatically.\n\n### max_resolution (0)\nMaximum resolution for any edge.\n- **0:** No limit\n- **Set value:** Auto-scales down if exceeded\n\n### batch_size (Important!)\n⚠️ **Must follow 4n+1 formula:** 1, 5, 9, 13, 17, 21, 25...\n- **Minimum 5** for temporal consistency\n- **Higher = better quality** but more VRAM\n- Ideally matches shot length\n\n### uniform_batch_size (False)\nPads final batch to match batch_size.\nPrevents artifacts when last batch is smaller.\n\n### temporal_overlap (0)\nOverlapping frames between batches (0-16).\nReduces temporal artifacts.\n\n### prepend_frames (0)\nPrepends reversed frames (0-32).\nReduces artifacts at video start.\n\n---\n\n## 🎨 Quality Settings:\n\n### color_correction\n**'lab'** ⭐ - Perceptual, highest fidelity \n**'wavelet'** - Frequency-based, natural \n**'hsv'** - Saturation matching \n**'none'** - No correction\n\n### Noise Scales (0.0-1.0):\n**input_noise_scale (0.0)** \nAdds noise to input. Try 0.1-0.3 for high res artifacts.\n\n**latent_noise_scale (0.0)** \nAdds noise during diffusion. Try 0.05-0.15 if needed.\n\n---\n\n## 💾 Memory Management:\n\n### offload_device\n**'none'** - Fastest, high VRAM \n**'cpu'** - Slower, saves VRAM \n**'cuda:X'** - Use another GPU\n\n### If OOM (Out of Memory):\n1. Enable VAE tiling (Nodes 52/53)\n2. Lower resolution or batch_size\n3. Use FP8/GGUF models\n4. Enable offload_device\n\n---\n\n## 📥 Installation:\n\n[SeedVR2](https://github.com/numz/ComfyUI-SeedVR2_VideoUpscaler)\n\nInstall via ComfyUI Manager or:\n```\ncd ComfyUI/custom_nodes\ngit clone https://github.com/numz/ComfyUI-SeedVR2_VideoUpscaler.git\n```\n\n---\n\n**Tip:** Start with default settings, enable debug mode to monitor VRAM!"
|
| 814 |
+
],
|
| 815 |
+
"color": "#432",
|
| 816 |
+
"bgcolor": "#653"
|
| 817 |
+
},
|
| 818 |
+
{
|
| 819 |
+
"id": 35,
|
| 820 |
+
"type": "MarkdownNote",
|
| 821 |
+
"pos": [
|
| 822 |
+
19020,
|
| 823 |
+
7640
|
| 824 |
+
],
|
| 825 |
+
"size": [
|
| 826 |
+
330,
|
| 827 |
+
390
|
| 828 |
+
],
|
| 829 |
+
"flags": {},
|
| 830 |
+
"order": 7,
|
| 831 |
+
"mode": 0,
|
| 832 |
+
"inputs": [],
|
| 833 |
+
"outputs": [],
|
| 834 |
+
"title": "📐 Resolution Presets",
|
| 835 |
+
"properties": {
|
| 836 |
+
"ue_properties": {
|
| 837 |
+
"version": "7.4.1",
|
| 838 |
+
"widget_ue_connectable": {},
|
| 839 |
+
"input_ue_unconnectable": {}
|
| 840 |
+
}
|
| 841 |
+
},
|
| 842 |
+
"widgets_values": [
|
| 843 |
+
"# 📐 Resolution Presets\n\n## ⭐ Recommended (Tested)\n**1920×1088** - Wide cinematic\n\n## 🚀 Fast (Both Versions)\n512×512 • 512×768 • 768×768\n768×1024 • 1024×768\n\n## 📱 Standard HD\n832×1216 • 1024×1024 • 1216×832\n\n## 🎬 High Quality\n1024×1536 • 1536×1024\n\n## 🎥 2K Cinematic\n1920×1088 ⭐ • 2048×1152 • 1920×1080\n\n---\n\n💡 **Quick Tips:**\n- **Portrait:** 512×768, 832×1216, 1024×1536\n- **Landscape:** 1216��832, 1920×1088 ⭐, 2048×1152\n- **Square:** 1024×1024\n\n**1920×1088** tested on RTX 4060 8GB!\nWorks perfectly with both FP8 & BF16."
|
| 844 |
+
],
|
| 845 |
+
"color": "#2a363b",
|
| 846 |
+
"bgcolor": "#3f5159"
|
| 847 |
+
},
|
| 848 |
+
{
|
| 849 |
+
"id": 51,
|
| 850 |
+
"type": "SeedVR2VideoUpscaler",
|
| 851 |
+
"pos": [
|
| 852 |
+
20760,
|
| 853 |
+
7090
|
| 854 |
+
],
|
| 855 |
+
"size": [
|
| 856 |
+
350,
|
| 857 |
+
386
|
| 858 |
+
],
|
| 859 |
+
"flags": {},
|
| 860 |
+
"order": 19,
|
| 861 |
+
"mode": 0,
|
| 862 |
+
"inputs": [
|
| 863 |
+
{
|
| 864 |
+
"name": "image",
|
| 865 |
+
"type": "IMAGE",
|
| 866 |
+
"link": 72
|
| 867 |
+
},
|
| 868 |
+
{
|
| 869 |
+
"name": "dit",
|
| 870 |
+
"type": "SEEDVR2_DIT",
|
| 871 |
+
"link": 68
|
| 872 |
+
},
|
| 873 |
+
{
|
| 874 |
+
"name": "vae",
|
| 875 |
+
"type": "SEEDVR2_VAE",
|
| 876 |
+
"link": 69
|
| 877 |
+
}
|
| 878 |
+
],
|
| 879 |
+
"outputs": [
|
| 880 |
+
{
|
| 881 |
+
"name": "IMAGE",
|
| 882 |
+
"type": "IMAGE",
|
| 883 |
+
"links": [
|
| 884 |
+
73,
|
| 885 |
+
74
|
| 886 |
+
]
|
| 887 |
+
}
|
| 888 |
+
],
|
| 889 |
+
"title": "✨ Upscale SeedVR2",
|
| 890 |
+
"properties": {
|
| 891 |
+
"cnr_id": "seedvr2_videoupscaler",
|
| 892 |
+
"ver": "2.5.22",
|
| 893 |
+
"Node name for S&R": "SeedVR2VideoUpscaler"
|
| 894 |
+
},
|
| 895 |
+
"widgets_values": [
|
| 896 |
+
4054710530,
|
| 897 |
+
"randomize",
|
| 898 |
+
1536,
|
| 899 |
+
0,
|
| 900 |
+
1,
|
| 901 |
+
false,
|
| 902 |
+
"lab",
|
| 903 |
+
0,
|
| 904 |
+
0,
|
| 905 |
+
0,
|
| 906 |
+
0,
|
| 907 |
+
"cpu",
|
| 908 |
+
false
|
| 909 |
+
],
|
| 910 |
+
"color": "#323",
|
| 911 |
+
"bgcolor": "#535"
|
| 912 |
+
},
|
| 913 |
+
{
|
| 914 |
+
"id": 20,
|
| 915 |
+
"type": "CLIPTextEncode",
|
| 916 |
+
"pos": [
|
| 917 |
+
19150,
|
| 918 |
+
7080
|
| 919 |
+
],
|
| 920 |
+
"size": [
|
| 921 |
+
470,
|
| 922 |
+
490
|
| 923 |
+
],
|
| 924 |
+
"flags": {
|
| 925 |
+
"collapsed": false
|
| 926 |
+
},
|
| 927 |
+
"order": 12,
|
| 928 |
+
"mode": 0,
|
| 929 |
+
"inputs": [
|
| 930 |
+
{
|
| 931 |
+
"name": "clip",
|
| 932 |
+
"type": "CLIP",
|
| 933 |
+
"link": 51
|
| 934 |
+
}
|
| 935 |
+
],
|
| 936 |
+
"outputs": [
|
| 937 |
+
{
|
| 938 |
+
"name": "CONDITIONING",
|
| 939 |
+
"type": "CONDITIONING",
|
| 940 |
+
"links": [
|
| 941 |
+
22,
|
| 942 |
+
46
|
| 943 |
+
]
|
| 944 |
+
}
|
| 945 |
+
],
|
| 946 |
+
"title": "✅ Positive Prompt (What You Want)",
|
| 947 |
+
"properties": {
|
| 948 |
+
"cnr_id": "comfy-core",
|
| 949 |
+
"ver": "0.3.65",
|
| 950 |
+
"Node name for S&R": "CLIPTextEncode",
|
| 951 |
+
"ue_properties": {
|
| 952 |
+
"widget_ue_connectable": {
|
| 953 |
+
"text": true
|
| 954 |
+
},
|
| 955 |
+
"version": "7.0.1"
|
| 956 |
+
}
|
| 957 |
+
},
|
| 958 |
+
"widgets_values": [
|
| 959 |
+
"Modern command center interior with advanced touchscreen displays mounted on the walls and desks. Large curved transparent screen in the center showing data streams and neural network visualizations. The word 'Z-IMAGE-TURBO-AIO-WORKFLOW-SeedVR2' is prominently displayed as a large, bold title in bright cyan letters with a subtle glow effect, positioned at the top center of the image like a magazine cover. An adorable orange tabby cat with bright green eyes is sitting attentively on an ergonomic workstation chair, with its paw touching a projected keyboard as if operating the system. The cat is wearing a small modern collar with a glowing blue LED indicator. The cat is looking directly at the camera with an intelligent, curious expression. The design is modern and minimalist with white and metallic surfaces, and blue accent lighting strips along the walls and floor. The workstation is advanced and ergonomic, with projected keyboards and floating transparent panels showing AI processing diagrams and flowcharts. Soft blue and purple ambient lighting creates a high-tech atmosphere, with a gentle glow reflecting in the cat's fur. The shot is taken from a slightly elevated wide angle. The visualization is professional and inspired by advanced technology research facilities, with a focus on realism and detail. The workspace is clean and organized, with a futuristic yet realistic aesthetic."
|
| 960 |
+
],
|
| 961 |
+
"color": "#232",
|
| 962 |
+
"bgcolor": "#353"
|
| 963 |
+
},
|
| 964 |
+
{
|
| 965 |
+
"id": 17,
|
| 966 |
+
"type": "KSampler",
|
| 967 |
+
"pos": [
|
| 968 |
+
19920,
|
| 969 |
+
7080
|
| 970 |
+
],
|
| 971 |
+
"size": [
|
| 972 |
+
300,
|
| 973 |
+
710
|
| 974 |
+
],
|
| 975 |
+
"flags": {},
|
| 976 |
+
"order": 16,
|
| 977 |
+
"mode": 0,
|
| 978 |
+
"inputs": [
|
| 979 |
+
{
|
| 980 |
+
"name": "model",
|
| 981 |
+
"type": "MODEL",
|
| 982 |
+
"link": 41
|
| 983 |
+
},
|
| 984 |
+
{
|
| 985 |
+
"name": "positive",
|
| 986 |
+
"type": "CONDITIONING",
|
| 987 |
+
"link": 22
|
| 988 |
+
},
|
| 989 |
+
{
|
| 990 |
+
"name": "negative",
|
| 991 |
+
"type": "CONDITIONING",
|
| 992 |
+
"link": 47
|
| 993 |
+
},
|
| 994 |
+
{
|
| 995 |
+
"name": "latent_image",
|
| 996 |
+
"type": "LATENT",
|
| 997 |
+
"link": 24
|
| 998 |
+
}
|
| 999 |
+
],
|
| 1000 |
+
"outputs": [
|
| 1001 |
+
{
|
| 1002 |
+
"name": "LATENT",
|
| 1003 |
+
"type": "LATENT",
|
| 1004 |
+
"slot_index": 0,
|
| 1005 |
+
"links": [
|
| 1006 |
+
8
|
| 1007 |
+
]
|
| 1008 |
+
}
|
| 1009 |
+
],
|
| 1010 |
+
"title": "🎨 Base Generation",
|
| 1011 |
+
"properties": {
|
| 1012 |
+
"cnr_id": "comfy-core",
|
| 1013 |
+
"ver": "0.3.48",
|
| 1014 |
+
"Node name for S&R": "KSampler",
|
| 1015 |
+
"ue_properties": {
|
| 1016 |
+
"version": "7.0.1",
|
| 1017 |
+
"widget_ue_connectable": {}
|
| 1018 |
+
},
|
| 1019 |
+
"enableTabs": false,
|
| 1020 |
+
"tabWidth": 65,
|
| 1021 |
+
"tabXOffset": 10,
|
| 1022 |
+
"hasSecondTab": false,
|
| 1023 |
+
"secondTabText": "Send Back",
|
| 1024 |
+
"secondTabOffset": 80,
|
| 1025 |
+
"secondTabWidth": 65
|
| 1026 |
+
},
|
| 1027 |
+
"widgets_values": [
|
| 1028 |
+
477615369568411,
|
| 1029 |
+
"randomize",
|
| 1030 |
+
12,
|
| 1031 |
+
1,
|
| 1032 |
+
"euler_ancestral",
|
| 1033 |
+
"beta",
|
| 1034 |
+
1
|
| 1035 |
+
],
|
| 1036 |
+
"color": "#2a363b",
|
| 1037 |
+
"bgcolor": "#3f5159"
|
| 1038 |
+
},
|
| 1039 |
+
{
|
| 1040 |
+
"id": 23,
|
| 1041 |
+
"type": "MarkdownNote",
|
| 1042 |
+
"pos": [
|
| 1043 |
+
18030,
|
| 1044 |
+
7030
|
| 1045 |
+
],
|
| 1046 |
+
"size": [
|
| 1047 |
+
550,
|
| 1048 |
+
560
|
| 1049 |
+
],
|
| 1050 |
+
"flags": {},
|
| 1051 |
+
"order": 8,
|
| 1052 |
+
"mode": 0,
|
| 1053 |
+
"inputs": [],
|
| 1054 |
+
"outputs": [],
|
| 1055 |
+
"title": "📦 Model Info - Z-Image-Turbo-AIO",
|
| 1056 |
+
"properties": {
|
| 1057 |
+
"ue_properties": {
|
| 1058 |
+
"version": "7.4.1",
|
| 1059 |
+
"widget_ue_connectable": {},
|
| 1060 |
+
"input_ue_unconnectable": {}
|
| 1061 |
+
}
|
| 1062 |
+
},
|
| 1063 |
+
"widgets_values": [
|
| 1064 |
+
"# 🚀 Z-Image-Turbo-AIO\n\n<div align=\"center\">\n\n**⚡ Ultra‑Fast Photorealistic Generation ⚡**\n*Optimized for speed, realism, and low‑VRAM setups*\n\n</div>\n\n---\n\n## ✨ At a glance\n\n> A compact, production‑ready workflow focused on **maximum realism**, **minimal steps**, and **smooth scaling** — ideal for both image and video pipelines.\n\n* 🧠 Diffusion‑optimized presets\n* 🎞️ Integrated **video upscaling** workflow\n* 💾 Runs on **8 GB VRAM**\n* 🗣️ Natural language prompts encouraged\n\n---\n\n## 🔄 Two Versions\n\n<table>\n<tr>\n<th align=\"left\">Variant</th>\n<th align=\"center\">Size</th>\n<th align=\"left\">Focus</th>\n</tr>\n<tr>\n<td>🟢 <strong>BF16‑AIO</strong></td>\n<td align=\"center\">20 GB</td>\n<td>Maximum precision, clean gradients, best for final renders</td>\n</tr>\n<tr>\n<td>🟡 <strong>FP8‑AIO</strong></td>\n<td align=\"center\">10 GB</td>\n<td>High speed & efficiency, ideal for fast iteration</td>\n</tr>\n</table>\n\n> ✅ **Both versions work on GPUs with only 8 GB VRAM** (with recommended settings).\n\n---\n\n## ⚙️ Recommended Settings\n\n```yaml\nsteps: 9\ncfg: 1.0 # ⚠️ do NOT change\nsampler: res_multistep | euler_ancestral\nscheduler: simple | beta\nnegative_prompt: none\n```\n\n### Why these values?\n\n* **Steps = 9** → sweet spot between speed and detail\n* **CFG = 1.0** → critical for correct model behavior\n* **Sampler choices** → stable diffusion with natural noise\n* **No negative prompts** → avoids over‑constraining the model\n\n---\n\n## 🎬 New in this Workflow\n\n### 🌟 SeedVR2 – Video Upscaler\n\n> **Professional diffusion‑based video upscaling** built directly into the workflow.\n\n**Key benefits:**\n\n* 🎥 Temporal consistency across frames\n* 🧩 Detail reconstruction instead of simple interpolation\n* 🎞️ Perfect for anime, cinematic footage & AI‑generated clips\n\n<details>\n<summary><strong>What makes SeedVR2 special?</strong></summary>\n\nUnlike classical upscalers, SeedVR2 uses diffusion guidance to:\n\n* Preserve motion coherence\n* Enhance fine texture detail\n* Avoid flickering and halo artifacts\n\nSee the guide node for optimal presets and workflow placement.\n\n</details>\n\n---\n\n## 📥 Downloads & Online Demo\n\n🔗 **CivitAI**\n[https://civitai.com/models/2173571?modelVersionId=2448013](https://civitai.com/models/2173571?modelVersionId=2448013)\n\n🔗 **HuggingFace**\n[https://huggingface.co/SeeSee21/Z-Image-Turbo-AIO](https://huggingface.co/SeeSee21/Z-Image-Turbo-AIO)\n\n🔗 **Try Online (TensorArt)**\n[https://tensorart.me/de-DE/models/939302608026244936/Z-Image-Turbo-AIO-FP8-FP8](https://tensorart.me/de-DE/models/939302608026244936/Z-Image-Turbo-AIO-FP8-FP8)\n\n---\n\n## 🎯 Required Custom Nodes\n\nThese nodes are required for full compatibility:\n\n* 🔧 [rgthree‑comfy](https://github.com/rgthree/rgthree-comfy)\n* 🖼️ [comfyui_image_metadata_extension](https://github.com/edelvarden/comfyui_image_metadata_extension)\n* 🎬 [SeedVR2 – Video Upscaler](https://github.com/numz/ComfyUI-SeedVR2_VideoUpscaler) ⭐ **NEW**\n\n---\n\n## 🧠 Prompting Tips\n\n> **Natural language prompts work best** — think like describing a scene to a photographer or director.\n\n**Good example:**\n\n```text\nCinematic close‑up portrait, soft rim light, shallow depth of field, realistic skin texture, 50mm lens look\n```\n\n---\n\n<div align=\"center\">\n\n💡 **Fast. Clean. Photoreal.**\n*Built for creators who care about speed and quality.*\n\n</div>\n"
|
| 1065 |
+
],
|
| 1066 |
+
"color": "#432",
|
| 1067 |
+
"bgcolor": "#653"
|
| 1068 |
+
}
|
| 1069 |
+
],
|
| 1070 |
+
"links": [
|
| 1071 |
+
[
|
| 1072 |
+
8,
|
| 1073 |
+
17,
|
| 1074 |
+
0,
|
| 1075 |
+
11,
|
| 1076 |
+
0,
|
| 1077 |
+
"LATENT"
|
| 1078 |
+
],
|
| 1079 |
+
[
|
| 1080 |
+
12,
|
| 1081 |
+
11,
|
| 1082 |
+
0,
|
| 1083 |
+
13,
|
| 1084 |
+
0,
|
| 1085 |
+
"IMAGE"
|
| 1086 |
+
],
|
| 1087 |
+
[
|
| 1088 |
+
22,
|
| 1089 |
+
20,
|
| 1090 |
+
0,
|
| 1091 |
+
17,
|
| 1092 |
+
1,
|
| 1093 |
+
"CONDITIONING"
|
| 1094 |
+
],
|
| 1095 |
+
[
|
| 1096 |
+
24,
|
| 1097 |
+
6,
|
| 1098 |
+
0,
|
| 1099 |
+
17,
|
| 1100 |
+
3,
|
| 1101 |
+
"LATENT"
|
| 1102 |
+
],
|
| 1103 |
+
[
|
| 1104 |
+
33,
|
| 1105 |
+
29,
|
| 1106 |
+
0,
|
| 1107 |
+
30,
|
| 1108 |
+
0,
|
| 1109 |
+
"*"
|
| 1110 |
+
],
|
| 1111 |
+
[
|
| 1112 |
+
34,
|
| 1113 |
+
30,
|
| 1114 |
+
0,
|
| 1115 |
+
11,
|
| 1116 |
+
1,
|
| 1117 |
+
"VAE"
|
| 1118 |
+
],
|
| 1119 |
+
[
|
| 1120 |
+
35,
|
| 1121 |
+
30,
|
| 1122 |
+
0,
|
| 1123 |
+
31,
|
| 1124 |
+
0,
|
| 1125 |
+
"*"
|
| 1126 |
+
],
|
| 1127 |
+
[
|
| 1128 |
+
39,
|
| 1129 |
+
34,
|
| 1130 |
+
2,
|
| 1131 |
+
29,
|
| 1132 |
+
0,
|
| 1133 |
+
"*"
|
| 1134 |
+
],
|
| 1135 |
+
[
|
| 1136 |
+
41,
|
| 1137 |
+
2,
|
| 1138 |
+
0,
|
| 1139 |
+
17,
|
| 1140 |
+
0,
|
| 1141 |
+
"MODEL"
|
| 1142 |
+
],
|
| 1143 |
+
[
|
| 1144 |
+
46,
|
| 1145 |
+
20,
|
| 1146 |
+
0,
|
| 1147 |
+
40,
|
| 1148 |
+
0,
|
| 1149 |
+
"CONDITIONING"
|
| 1150 |
+
],
|
| 1151 |
+
[
|
| 1152 |
+
47,
|
| 1153 |
+
40,
|
| 1154 |
+
0,
|
| 1155 |
+
17,
|
| 1156 |
+
2,
|
| 1157 |
+
"CONDITIONING"
|
| 1158 |
+
],
|
| 1159 |
+
[
|
| 1160 |
+
49,
|
| 1161 |
+
34,
|
| 1162 |
+
0,
|
| 1163 |
+
41,
|
| 1164 |
+
0,
|
| 1165 |
+
"MODEL"
|
| 1166 |
+
],
|
| 1167 |
+
[
|
| 1168 |
+
50,
|
| 1169 |
+
34,
|
| 1170 |
+
1,
|
| 1171 |
+
41,
|
| 1172 |
+
1,
|
| 1173 |
+
"CLIP"
|
| 1174 |
+
],
|
| 1175 |
+
[
|
| 1176 |
+
51,
|
| 1177 |
+
41,
|
| 1178 |
+
1,
|
| 1179 |
+
20,
|
| 1180 |
+
0,
|
| 1181 |
+
"CLIP"
|
| 1182 |
+
],
|
| 1183 |
+
[
|
| 1184 |
+
52,
|
| 1185 |
+
41,
|
| 1186 |
+
0,
|
| 1187 |
+
2,
|
| 1188 |
+
0,
|
| 1189 |
+
"MODEL"
|
| 1190 |
+
],
|
| 1191 |
+
[
|
| 1192 |
+
63,
|
| 1193 |
+
11,
|
| 1194 |
+
0,
|
| 1195 |
+
48,
|
| 1196 |
+
0,
|
| 1197 |
+
"IMAGE"
|
| 1198 |
+
],
|
| 1199 |
+
[
|
| 1200 |
+
68,
|
| 1201 |
+
52,
|
| 1202 |
+
0,
|
| 1203 |
+
51,
|
| 1204 |
+
1,
|
| 1205 |
+
"SEEDVR2_DIT"
|
| 1206 |
+
],
|
| 1207 |
+
[
|
| 1208 |
+
69,
|
| 1209 |
+
53,
|
| 1210 |
+
0,
|
| 1211 |
+
51,
|
| 1212 |
+
2,
|
| 1213 |
+
"SEEDVR2_VAE"
|
| 1214 |
+
],
|
| 1215 |
+
[
|
| 1216 |
+
72,
|
| 1217 |
+
11,
|
| 1218 |
+
0,
|
| 1219 |
+
51,
|
| 1220 |
+
0,
|
| 1221 |
+
"IMAGE"
|
| 1222 |
+
],
|
| 1223 |
+
[
|
| 1224 |
+
73,
|
| 1225 |
+
51,
|
| 1226 |
+
0,
|
| 1227 |
+
49,
|
| 1228 |
+
0,
|
| 1229 |
+
"IMAGE"
|
| 1230 |
+
],
|
| 1231 |
+
[
|
| 1232 |
+
74,
|
| 1233 |
+
51,
|
| 1234 |
+
0,
|
| 1235 |
+
13,
|
| 1236 |
+
1,
|
| 1237 |
+
"IMAGE"
|
| 1238 |
+
]
|
| 1239 |
+
],
|
| 1240 |
+
"groups": [
|
| 1241 |
+
{
|
| 1242 |
+
"id": 1,
|
| 1243 |
+
"title": "🎨 Step 4 - Generate Image",
|
| 1244 |
+
"bounding": [
|
| 1245 |
+
19660,
|
| 1246 |
+
7000,
|
| 1247 |
+
570,
|
| 1248 |
+
810
|
| 1249 |
+
],
|
| 1250 |
+
"color": "#a1309b",
|
| 1251 |
+
"font_size": 24,
|
| 1252 |
+
"flags": {}
|
| 1253 |
+
},
|
| 1254 |
+
{
|
| 1255 |
+
"id": 2,
|
| 1256 |
+
"title": "🔼 Step 5 - Upscale (Optional)",
|
| 1257 |
+
"bounding": [
|
| 1258 |
+
20740,
|
| 1259 |
+
7000,
|
| 1260 |
+
950,
|
| 1261 |
+
1120
|
| 1262 |
+
],
|
| 1263 |
+
"color": "#b58b2a",
|
| 1264 |
+
"font_size": 24,
|
| 1265 |
+
"flags": {}
|
| 1266 |
+
},
|
| 1267 |
+
{
|
| 1268 |
+
"id": 3,
|
| 1269 |
+
"title": "📦 Step 1 - Load Models",
|
| 1270 |
+
"bounding": [
|
| 1271 |
+
18600,
|
| 1272 |
+
7000,
|
| 1273 |
+
510,
|
| 1274 |
+
210
|
| 1275 |
+
],
|
| 1276 |
+
"color": "#3f789e",
|
| 1277 |
+
"font_size": 24,
|
| 1278 |
+
"flags": {}
|
| 1279 |
+
},
|
| 1280 |
+
{
|
| 1281 |
+
"id": 4,
|
| 1282 |
+
"title": "📐 Step 3 - Choose Size",
|
| 1283 |
+
"bounding": [
|
| 1284 |
+
19370,
|
| 1285 |
+
7610,
|
| 1286 |
+
270,
|
| 1287 |
+
200
|
| 1288 |
+
],
|
| 1289 |
+
"color": "#8AA",
|
| 1290 |
+
"font_size": 24,
|
| 1291 |
+
"flags": {}
|
| 1292 |
+
},
|
| 1293 |
+
{
|
| 1294 |
+
"id": 5,
|
| 1295 |
+
"title": "✍️ Step 2 - Write Prompts",
|
| 1296 |
+
"bounding": [
|
| 1297 |
+
19130,
|
| 1298 |
+
7000,
|
| 1299 |
+
510,
|
| 1300 |
+
590
|
| 1301 |
+
],
|
| 1302 |
+
"color": "#8A8",
|
| 1303 |
+
"font_size": 24,
|
| 1304 |
+
"flags": {}
|
| 1305 |
+
},
|
| 1306 |
+
{
|
| 1307 |
+
"id": 6,
|
| 1308 |
+
"title": "📖 Step 1 - Load LoRA (Optional)",
|
| 1309 |
+
"bounding": [
|
| 1310 |
+
18600,
|
| 1311 |
+
7350,
|
| 1312 |
+
510,
|
| 1313 |
+
240
|
| 1314 |
+
],
|
| 1315 |
+
"color": "#3f789e",
|
| 1316 |
+
"font_size": 24,
|
| 1317 |
+
"flags": {}
|
| 1318 |
+
}
|
| 1319 |
+
],
|
| 1320 |
+
"config": {},
|
| 1321 |
+
"extra": {
|
| 1322 |
+
"ds": {
|
| 1323 |
+
"scale": 0.6830134553650705,
|
| 1324 |
+
"offset": [
|
| 1325 |
+
-18727.23295103135,
|
| 1326 |
+
-6936.124264284353
|
| 1327 |
+
]
|
| 1328 |
+
},
|
| 1329 |
+
"frontendVersion": "1.34.8",
|
| 1330 |
+
"workflowRendererVersion": "LG",
|
| 1331 |
+
"ue_links": [],
|
| 1332 |
+
"links_added_by_ue": [],
|
| 1333 |
+
"VHS_latentpreview": true,
|
| 1334 |
+
"VHS_latentpreviewrate": 0,
|
| 1335 |
+
"VHS_MetadataImage": true,
|
| 1336 |
+
"VHS_KeepIntermediate": true
|
| 1337 |
+
},
|
| 1338 |
+
"version": 0.4
|
| 1339 |
+
}
|
workflows/ZIT-AIO-Variance.json
ADDED
|
@@ -0,0 +1,1602 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"id": "0b443a1c-ba77-49ee-b84a-2c945057a17d",
|
| 3 |
+
"revision": 0,
|
| 4 |
+
"last_node_id": 54,
|
| 5 |
+
"last_link_id": 70,
|
| 6 |
+
"nodes": [
|
| 7 |
+
{
|
| 8 |
+
"id": 29,
|
| 9 |
+
"type": "Reroute",
|
| 10 |
+
"pos": [
|
| 11 |
+
19150,
|
| 12 |
+
6970
|
| 13 |
+
],
|
| 14 |
+
"size": [
|
| 15 |
+
75,
|
| 16 |
+
26
|
| 17 |
+
],
|
| 18 |
+
"flags": {},
|
| 19 |
+
"order": 9,
|
| 20 |
+
"mode": 0,
|
| 21 |
+
"inputs": [
|
| 22 |
+
{
|
| 23 |
+
"name": "",
|
| 24 |
+
"type": "*",
|
| 25 |
+
"link": 39
|
| 26 |
+
}
|
| 27 |
+
],
|
| 28 |
+
"outputs": [
|
| 29 |
+
{
|
| 30 |
+
"name": "",
|
| 31 |
+
"type": "VAE",
|
| 32 |
+
"links": [
|
| 33 |
+
33
|
| 34 |
+
]
|
| 35 |
+
}
|
| 36 |
+
],
|
| 37 |
+
"properties": {
|
| 38 |
+
"showOutputText": false,
|
| 39 |
+
"horizontal": false,
|
| 40 |
+
"ue_properties": {
|
| 41 |
+
"widget_ue_connectable": {},
|
| 42 |
+
"version": "7.4.1",
|
| 43 |
+
"input_ue_unconnectable": {}
|
| 44 |
+
}
|
| 45 |
+
},
|
| 46 |
+
"color": "#322",
|
| 47 |
+
"bgcolor": "#533"
|
| 48 |
+
},
|
| 49 |
+
{
|
| 50 |
+
"id": 30,
|
| 51 |
+
"type": "Reroute",
|
| 52 |
+
"pos": [
|
| 53 |
+
19590,
|
| 54 |
+
6970
|
| 55 |
+
],
|
| 56 |
+
"size": [
|
| 57 |
+
75,
|
| 58 |
+
26
|
| 59 |
+
],
|
| 60 |
+
"flags": {},
|
| 61 |
+
"order": 12,
|
| 62 |
+
"mode": 0,
|
| 63 |
+
"inputs": [
|
| 64 |
+
{
|
| 65 |
+
"name": "",
|
| 66 |
+
"type": "*",
|
| 67 |
+
"link": 33
|
| 68 |
+
}
|
| 69 |
+
],
|
| 70 |
+
"outputs": [
|
| 71 |
+
{
|
| 72 |
+
"name": "",
|
| 73 |
+
"type": "VAE",
|
| 74 |
+
"links": [
|
| 75 |
+
34,
|
| 76 |
+
35
|
| 77 |
+
]
|
| 78 |
+
}
|
| 79 |
+
],
|
| 80 |
+
"properties": {
|
| 81 |
+
"showOutputText": false,
|
| 82 |
+
"horizontal": false,
|
| 83 |
+
"ue_properties": {
|
| 84 |
+
"widget_ue_connectable": {},
|
| 85 |
+
"version": "7.4.1",
|
| 86 |
+
"input_ue_unconnectable": {}
|
| 87 |
+
}
|
| 88 |
+
},
|
| 89 |
+
"color": "#322",
|
| 90 |
+
"bgcolor": "#533"
|
| 91 |
+
},
|
| 92 |
+
{
|
| 93 |
+
"id": 31,
|
| 94 |
+
"type": "Reroute",
|
| 95 |
+
"pos": [
|
| 96 |
+
20620,
|
| 97 |
+
6970
|
| 98 |
+
],
|
| 99 |
+
"size": [
|
| 100 |
+
75,
|
| 101 |
+
26
|
| 102 |
+
],
|
| 103 |
+
"flags": {},
|
| 104 |
+
"order": 15,
|
| 105 |
+
"mode": 0,
|
| 106 |
+
"inputs": [
|
| 107 |
+
{
|
| 108 |
+
"name": "",
|
| 109 |
+
"type": "*",
|
| 110 |
+
"link": 35
|
| 111 |
+
}
|
| 112 |
+
],
|
| 113 |
+
"outputs": [
|
| 114 |
+
{
|
| 115 |
+
"name": "",
|
| 116 |
+
"type": "VAE",
|
| 117 |
+
"links": [
|
| 118 |
+
36,
|
| 119 |
+
62
|
| 120 |
+
]
|
| 121 |
+
}
|
| 122 |
+
],
|
| 123 |
+
"properties": {
|
| 124 |
+
"showOutputText": false,
|
| 125 |
+
"horizontal": false,
|
| 126 |
+
"ue_properties": {
|
| 127 |
+
"widget_ue_connectable": {},
|
| 128 |
+
"version": "7.4.1",
|
| 129 |
+
"input_ue_unconnectable": {}
|
| 130 |
+
}
|
| 131 |
+
},
|
| 132 |
+
"color": "#322",
|
| 133 |
+
"bgcolor": "#533"
|
| 134 |
+
},
|
| 135 |
+
{
|
| 136 |
+
"id": 45,
|
| 137 |
+
"type": "VAEEncode",
|
| 138 |
+
"pos": [
|
| 139 |
+
20790,
|
| 140 |
+
7100
|
| 141 |
+
],
|
| 142 |
+
"size": [
|
| 143 |
+
140,
|
| 144 |
+
46
|
| 145 |
+
],
|
| 146 |
+
"flags": {
|
| 147 |
+
"collapsed": true
|
| 148 |
+
},
|
| 149 |
+
"order": 20,
|
| 150 |
+
"mode": 0,
|
| 151 |
+
"inputs": [
|
| 152 |
+
{
|
| 153 |
+
"name": "pixels",
|
| 154 |
+
"type": "IMAGE",
|
| 155 |
+
"link": 61
|
| 156 |
+
},
|
| 157 |
+
{
|
| 158 |
+
"name": "vae",
|
| 159 |
+
"type": "VAE",
|
| 160 |
+
"link": 62
|
| 161 |
+
}
|
| 162 |
+
],
|
| 163 |
+
"outputs": [
|
| 164 |
+
{
|
| 165 |
+
"name": "LATENT",
|
| 166 |
+
"type": "LATENT",
|
| 167 |
+
"links": [
|
| 168 |
+
56
|
| 169 |
+
]
|
| 170 |
+
}
|
| 171 |
+
],
|
| 172 |
+
"properties": {
|
| 173 |
+
"cnr_id": "comfy-core",
|
| 174 |
+
"ver": "0.3.76",
|
| 175 |
+
"Node name for S&R": "VAEEncode"
|
| 176 |
+
},
|
| 177 |
+
"widgets_values": [],
|
| 178 |
+
"color": "#2a363b",
|
| 179 |
+
"bgcolor": "#3f5159"
|
| 180 |
+
},
|
| 181 |
+
{
|
| 182 |
+
"id": 44,
|
| 183 |
+
"type": "ImageScaleBy",
|
| 184 |
+
"pos": [
|
| 185 |
+
20780,
|
| 186 |
+
7090
|
| 187 |
+
],
|
| 188 |
+
"size": [
|
| 189 |
+
350,
|
| 190 |
+
82
|
| 191 |
+
],
|
| 192 |
+
"flags": {
|
| 193 |
+
"collapsed": false
|
| 194 |
+
},
|
| 195 |
+
"order": 18,
|
| 196 |
+
"mode": 0,
|
| 197 |
+
"inputs": [
|
| 198 |
+
{
|
| 199 |
+
"name": "image",
|
| 200 |
+
"type": "IMAGE",
|
| 201 |
+
"link": 60
|
| 202 |
+
}
|
| 203 |
+
],
|
| 204 |
+
"outputs": [
|
| 205 |
+
{
|
| 206 |
+
"name": "IMAGE",
|
| 207 |
+
"type": "IMAGE",
|
| 208 |
+
"links": [
|
| 209 |
+
61
|
| 210 |
+
]
|
| 211 |
+
}
|
| 212 |
+
],
|
| 213 |
+
"properties": {
|
| 214 |
+
"cnr_id": "comfy-core",
|
| 215 |
+
"ver": "0.3.76",
|
| 216 |
+
"Node name for S&R": "ImageScaleBy"
|
| 217 |
+
},
|
| 218 |
+
"widgets_values": [
|
| 219 |
+
"lanczos",
|
| 220 |
+
1.5
|
| 221 |
+
],
|
| 222 |
+
"color": "#2a363b",
|
| 223 |
+
"bgcolor": "#3f5159"
|
| 224 |
+
},
|
| 225 |
+
{
|
| 226 |
+
"id": 12,
|
| 227 |
+
"type": "VAEDecode",
|
| 228 |
+
"pos": [
|
| 229 |
+
20780,
|
| 230 |
+
8030
|
| 231 |
+
],
|
| 232 |
+
"size": [
|
| 233 |
+
350,
|
| 234 |
+
50
|
| 235 |
+
],
|
| 236 |
+
"flags": {
|
| 237 |
+
"collapsed": false
|
| 238 |
+
},
|
| 239 |
+
"order": 22,
|
| 240 |
+
"mode": 0,
|
| 241 |
+
"inputs": [
|
| 242 |
+
{
|
| 243 |
+
"name": "samples",
|
| 244 |
+
"type": "LATENT",
|
| 245 |
+
"link": 10
|
| 246 |
+
},
|
| 247 |
+
{
|
| 248 |
+
"name": "vae",
|
| 249 |
+
"type": "VAE",
|
| 250 |
+
"link": 36
|
| 251 |
+
}
|
| 252 |
+
],
|
| 253 |
+
"outputs": [
|
| 254 |
+
{
|
| 255 |
+
"name": "IMAGE",
|
| 256 |
+
"type": "IMAGE",
|
| 257 |
+
"slot_index": 0,
|
| 258 |
+
"links": [
|
| 259 |
+
13,
|
| 260 |
+
64
|
| 261 |
+
]
|
| 262 |
+
}
|
| 263 |
+
],
|
| 264 |
+
"properties": {
|
| 265 |
+
"cnr_id": "comfy-core",
|
| 266 |
+
"ver": "0.3.48",
|
| 267 |
+
"Node name for S&R": "VAEDecode",
|
| 268 |
+
"ue_properties": {
|
| 269 |
+
"version": "7.0.1",
|
| 270 |
+
"widget_ue_connectable": {}
|
| 271 |
+
},
|
| 272 |
+
"enableTabs": false,
|
| 273 |
+
"tabWidth": 65,
|
| 274 |
+
"tabXOffset": 10,
|
| 275 |
+
"hasSecondTab": false,
|
| 276 |
+
"secondTabText": "Send Back",
|
| 277 |
+
"secondTabOffset": 80,
|
| 278 |
+
"secondTabWidth": 65
|
| 279 |
+
},
|
| 280 |
+
"widgets_values": [],
|
| 281 |
+
"color": "#2a363b",
|
| 282 |
+
"bgcolor": "#3f5159"
|
| 283 |
+
},
|
| 284 |
+
{
|
| 285 |
+
"id": 49,
|
| 286 |
+
"type": "SaveImageWithMetaData",
|
| 287 |
+
"pos": [
|
| 288 |
+
21150,
|
| 289 |
+
7090
|
| 290 |
+
],
|
| 291 |
+
"size": [
|
| 292 |
+
540,
|
| 293 |
+
990
|
| 294 |
+
],
|
| 295 |
+
"flags": {},
|
| 296 |
+
"order": 24,
|
| 297 |
+
"mode": 0,
|
| 298 |
+
"inputs": [
|
| 299 |
+
{
|
| 300 |
+
"name": "images",
|
| 301 |
+
"type": "IMAGE",
|
| 302 |
+
"link": 64
|
| 303 |
+
},
|
| 304 |
+
{
|
| 305 |
+
"name": "extra_metadata",
|
| 306 |
+
"shape": 7,
|
| 307 |
+
"type": "EXTRA_METADATA",
|
| 308 |
+
"link": null
|
| 309 |
+
}
|
| 310 |
+
],
|
| 311 |
+
"outputs": [],
|
| 312 |
+
"title": "💾 Save Upscaled Image",
|
| 313 |
+
"properties": {
|
| 314 |
+
"cnr_id": "comfyui_image_metadata_extension",
|
| 315 |
+
"ver": "1.2.17",
|
| 316 |
+
"Node name for S&R": "SaveImageWithMetaData",
|
| 317 |
+
"widget_ue_connectable": {}
|
| 318 |
+
},
|
| 319 |
+
"widgets_values": [
|
| 320 |
+
"Z-Image-H",
|
| 321 |
+
"%date:yyyy-MM-dd%",
|
| 322 |
+
"png",
|
| 323 |
+
"max",
|
| 324 |
+
"full",
|
| 325 |
+
true,
|
| 326 |
+
true
|
| 327 |
+
],
|
| 328 |
+
"color": "#223",
|
| 329 |
+
"bgcolor": "#335"
|
| 330 |
+
},
|
| 331 |
+
{
|
| 332 |
+
"id": 14,
|
| 333 |
+
"type": "KSampler",
|
| 334 |
+
"pos": [
|
| 335 |
+
20780,
|
| 336 |
+
7220
|
| 337 |
+
],
|
| 338 |
+
"size": [
|
| 339 |
+
350,
|
| 340 |
+
760
|
| 341 |
+
],
|
| 342 |
+
"flags": {},
|
| 343 |
+
"order": 21,
|
| 344 |
+
"mode": 0,
|
| 345 |
+
"inputs": [
|
| 346 |
+
{
|
| 347 |
+
"name": "model",
|
| 348 |
+
"type": "MODEL",
|
| 349 |
+
"link": 40
|
| 350 |
+
},
|
| 351 |
+
{
|
| 352 |
+
"name": "positive",
|
| 353 |
+
"type": "CONDITIONING",
|
| 354 |
+
"link": 67
|
| 355 |
+
},
|
| 356 |
+
{
|
| 357 |
+
"name": "negative",
|
| 358 |
+
"type": "CONDITIONING",
|
| 359 |
+
"link": 48
|
| 360 |
+
},
|
| 361 |
+
{
|
| 362 |
+
"name": "latent_image",
|
| 363 |
+
"type": "LATENT",
|
| 364 |
+
"link": 56
|
| 365 |
+
},
|
| 366 |
+
{
|
| 367 |
+
"name": "seed",
|
| 368 |
+
"type": "INT",
|
| 369 |
+
"widget": {
|
| 370 |
+
"name": "seed"
|
| 371 |
+
},
|
| 372 |
+
"link": 70
|
| 373 |
+
}
|
| 374 |
+
],
|
| 375 |
+
"outputs": [
|
| 376 |
+
{
|
| 377 |
+
"name": "LATENT",
|
| 378 |
+
"type": "LATENT",
|
| 379 |
+
"slot_index": 0,
|
| 380 |
+
"links": [
|
| 381 |
+
10
|
| 382 |
+
]
|
| 383 |
+
}
|
| 384 |
+
],
|
| 385 |
+
"title": "✨ Upscale",
|
| 386 |
+
"properties": {
|
| 387 |
+
"cnr_id": "comfy-core",
|
| 388 |
+
"ver": "0.3.48",
|
| 389 |
+
"Node name for S&R": "KSampler",
|
| 390 |
+
"ue_properties": {
|
| 391 |
+
"version": "7.0.1",
|
| 392 |
+
"widget_ue_connectable": {}
|
| 393 |
+
},
|
| 394 |
+
"enableTabs": false,
|
| 395 |
+
"tabWidth": 65,
|
| 396 |
+
"tabXOffset": 10,
|
| 397 |
+
"hasSecondTab": false,
|
| 398 |
+
"secondTabText": "Send Back",
|
| 399 |
+
"secondTabOffset": 80,
|
| 400 |
+
"secondTabWidth": 65
|
| 401 |
+
},
|
| 402 |
+
"widgets_values": [
|
| 403 |
+
147055680729376,
|
| 404 |
+
"fixed",
|
| 405 |
+
8,
|
| 406 |
+
1,
|
| 407 |
+
"euler_ancestral",
|
| 408 |
+
"beta",
|
| 409 |
+
0.4
|
| 410 |
+
],
|
| 411 |
+
"color": "#2a363b",
|
| 412 |
+
"bgcolor": "#3f5159"
|
| 413 |
+
},
|
| 414 |
+
{
|
| 415 |
+
"id": 34,
|
| 416 |
+
"type": "CheckpointLoaderSimple",
|
| 417 |
+
"pos": [
|
| 418 |
+
18620,
|
| 419 |
+
7080
|
| 420 |
+
],
|
| 421 |
+
"size": [
|
| 422 |
+
470,
|
| 423 |
+
98
|
| 424 |
+
],
|
| 425 |
+
"flags": {},
|
| 426 |
+
"order": 0,
|
| 427 |
+
"mode": 0,
|
| 428 |
+
"inputs": [],
|
| 429 |
+
"outputs": [
|
| 430 |
+
{
|
| 431 |
+
"name": "MODEL",
|
| 432 |
+
"type": "MODEL",
|
| 433 |
+
"links": [
|
| 434 |
+
49
|
| 435 |
+
]
|
| 436 |
+
},
|
| 437 |
+
{
|
| 438 |
+
"name": "CLIP",
|
| 439 |
+
"type": "CLIP",
|
| 440 |
+
"links": [
|
| 441 |
+
50
|
| 442 |
+
]
|
| 443 |
+
},
|
| 444 |
+
{
|
| 445 |
+
"name": "VAE",
|
| 446 |
+
"type": "VAE",
|
| 447 |
+
"links": [
|
| 448 |
+
39
|
| 449 |
+
]
|
| 450 |
+
}
|
| 451 |
+
],
|
| 452 |
+
"properties": {
|
| 453 |
+
"cnr_id": "comfy-core",
|
| 454 |
+
"ver": "0.3.71",
|
| 455 |
+
"Node name for S&R": "CheckpointLoaderSimple",
|
| 456 |
+
"ue_properties": {
|
| 457 |
+
"widget_ue_connectable": {
|
| 458 |
+
"ckpt_name": true
|
| 459 |
+
},
|
| 460 |
+
"version": "7.4.1",
|
| 461 |
+
"input_ue_unconnectable": {}
|
| 462 |
+
}
|
| 463 |
+
},
|
| 464 |
+
"widgets_values": [
|
| 465 |
+
"z-image-turbo-fp8-aio.safetensors"
|
| 466 |
+
],
|
| 467 |
+
"color": "#223",
|
| 468 |
+
"bgcolor": "#335"
|
| 469 |
+
},
|
| 470 |
+
{
|
| 471 |
+
"id": 6,
|
| 472 |
+
"type": "EmptyLatentImage",
|
| 473 |
+
"pos": [
|
| 474 |
+
19390,
|
| 475 |
+
7690
|
| 476 |
+
],
|
| 477 |
+
"size": [
|
| 478 |
+
230,
|
| 479 |
+
106
|
| 480 |
+
],
|
| 481 |
+
"flags": {
|
| 482 |
+
"collapsed": false
|
| 483 |
+
},
|
| 484 |
+
"order": 1,
|
| 485 |
+
"mode": 0,
|
| 486 |
+
"inputs": [],
|
| 487 |
+
"outputs": [
|
| 488 |
+
{
|
| 489 |
+
"name": "LATENT",
|
| 490 |
+
"type": "LATENT",
|
| 491 |
+
"links": [
|
| 492 |
+
24
|
| 493 |
+
]
|
| 494 |
+
}
|
| 495 |
+
],
|
| 496 |
+
"properties": {
|
| 497 |
+
"cnr_id": "comfy-core",
|
| 498 |
+
"ver": "0.3.65",
|
| 499 |
+
"Node name for S&R": "EmptyLatentImage",
|
| 500 |
+
"ue_properties": {
|
| 501 |
+
"widget_ue_connectable": {
|
| 502 |
+
"width": true,
|
| 503 |
+
"height": true,
|
| 504 |
+
"batch_size": true
|
| 505 |
+
},
|
| 506 |
+
"version": "7.0.1"
|
| 507 |
+
}
|
| 508 |
+
},
|
| 509 |
+
"widgets_values": [
|
| 510 |
+
1024,
|
| 511 |
+
1536,
|
| 512 |
+
1
|
| 513 |
+
],
|
| 514 |
+
"color": "#323",
|
| 515 |
+
"bgcolor": "#535"
|
| 516 |
+
},
|
| 517 |
+
{
|
| 518 |
+
"id": 13,
|
| 519 |
+
"type": "Image Comparer (rgthree)",
|
| 520 |
+
"pos": [
|
| 521 |
+
21730,
|
| 522 |
+
7030
|
| 523 |
+
],
|
| 524 |
+
"size": [
|
| 525 |
+
580,
|
| 526 |
+
1060
|
| 527 |
+
],
|
| 528 |
+
"flags": {},
|
| 529 |
+
"order": 23,
|
| 530 |
+
"mode": 0,
|
| 531 |
+
"inputs": [
|
| 532 |
+
{
|
| 533 |
+
"dir": 3,
|
| 534 |
+
"name": "image_a",
|
| 535 |
+
"type": "IMAGE",
|
| 536 |
+
"link": 12
|
| 537 |
+
},
|
| 538 |
+
{
|
| 539 |
+
"dir": 3,
|
| 540 |
+
"name": "image_b",
|
| 541 |
+
"type": "IMAGE",
|
| 542 |
+
"link": 13
|
| 543 |
+
}
|
| 544 |
+
],
|
| 545 |
+
"outputs": [],
|
| 546 |
+
"title": "🔍 Compare: Base vs Upscaled",
|
| 547 |
+
"properties": {
|
| 548 |
+
"cnr_id": "rgthree-comfy",
|
| 549 |
+
"ver": "b775441a4c5ae2853d4ff6b97a137f7f7d11e597",
|
| 550 |
+
"comparer_mode": "Slide",
|
| 551 |
+
"ue_properties": {
|
| 552 |
+
"version": "7.0.1",
|
| 553 |
+
"widget_ue_connectable": {}
|
| 554 |
+
}
|
| 555 |
+
},
|
| 556 |
+
"widgets_values": [
|
| 557 |
+
[
|
| 558 |
+
{
|
| 559 |
+
"name": "A",
|
| 560 |
+
"selected": true,
|
| 561 |
+
"url": "/api/view?filename=rgthree.compare._temp_tcvum_00003_.png&type=temp&subfolder=&rand=0.01985013214473541"
|
| 562 |
+
},
|
| 563 |
+
{
|
| 564 |
+
"name": "B",
|
| 565 |
+
"selected": true,
|
| 566 |
+
"url": "/api/view?filename=rgthree.compare._temp_tcvum_00004_.png&type=temp&subfolder=&rand=0.13818013381624172"
|
| 567 |
+
}
|
| 568 |
+
]
|
| 569 |
+
],
|
| 570 |
+
"color": "#223",
|
| 571 |
+
"bgcolor": "#335",
|
| 572 |
+
"shape": 1
|
| 573 |
+
},
|
| 574 |
+
{
|
| 575 |
+
"id": 48,
|
| 576 |
+
"type": "SaveImageWithMetaData",
|
| 577 |
+
"pos": [
|
| 578 |
+
20260,
|
| 579 |
+
7030
|
| 580 |
+
],
|
| 581 |
+
"size": [
|
| 582 |
+
470,
|
| 583 |
+
780
|
| 584 |
+
],
|
| 585 |
+
"flags": {},
|
| 586 |
+
"order": 19,
|
| 587 |
+
"mode": 0,
|
| 588 |
+
"inputs": [
|
| 589 |
+
{
|
| 590 |
+
"name": "images",
|
| 591 |
+
"type": "IMAGE",
|
| 592 |
+
"link": 63
|
| 593 |
+
},
|
| 594 |
+
{
|
| 595 |
+
"name": "extra_metadata",
|
| 596 |
+
"shape": 7,
|
| 597 |
+
"type": "EXTRA_METADATA",
|
| 598 |
+
"link": null
|
| 599 |
+
}
|
| 600 |
+
],
|
| 601 |
+
"outputs": [],
|
| 602 |
+
"title": "💾 Save Base Image",
|
| 603 |
+
"properties": {
|
| 604 |
+
"cnr_id": "comfyui_image_metadata_extension",
|
| 605 |
+
"ver": "1.2.17",
|
| 606 |
+
"Node name for S&R": "SaveImageWithMetaData",
|
| 607 |
+
"widget_ue_connectable": {}
|
| 608 |
+
},
|
| 609 |
+
"widgets_values": [
|
| 610 |
+
"Z-Image-L",
|
| 611 |
+
"%date:yyyy-MM-dd%",
|
| 612 |
+
"png",
|
| 613 |
+
"max",
|
| 614 |
+
"full",
|
| 615 |
+
true,
|
| 616 |
+
true
|
| 617 |
+
],
|
| 618 |
+
"color": "#223",
|
| 619 |
+
"bgcolor": "#335"
|
| 620 |
+
},
|
| 621 |
+
{
|
| 622 |
+
"id": 2,
|
| 623 |
+
"type": "ModelSamplingAuraFlow",
|
| 624 |
+
"pos": [
|
| 625 |
+
19670,
|
| 626 |
+
7080
|
| 627 |
+
],
|
| 628 |
+
"size": [
|
| 629 |
+
250,
|
| 630 |
+
58
|
| 631 |
+
],
|
| 632 |
+
"flags": {},
|
| 633 |
+
"order": 10,
|
| 634 |
+
"mode": 0,
|
| 635 |
+
"inputs": [
|
| 636 |
+
{
|
| 637 |
+
"name": "model",
|
| 638 |
+
"type": "MODEL",
|
| 639 |
+
"link": 52
|
| 640 |
+
}
|
| 641 |
+
],
|
| 642 |
+
"outputs": [
|
| 643 |
+
{
|
| 644 |
+
"name": "MODEL",
|
| 645 |
+
"type": "MODEL",
|
| 646 |
+
"links": [
|
| 647 |
+
40,
|
| 648 |
+
41
|
| 649 |
+
]
|
| 650 |
+
}
|
| 651 |
+
],
|
| 652 |
+
"properties": {
|
| 653 |
+
"cnr_id": "comfy-core",
|
| 654 |
+
"ver": "0.3.48",
|
| 655 |
+
"Node name for S&R": "ModelSamplingAuraFlow",
|
| 656 |
+
"ue_properties": {
|
| 657 |
+
"version": "7.0.1",
|
| 658 |
+
"widget_ue_connectable": {}
|
| 659 |
+
},
|
| 660 |
+
"enableTabs": false,
|
| 661 |
+
"tabWidth": 65,
|
| 662 |
+
"tabXOffset": 10,
|
| 663 |
+
"hasSecondTab": false,
|
| 664 |
+
"secondTabText": "Send Back",
|
| 665 |
+
"secondTabOffset": 80,
|
| 666 |
+
"secondTabWidth": 65
|
| 667 |
+
},
|
| 668 |
+
"widgets_values": [
|
| 669 |
+
3
|
| 670 |
+
],
|
| 671 |
+
"color": "#2a363b",
|
| 672 |
+
"bgcolor": "#3f5159"
|
| 673 |
+
},
|
| 674 |
+
{
|
| 675 |
+
"id": 40,
|
| 676 |
+
"type": "ConditioningZeroOut",
|
| 677 |
+
"pos": [
|
| 678 |
+
19670,
|
| 679 |
+
7670
|
| 680 |
+
],
|
| 681 |
+
"size": [
|
| 682 |
+
250,
|
| 683 |
+
26
|
| 684 |
+
],
|
| 685 |
+
"flags": {
|
| 686 |
+
"collapsed": false
|
| 687 |
+
},
|
| 688 |
+
"order": 13,
|
| 689 |
+
"mode": 0,
|
| 690 |
+
"inputs": [
|
| 691 |
+
{
|
| 692 |
+
"name": "conditioning",
|
| 693 |
+
"type": "CONDITIONING",
|
| 694 |
+
"link": 46
|
| 695 |
+
}
|
| 696 |
+
],
|
| 697 |
+
"outputs": [
|
| 698 |
+
{
|
| 699 |
+
"name": "CONDITIONING",
|
| 700 |
+
"type": "CONDITIONING",
|
| 701 |
+
"links": [
|
| 702 |
+
47,
|
| 703 |
+
48
|
| 704 |
+
]
|
| 705 |
+
}
|
| 706 |
+
],
|
| 707 |
+
"properties": {
|
| 708 |
+
"cnr_id": "comfy-core",
|
| 709 |
+
"ver": "0.3.75",
|
| 710 |
+
"Node name for S&R": "ConditioningZeroOut",
|
| 711 |
+
"ue_properties": {
|
| 712 |
+
"widget_ue_connectable": {},
|
| 713 |
+
"version": "7.4.1",
|
| 714 |
+
"input_ue_unconnectable": {}
|
| 715 |
+
}
|
| 716 |
+
},
|
| 717 |
+
"widgets_values": [],
|
| 718 |
+
"color": "#322",
|
| 719 |
+
"bgcolor": "#533"
|
| 720 |
+
},
|
| 721 |
+
{
|
| 722 |
+
"id": 11,
|
| 723 |
+
"type": "VAEDecode",
|
| 724 |
+
"pos": [
|
| 725 |
+
19670,
|
| 726 |
+
7740
|
| 727 |
+
],
|
| 728 |
+
"size": [
|
| 729 |
+
250,
|
| 730 |
+
50
|
| 731 |
+
],
|
| 732 |
+
"flags": {
|
| 733 |
+
"collapsed": false
|
| 734 |
+
},
|
| 735 |
+
"order": 17,
|
| 736 |
+
"mode": 0,
|
| 737 |
+
"inputs": [
|
| 738 |
+
{
|
| 739 |
+
"name": "samples",
|
| 740 |
+
"type": "LATENT",
|
| 741 |
+
"link": 8
|
| 742 |
+
},
|
| 743 |
+
{
|
| 744 |
+
"name": "vae",
|
| 745 |
+
"type": "VAE",
|
| 746 |
+
"link": 34
|
| 747 |
+
}
|
| 748 |
+
],
|
| 749 |
+
"outputs": [
|
| 750 |
+
{
|
| 751 |
+
"name": "IMAGE",
|
| 752 |
+
"type": "IMAGE",
|
| 753 |
+
"slot_index": 0,
|
| 754 |
+
"links": [
|
| 755 |
+
12,
|
| 756 |
+
60,
|
| 757 |
+
63
|
| 758 |
+
]
|
| 759 |
+
}
|
| 760 |
+
],
|
| 761 |
+
"properties": {
|
| 762 |
+
"cnr_id": "comfy-core",
|
| 763 |
+
"ver": "0.3.48",
|
| 764 |
+
"Node name for S&R": "VAEDecode",
|
| 765 |
+
"ue_properties": {
|
| 766 |
+
"version": "7.0.1",
|
| 767 |
+
"widget_ue_connectable": {}
|
| 768 |
+
},
|
| 769 |
+
"enableTabs": false,
|
| 770 |
+
"tabWidth": 65,
|
| 771 |
+
"tabXOffset": 10,
|
| 772 |
+
"hasSecondTab": false,
|
| 773 |
+
"secondTabText": "Send Back",
|
| 774 |
+
"secondTabOffset": 80,
|
| 775 |
+
"secondTabWidth": 65
|
| 776 |
+
},
|
| 777 |
+
"widgets_values": [],
|
| 778 |
+
"color": "#2a363b",
|
| 779 |
+
"bgcolor": "#3f5159"
|
| 780 |
+
},
|
| 781 |
+
{
|
| 782 |
+
"id": 17,
|
| 783 |
+
"type": "KSampler",
|
| 784 |
+
"pos": [
|
| 785 |
+
19930,
|
| 786 |
+
7080
|
| 787 |
+
],
|
| 788 |
+
"size": [
|
| 789 |
+
300,
|
| 790 |
+
710
|
| 791 |
+
],
|
| 792 |
+
"flags": {},
|
| 793 |
+
"order": 16,
|
| 794 |
+
"mode": 0,
|
| 795 |
+
"inputs": [
|
| 796 |
+
{
|
| 797 |
+
"name": "model",
|
| 798 |
+
"type": "MODEL",
|
| 799 |
+
"link": 41
|
| 800 |
+
},
|
| 801 |
+
{
|
| 802 |
+
"name": "positive",
|
| 803 |
+
"type": "CONDITIONING",
|
| 804 |
+
"link": 66
|
| 805 |
+
},
|
| 806 |
+
{
|
| 807 |
+
"name": "negative",
|
| 808 |
+
"type": "CONDITIONING",
|
| 809 |
+
"link": 47
|
| 810 |
+
},
|
| 811 |
+
{
|
| 812 |
+
"name": "latent_image",
|
| 813 |
+
"type": "LATENT",
|
| 814 |
+
"link": 24
|
| 815 |
+
},
|
| 816 |
+
{
|
| 817 |
+
"name": "seed",
|
| 818 |
+
"type": "INT",
|
| 819 |
+
"widget": {
|
| 820 |
+
"name": "seed"
|
| 821 |
+
},
|
| 822 |
+
"link": 69
|
| 823 |
+
}
|
| 824 |
+
],
|
| 825 |
+
"outputs": [
|
| 826 |
+
{
|
| 827 |
+
"name": "LATENT",
|
| 828 |
+
"type": "LATENT",
|
| 829 |
+
"slot_index": 0,
|
| 830 |
+
"links": [
|
| 831 |
+
8
|
| 832 |
+
]
|
| 833 |
+
}
|
| 834 |
+
],
|
| 835 |
+
"title": "🎨 Base Generation",
|
| 836 |
+
"properties": {
|
| 837 |
+
"cnr_id": "comfy-core",
|
| 838 |
+
"ver": "0.3.48",
|
| 839 |
+
"Node name for S&R": "KSampler",
|
| 840 |
+
"ue_properties": {
|
| 841 |
+
"version": "7.0.1",
|
| 842 |
+
"widget_ue_connectable": {}
|
| 843 |
+
},
|
| 844 |
+
"enableTabs": false,
|
| 845 |
+
"tabWidth": 65,
|
| 846 |
+
"tabXOffset": 10,
|
| 847 |
+
"hasSecondTab": false,
|
| 848 |
+
"secondTabText": "Send Back",
|
| 849 |
+
"secondTabOffset": 80,
|
| 850 |
+
"secondTabWidth": 65
|
| 851 |
+
},
|
| 852 |
+
"widgets_values": [
|
| 853 |
+
504463686355241,
|
| 854 |
+
"fixed",
|
| 855 |
+
12,
|
| 856 |
+
1,
|
| 857 |
+
"euler_ancestral",
|
| 858 |
+
"beta",
|
| 859 |
+
1
|
| 860 |
+
],
|
| 861 |
+
"color": "#2a363b",
|
| 862 |
+
"bgcolor": "#3f5159"
|
| 863 |
+
},
|
| 864 |
+
{
|
| 865 |
+
"id": 28,
|
| 866 |
+
"type": "Fast Groups Bypasser (rgthree)",
|
| 867 |
+
"pos": [
|
| 868 |
+
20740,
|
| 869 |
+
6920
|
| 870 |
+
],
|
| 871 |
+
"size": [
|
| 872 |
+
360,
|
| 873 |
+
58
|
| 874 |
+
],
|
| 875 |
+
"flags": {},
|
| 876 |
+
"order": 2,
|
| 877 |
+
"mode": 0,
|
| 878 |
+
"inputs": [],
|
| 879 |
+
"outputs": [
|
| 880 |
+
{
|
| 881 |
+
"name": "OPT_CONNECTION",
|
| 882 |
+
"type": "*",
|
| 883 |
+
"links": null
|
| 884 |
+
}
|
| 885 |
+
],
|
| 886 |
+
"title": "🔼 Toggle Upscaler ON/OFF",
|
| 887 |
+
"properties": {
|
| 888 |
+
"matchColors": "",
|
| 889 |
+
"matchTitle": "🔼",
|
| 890 |
+
"showNav": true,
|
| 891 |
+
"showAllGraphs": true,
|
| 892 |
+
"sort": "position",
|
| 893 |
+
"customSortAlphabet": "",
|
| 894 |
+
"toggleRestriction": "default",
|
| 895 |
+
"ue_properties": {
|
| 896 |
+
"widget_ue_connectable": {},
|
| 897 |
+
"input_ue_unconnectable": {},
|
| 898 |
+
"version": "7.4.1"
|
| 899 |
+
}
|
| 900 |
+
},
|
| 901 |
+
"color": "#432",
|
| 902 |
+
"bgcolor": "#653"
|
| 903 |
+
},
|
| 904 |
+
{
|
| 905 |
+
"id": 20,
|
| 906 |
+
"type": "CLIPTextEncode",
|
| 907 |
+
"pos": [
|
| 908 |
+
19150,
|
| 909 |
+
7080
|
| 910 |
+
],
|
| 911 |
+
"size": [
|
| 912 |
+
470,
|
| 913 |
+
490
|
| 914 |
+
],
|
| 915 |
+
"flags": {
|
| 916 |
+
"collapsed": false
|
| 917 |
+
},
|
| 918 |
+
"order": 11,
|
| 919 |
+
"mode": 0,
|
| 920 |
+
"inputs": [
|
| 921 |
+
{
|
| 922 |
+
"name": "clip",
|
| 923 |
+
"type": "CLIP",
|
| 924 |
+
"link": 51
|
| 925 |
+
}
|
| 926 |
+
],
|
| 927 |
+
"outputs": [
|
| 928 |
+
{
|
| 929 |
+
"name": "CONDITIONING",
|
| 930 |
+
"type": "CONDITIONING",
|
| 931 |
+
"links": [
|
| 932 |
+
46,
|
| 933 |
+
65
|
| 934 |
+
]
|
| 935 |
+
}
|
| 936 |
+
],
|
| 937 |
+
"title": "✅ Positive Prompt (What You Want)",
|
| 938 |
+
"properties": {
|
| 939 |
+
"cnr_id": "comfy-core",
|
| 940 |
+
"ver": "0.3.65",
|
| 941 |
+
"Node name for S&R": "CLIPTextEncode",
|
| 942 |
+
"ue_properties": {
|
| 943 |
+
"widget_ue_connectable": {
|
| 944 |
+
"text": true
|
| 945 |
+
},
|
| 946 |
+
"version": "7.0.1"
|
| 947 |
+
}
|
| 948 |
+
},
|
| 949 |
+
"widgets_values": [
|
| 950 |
+
"Modern command center interior with advanced touchscreen displays mounted on the walls and desks. Large curved transparent screen in the center showing data streams and neural network visualizations. The word 'Z-IMAGE-TURBO-AIO-WORKFLOW-VARIANCE' is prominently displayed as a large, bold title in bright cyan letters with a subtle glow effect, positioned at the top center of the image like a magazine cover. An adorable orange tabby cat with bright green eyes is sitting attentively on an ergonomic workstation chair, with its paw touching a projected keyboard as if operating the system. The cat is wearing a small modern collar with a glowing blue LED indicator. The cat is looking directly at the camera with an intelligent, curious expression. The design is modern and minimalist with white and metallic surfaces, and blue accent lighting strips along the walls and floor. The workstation is advanced and ergonomic, with projected keyboards and floating transparent panels showing AI processing diagrams and flowcharts. Soft blue and purple ambient lighting creates a high-tech atmosphere, with a gentle glow reflecting in the cat's fur. The shot is taken from a slightly elevated wide angle. The visualization is professional and inspired by advanced technology research facilities, with a focus on realism and detail. The workspace is clean and organized, with a futuristic yet realistic aesthetic."
|
| 951 |
+
],
|
| 952 |
+
"color": "#232",
|
| 953 |
+
"bgcolor": "#353"
|
| 954 |
+
},
|
| 955 |
+
{
|
| 956 |
+
"id": 41,
|
| 957 |
+
"type": "LoraLoader",
|
| 958 |
+
"pos": [
|
| 959 |
+
18620,
|
| 960 |
+
7440
|
| 961 |
+
],
|
| 962 |
+
"size": [
|
| 963 |
+
470,
|
| 964 |
+
126
|
| 965 |
+
],
|
| 966 |
+
"flags": {},
|
| 967 |
+
"order": 8,
|
| 968 |
+
"mode": 4,
|
| 969 |
+
"inputs": [
|
| 970 |
+
{
|
| 971 |
+
"name": "model",
|
| 972 |
+
"type": "MODEL",
|
| 973 |
+
"link": 49
|
| 974 |
+
},
|
| 975 |
+
{
|
| 976 |
+
"name": "clip",
|
| 977 |
+
"type": "CLIP",
|
| 978 |
+
"link": 50
|
| 979 |
+
}
|
| 980 |
+
],
|
| 981 |
+
"outputs": [
|
| 982 |
+
{
|
| 983 |
+
"name": "MODEL",
|
| 984 |
+
"type": "MODEL",
|
| 985 |
+
"links": [
|
| 986 |
+
52
|
| 987 |
+
]
|
| 988 |
+
},
|
| 989 |
+
{
|
| 990 |
+
"name": "CLIP",
|
| 991 |
+
"type": "CLIP",
|
| 992 |
+
"links": [
|
| 993 |
+
51
|
| 994 |
+
]
|
| 995 |
+
}
|
| 996 |
+
],
|
| 997 |
+
"properties": {
|
| 998 |
+
"cnr_id": "comfy-core",
|
| 999 |
+
"ver": "0.3.75",
|
| 1000 |
+
"Node name for S&R": "LoraLoader",
|
| 1001 |
+
"ue_properties": {
|
| 1002 |
+
"widget_ue_connectable": {
|
| 1003 |
+
"lora_name": true,
|
| 1004 |
+
"strength_model": true,
|
| 1005 |
+
"strength_clip": true
|
| 1006 |
+
},
|
| 1007 |
+
"version": "7.4.1",
|
| 1008 |
+
"input_ue_unconnectable": {}
|
| 1009 |
+
}
|
| 1010 |
+
},
|
| 1011 |
+
"widgets_values": [
|
| 1012 |
+
"z-image\\z-image-anime-v1.safetensors",
|
| 1013 |
+
0.9,
|
| 1014 |
+
1
|
| 1015 |
+
],
|
| 1016 |
+
"color": "#223",
|
| 1017 |
+
"bgcolor": "#335"
|
| 1018 |
+
},
|
| 1019 |
+
{
|
| 1020 |
+
"id": 35,
|
| 1021 |
+
"type": "MarkdownNote",
|
| 1022 |
+
"pos": [
|
| 1023 |
+
19060,
|
| 1024 |
+
7640
|
| 1025 |
+
],
|
| 1026 |
+
"size": [
|
| 1027 |
+
290,
|
| 1028 |
+
390
|
| 1029 |
+
],
|
| 1030 |
+
"flags": {},
|
| 1031 |
+
"order": 3,
|
| 1032 |
+
"mode": 0,
|
| 1033 |
+
"inputs": [],
|
| 1034 |
+
"outputs": [],
|
| 1035 |
+
"title": "📐 Resolution Presets",
|
| 1036 |
+
"properties": {
|
| 1037 |
+
"ue_properties": {
|
| 1038 |
+
"version": "7.4.1",
|
| 1039 |
+
"widget_ue_connectable": {},
|
| 1040 |
+
"input_ue_unconnectable": {}
|
| 1041 |
+
}
|
| 1042 |
+
},
|
| 1043 |
+
"widgets_values": [
|
| 1044 |
+
"# 📐 Resolution Presets\n\n## ⭐ Recommended (Tested)\n**1920×1088** - Wide cinematic\n\n## 🚀 Fast (Both Versions)\n512×512 • 512×768 • 768×768\n768×1024 • 1024×768\n\n## 📱 Standard HD\n832×1216 • 1024×1024 • 1216×832\n\n## 🎬 High Quality\n1024×1536 • 1536×1024\n\n## 🎥 2K Cinematic\n1920×1088 ⭐ • 2048×1152 • 1920×1080\n\n---\n\n💡 **Quick Tips:**\n- **Portrait:** 512×768, 832×1216, 1024×1536\n- **Landscape:** 1216×832, 1920×1088 ⭐, 2048×1152\n- **Square:** 1024×1024\n\n**1920×1088** tested on RTX 4060 8GB!\nWorks perfectly with both FP8 & BF16."
|
| 1045 |
+
],
|
| 1046 |
+
"color": "#2a363b",
|
| 1047 |
+
"bgcolor": "#3f5159"
|
| 1048 |
+
},
|
| 1049 |
+
{
|
| 1050 |
+
"id": 53,
|
| 1051 |
+
"type": "SeedVarianceEnhancer",
|
| 1052 |
+
"pos": [
|
| 1053 |
+
19670,
|
| 1054 |
+
7200
|
| 1055 |
+
],
|
| 1056 |
+
"size": [
|
| 1057 |
+
251.50390625,
|
| 1058 |
+
250
|
| 1059 |
+
],
|
| 1060 |
+
"flags": {},
|
| 1061 |
+
"order": 14,
|
| 1062 |
+
"mode": 0,
|
| 1063 |
+
"inputs": [
|
| 1064 |
+
{
|
| 1065 |
+
"name": "conditioning",
|
| 1066 |
+
"type": "CONDITIONING",
|
| 1067 |
+
"link": 65
|
| 1068 |
+
},
|
| 1069 |
+
{
|
| 1070 |
+
"name": "seed",
|
| 1071 |
+
"type": "INT",
|
| 1072 |
+
"widget": {
|
| 1073 |
+
"name": "seed"
|
| 1074 |
+
},
|
| 1075 |
+
"link": 68
|
| 1076 |
+
}
|
| 1077 |
+
],
|
| 1078 |
+
"outputs": [
|
| 1079 |
+
{
|
| 1080 |
+
"name": "CONDITIONING",
|
| 1081 |
+
"type": "CONDITIONING",
|
| 1082 |
+
"links": [
|
| 1083 |
+
66,
|
| 1084 |
+
67
|
| 1085 |
+
]
|
| 1086 |
+
}
|
| 1087 |
+
],
|
| 1088 |
+
"title": "📖SeedVarianceEnhancer",
|
| 1089 |
+
"properties": {
|
| 1090 |
+
"cnr_id": "seedvarianceenhancer",
|
| 1091 |
+
"ver": "2.1.0",
|
| 1092 |
+
"Node name for S&R": "SeedVarianceEnhancer"
|
| 1093 |
+
},
|
| 1094 |
+
"widgets_values": [
|
| 1095 |
+
50,
|
| 1096 |
+
20,
|
| 1097 |
+
"noise on beginning steps",
|
| 1098 |
+
20,
|
| 1099 |
+
0,
|
| 1100 |
+
"fixed",
|
| 1101 |
+
"beginning",
|
| 1102 |
+
0,
|
| 1103 |
+
false
|
| 1104 |
+
],
|
| 1105 |
+
"color": "#233",
|
| 1106 |
+
"bgcolor": "#355"
|
| 1107 |
+
},
|
| 1108 |
+
{
|
| 1109 |
+
"id": 54,
|
| 1110 |
+
"type": "Seed (rgthree)",
|
| 1111 |
+
"pos": [
|
| 1112 |
+
19670,
|
| 1113 |
+
7500
|
| 1114 |
+
],
|
| 1115 |
+
"size": [
|
| 1116 |
+
250,
|
| 1117 |
+
130
|
| 1118 |
+
],
|
| 1119 |
+
"flags": {},
|
| 1120 |
+
"order": 4,
|
| 1121 |
+
"mode": 0,
|
| 1122 |
+
"inputs": [],
|
| 1123 |
+
"outputs": [
|
| 1124 |
+
{
|
| 1125 |
+
"dir": 4,
|
| 1126 |
+
"name": "SEED",
|
| 1127 |
+
"shape": 3,
|
| 1128 |
+
"type": "INT",
|
| 1129 |
+
"links": [
|
| 1130 |
+
68,
|
| 1131 |
+
69,
|
| 1132 |
+
70
|
| 1133 |
+
]
|
| 1134 |
+
}
|
| 1135 |
+
],
|
| 1136 |
+
"title": "Seed",
|
| 1137 |
+
"properties": {
|
| 1138 |
+
"cnr_id": "rgthree-comfy",
|
| 1139 |
+
"ver": "1.0.2512112053",
|
| 1140 |
+
"randomMax": 1125899906842624,
|
| 1141 |
+
"randomMin": 0
|
| 1142 |
+
},
|
| 1143 |
+
"widgets_values": [
|
| 1144 |
+
-1,
|
| 1145 |
+
"",
|
| 1146 |
+
"",
|
| 1147 |
+
""
|
| 1148 |
+
],
|
| 1149 |
+
"color": "#233",
|
| 1150 |
+
"bgcolor": "#355"
|
| 1151 |
+
},
|
| 1152 |
+
{
|
| 1153 |
+
"id": 23,
|
| 1154 |
+
"type": "MarkdownNote",
|
| 1155 |
+
"pos": [
|
| 1156 |
+
18030,
|
| 1157 |
+
7030
|
| 1158 |
+
],
|
| 1159 |
+
"size": [
|
| 1160 |
+
550,
|
| 1161 |
+
560
|
| 1162 |
+
],
|
| 1163 |
+
"flags": {},
|
| 1164 |
+
"order": 5,
|
| 1165 |
+
"mode": 0,
|
| 1166 |
+
"inputs": [],
|
| 1167 |
+
"outputs": [],
|
| 1168 |
+
"title": "📦 Model Info - Z-Image-Turbo-AIO",
|
| 1169 |
+
"properties": {
|
| 1170 |
+
"ue_properties": {
|
| 1171 |
+
"version": "7.4.1",
|
| 1172 |
+
"widget_ue_connectable": {},
|
| 1173 |
+
"input_ue_unconnectable": {}
|
| 1174 |
+
}
|
| 1175 |
+
},
|
| 1176 |
+
"widgets_values": [
|
| 1177 |
+
"# 🚀 Z-Image-Turbo-AIO\n\n> **Ultra‑Fast Photorealistic Generation** — lightweight, ultra‑fast models tuned to produce photoreal outputs even on low VRAM GPUs.\n\n---\n\n## 📌 Quick overview\n\n* **Two optimized builds:** BF16 for maximum precision, FP8 for speed/efficiency.\n* **Designed to run on as little as 8 GB VRAM.**\n* **Natural‑language prompts work best.**\n\n---\n\n## 🔄 Versions\n\n| Badge | Version | VRAM | Focus |\n| ----: | :----------- | :-------: | :---------------------------------------------------------------------------- |\n| 🟢 | **BF16‑AIO** | **20 GB** | Maximum precision and detail. Great for archival‑quality renders. |\n| 🟡 | **FP8‑AIO** | **10 GB** | Speed and efficiency while keeping good quality — ideal for quick iterations. |\n\n> **Note:** Both versions are engineered to be usable on **8 GB VRAM** (with the right settings and host configuration).\n\n---\n\n## ⚙️ Recommended settings\n\n```yaml\n# Minimal recommended config\nsteps: 9\ncfg_scale: 1.0 # DON'T CHANGE\nsampler: res_multistep | euler_ancestral\nscheduler: simple | beta\nnegative_prompts: [] # NO negative prompts\n```\n\n* **Steps:** `9` — tuned for this workflow (fast but high quality).\n* **CFG (cfg_scale):** `1.0` — *do not change* (important for how the model balances guidance).\n* **Sampler:** `res_multistep` or `euler_ancestral` — try both to compare artifact/film grain.\n* **Scheduler:** `simple` or `beta` — user preference; `beta` may be slightly more stable with FP8.\n* **Negative prompts:** intentionally left empty — this workflow benefits from *positive* guiding prompts.\n\n---\n\n## 🎲 What's new in this workflow\n\n### 🌟 Seed Variance Enhancer\n\nA brand‑new node that **adds controlled diversity** to outputs while using the same prompt — perfect for batch generation when you want varied but consistent results.\n\n<details>\n<summary>Usage (expand for example)</summary>\n\n**Basic idea:** provide a base seed and a variance parameter. The node will generate multiple nearby seeds and produce visually distinct results while keeping prompt semantics stable.\n\n**Example (pseudocode):**\n\n```text\nInput prompt: \"Photorealistic portrait of an astronaut at sunset\"\nBase seed: 123456\nVariance: 0.8\nOutputs: seed 123455, 123457, 123469, ...\n```\n\nSee the guide node for detailed parameter descriptions and best practice ranges.\n\n</details>\n\n---\n\n## 📥 Downloads & quick links\n\n* **CivitAI:** [https://civitai.com/models/2173571?modelVersionId=2448013](https://civitai.com/models/2173571?modelVersionId=2448013)\n* **HuggingFace:** [https://huggingface.co/SeeSee21/Z-Image-Turbo-AIO](https://huggingface.co/SeeSee21/Z-Image-Turbo-AIO)\n* **Try Online:** [https://tensorart.me/de-DE/models/939302608026244936/Z-Image-Turbo-AIO-FP8-FP8](https://tensorart.me/de-DE/models/939302608026244936/Z-Image-Turbo-AIO-FP8-FP8)\n\n> Tip: check the model page for version notes and community example images.\n\n---\n\n## 🎯 Required custom nodes\n\nThese nodes are required (or strongly recommended) to replicate the workflow exactly:\n\n* [rgthree‑comfy](https://github.com/rgthree/rgthree-comfy)\n* [comfyui_image_metadata_extension](https://github.com/edelvarden/comfyui_image_metadata_extension)\n* [SeedVarianceEnhancer](https://github.com/ChangeTheConstants/SeedVarianceEnhancer) ⭐ **NEW**\n\n---\n\n## 🧪 Examples & prompt tips\n\n> **Tip:** Natural language prompts get the best results. Keep prompts descriptive but concise.\n\n**Example prompts**\n\n```text\nPhotorealistic portrait of a person with cinematic rim lighting, shallow depth of field, 50mm lens — ultra detailed skin, natural color grading.\n\nPhotorealistic city street at golden hour, wet pavement reflecting neon signs, cinematic composition, ultra realistic.\n```\n\n**Quick prompt checklist:**\n\n* Subject + mood + lighting\n* Lens / camera (optional) for DOF/scale hints\n* Material/texture details (skin, fabric, metal)\n* One or two style references at most\n\n---\n\n## ⚠️ Compatibility notes\n\n* Although both builds are usable on **8 GB VRAM**, the exact performance depends on host OS, GPU drivers, and sampler/scheduler choices.\n* If you see OOMs, try reducing image resolution, switching sampler, or using FP8 build.\n\n---\n\n## 🧾 Changelog (high level)\n\n* **NEW:** Seed Variance Enhancer node integrated.\n* **TUNED:** Default step & cfg presets for low‑VRAM stability.\n\n---\n\n💡 **Natural language prompts work best!**\n\n---\n\n*Created with ❤️ for fast, photoreal generation — enjoy and share examples!*\n"
|
| 1178 |
+
],
|
| 1179 |
+
"color": "#432",
|
| 1180 |
+
"bgcolor": "#653"
|
| 1181 |
+
},
|
| 1182 |
+
{
|
| 1183 |
+
"id": 32,
|
| 1184 |
+
"type": "MarkdownNote",
|
| 1185 |
+
"pos": [
|
| 1186 |
+
19660,
|
| 1187 |
+
7860
|
| 1188 |
+
],
|
| 1189 |
+
"size": [
|
| 1190 |
+
580,
|
| 1191 |
+
360
|
| 1192 |
+
],
|
| 1193 |
+
"flags": {},
|
| 1194 |
+
"order": 6,
|
| 1195 |
+
"mode": 0,
|
| 1196 |
+
"inputs": [],
|
| 1197 |
+
"outputs": [],
|
| 1198 |
+
"title": "🎲 Seed Variance Enhancer Guide",
|
| 1199 |
+
"properties": {
|
| 1200 |
+
"ue_properties": {
|
| 1201 |
+
"version": "7.4.1",
|
| 1202 |
+
"widget_ue_connectable": {},
|
| 1203 |
+
"input_ue_unconnectable": {}
|
| 1204 |
+
}
|
| 1205 |
+
},
|
| 1206 |
+
"widgets_values": [
|
| 1207 |
+
"# 🎲 Seed Variance Enhancer\n\n**Adds diversity to outputs with same prompt!**\n\nCompensates for low seed variance in Z-Image Turbo by adding controlled random noise to text embeddings.\n\n---\n\n## ⚙️ Settings:\n\n### randomize_percent (50)\nHow many embedding values to modify.\n- **Lower (20-40):** Subtle variations\n- **Medium (50-60):** Balanced ⭐\n- **Higher (70-90):** Strong diversity\n\n### strength (15-30)\nHow much noise to add.\n- **Lower (10-20):** Minor changes\n- **Medium (20-30):** Good balance ⭐\n- **Higher (40-50):** Major changes\n\n### noise_insert\n**'noise on beginning steps'** ⭐ Recommended \nUses noise only at start, then switches to original prompt. \n\n**'noise on all steps'** \nMore aggressive, reduces prompt adherence. \n\n**'noise on ending steps'** \nExperimental, for advanced users.\n\n### steps_switchover_percent (20)\nWhen to switch back to original embedding (only for 'beginning steps' mode).\n\n### seed (0 = random)\nIndependent seed for noise generation.\n- **0:** Random each time\n- **Fixed number:** Reproducible variations\n\n---\n\n## 💡 How It Works:\n\n1. Takes your prompt embedding\n2. Randomly modifies parts of it\n3. Creates more diverse outputs\n4. Each seed gives different results\n\n---\n\n## 🎯 Recommended Settings:\n\n**For Z-Image Turbo:**\n- randomize_percent: **50**\n- strength: **20-30**\n- noise_insert: **'noise on beginning steps'**\n- steps_switchover_percent: **20**\n\n**Note:** Longer, detailed prompts work better!\n\n---\n\n## ⚠️ Trade-offs:\n\n**Benefits:**\n✅ More diverse outputs per seed\n✅ Unexpected creative results\n✅ Discover model capabilities\n\n**Side effects:**\n❌ Slightly reduced prompt adherence\n❌ May affect text rendering\n❌ Higher settings = less control\n\n---\n\n## 📦 Installation:\n\n[SeedVarianceEnhancer](https://github.com/ChangeTheConstants/SeedVarianceEnhancer)\n\nPlace in `ComfyUI/custom_nodes/`\n\n---\n\n**Tip:** Start with default settings, adjust based on results!"
|
| 1208 |
+
],
|
| 1209 |
+
"color": "#233",
|
| 1210 |
+
"bgcolor": "#355"
|
| 1211 |
+
},
|
| 1212 |
+
{
|
| 1213 |
+
"id": 43,
|
| 1214 |
+
"type": "Fast Groups Bypasser (rgthree)",
|
| 1215 |
+
"pos": [
|
| 1216 |
+
18600,
|
| 1217 |
+
7270
|
| 1218 |
+
],
|
| 1219 |
+
"size": [
|
| 1220 |
+
380,
|
| 1221 |
+
58
|
| 1222 |
+
],
|
| 1223 |
+
"flags": {},
|
| 1224 |
+
"order": 7,
|
| 1225 |
+
"mode": 0,
|
| 1226 |
+
"inputs": [],
|
| 1227 |
+
"outputs": [
|
| 1228 |
+
{
|
| 1229 |
+
"name": "OPT_CONNECTION",
|
| 1230 |
+
"type": "*",
|
| 1231 |
+
"links": null
|
| 1232 |
+
}
|
| 1233 |
+
],
|
| 1234 |
+
"title": "📖 Toggle LoRA ON/OFF",
|
| 1235 |
+
"properties": {
|
| 1236 |
+
"matchColors": "",
|
| 1237 |
+
"matchTitle": "📖",
|
| 1238 |
+
"showNav": true,
|
| 1239 |
+
"showAllGraphs": true,
|
| 1240 |
+
"sort": "position",
|
| 1241 |
+
"customSortAlphabet": "",
|
| 1242 |
+
"toggleRestriction": "default",
|
| 1243 |
+
"ue_properties": {
|
| 1244 |
+
"widget_ue_connectable": {},
|
| 1245 |
+
"input_ue_unconnectable": {},
|
| 1246 |
+
"version": "7.4.1"
|
| 1247 |
+
}
|
| 1248 |
+
},
|
| 1249 |
+
"color": "#233",
|
| 1250 |
+
"bgcolor": "#355"
|
| 1251 |
+
}
|
| 1252 |
+
],
|
| 1253 |
+
"links": [
|
| 1254 |
+
[
|
| 1255 |
+
8,
|
| 1256 |
+
17,
|
| 1257 |
+
0,
|
| 1258 |
+
11,
|
| 1259 |
+
0,
|
| 1260 |
+
"LATENT"
|
| 1261 |
+
],
|
| 1262 |
+
[
|
| 1263 |
+
10,
|
| 1264 |
+
14,
|
| 1265 |
+
0,
|
| 1266 |
+
12,
|
| 1267 |
+
0,
|
| 1268 |
+
"LATENT"
|
| 1269 |
+
],
|
| 1270 |
+
[
|
| 1271 |
+
12,
|
| 1272 |
+
11,
|
| 1273 |
+
0,
|
| 1274 |
+
13,
|
| 1275 |
+
0,
|
| 1276 |
+
"IMAGE"
|
| 1277 |
+
],
|
| 1278 |
+
[
|
| 1279 |
+
13,
|
| 1280 |
+
12,
|
| 1281 |
+
0,
|
| 1282 |
+
13,
|
| 1283 |
+
1,
|
| 1284 |
+
"IMAGE"
|
| 1285 |
+
],
|
| 1286 |
+
[
|
| 1287 |
+
24,
|
| 1288 |
+
6,
|
| 1289 |
+
0,
|
| 1290 |
+
17,
|
| 1291 |
+
3,
|
| 1292 |
+
"LATENT"
|
| 1293 |
+
],
|
| 1294 |
+
[
|
| 1295 |
+
33,
|
| 1296 |
+
29,
|
| 1297 |
+
0,
|
| 1298 |
+
30,
|
| 1299 |
+
0,
|
| 1300 |
+
"*"
|
| 1301 |
+
],
|
| 1302 |
+
[
|
| 1303 |
+
34,
|
| 1304 |
+
30,
|
| 1305 |
+
0,
|
| 1306 |
+
11,
|
| 1307 |
+
1,
|
| 1308 |
+
"VAE"
|
| 1309 |
+
],
|
| 1310 |
+
[
|
| 1311 |
+
35,
|
| 1312 |
+
30,
|
| 1313 |
+
0,
|
| 1314 |
+
31,
|
| 1315 |
+
0,
|
| 1316 |
+
"*"
|
| 1317 |
+
],
|
| 1318 |
+
[
|
| 1319 |
+
36,
|
| 1320 |
+
31,
|
| 1321 |
+
0,
|
| 1322 |
+
12,
|
| 1323 |
+
1,
|
| 1324 |
+
"VAE"
|
| 1325 |
+
],
|
| 1326 |
+
[
|
| 1327 |
+
39,
|
| 1328 |
+
34,
|
| 1329 |
+
2,
|
| 1330 |
+
29,
|
| 1331 |
+
0,
|
| 1332 |
+
"*"
|
| 1333 |
+
],
|
| 1334 |
+
[
|
| 1335 |
+
40,
|
| 1336 |
+
2,
|
| 1337 |
+
0,
|
| 1338 |
+
14,
|
| 1339 |
+
0,
|
| 1340 |
+
"MODEL"
|
| 1341 |
+
],
|
| 1342 |
+
[
|
| 1343 |
+
41,
|
| 1344 |
+
2,
|
| 1345 |
+
0,
|
| 1346 |
+
17,
|
| 1347 |
+
0,
|
| 1348 |
+
"MODEL"
|
| 1349 |
+
],
|
| 1350 |
+
[
|
| 1351 |
+
46,
|
| 1352 |
+
20,
|
| 1353 |
+
0,
|
| 1354 |
+
40,
|
| 1355 |
+
0,
|
| 1356 |
+
"CONDITIONING"
|
| 1357 |
+
],
|
| 1358 |
+
[
|
| 1359 |
+
47,
|
| 1360 |
+
40,
|
| 1361 |
+
0,
|
| 1362 |
+
17,
|
| 1363 |
+
2,
|
| 1364 |
+
"CONDITIONING"
|
| 1365 |
+
],
|
| 1366 |
+
[
|
| 1367 |
+
48,
|
| 1368 |
+
40,
|
| 1369 |
+
0,
|
| 1370 |
+
14,
|
| 1371 |
+
2,
|
| 1372 |
+
"CONDITIONING"
|
| 1373 |
+
],
|
| 1374 |
+
[
|
| 1375 |
+
49,
|
| 1376 |
+
34,
|
| 1377 |
+
0,
|
| 1378 |
+
41,
|
| 1379 |
+
0,
|
| 1380 |
+
"MODEL"
|
| 1381 |
+
],
|
| 1382 |
+
[
|
| 1383 |
+
50,
|
| 1384 |
+
34,
|
| 1385 |
+
1,
|
| 1386 |
+
41,
|
| 1387 |
+
1,
|
| 1388 |
+
"CLIP"
|
| 1389 |
+
],
|
| 1390 |
+
[
|
| 1391 |
+
51,
|
| 1392 |
+
41,
|
| 1393 |
+
1,
|
| 1394 |
+
20,
|
| 1395 |
+
0,
|
| 1396 |
+
"CLIP"
|
| 1397 |
+
],
|
| 1398 |
+
[
|
| 1399 |
+
52,
|
| 1400 |
+
41,
|
| 1401 |
+
0,
|
| 1402 |
+
2,
|
| 1403 |
+
0,
|
| 1404 |
+
"MODEL"
|
| 1405 |
+
],
|
| 1406 |
+
[
|
| 1407 |
+
56,
|
| 1408 |
+
45,
|
| 1409 |
+
0,
|
| 1410 |
+
14,
|
| 1411 |
+
3,
|
| 1412 |
+
"LATENT"
|
| 1413 |
+
],
|
| 1414 |
+
[
|
| 1415 |
+
60,
|
| 1416 |
+
11,
|
| 1417 |
+
0,
|
| 1418 |
+
44,
|
| 1419 |
+
0,
|
| 1420 |
+
"IMAGE"
|
| 1421 |
+
],
|
| 1422 |
+
[
|
| 1423 |
+
61,
|
| 1424 |
+
44,
|
| 1425 |
+
0,
|
| 1426 |
+
45,
|
| 1427 |
+
0,
|
| 1428 |
+
"IMAGE"
|
| 1429 |
+
],
|
| 1430 |
+
[
|
| 1431 |
+
62,
|
| 1432 |
+
31,
|
| 1433 |
+
0,
|
| 1434 |
+
45,
|
| 1435 |
+
1,
|
| 1436 |
+
"VAE"
|
| 1437 |
+
],
|
| 1438 |
+
[
|
| 1439 |
+
63,
|
| 1440 |
+
11,
|
| 1441 |
+
0,
|
| 1442 |
+
48,
|
| 1443 |
+
0,
|
| 1444 |
+
"IMAGE"
|
| 1445 |
+
],
|
| 1446 |
+
[
|
| 1447 |
+
64,
|
| 1448 |
+
12,
|
| 1449 |
+
0,
|
| 1450 |
+
49,
|
| 1451 |
+
0,
|
| 1452 |
+
"IMAGE"
|
| 1453 |
+
],
|
| 1454 |
+
[
|
| 1455 |
+
65,
|
| 1456 |
+
20,
|
| 1457 |
+
0,
|
| 1458 |
+
53,
|
| 1459 |
+
0,
|
| 1460 |
+
"CONDITIONING"
|
| 1461 |
+
],
|
| 1462 |
+
[
|
| 1463 |
+
66,
|
| 1464 |
+
53,
|
| 1465 |
+
0,
|
| 1466 |
+
17,
|
| 1467 |
+
1,
|
| 1468 |
+
"CONDITIONING"
|
| 1469 |
+
],
|
| 1470 |
+
[
|
| 1471 |
+
67,
|
| 1472 |
+
53,
|
| 1473 |
+
0,
|
| 1474 |
+
14,
|
| 1475 |
+
1,
|
| 1476 |
+
"CONDITIONING"
|
| 1477 |
+
],
|
| 1478 |
+
[
|
| 1479 |
+
68,
|
| 1480 |
+
54,
|
| 1481 |
+
0,
|
| 1482 |
+
53,
|
| 1483 |
+
1,
|
| 1484 |
+
"INT"
|
| 1485 |
+
],
|
| 1486 |
+
[
|
| 1487 |
+
69,
|
| 1488 |
+
54,
|
| 1489 |
+
0,
|
| 1490 |
+
17,
|
| 1491 |
+
4,
|
| 1492 |
+
"INT"
|
| 1493 |
+
],
|
| 1494 |
+
[
|
| 1495 |
+
70,
|
| 1496 |
+
54,
|
| 1497 |
+
0,
|
| 1498 |
+
14,
|
| 1499 |
+
4,
|
| 1500 |
+
"INT"
|
| 1501 |
+
]
|
| 1502 |
+
],
|
| 1503 |
+
"groups": [
|
| 1504 |
+
{
|
| 1505 |
+
"id": 1,
|
| 1506 |
+
"title": "🎨 Step 4 - Generate Image",
|
| 1507 |
+
"bounding": [
|
| 1508 |
+
19660,
|
| 1509 |
+
7000,
|
| 1510 |
+
580,
|
| 1511 |
+
810
|
| 1512 |
+
],
|
| 1513 |
+
"color": "#a1309b",
|
| 1514 |
+
"font_size": 24,
|
| 1515 |
+
"flags": {}
|
| 1516 |
+
},
|
| 1517 |
+
{
|
| 1518 |
+
"id": 2,
|
| 1519 |
+
"title": "🔼 Step 5 - Upscale (Optional)",
|
| 1520 |
+
"bounding": [
|
| 1521 |
+
20760,
|
| 1522 |
+
7000,
|
| 1523 |
+
950,
|
| 1524 |
+
1100
|
| 1525 |
+
],
|
| 1526 |
+
"color": "#b58b2a",
|
| 1527 |
+
"font_size": 24,
|
| 1528 |
+
"flags": {}
|
| 1529 |
+
},
|
| 1530 |
+
{
|
| 1531 |
+
"id": 3,
|
| 1532 |
+
"title": "📦 Step 1 - Load Models",
|
| 1533 |
+
"bounding": [
|
| 1534 |
+
18600,
|
| 1535 |
+
7000,
|
| 1536 |
+
510,
|
| 1537 |
+
210
|
| 1538 |
+
],
|
| 1539 |
+
"color": "#3f789e",
|
| 1540 |
+
"font_size": 24,
|
| 1541 |
+
"flags": {}
|
| 1542 |
+
},
|
| 1543 |
+
{
|
| 1544 |
+
"id": 4,
|
| 1545 |
+
"title": "📐 Step 3 - Choose Size",
|
| 1546 |
+
"bounding": [
|
| 1547 |
+
19370,
|
| 1548 |
+
7610,
|
| 1549 |
+
270,
|
| 1550 |
+
200
|
| 1551 |
+
],
|
| 1552 |
+
"color": "#8AA",
|
| 1553 |
+
"font_size": 24,
|
| 1554 |
+
"flags": {}
|
| 1555 |
+
},
|
| 1556 |
+
{
|
| 1557 |
+
"id": 5,
|
| 1558 |
+
"title": "✍️ Step 2 - Write Prompts",
|
| 1559 |
+
"bounding": [
|
| 1560 |
+
19130,
|
| 1561 |
+
7000,
|
| 1562 |
+
510,
|
| 1563 |
+
590
|
| 1564 |
+
],
|
| 1565 |
+
"color": "#8A8",
|
| 1566 |
+
"font_size": 24,
|
| 1567 |
+
"flags": {}
|
| 1568 |
+
},
|
| 1569 |
+
{
|
| 1570 |
+
"id": 6,
|
| 1571 |
+
"title": "📖 Step 1 - Load LoRA (Optional)",
|
| 1572 |
+
"bounding": [
|
| 1573 |
+
18600,
|
| 1574 |
+
7350,
|
| 1575 |
+
510,
|
| 1576 |
+
240
|
| 1577 |
+
],
|
| 1578 |
+
"color": "#3f789e",
|
| 1579 |
+
"font_size": 24,
|
| 1580 |
+
"flags": {}
|
| 1581 |
+
}
|
| 1582 |
+
],
|
| 1583 |
+
"config": {},
|
| 1584 |
+
"extra": {
|
| 1585 |
+
"ds": {
|
| 1586 |
+
"scale": 0.323491843076088,
|
| 1587 |
+
"offset": [
|
| 1588 |
+
-17781.02805445122,
|
| 1589 |
+
-6266.537698382011
|
| 1590 |
+
]
|
| 1591 |
+
},
|
| 1592 |
+
"frontendVersion": "1.34.8",
|
| 1593 |
+
"workflowRendererVersion": "LG",
|
| 1594 |
+
"ue_links": [],
|
| 1595 |
+
"links_added_by_ue": [],
|
| 1596 |
+
"VHS_latentpreview": true,
|
| 1597 |
+
"VHS_latentpreviewrate": 0,
|
| 1598 |
+
"VHS_MetadataImage": true,
|
| 1599 |
+
"VHS_KeepIntermediate": true
|
| 1600 |
+
},
|
| 1601 |
+
"version": 0.4
|
| 1602 |
+
}
|
workflows/ZIT-AIO-v1.0.json
ADDED
|
@@ -0,0 +1,1373 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"id": "dd470a10-bbad-41fd-bddb-b8364d7ad3cc",
|
| 3 |
+
"revision": 0,
|
| 4 |
+
"last_node_id": 43,
|
| 5 |
+
"last_link_id": 52,
|
| 6 |
+
"nodes": [
|
| 7 |
+
{
|
| 8 |
+
"id": 12,
|
| 9 |
+
"type": "VAEDecode",
|
| 10 |
+
"pos": [
|
| 11 |
+
20740,
|
| 12 |
+
8030
|
| 13 |
+
],
|
| 14 |
+
"size": [
|
| 15 |
+
350,
|
| 16 |
+
46
|
| 17 |
+
],
|
| 18 |
+
"flags": {
|
| 19 |
+
"collapsed": false
|
| 20 |
+
},
|
| 21 |
+
"order": 19,
|
| 22 |
+
"mode": 4,
|
| 23 |
+
"inputs": [
|
| 24 |
+
{
|
| 25 |
+
"name": "samples",
|
| 26 |
+
"type": "LATENT",
|
| 27 |
+
"link": 10
|
| 28 |
+
},
|
| 29 |
+
{
|
| 30 |
+
"name": "vae",
|
| 31 |
+
"type": "VAE",
|
| 32 |
+
"link": 36
|
| 33 |
+
}
|
| 34 |
+
],
|
| 35 |
+
"outputs": [
|
| 36 |
+
{
|
| 37 |
+
"name": "IMAGE",
|
| 38 |
+
"type": "IMAGE",
|
| 39 |
+
"slot_index": 0,
|
| 40 |
+
"links": [
|
| 41 |
+
13,
|
| 42 |
+
31
|
| 43 |
+
]
|
| 44 |
+
}
|
| 45 |
+
],
|
| 46 |
+
"properties": {
|
| 47 |
+
"cnr_id": "comfy-core",
|
| 48 |
+
"ver": "0.3.48",
|
| 49 |
+
"Node name for S&R": "VAEDecode",
|
| 50 |
+
"ue_properties": {
|
| 51 |
+
"version": "7.0.1",
|
| 52 |
+
"widget_ue_connectable": {}
|
| 53 |
+
},
|
| 54 |
+
"enableTabs": false,
|
| 55 |
+
"tabWidth": 65,
|
| 56 |
+
"tabXOffset": 10,
|
| 57 |
+
"hasSecondTab": false,
|
| 58 |
+
"secondTabText": "Send Back",
|
| 59 |
+
"secondTabOffset": 80,
|
| 60 |
+
"secondTabWidth": 65
|
| 61 |
+
},
|
| 62 |
+
"widgets_values": [],
|
| 63 |
+
"color": "#2a363b",
|
| 64 |
+
"bgcolor": "#3f5159"
|
| 65 |
+
},
|
| 66 |
+
{
|
| 67 |
+
"id": 29,
|
| 68 |
+
"type": "Reroute",
|
| 69 |
+
"pos": [
|
| 70 |
+
19150,
|
| 71 |
+
6970
|
| 72 |
+
],
|
| 73 |
+
"size": [
|
| 74 |
+
75,
|
| 75 |
+
26
|
| 76 |
+
],
|
| 77 |
+
"flags": {},
|
| 78 |
+
"order": 8,
|
| 79 |
+
"mode": 0,
|
| 80 |
+
"inputs": [
|
| 81 |
+
{
|
| 82 |
+
"name": "",
|
| 83 |
+
"type": "*",
|
| 84 |
+
"link": 39
|
| 85 |
+
}
|
| 86 |
+
],
|
| 87 |
+
"outputs": [
|
| 88 |
+
{
|
| 89 |
+
"name": "",
|
| 90 |
+
"type": "VAE",
|
| 91 |
+
"links": [
|
| 92 |
+
33
|
| 93 |
+
]
|
| 94 |
+
}
|
| 95 |
+
],
|
| 96 |
+
"properties": {
|
| 97 |
+
"showOutputText": false,
|
| 98 |
+
"horizontal": false,
|
| 99 |
+
"ue_properties": {
|
| 100 |
+
"widget_ue_connectable": {},
|
| 101 |
+
"version": "7.4.1",
|
| 102 |
+
"input_ue_unconnectable": {}
|
| 103 |
+
}
|
| 104 |
+
},
|
| 105 |
+
"color": "#322",
|
| 106 |
+
"bgcolor": "#533"
|
| 107 |
+
},
|
| 108 |
+
{
|
| 109 |
+
"id": 30,
|
| 110 |
+
"type": "Reroute",
|
| 111 |
+
"pos": [
|
| 112 |
+
19590,
|
| 113 |
+
6970
|
| 114 |
+
],
|
| 115 |
+
"size": [
|
| 116 |
+
75,
|
| 117 |
+
26
|
| 118 |
+
],
|
| 119 |
+
"flags": {},
|
| 120 |
+
"order": 11,
|
| 121 |
+
"mode": 0,
|
| 122 |
+
"inputs": [
|
| 123 |
+
{
|
| 124 |
+
"name": "",
|
| 125 |
+
"type": "*",
|
| 126 |
+
"link": 33
|
| 127 |
+
}
|
| 128 |
+
],
|
| 129 |
+
"outputs": [
|
| 130 |
+
{
|
| 131 |
+
"name": "",
|
| 132 |
+
"type": "VAE",
|
| 133 |
+
"links": [
|
| 134 |
+
34,
|
| 135 |
+
35
|
| 136 |
+
]
|
| 137 |
+
}
|
| 138 |
+
],
|
| 139 |
+
"properties": {
|
| 140 |
+
"showOutputText": false,
|
| 141 |
+
"horizontal": false,
|
| 142 |
+
"ue_properties": {
|
| 143 |
+
"widget_ue_connectable": {},
|
| 144 |
+
"version": "7.4.1",
|
| 145 |
+
"input_ue_unconnectable": {}
|
| 146 |
+
}
|
| 147 |
+
},
|
| 148 |
+
"color": "#322",
|
| 149 |
+
"bgcolor": "#533"
|
| 150 |
+
},
|
| 151 |
+
{
|
| 152 |
+
"id": 31,
|
| 153 |
+
"type": "Reroute",
|
| 154 |
+
"pos": [
|
| 155 |
+
20620,
|
| 156 |
+
6970
|
| 157 |
+
],
|
| 158 |
+
"size": [
|
| 159 |
+
75,
|
| 160 |
+
26
|
| 161 |
+
],
|
| 162 |
+
"flags": {},
|
| 163 |
+
"order": 13,
|
| 164 |
+
"mode": 0,
|
| 165 |
+
"inputs": [
|
| 166 |
+
{
|
| 167 |
+
"name": "",
|
| 168 |
+
"type": "*",
|
| 169 |
+
"link": 35
|
| 170 |
+
}
|
| 171 |
+
],
|
| 172 |
+
"outputs": [
|
| 173 |
+
{
|
| 174 |
+
"name": "",
|
| 175 |
+
"type": "VAE",
|
| 176 |
+
"links": [
|
| 177 |
+
36
|
| 178 |
+
]
|
| 179 |
+
}
|
| 180 |
+
],
|
| 181 |
+
"properties": {
|
| 182 |
+
"showOutputText": false,
|
| 183 |
+
"horizontal": false,
|
| 184 |
+
"ue_properties": {
|
| 185 |
+
"widget_ue_connectable": {},
|
| 186 |
+
"version": "7.4.1",
|
| 187 |
+
"input_ue_unconnectable": {}
|
| 188 |
+
}
|
| 189 |
+
},
|
| 190 |
+
"color": "#322",
|
| 191 |
+
"bgcolor": "#533"
|
| 192 |
+
},
|
| 193 |
+
{
|
| 194 |
+
"id": 13,
|
| 195 |
+
"type": "Image Comparer (rgthree)",
|
| 196 |
+
"pos": [
|
| 197 |
+
21690,
|
| 198 |
+
7030
|
| 199 |
+
],
|
| 200 |
+
"size": [
|
| 201 |
+
580,
|
| 202 |
+
1060
|
| 203 |
+
],
|
| 204 |
+
"flags": {},
|
| 205 |
+
"order": 20,
|
| 206 |
+
"mode": 0,
|
| 207 |
+
"inputs": [
|
| 208 |
+
{
|
| 209 |
+
"dir": 3,
|
| 210 |
+
"name": "image_a",
|
| 211 |
+
"type": "IMAGE",
|
| 212 |
+
"link": 12
|
| 213 |
+
},
|
| 214 |
+
{
|
| 215 |
+
"dir": 3,
|
| 216 |
+
"name": "image_b",
|
| 217 |
+
"type": "IMAGE",
|
| 218 |
+
"link": 13
|
| 219 |
+
}
|
| 220 |
+
],
|
| 221 |
+
"outputs": [],
|
| 222 |
+
"title": "🔍 Compare: Base vs Upscaled",
|
| 223 |
+
"properties": {
|
| 224 |
+
"cnr_id": "rgthree-comfy",
|
| 225 |
+
"ver": "b775441a4c5ae2853d4ff6b97a137f7f7d11e597",
|
| 226 |
+
"comparer_mode": "Slide",
|
| 227 |
+
"ue_properties": {
|
| 228 |
+
"version": "7.0.1",
|
| 229 |
+
"widget_ue_connectable": {}
|
| 230 |
+
}
|
| 231 |
+
},
|
| 232 |
+
"widgets_values": [
|
| 233 |
+
[
|
| 234 |
+
{
|
| 235 |
+
"name": "A",
|
| 236 |
+
"selected": true,
|
| 237 |
+
"url": "/api/view?filename=rgthree.compare._temp_uzrhk_00102_.png&type=temp&subfolder=&rand=0.6791503626816137"
|
| 238 |
+
}
|
| 239 |
+
]
|
| 240 |
+
],
|
| 241 |
+
"color": "#223",
|
| 242 |
+
"bgcolor": "#335",
|
| 243 |
+
"shape": 1
|
| 244 |
+
},
|
| 245 |
+
{
|
| 246 |
+
"id": 2,
|
| 247 |
+
"type": "ModelSamplingAuraFlow",
|
| 248 |
+
"pos": [
|
| 249 |
+
19680,
|
| 250 |
+
7080
|
| 251 |
+
],
|
| 252 |
+
"size": [
|
| 253 |
+
220,
|
| 254 |
+
58
|
| 255 |
+
],
|
| 256 |
+
"flags": {},
|
| 257 |
+
"order": 9,
|
| 258 |
+
"mode": 0,
|
| 259 |
+
"inputs": [
|
| 260 |
+
{
|
| 261 |
+
"name": "model",
|
| 262 |
+
"type": "MODEL",
|
| 263 |
+
"link": 52
|
| 264 |
+
}
|
| 265 |
+
],
|
| 266 |
+
"outputs": [
|
| 267 |
+
{
|
| 268 |
+
"name": "MODEL",
|
| 269 |
+
"type": "MODEL",
|
| 270 |
+
"links": [
|
| 271 |
+
40,
|
| 272 |
+
41
|
| 273 |
+
]
|
| 274 |
+
}
|
| 275 |
+
],
|
| 276 |
+
"properties": {
|
| 277 |
+
"cnr_id": "comfy-core",
|
| 278 |
+
"ver": "0.3.48",
|
| 279 |
+
"Node name for S&R": "ModelSamplingAuraFlow",
|
| 280 |
+
"ue_properties": {
|
| 281 |
+
"version": "7.0.1",
|
| 282 |
+
"widget_ue_connectable": {}
|
| 283 |
+
},
|
| 284 |
+
"enableTabs": false,
|
| 285 |
+
"tabWidth": 65,
|
| 286 |
+
"tabXOffset": 10,
|
| 287 |
+
"hasSecondTab": false,
|
| 288 |
+
"secondTabText": "Send Back",
|
| 289 |
+
"secondTabOffset": 80,
|
| 290 |
+
"secondTabWidth": 65
|
| 291 |
+
},
|
| 292 |
+
"widgets_values": [
|
| 293 |
+
3
|
| 294 |
+
],
|
| 295 |
+
"color": "#2a363b",
|
| 296 |
+
"bgcolor": "#3f5159"
|
| 297 |
+
},
|
| 298 |
+
{
|
| 299 |
+
"id": 11,
|
| 300 |
+
"type": "VAEDecode",
|
| 301 |
+
"pos": [
|
| 302 |
+
19678.698627423088,
|
| 303 |
+
7186.776251773069
|
| 304 |
+
],
|
| 305 |
+
"size": [
|
| 306 |
+
220,
|
| 307 |
+
46
|
| 308 |
+
],
|
| 309 |
+
"flags": {
|
| 310 |
+
"collapsed": false
|
| 311 |
+
},
|
| 312 |
+
"order": 15,
|
| 313 |
+
"mode": 0,
|
| 314 |
+
"inputs": [
|
| 315 |
+
{
|
| 316 |
+
"name": "samples",
|
| 317 |
+
"type": "LATENT",
|
| 318 |
+
"link": 8
|
| 319 |
+
},
|
| 320 |
+
{
|
| 321 |
+
"name": "vae",
|
| 322 |
+
"type": "VAE",
|
| 323 |
+
"link": 34
|
| 324 |
+
}
|
| 325 |
+
],
|
| 326 |
+
"outputs": [
|
| 327 |
+
{
|
| 328 |
+
"name": "IMAGE",
|
| 329 |
+
"type": "IMAGE",
|
| 330 |
+
"slot_index": 0,
|
| 331 |
+
"links": [
|
| 332 |
+
12,
|
| 333 |
+
30
|
| 334 |
+
]
|
| 335 |
+
}
|
| 336 |
+
],
|
| 337 |
+
"properties": {
|
| 338 |
+
"cnr_id": "comfy-core",
|
| 339 |
+
"ver": "0.3.48",
|
| 340 |
+
"Node name for S&R": "VAEDecode",
|
| 341 |
+
"ue_properties": {
|
| 342 |
+
"version": "7.0.1",
|
| 343 |
+
"widget_ue_connectable": {}
|
| 344 |
+
},
|
| 345 |
+
"enableTabs": false,
|
| 346 |
+
"tabWidth": 65,
|
| 347 |
+
"tabXOffset": 10,
|
| 348 |
+
"hasSecondTab": false,
|
| 349 |
+
"secondTabText": "Send Back",
|
| 350 |
+
"secondTabOffset": 80,
|
| 351 |
+
"secondTabWidth": 65
|
| 352 |
+
},
|
| 353 |
+
"widgets_values": [],
|
| 354 |
+
"color": "#2a363b",
|
| 355 |
+
"bgcolor": "#3f5159"
|
| 356 |
+
},
|
| 357 |
+
{
|
| 358 |
+
"id": 16,
|
| 359 |
+
"type": "LatentUpscaleBy",
|
| 360 |
+
"pos": [
|
| 361 |
+
20740,
|
| 362 |
+
7090
|
| 363 |
+
],
|
| 364 |
+
"size": [
|
| 365 |
+
350,
|
| 366 |
+
82
|
| 367 |
+
],
|
| 368 |
+
"flags": {
|
| 369 |
+
"collapsed": false
|
| 370 |
+
},
|
| 371 |
+
"order": 16,
|
| 372 |
+
"mode": 4,
|
| 373 |
+
"inputs": [
|
| 374 |
+
{
|
| 375 |
+
"name": "samples",
|
| 376 |
+
"type": "LATENT",
|
| 377 |
+
"link": 20
|
| 378 |
+
}
|
| 379 |
+
],
|
| 380 |
+
"outputs": [
|
| 381 |
+
{
|
| 382 |
+
"name": "LATENT",
|
| 383 |
+
"type": "LATENT",
|
| 384 |
+
"links": [
|
| 385 |
+
17
|
| 386 |
+
]
|
| 387 |
+
}
|
| 388 |
+
],
|
| 389 |
+
"properties": {
|
| 390 |
+
"cnr_id": "comfy-core",
|
| 391 |
+
"ver": "0.3.65",
|
| 392 |
+
"Node name for S&R": "LatentUpscaleBy",
|
| 393 |
+
"ue_properties": {
|
| 394 |
+
"widget_ue_connectable": {
|
| 395 |
+
"upscale_method": true,
|
| 396 |
+
"scale_by": true
|
| 397 |
+
},
|
| 398 |
+
"version": "7.0.1"
|
| 399 |
+
}
|
| 400 |
+
},
|
| 401 |
+
"widgets_values": [
|
| 402 |
+
"nearest-exact",
|
| 403 |
+
1.5
|
| 404 |
+
],
|
| 405 |
+
"color": "#2a363b",
|
| 406 |
+
"bgcolor": "#3f5159"
|
| 407 |
+
},
|
| 408 |
+
{
|
| 409 |
+
"id": 23,
|
| 410 |
+
"type": "MarkdownNote",
|
| 411 |
+
"pos": [
|
| 412 |
+
18030,
|
| 413 |
+
7030
|
| 414 |
+
],
|
| 415 |
+
"size": [
|
| 416 |
+
550,
|
| 417 |
+
560
|
| 418 |
+
],
|
| 419 |
+
"flags": {},
|
| 420 |
+
"order": 0,
|
| 421 |
+
"mode": 0,
|
| 422 |
+
"inputs": [],
|
| 423 |
+
"outputs": [],
|
| 424 |
+
"title": "📦 Model Info - Z-Image-Turbo-AIO",
|
| 425 |
+
"properties": {
|
| 426 |
+
"ue_properties": {
|
| 427 |
+
"version": "7.4.1",
|
| 428 |
+
"widget_ue_connectable": {},
|
| 429 |
+
"input_ue_unconnectable": {}
|
| 430 |
+
}
|
| 431 |
+
},
|
| 432 |
+
"widgets_values": [
|
| 433 |
+
"# 🚀 Z-Image-Turbo-AIO\n\n## Ultra-Fast Photorealistic Generation!\n\n✨ **8-Step Lightning Speed**\n✨ **VAE + Text Encoder integrated**\n✨ **Bilingual text rendering (EN/CN)**\n✨ **No negative prompts needed**\n\n---\n\n## 🔄 Two Versions Available:\n\n### 🟢 Z-Image-BF16-AIO (20 GB)\n**Maximum Precision**\n- Precision: BFloat16\n- Steps: 8-10 (recommended: 8)\n- CFG: 1.0 (keep at 1.0!)\n- Sampler: res_multistep\n- Scheduler: simple\n- VRAM: 8GB works!\n\n### 🟡 Z-Image-FP8-AIO (10 GB)\n**Speed & Efficiency**\n- Precision: FP8\n- Steps: 8-10 (recommended: 8)\n- CFG: 1.0 (keep at 1.0!)\n- Sampler: res_multistep\n- Scheduler: simple\n- VRAM: 8GB perfect!\n\n---\n\n## ⚙️ Critical Settings\n\n### Both Versions:\n- Steps: 8\n- CFG: 1.0 (don't change!)\n- Sampler: res_multistep\n- Scheduler: simple\n- Resolution: 1920×1088 tested\n- NO negative prompts\n\n💡 Natural language prompts work best!\n\n---\n\n## 📥 Downloads\n\n**Main Model (Pick ONE):**\n- 🟢 Z-Image-BF16-AIO (20GB)\n- 🟡 Z-Image-FP8-AIO (10GB)\n\n**NO Lightning LoRAs Needed!**\nAlready optimized for 8-step generation.\n\n---\n\n## 📂 Installation\n\n```\n📂 ComfyUI/models/\n└── 📂 checkpoints/\n └── z-image-turbo-fp8-aio.safetensors\n```\n\nNo separate VAE/encoder needed!"
|
| 434 |
+
],
|
| 435 |
+
"color": "#432",
|
| 436 |
+
"bgcolor": "#653"
|
| 437 |
+
},
|
| 438 |
+
{
|
| 439 |
+
"id": 14,
|
| 440 |
+
"type": "KSampler",
|
| 441 |
+
"pos": [
|
| 442 |
+
20740,
|
| 443 |
+
7220
|
| 444 |
+
],
|
| 445 |
+
"size": [
|
| 446 |
+
350,
|
| 447 |
+
758.3076923076924
|
| 448 |
+
],
|
| 449 |
+
"flags": {},
|
| 450 |
+
"order": 18,
|
| 451 |
+
"mode": 4,
|
| 452 |
+
"inputs": [
|
| 453 |
+
{
|
| 454 |
+
"name": "model",
|
| 455 |
+
"type": "MODEL",
|
| 456 |
+
"link": 40
|
| 457 |
+
},
|
| 458 |
+
{
|
| 459 |
+
"name": "positive",
|
| 460 |
+
"type": "CONDITIONING",
|
| 461 |
+
"link": 15
|
| 462 |
+
},
|
| 463 |
+
{
|
| 464 |
+
"name": "negative",
|
| 465 |
+
"type": "CONDITIONING",
|
| 466 |
+
"link": 48
|
| 467 |
+
},
|
| 468 |
+
{
|
| 469 |
+
"name": "latent_image",
|
| 470 |
+
"type": "LATENT",
|
| 471 |
+
"link": 17
|
| 472 |
+
}
|
| 473 |
+
],
|
| 474 |
+
"outputs": [
|
| 475 |
+
{
|
| 476 |
+
"name": "LATENT",
|
| 477 |
+
"type": "LATENT",
|
| 478 |
+
"slot_index": 0,
|
| 479 |
+
"links": [
|
| 480 |
+
10
|
| 481 |
+
]
|
| 482 |
+
}
|
| 483 |
+
],
|
| 484 |
+
"title": "✨ Hires Fix Refinement",
|
| 485 |
+
"properties": {
|
| 486 |
+
"cnr_id": "comfy-core",
|
| 487 |
+
"ver": "0.3.48",
|
| 488 |
+
"Node name for S&R": "KSampler",
|
| 489 |
+
"ue_properties": {
|
| 490 |
+
"version": "7.0.1",
|
| 491 |
+
"widget_ue_connectable": {}
|
| 492 |
+
},
|
| 493 |
+
"enableTabs": false,
|
| 494 |
+
"tabWidth": 65,
|
| 495 |
+
"tabXOffset": 10,
|
| 496 |
+
"hasSecondTab": false,
|
| 497 |
+
"secondTabText": "Send Back",
|
| 498 |
+
"secondTabOffset": 80,
|
| 499 |
+
"secondTabWidth": 65
|
| 500 |
+
},
|
| 501 |
+
"widgets_values": [
|
| 502 |
+
147055680729376,
|
| 503 |
+
"fixed",
|
| 504 |
+
8,
|
| 505 |
+
1,
|
| 506 |
+
"res_multistep",
|
| 507 |
+
"simple",
|
| 508 |
+
0.55
|
| 509 |
+
],
|
| 510 |
+
"color": "#2a363b",
|
| 511 |
+
"bgcolor": "#3f5159"
|
| 512 |
+
},
|
| 513 |
+
{
|
| 514 |
+
"id": 40,
|
| 515 |
+
"type": "ConditioningZeroOut",
|
| 516 |
+
"pos": [
|
| 517 |
+
19680,
|
| 518 |
+
7280
|
| 519 |
+
],
|
| 520 |
+
"size": [
|
| 521 |
+
220,
|
| 522 |
+
26
|
| 523 |
+
],
|
| 524 |
+
"flags": {},
|
| 525 |
+
"order": 12,
|
| 526 |
+
"mode": 0,
|
| 527 |
+
"inputs": [
|
| 528 |
+
{
|
| 529 |
+
"name": "conditioning",
|
| 530 |
+
"type": "CONDITIONING",
|
| 531 |
+
"link": 46
|
| 532 |
+
}
|
| 533 |
+
],
|
| 534 |
+
"outputs": [
|
| 535 |
+
{
|
| 536 |
+
"name": "CONDITIONING",
|
| 537 |
+
"type": "CONDITIONING",
|
| 538 |
+
"links": [
|
| 539 |
+
47,
|
| 540 |
+
48
|
| 541 |
+
]
|
| 542 |
+
}
|
| 543 |
+
],
|
| 544 |
+
"properties": {
|
| 545 |
+
"cnr_id": "comfy-core",
|
| 546 |
+
"ver": "0.3.75",
|
| 547 |
+
"Node name for S&R": "ConditioningZeroOut",
|
| 548 |
+
"ue_properties": {
|
| 549 |
+
"widget_ue_connectable": {},
|
| 550 |
+
"version": "7.4.1",
|
| 551 |
+
"input_ue_unconnectable": {}
|
| 552 |
+
}
|
| 553 |
+
},
|
| 554 |
+
"widgets_values": [],
|
| 555 |
+
"color": "#322",
|
| 556 |
+
"bgcolor": "#533"
|
| 557 |
+
},
|
| 558 |
+
{
|
| 559 |
+
"id": 35,
|
| 560 |
+
"type": "MarkdownNote",
|
| 561 |
+
"pos": [
|
| 562 |
+
19060,
|
| 563 |
+
7640
|
| 564 |
+
],
|
| 565 |
+
"size": [
|
| 566 |
+
290,
|
| 567 |
+
390
|
| 568 |
+
],
|
| 569 |
+
"flags": {},
|
| 570 |
+
"order": 1,
|
| 571 |
+
"mode": 0,
|
| 572 |
+
"inputs": [],
|
| 573 |
+
"outputs": [],
|
| 574 |
+
"title": "📐 Resolution Presets",
|
| 575 |
+
"properties": {
|
| 576 |
+
"ue_properties": {
|
| 577 |
+
"version": "7.4.1",
|
| 578 |
+
"widget_ue_connectable": {},
|
| 579 |
+
"input_ue_unconnectable": {}
|
| 580 |
+
}
|
| 581 |
+
},
|
| 582 |
+
"widgets_values": [
|
| 583 |
+
"# 📐 Resolution Presets\n\n## 🚀 Fast (Both Versions)\n512×512 • 512×768 • 768×768\n\n## 📱 Standard HD\n832×1216 • 1024×1024 • 1216×832\n\n## 🎬 High Quality\n1024×1536 • 1536×1024\n\n## 🎥 2K Cinematic\n2048×1152 • 1920×1080\n\n---\n\n💡 **Quick Tips:**\n- **Portrait:** 512×768, 832×1216\n- **Landscape:** 1216×832, 2048×1152\n- **Square:** 1024×1024\n\n**Full Model:** Any resolution works\n**Pruned Model:** Best under 1536px"
|
| 584 |
+
],
|
| 585 |
+
"color": "#2a363b",
|
| 586 |
+
"bgcolor": "#3f5159"
|
| 587 |
+
},
|
| 588 |
+
{
|
| 589 |
+
"id": 6,
|
| 590 |
+
"type": "EmptyLatentImage",
|
| 591 |
+
"pos": [
|
| 592 |
+
19380,
|
| 593 |
+
7690
|
| 594 |
+
],
|
| 595 |
+
"size": [
|
| 596 |
+
240,
|
| 597 |
+
106
|
| 598 |
+
],
|
| 599 |
+
"flags": {
|
| 600 |
+
"collapsed": false
|
| 601 |
+
},
|
| 602 |
+
"order": 2,
|
| 603 |
+
"mode": 0,
|
| 604 |
+
"inputs": [],
|
| 605 |
+
"outputs": [
|
| 606 |
+
{
|
| 607 |
+
"name": "LATENT",
|
| 608 |
+
"type": "LATENT",
|
| 609 |
+
"links": [
|
| 610 |
+
24
|
| 611 |
+
]
|
| 612 |
+
}
|
| 613 |
+
],
|
| 614 |
+
"properties": {
|
| 615 |
+
"cnr_id": "comfy-core",
|
| 616 |
+
"ver": "0.3.65",
|
| 617 |
+
"Node name for S&R": "EmptyLatentImage",
|
| 618 |
+
"ue_properties": {
|
| 619 |
+
"widget_ue_connectable": {
|
| 620 |
+
"width": true,
|
| 621 |
+
"height": true,
|
| 622 |
+
"batch_size": true
|
| 623 |
+
},
|
| 624 |
+
"version": "7.0.1"
|
| 625 |
+
}
|
| 626 |
+
},
|
| 627 |
+
"widgets_values": [
|
| 628 |
+
1152,
|
| 629 |
+
1736,
|
| 630 |
+
1
|
| 631 |
+
],
|
| 632 |
+
"color": "#323",
|
| 633 |
+
"bgcolor": "#535"
|
| 634 |
+
},
|
| 635 |
+
{
|
| 636 |
+
"id": 26,
|
| 637 |
+
"type": "SaveImage",
|
| 638 |
+
"pos": [
|
| 639 |
+
20250,
|
| 640 |
+
7030
|
| 641 |
+
],
|
| 642 |
+
"size": [
|
| 643 |
+
450,
|
| 644 |
+
780
|
| 645 |
+
],
|
| 646 |
+
"flags": {},
|
| 647 |
+
"order": 17,
|
| 648 |
+
"mode": 0,
|
| 649 |
+
"inputs": [
|
| 650 |
+
{
|
| 651 |
+
"name": "images",
|
| 652 |
+
"type": "IMAGE",
|
| 653 |
+
"link": 30
|
| 654 |
+
}
|
| 655 |
+
],
|
| 656 |
+
"outputs": [],
|
| 657 |
+
"title": "💾 Save Base Image",
|
| 658 |
+
"properties": {
|
| 659 |
+
"cnr_id": "comfy-core",
|
| 660 |
+
"ver": "0.3.66",
|
| 661 |
+
"Node name for S&R": "SaveImage",
|
| 662 |
+
"ue_properties": {
|
| 663 |
+
"widget_ue_connectable": {},
|
| 664 |
+
"input_ue_unconnectable": {},
|
| 665 |
+
"version": "7.4.1"
|
| 666 |
+
}
|
| 667 |
+
},
|
| 668 |
+
"widgets_values": [
|
| 669 |
+
"Z-Image-L"
|
| 670 |
+
],
|
| 671 |
+
"color": "#223",
|
| 672 |
+
"bgcolor": "#335"
|
| 673 |
+
},
|
| 674 |
+
{
|
| 675 |
+
"id": 27,
|
| 676 |
+
"type": "SaveImage",
|
| 677 |
+
"pos": [
|
| 678 |
+
21110,
|
| 679 |
+
7090
|
| 680 |
+
],
|
| 681 |
+
"size": [
|
| 682 |
+
540,
|
| 683 |
+
980
|
| 684 |
+
],
|
| 685 |
+
"flags": {},
|
| 686 |
+
"order": 21,
|
| 687 |
+
"mode": 4,
|
| 688 |
+
"inputs": [
|
| 689 |
+
{
|
| 690 |
+
"name": "images",
|
| 691 |
+
"type": "IMAGE",
|
| 692 |
+
"link": 31
|
| 693 |
+
}
|
| 694 |
+
],
|
| 695 |
+
"outputs": [],
|
| 696 |
+
"title": "💾 Save Upscaled Image",
|
| 697 |
+
"properties": {
|
| 698 |
+
"cnr_id": "comfy-core",
|
| 699 |
+
"ver": "0.3.66",
|
| 700 |
+
"Node name for S&R": "SaveImage",
|
| 701 |
+
"ue_properties": {
|
| 702 |
+
"widget_ue_connectable": {},
|
| 703 |
+
"input_ue_unconnectable": {},
|
| 704 |
+
"version": "7.4.1"
|
| 705 |
+
}
|
| 706 |
+
},
|
| 707 |
+
"widgets_values": [
|
| 708 |
+
"Z-Image-H"
|
| 709 |
+
],
|
| 710 |
+
"color": "#223",
|
| 711 |
+
"bgcolor": "#335"
|
| 712 |
+
},
|
| 713 |
+
{
|
| 714 |
+
"id": 34,
|
| 715 |
+
"type": "CheckpointLoaderSimple",
|
| 716 |
+
"pos": [
|
| 717 |
+
18620,
|
| 718 |
+
7080
|
| 719 |
+
],
|
| 720 |
+
"size": [
|
| 721 |
+
470,
|
| 722 |
+
98
|
| 723 |
+
],
|
| 724 |
+
"flags": {},
|
| 725 |
+
"order": 3,
|
| 726 |
+
"mode": 0,
|
| 727 |
+
"inputs": [],
|
| 728 |
+
"outputs": [
|
| 729 |
+
{
|
| 730 |
+
"name": "MODEL",
|
| 731 |
+
"type": "MODEL",
|
| 732 |
+
"links": [
|
| 733 |
+
49
|
| 734 |
+
]
|
| 735 |
+
},
|
| 736 |
+
{
|
| 737 |
+
"name": "CLIP",
|
| 738 |
+
"type": "CLIP",
|
| 739 |
+
"links": [
|
| 740 |
+
50
|
| 741 |
+
]
|
| 742 |
+
},
|
| 743 |
+
{
|
| 744 |
+
"name": "VAE",
|
| 745 |
+
"type": "VAE",
|
| 746 |
+
"links": [
|
| 747 |
+
39
|
| 748 |
+
]
|
| 749 |
+
}
|
| 750 |
+
],
|
| 751 |
+
"properties": {
|
| 752 |
+
"cnr_id": "comfy-core",
|
| 753 |
+
"ver": "0.3.71",
|
| 754 |
+
"Node name for S&R": "CheckpointLoaderSimple",
|
| 755 |
+
"ue_properties": {
|
| 756 |
+
"widget_ue_connectable": {
|
| 757 |
+
"ckpt_name": true
|
| 758 |
+
},
|
| 759 |
+
"version": "7.4.1",
|
| 760 |
+
"input_ue_unconnectable": {}
|
| 761 |
+
}
|
| 762 |
+
},
|
| 763 |
+
"widgets_values": [
|
| 764 |
+
"z-image-turbo-fp8-aio.safetensors"
|
| 765 |
+
],
|
| 766 |
+
"color": "#223",
|
| 767 |
+
"bgcolor": "#335"
|
| 768 |
+
},
|
| 769 |
+
{
|
| 770 |
+
"id": 17,
|
| 771 |
+
"type": "KSampler",
|
| 772 |
+
"pos": [
|
| 773 |
+
19910,
|
| 774 |
+
7080
|
| 775 |
+
],
|
| 776 |
+
"size": [
|
| 777 |
+
300,
|
| 778 |
+
710
|
| 779 |
+
],
|
| 780 |
+
"flags": {},
|
| 781 |
+
"order": 14,
|
| 782 |
+
"mode": 0,
|
| 783 |
+
"inputs": [
|
| 784 |
+
{
|
| 785 |
+
"name": "model",
|
| 786 |
+
"type": "MODEL",
|
| 787 |
+
"link": 41
|
| 788 |
+
},
|
| 789 |
+
{
|
| 790 |
+
"name": "positive",
|
| 791 |
+
"type": "CONDITIONING",
|
| 792 |
+
"link": 22
|
| 793 |
+
},
|
| 794 |
+
{
|
| 795 |
+
"name": "negative",
|
| 796 |
+
"type": "CONDITIONING",
|
| 797 |
+
"link": 47
|
| 798 |
+
},
|
| 799 |
+
{
|
| 800 |
+
"name": "latent_image",
|
| 801 |
+
"type": "LATENT",
|
| 802 |
+
"link": 24
|
| 803 |
+
}
|
| 804 |
+
],
|
| 805 |
+
"outputs": [
|
| 806 |
+
{
|
| 807 |
+
"name": "LATENT",
|
| 808 |
+
"type": "LATENT",
|
| 809 |
+
"slot_index": 0,
|
| 810 |
+
"links": [
|
| 811 |
+
8,
|
| 812 |
+
20
|
| 813 |
+
]
|
| 814 |
+
}
|
| 815 |
+
],
|
| 816 |
+
"title": "🎨 Base Generation",
|
| 817 |
+
"properties": {
|
| 818 |
+
"cnr_id": "comfy-core",
|
| 819 |
+
"ver": "0.3.48",
|
| 820 |
+
"Node name for S&R": "KSampler",
|
| 821 |
+
"ue_properties": {
|
| 822 |
+
"version": "7.0.1",
|
| 823 |
+
"widget_ue_connectable": {}
|
| 824 |
+
},
|
| 825 |
+
"enableTabs": false,
|
| 826 |
+
"tabWidth": 65,
|
| 827 |
+
"tabXOffset": 10,
|
| 828 |
+
"hasSecondTab": false,
|
| 829 |
+
"secondTabText": "Send Back",
|
| 830 |
+
"secondTabOffset": 80,
|
| 831 |
+
"secondTabWidth": 65
|
| 832 |
+
},
|
| 833 |
+
"widgets_values": [
|
| 834 |
+
322571269041708,
|
| 835 |
+
"fixed",
|
| 836 |
+
9,
|
| 837 |
+
1,
|
| 838 |
+
"res_multistep",
|
| 839 |
+
"simple",
|
| 840 |
+
1
|
| 841 |
+
],
|
| 842 |
+
"color": "#2a363b",
|
| 843 |
+
"bgcolor": "#3f5159"
|
| 844 |
+
},
|
| 845 |
+
{
|
| 846 |
+
"id": 28,
|
| 847 |
+
"type": "Fast Groups Bypasser (rgthree)",
|
| 848 |
+
"pos": [
|
| 849 |
+
20720,
|
| 850 |
+
6920
|
| 851 |
+
],
|
| 852 |
+
"size": [
|
| 853 |
+
360,
|
| 854 |
+
58
|
| 855 |
+
],
|
| 856 |
+
"flags": {},
|
| 857 |
+
"order": 4,
|
| 858 |
+
"mode": 0,
|
| 859 |
+
"inputs": [],
|
| 860 |
+
"outputs": [
|
| 861 |
+
{
|
| 862 |
+
"name": "OPT_CONNECTION",
|
| 863 |
+
"type": "*",
|
| 864 |
+
"links": null
|
| 865 |
+
}
|
| 866 |
+
],
|
| 867 |
+
"title": "🔼 Toggle Upscaler ON/OFF",
|
| 868 |
+
"properties": {
|
| 869 |
+
"matchColors": "",
|
| 870 |
+
"matchTitle": "🔼",
|
| 871 |
+
"showNav": true,
|
| 872 |
+
"showAllGraphs": true,
|
| 873 |
+
"sort": "position",
|
| 874 |
+
"customSortAlphabet": "",
|
| 875 |
+
"toggleRestriction": "default",
|
| 876 |
+
"ue_properties": {
|
| 877 |
+
"widget_ue_connectable": {},
|
| 878 |
+
"input_ue_unconnectable": {},
|
| 879 |
+
"version": "7.4.1"
|
| 880 |
+
}
|
| 881 |
+
},
|
| 882 |
+
"color": "#432",
|
| 883 |
+
"bgcolor": "#653"
|
| 884 |
+
},
|
| 885 |
+
{
|
| 886 |
+
"id": 32,
|
| 887 |
+
"type": "MarkdownNote",
|
| 888 |
+
"pos": [
|
| 889 |
+
18520,
|
| 890 |
+
7640
|
| 891 |
+
],
|
| 892 |
+
"size": [
|
| 893 |
+
520,
|
| 894 |
+
390
|
| 895 |
+
],
|
| 896 |
+
"flags": {},
|
| 897 |
+
"order": 5,
|
| 898 |
+
"mode": 0,
|
| 899 |
+
"inputs": [],
|
| 900 |
+
"outputs": [],
|
| 901 |
+
"title": "📖 Z-Image-Turbo-AIO Workflow",
|
| 902 |
+
"properties": {
|
| 903 |
+
"ue_properties": {
|
| 904 |
+
"version": "7.4.1",
|
| 905 |
+
"widget_ue_connectable": {},
|
| 906 |
+
"input_ue_unconnectable": {}
|
| 907 |
+
}
|
| 908 |
+
},
|
| 909 |
+
"widgets_values": [
|
| 910 |
+
"# 📖 Z-Image-Turbo Workflow Guide\n\n## 🚀 Ultra-Fast 8-Step Generation!\n\n### 🟢 BF16-AIO (20GB)\n✅ Steps: 8\n✅ CFG: 1.0\n✅ Sampler: res_multistep\n✅ Scheduler: simple\n✅ Max quality: BF16\n\n### 🟡 FP8-AIO (10GB)\n✅ Steps: 8\n✅ CFG: 1.0\n✅ Sampler: res_multistep\n✅ Scheduler: simple\n✅ Smaller file!\n\n---\n\n## 🎨 Quick Steps:\n\n1. **Load Model** - Use 'Load Checkpoint'\n2. **Write Prompt** - Natural language, detailed\n3. **Settings** - 8 steps, CFG 1.0\n4. **Resolution** - 1920×1088 or similar\n5. **Sampler** - res_multistep + simple\n6. **Generate!** - Fast results\n\n---\n\n## 💡 Prompting Tips:\n\n### What Works:\n- Natural language descriptions\n- Detailed (100-500 words)\n- English or Chinese\n- Include lighting, style, mood\n\n### Text Rendering:\n- \"Sign reading 'COFFEE' in neon\"\n- Works in EN & CN!\n\n### Important:\n- NO negative prompts\n- Keep CFG at 1.0\n- Use 8 steps\n- res_multistep sampler\n\nHappy generating! 🚀"
|
| 911 |
+
],
|
| 912 |
+
"color": "#432",
|
| 913 |
+
"bgcolor": "#653"
|
| 914 |
+
},
|
| 915 |
+
{
|
| 916 |
+
"id": 41,
|
| 917 |
+
"type": "LoraLoader",
|
| 918 |
+
"pos": [
|
| 919 |
+
18620,
|
| 920 |
+
7440
|
| 921 |
+
],
|
| 922 |
+
"size": [
|
| 923 |
+
470,
|
| 924 |
+
126
|
| 925 |
+
],
|
| 926 |
+
"flags": {},
|
| 927 |
+
"order": 7,
|
| 928 |
+
"mode": 4,
|
| 929 |
+
"inputs": [
|
| 930 |
+
{
|
| 931 |
+
"name": "model",
|
| 932 |
+
"type": "MODEL",
|
| 933 |
+
"link": 49
|
| 934 |
+
},
|
| 935 |
+
{
|
| 936 |
+
"name": "clip",
|
| 937 |
+
"type": "CLIP",
|
| 938 |
+
"link": 50
|
| 939 |
+
}
|
| 940 |
+
],
|
| 941 |
+
"outputs": [
|
| 942 |
+
{
|
| 943 |
+
"name": "MODEL",
|
| 944 |
+
"type": "MODEL",
|
| 945 |
+
"links": [
|
| 946 |
+
52
|
| 947 |
+
]
|
| 948 |
+
},
|
| 949 |
+
{
|
| 950 |
+
"name": "CLIP",
|
| 951 |
+
"type": "CLIP",
|
| 952 |
+
"links": [
|
| 953 |
+
51
|
| 954 |
+
]
|
| 955 |
+
}
|
| 956 |
+
],
|
| 957 |
+
"properties": {
|
| 958 |
+
"cnr_id": "comfy-core",
|
| 959 |
+
"ver": "0.3.75",
|
| 960 |
+
"Node name for S&R": "LoraLoader",
|
| 961 |
+
"ue_properties": {
|
| 962 |
+
"widget_ue_connectable": {
|
| 963 |
+
"lora_name": true,
|
| 964 |
+
"strength_model": true,
|
| 965 |
+
"strength_clip": true
|
| 966 |
+
},
|
| 967 |
+
"version": "7.4.1",
|
| 968 |
+
"input_ue_unconnectable": {}
|
| 969 |
+
}
|
| 970 |
+
},
|
| 971 |
+
"widgets_values": [
|
| 972 |
+
"z-image\\woman877-zimage.safetensors",
|
| 973 |
+
1,
|
| 974 |
+
1
|
| 975 |
+
],
|
| 976 |
+
"color": "#223",
|
| 977 |
+
"bgcolor": "#335"
|
| 978 |
+
},
|
| 979 |
+
{
|
| 980 |
+
"id": 20,
|
| 981 |
+
"type": "CLIPTextEncode",
|
| 982 |
+
"pos": [
|
| 983 |
+
19150,
|
| 984 |
+
7080
|
| 985 |
+
],
|
| 986 |
+
"size": [
|
| 987 |
+
470,
|
| 988 |
+
490
|
| 989 |
+
],
|
| 990 |
+
"flags": {
|
| 991 |
+
"collapsed": false
|
| 992 |
+
},
|
| 993 |
+
"order": 10,
|
| 994 |
+
"mode": 0,
|
| 995 |
+
"inputs": [
|
| 996 |
+
{
|
| 997 |
+
"name": "clip",
|
| 998 |
+
"type": "CLIP",
|
| 999 |
+
"link": 51
|
| 1000 |
+
}
|
| 1001 |
+
],
|
| 1002 |
+
"outputs": [
|
| 1003 |
+
{
|
| 1004 |
+
"name": "CONDITIONING",
|
| 1005 |
+
"type": "CONDITIONING",
|
| 1006 |
+
"links": [
|
| 1007 |
+
15,
|
| 1008 |
+
22,
|
| 1009 |
+
46
|
| 1010 |
+
]
|
| 1011 |
+
}
|
| 1012 |
+
],
|
| 1013 |
+
"title": "✅ Positive Prompt (What You Want)",
|
| 1014 |
+
"properties": {
|
| 1015 |
+
"cnr_id": "comfy-core",
|
| 1016 |
+
"ver": "0.3.65",
|
| 1017 |
+
"Node name for S&R": "CLIPTextEncode",
|
| 1018 |
+
"ue_properties": {
|
| 1019 |
+
"widget_ue_connectable": {
|
| 1020 |
+
"text": true
|
| 1021 |
+
},
|
| 1022 |
+
"version": "7.0.1"
|
| 1023 |
+
}
|
| 1024 |
+
},
|
| 1025 |
+
"widgets_values": [
|
| 1026 |
+
""
|
| 1027 |
+
],
|
| 1028 |
+
"color": "#232",
|
| 1029 |
+
"bgcolor": "#353"
|
| 1030 |
+
},
|
| 1031 |
+
{
|
| 1032 |
+
"id": 43,
|
| 1033 |
+
"type": "Fast Groups Bypasser (rgthree)",
|
| 1034 |
+
"pos": [
|
| 1035 |
+
18600,
|
| 1036 |
+
7270
|
| 1037 |
+
],
|
| 1038 |
+
"size": [
|
| 1039 |
+
380,
|
| 1040 |
+
58
|
| 1041 |
+
],
|
| 1042 |
+
"flags": {},
|
| 1043 |
+
"order": 6,
|
| 1044 |
+
"mode": 0,
|
| 1045 |
+
"inputs": [],
|
| 1046 |
+
"outputs": [
|
| 1047 |
+
{
|
| 1048 |
+
"name": "OPT_CONNECTION",
|
| 1049 |
+
"type": "*",
|
| 1050 |
+
"links": null
|
| 1051 |
+
}
|
| 1052 |
+
],
|
| 1053 |
+
"title": "📖 Toggle LoRA ON/OFF",
|
| 1054 |
+
"properties": {
|
| 1055 |
+
"matchColors": "",
|
| 1056 |
+
"matchTitle": "📖",
|
| 1057 |
+
"showNav": true,
|
| 1058 |
+
"showAllGraphs": true,
|
| 1059 |
+
"sort": "position",
|
| 1060 |
+
"customSortAlphabet": "",
|
| 1061 |
+
"toggleRestriction": "default",
|
| 1062 |
+
"ue_properties": {
|
| 1063 |
+
"widget_ue_connectable": {},
|
| 1064 |
+
"input_ue_unconnectable": {},
|
| 1065 |
+
"version": "7.4.1"
|
| 1066 |
+
}
|
| 1067 |
+
},
|
| 1068 |
+
"color": "#233",
|
| 1069 |
+
"bgcolor": "#355"
|
| 1070 |
+
}
|
| 1071 |
+
],
|
| 1072 |
+
"links": [
|
| 1073 |
+
[
|
| 1074 |
+
8,
|
| 1075 |
+
17,
|
| 1076 |
+
0,
|
| 1077 |
+
11,
|
| 1078 |
+
0,
|
| 1079 |
+
"LATENT"
|
| 1080 |
+
],
|
| 1081 |
+
[
|
| 1082 |
+
10,
|
| 1083 |
+
14,
|
| 1084 |
+
0,
|
| 1085 |
+
12,
|
| 1086 |
+
0,
|
| 1087 |
+
"LATENT"
|
| 1088 |
+
],
|
| 1089 |
+
[
|
| 1090 |
+
12,
|
| 1091 |
+
11,
|
| 1092 |
+
0,
|
| 1093 |
+
13,
|
| 1094 |
+
0,
|
| 1095 |
+
"IMAGE"
|
| 1096 |
+
],
|
| 1097 |
+
[
|
| 1098 |
+
13,
|
| 1099 |
+
12,
|
| 1100 |
+
0,
|
| 1101 |
+
13,
|
| 1102 |
+
1,
|
| 1103 |
+
"IMAGE"
|
| 1104 |
+
],
|
| 1105 |
+
[
|
| 1106 |
+
15,
|
| 1107 |
+
20,
|
| 1108 |
+
0,
|
| 1109 |
+
14,
|
| 1110 |
+
1,
|
| 1111 |
+
"CONDITIONING"
|
| 1112 |
+
],
|
| 1113 |
+
[
|
| 1114 |
+
17,
|
| 1115 |
+
16,
|
| 1116 |
+
0,
|
| 1117 |
+
14,
|
| 1118 |
+
3,
|
| 1119 |
+
"LATENT"
|
| 1120 |
+
],
|
| 1121 |
+
[
|
| 1122 |
+
20,
|
| 1123 |
+
17,
|
| 1124 |
+
0,
|
| 1125 |
+
16,
|
| 1126 |
+
0,
|
| 1127 |
+
"LATENT"
|
| 1128 |
+
],
|
| 1129 |
+
[
|
| 1130 |
+
22,
|
| 1131 |
+
20,
|
| 1132 |
+
0,
|
| 1133 |
+
17,
|
| 1134 |
+
1,
|
| 1135 |
+
"CONDITIONING"
|
| 1136 |
+
],
|
| 1137 |
+
[
|
| 1138 |
+
24,
|
| 1139 |
+
6,
|
| 1140 |
+
0,
|
| 1141 |
+
17,
|
| 1142 |
+
3,
|
| 1143 |
+
"LATENT"
|
| 1144 |
+
],
|
| 1145 |
+
[
|
| 1146 |
+
30,
|
| 1147 |
+
11,
|
| 1148 |
+
0,
|
| 1149 |
+
26,
|
| 1150 |
+
0,
|
| 1151 |
+
"IMAGE"
|
| 1152 |
+
],
|
| 1153 |
+
[
|
| 1154 |
+
31,
|
| 1155 |
+
12,
|
| 1156 |
+
0,
|
| 1157 |
+
27,
|
| 1158 |
+
0,
|
| 1159 |
+
"IMAGE"
|
| 1160 |
+
],
|
| 1161 |
+
[
|
| 1162 |
+
33,
|
| 1163 |
+
29,
|
| 1164 |
+
0,
|
| 1165 |
+
30,
|
| 1166 |
+
0,
|
| 1167 |
+
"*"
|
| 1168 |
+
],
|
| 1169 |
+
[
|
| 1170 |
+
34,
|
| 1171 |
+
30,
|
| 1172 |
+
0,
|
| 1173 |
+
11,
|
| 1174 |
+
1,
|
| 1175 |
+
"VAE"
|
| 1176 |
+
],
|
| 1177 |
+
[
|
| 1178 |
+
35,
|
| 1179 |
+
30,
|
| 1180 |
+
0,
|
| 1181 |
+
31,
|
| 1182 |
+
0,
|
| 1183 |
+
"*"
|
| 1184 |
+
],
|
| 1185 |
+
[
|
| 1186 |
+
36,
|
| 1187 |
+
31,
|
| 1188 |
+
0,
|
| 1189 |
+
12,
|
| 1190 |
+
1,
|
| 1191 |
+
"VAE"
|
| 1192 |
+
],
|
| 1193 |
+
[
|
| 1194 |
+
39,
|
| 1195 |
+
34,
|
| 1196 |
+
2,
|
| 1197 |
+
29,
|
| 1198 |
+
0,
|
| 1199 |
+
"*"
|
| 1200 |
+
],
|
| 1201 |
+
[
|
| 1202 |
+
40,
|
| 1203 |
+
2,
|
| 1204 |
+
0,
|
| 1205 |
+
14,
|
| 1206 |
+
0,
|
| 1207 |
+
"MODEL"
|
| 1208 |
+
],
|
| 1209 |
+
[
|
| 1210 |
+
41,
|
| 1211 |
+
2,
|
| 1212 |
+
0,
|
| 1213 |
+
17,
|
| 1214 |
+
0,
|
| 1215 |
+
"MODEL"
|
| 1216 |
+
],
|
| 1217 |
+
[
|
| 1218 |
+
46,
|
| 1219 |
+
20,
|
| 1220 |
+
0,
|
| 1221 |
+
40,
|
| 1222 |
+
0,
|
| 1223 |
+
"CONDITIONING"
|
| 1224 |
+
],
|
| 1225 |
+
[
|
| 1226 |
+
47,
|
| 1227 |
+
40,
|
| 1228 |
+
0,
|
| 1229 |
+
17,
|
| 1230 |
+
2,
|
| 1231 |
+
"CONDITIONING"
|
| 1232 |
+
],
|
| 1233 |
+
[
|
| 1234 |
+
48,
|
| 1235 |
+
40,
|
| 1236 |
+
0,
|
| 1237 |
+
14,
|
| 1238 |
+
2,
|
| 1239 |
+
"CONDITIONING"
|
| 1240 |
+
],
|
| 1241 |
+
[
|
| 1242 |
+
49,
|
| 1243 |
+
34,
|
| 1244 |
+
0,
|
| 1245 |
+
41,
|
| 1246 |
+
0,
|
| 1247 |
+
"MODEL"
|
| 1248 |
+
],
|
| 1249 |
+
[
|
| 1250 |
+
50,
|
| 1251 |
+
34,
|
| 1252 |
+
1,
|
| 1253 |
+
41,
|
| 1254 |
+
1,
|
| 1255 |
+
"CLIP"
|
| 1256 |
+
],
|
| 1257 |
+
[
|
| 1258 |
+
51,
|
| 1259 |
+
41,
|
| 1260 |
+
1,
|
| 1261 |
+
20,
|
| 1262 |
+
0,
|
| 1263 |
+
"CLIP"
|
| 1264 |
+
],
|
| 1265 |
+
[
|
| 1266 |
+
52,
|
| 1267 |
+
41,
|
| 1268 |
+
0,
|
| 1269 |
+
2,
|
| 1270 |
+
0,
|
| 1271 |
+
"MODEL"
|
| 1272 |
+
]
|
| 1273 |
+
],
|
| 1274 |
+
"groups": [
|
| 1275 |
+
{
|
| 1276 |
+
"id": 1,
|
| 1277 |
+
"title": "🎨 Step 4 - Generate Image",
|
| 1278 |
+
"bounding": [
|
| 1279 |
+
19660,
|
| 1280 |
+
7000,
|
| 1281 |
+
570,
|
| 1282 |
+
810
|
| 1283 |
+
],
|
| 1284 |
+
"color": "#a1309b",
|
| 1285 |
+
"font_size": 24,
|
| 1286 |
+
"flags": {}
|
| 1287 |
+
},
|
| 1288 |
+
{
|
| 1289 |
+
"id": 2,
|
| 1290 |
+
"title": "🔼 Step 5 - Upscale (Optional)",
|
| 1291 |
+
"bounding": [
|
| 1292 |
+
20720,
|
| 1293 |
+
7000,
|
| 1294 |
+
950,
|
| 1295 |
+
1090
|
| 1296 |
+
],
|
| 1297 |
+
"color": "#b58b2a",
|
| 1298 |
+
"font_size": 24,
|
| 1299 |
+
"flags": {}
|
| 1300 |
+
},
|
| 1301 |
+
{
|
| 1302 |
+
"id": 3,
|
| 1303 |
+
"title": "📦 Step 1 - Load Models",
|
| 1304 |
+
"bounding": [
|
| 1305 |
+
18600,
|
| 1306 |
+
7000,
|
| 1307 |
+
510,
|
| 1308 |
+
210
|
| 1309 |
+
],
|
| 1310 |
+
"color": "#3f789e",
|
| 1311 |
+
"font_size": 24,
|
| 1312 |
+
"flags": {}
|
| 1313 |
+
},
|
| 1314 |
+
{
|
| 1315 |
+
"id": 4,
|
| 1316 |
+
"title": "📐 Step 3 - Choose Size",
|
| 1317 |
+
"bounding": [
|
| 1318 |
+
19360,
|
| 1319 |
+
7610,
|
| 1320 |
+
280,
|
| 1321 |
+
200
|
| 1322 |
+
],
|
| 1323 |
+
"color": "#8AA",
|
| 1324 |
+
"font_size": 24,
|
| 1325 |
+
"flags": {}
|
| 1326 |
+
},
|
| 1327 |
+
{
|
| 1328 |
+
"id": 5,
|
| 1329 |
+
"title": "✍️ Step 2 - Write Prompts",
|
| 1330 |
+
"bounding": [
|
| 1331 |
+
19130,
|
| 1332 |
+
7000,
|
| 1333 |
+
510,
|
| 1334 |
+
590
|
| 1335 |
+
],
|
| 1336 |
+
"color": "#8A8",
|
| 1337 |
+
"font_size": 24,
|
| 1338 |
+
"flags": {}
|
| 1339 |
+
},
|
| 1340 |
+
{
|
| 1341 |
+
"id": 6,
|
| 1342 |
+
"title": "📖 Step 1 - Load LoRA (Optional)",
|
| 1343 |
+
"bounding": [
|
| 1344 |
+
18600,
|
| 1345 |
+
7350,
|
| 1346 |
+
510,
|
| 1347 |
+
240
|
| 1348 |
+
],
|
| 1349 |
+
"color": "#3f789e",
|
| 1350 |
+
"font_size": 24,
|
| 1351 |
+
"flags": {}
|
| 1352 |
+
}
|
| 1353 |
+
],
|
| 1354 |
+
"config": {},
|
| 1355 |
+
"extra": {
|
| 1356 |
+
"ds": {
|
| 1357 |
+
"scale": 0.6209213230591556,
|
| 1358 |
+
"offset": [
|
| 1359 |
+
-18181.027791000062,
|
| 1360 |
+
-6971.8272759789215
|
| 1361 |
+
]
|
| 1362 |
+
},
|
| 1363 |
+
"frontendVersion": "1.32.9",
|
| 1364 |
+
"ue_links": [],
|
| 1365 |
+
"links_added_by_ue": [],
|
| 1366 |
+
"VHS_latentpreview": true,
|
| 1367 |
+
"VHS_latentpreviewrate": 0,
|
| 1368 |
+
"VHS_MetadataImage": true,
|
| 1369 |
+
"VHS_KeepIntermediate": true,
|
| 1370 |
+
"workflowRendererVersion": "LG"
|
| 1371 |
+
},
|
| 1372 |
+
"version": 0.4
|
| 1373 |
+
}
|
workflows/ZIT-AIO-v2.0.json
ADDED
|
@@ -0,0 +1,1450 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"id": "dd470a10-bbad-41fd-bddb-b8364d7ad3cc",
|
| 3 |
+
"revision": 0,
|
| 4 |
+
"last_node_id": 50,
|
| 5 |
+
"last_link_id": 64,
|
| 6 |
+
"nodes": [
|
| 7 |
+
{
|
| 8 |
+
"id": 29,
|
| 9 |
+
"type": "Reroute",
|
| 10 |
+
"pos": [
|
| 11 |
+
19150,
|
| 12 |
+
6970
|
| 13 |
+
],
|
| 14 |
+
"size": [
|
| 15 |
+
75,
|
| 16 |
+
26
|
| 17 |
+
],
|
| 18 |
+
"flags": {},
|
| 19 |
+
"order": 8,
|
| 20 |
+
"mode": 0,
|
| 21 |
+
"inputs": [
|
| 22 |
+
{
|
| 23 |
+
"name": "",
|
| 24 |
+
"type": "*",
|
| 25 |
+
"link": 39
|
| 26 |
+
}
|
| 27 |
+
],
|
| 28 |
+
"outputs": [
|
| 29 |
+
{
|
| 30 |
+
"name": "",
|
| 31 |
+
"type": "VAE",
|
| 32 |
+
"links": [
|
| 33 |
+
33
|
| 34 |
+
]
|
| 35 |
+
}
|
| 36 |
+
],
|
| 37 |
+
"properties": {
|
| 38 |
+
"showOutputText": false,
|
| 39 |
+
"horizontal": false,
|
| 40 |
+
"ue_properties": {
|
| 41 |
+
"widget_ue_connectable": {},
|
| 42 |
+
"version": "7.4.1",
|
| 43 |
+
"input_ue_unconnectable": {}
|
| 44 |
+
}
|
| 45 |
+
},
|
| 46 |
+
"color": "#322",
|
| 47 |
+
"bgcolor": "#533"
|
| 48 |
+
},
|
| 49 |
+
{
|
| 50 |
+
"id": 30,
|
| 51 |
+
"type": "Reroute",
|
| 52 |
+
"pos": [
|
| 53 |
+
19590,
|
| 54 |
+
6970
|
| 55 |
+
],
|
| 56 |
+
"size": [
|
| 57 |
+
75,
|
| 58 |
+
26
|
| 59 |
+
],
|
| 60 |
+
"flags": {},
|
| 61 |
+
"order": 11,
|
| 62 |
+
"mode": 0,
|
| 63 |
+
"inputs": [
|
| 64 |
+
{
|
| 65 |
+
"name": "",
|
| 66 |
+
"type": "*",
|
| 67 |
+
"link": 33
|
| 68 |
+
}
|
| 69 |
+
],
|
| 70 |
+
"outputs": [
|
| 71 |
+
{
|
| 72 |
+
"name": "",
|
| 73 |
+
"type": "VAE",
|
| 74 |
+
"links": [
|
| 75 |
+
34,
|
| 76 |
+
35
|
| 77 |
+
]
|
| 78 |
+
}
|
| 79 |
+
],
|
| 80 |
+
"properties": {
|
| 81 |
+
"showOutputText": false,
|
| 82 |
+
"horizontal": false,
|
| 83 |
+
"ue_properties": {
|
| 84 |
+
"widget_ue_connectable": {},
|
| 85 |
+
"version": "7.4.1",
|
| 86 |
+
"input_ue_unconnectable": {}
|
| 87 |
+
}
|
| 88 |
+
},
|
| 89 |
+
"color": "#322",
|
| 90 |
+
"bgcolor": "#533"
|
| 91 |
+
},
|
| 92 |
+
{
|
| 93 |
+
"id": 40,
|
| 94 |
+
"type": "ConditioningZeroOut",
|
| 95 |
+
"pos": [
|
| 96 |
+
19680,
|
| 97 |
+
7280
|
| 98 |
+
],
|
| 99 |
+
"size": [
|
| 100 |
+
220,
|
| 101 |
+
26
|
| 102 |
+
],
|
| 103 |
+
"flags": {},
|
| 104 |
+
"order": 12,
|
| 105 |
+
"mode": 0,
|
| 106 |
+
"inputs": [
|
| 107 |
+
{
|
| 108 |
+
"name": "conditioning",
|
| 109 |
+
"type": "CONDITIONING",
|
| 110 |
+
"link": 46
|
| 111 |
+
}
|
| 112 |
+
],
|
| 113 |
+
"outputs": [
|
| 114 |
+
{
|
| 115 |
+
"name": "CONDITIONING",
|
| 116 |
+
"type": "CONDITIONING",
|
| 117 |
+
"links": [
|
| 118 |
+
47,
|
| 119 |
+
48
|
| 120 |
+
]
|
| 121 |
+
}
|
| 122 |
+
],
|
| 123 |
+
"properties": {
|
| 124 |
+
"cnr_id": "comfy-core",
|
| 125 |
+
"ver": "0.3.75",
|
| 126 |
+
"Node name for S&R": "ConditioningZeroOut",
|
| 127 |
+
"ue_properties": {
|
| 128 |
+
"widget_ue_connectable": {},
|
| 129 |
+
"version": "7.4.1",
|
| 130 |
+
"input_ue_unconnectable": {}
|
| 131 |
+
}
|
| 132 |
+
},
|
| 133 |
+
"widgets_values": [],
|
| 134 |
+
"color": "#322",
|
| 135 |
+
"bgcolor": "#533"
|
| 136 |
+
},
|
| 137 |
+
{
|
| 138 |
+
"id": 35,
|
| 139 |
+
"type": "MarkdownNote",
|
| 140 |
+
"pos": [
|
| 141 |
+
19060,
|
| 142 |
+
7640
|
| 143 |
+
],
|
| 144 |
+
"size": [
|
| 145 |
+
290,
|
| 146 |
+
390
|
| 147 |
+
],
|
| 148 |
+
"flags": {},
|
| 149 |
+
"order": 0,
|
| 150 |
+
"mode": 0,
|
| 151 |
+
"inputs": [],
|
| 152 |
+
"outputs": [],
|
| 153 |
+
"title": "📐 Resolution Presets",
|
| 154 |
+
"properties": {
|
| 155 |
+
"ue_properties": {
|
| 156 |
+
"version": "7.4.1",
|
| 157 |
+
"widget_ue_connectable": {},
|
| 158 |
+
"input_ue_unconnectable": {}
|
| 159 |
+
}
|
| 160 |
+
},
|
| 161 |
+
"widgets_values": [
|
| 162 |
+
"# 📐 Resolution Presets\n\n## ⭐ Recommended (Tested)\n**1920×1088** - Wide cinematic\n\n## 🚀 Fast (Both Versions)\n512×512 • 512×768 • 768×768\n768×1024 • 1024×768\n\n## 📱 Standard HD\n832×1216 • 1024×1024 • 1216×832\n\n## 🎬 High Quality\n1024×1536 • 1536×1024\n\n## 🎥 2K Cinematic\n1920×1088 ⭐ • 2048×1152 • 1920×1080\n\n---\n\n💡 **Quick Tips:**\n- **Portrait:** 512×768, 832×1216, 1024×1536\n- **Landscape:** 1216×832, 1920×1088 ⭐, 2048×1152\n- **Square:** 1024×1024\n\n**1920×1088** tested on RTX 4060 8GB!\nWorks perfectly with both FP8 & BF16."
|
| 163 |
+
],
|
| 164 |
+
"color": "#2a363b",
|
| 165 |
+
"bgcolor": "#3f5159"
|
| 166 |
+
},
|
| 167 |
+
{
|
| 168 |
+
"id": 2,
|
| 169 |
+
"type": "ModelSamplingAuraFlow",
|
| 170 |
+
"pos": [
|
| 171 |
+
19680,
|
| 172 |
+
7080
|
| 173 |
+
],
|
| 174 |
+
"size": [
|
| 175 |
+
220,
|
| 176 |
+
58
|
| 177 |
+
],
|
| 178 |
+
"flags": {},
|
| 179 |
+
"order": 9,
|
| 180 |
+
"mode": 0,
|
| 181 |
+
"inputs": [
|
| 182 |
+
{
|
| 183 |
+
"name": "model",
|
| 184 |
+
"type": "MODEL",
|
| 185 |
+
"link": 52
|
| 186 |
+
}
|
| 187 |
+
],
|
| 188 |
+
"outputs": [
|
| 189 |
+
{
|
| 190 |
+
"name": "MODEL",
|
| 191 |
+
"type": "MODEL",
|
| 192 |
+
"links": [
|
| 193 |
+
40,
|
| 194 |
+
41
|
| 195 |
+
]
|
| 196 |
+
}
|
| 197 |
+
],
|
| 198 |
+
"properties": {
|
| 199 |
+
"cnr_id": "comfy-core",
|
| 200 |
+
"ver": "0.3.48",
|
| 201 |
+
"Node name for S&R": "ModelSamplingAuraFlow",
|
| 202 |
+
"ue_properties": {
|
| 203 |
+
"version": "7.0.1",
|
| 204 |
+
"widget_ue_connectable": {}
|
| 205 |
+
},
|
| 206 |
+
"enableTabs": false,
|
| 207 |
+
"tabWidth": 65,
|
| 208 |
+
"tabXOffset": 10,
|
| 209 |
+
"hasSecondTab": false,
|
| 210 |
+
"secondTabText": "Send Back",
|
| 211 |
+
"secondTabOffset": 80,
|
| 212 |
+
"secondTabWidth": 65
|
| 213 |
+
},
|
| 214 |
+
"widgets_values": [
|
| 215 |
+
3
|
| 216 |
+
],
|
| 217 |
+
"color": "#2a363b",
|
| 218 |
+
"bgcolor": "#3f5159"
|
| 219 |
+
},
|
| 220 |
+
{
|
| 221 |
+
"id": 17,
|
| 222 |
+
"type": "KSampler",
|
| 223 |
+
"pos": [
|
| 224 |
+
19920,
|
| 225 |
+
7080
|
| 226 |
+
],
|
| 227 |
+
"size": [
|
| 228 |
+
300,
|
| 229 |
+
710
|
| 230 |
+
],
|
| 231 |
+
"flags": {},
|
| 232 |
+
"order": 14,
|
| 233 |
+
"mode": 0,
|
| 234 |
+
"inputs": [
|
| 235 |
+
{
|
| 236 |
+
"name": "model",
|
| 237 |
+
"type": "MODEL",
|
| 238 |
+
"link": 41
|
| 239 |
+
},
|
| 240 |
+
{
|
| 241 |
+
"name": "positive",
|
| 242 |
+
"type": "CONDITIONING",
|
| 243 |
+
"link": 22
|
| 244 |
+
},
|
| 245 |
+
{
|
| 246 |
+
"name": "negative",
|
| 247 |
+
"type": "CONDITIONING",
|
| 248 |
+
"link": 47
|
| 249 |
+
},
|
| 250 |
+
{
|
| 251 |
+
"name": "latent_image",
|
| 252 |
+
"type": "LATENT",
|
| 253 |
+
"link": 24
|
| 254 |
+
}
|
| 255 |
+
],
|
| 256 |
+
"outputs": [
|
| 257 |
+
{
|
| 258 |
+
"name": "LATENT",
|
| 259 |
+
"type": "LATENT",
|
| 260 |
+
"slot_index": 0,
|
| 261 |
+
"links": [
|
| 262 |
+
8
|
| 263 |
+
]
|
| 264 |
+
}
|
| 265 |
+
],
|
| 266 |
+
"title": "🎨 Base Generation",
|
| 267 |
+
"properties": {
|
| 268 |
+
"cnr_id": "comfy-core",
|
| 269 |
+
"ver": "0.3.48",
|
| 270 |
+
"Node name for S&R": "KSampler",
|
| 271 |
+
"ue_properties": {
|
| 272 |
+
"version": "7.0.1",
|
| 273 |
+
"widget_ue_connectable": {}
|
| 274 |
+
},
|
| 275 |
+
"enableTabs": false,
|
| 276 |
+
"tabWidth": 65,
|
| 277 |
+
"tabXOffset": 10,
|
| 278 |
+
"hasSecondTab": false,
|
| 279 |
+
"secondTabText": "Send Back",
|
| 280 |
+
"secondTabOffset": 80,
|
| 281 |
+
"secondTabWidth": 65
|
| 282 |
+
},
|
| 283 |
+
"widgets_values": [
|
| 284 |
+
345470436588899,
|
| 285 |
+
"randomize",
|
| 286 |
+
12,
|
| 287 |
+
1,
|
| 288 |
+
"euler_ancestral",
|
| 289 |
+
"beta",
|
| 290 |
+
1
|
| 291 |
+
],
|
| 292 |
+
"color": "#2a363b",
|
| 293 |
+
"bgcolor": "#3f5159"
|
| 294 |
+
},
|
| 295 |
+
{
|
| 296 |
+
"id": 11,
|
| 297 |
+
"type": "VAEDecode",
|
| 298 |
+
"pos": [
|
| 299 |
+
19678.698627423088,
|
| 300 |
+
7186.776251773069
|
| 301 |
+
],
|
| 302 |
+
"size": [
|
| 303 |
+
220,
|
| 304 |
+
46
|
| 305 |
+
],
|
| 306 |
+
"flags": {
|
| 307 |
+
"collapsed": false
|
| 308 |
+
},
|
| 309 |
+
"order": 15,
|
| 310 |
+
"mode": 0,
|
| 311 |
+
"inputs": [
|
| 312 |
+
{
|
| 313 |
+
"name": "samples",
|
| 314 |
+
"type": "LATENT",
|
| 315 |
+
"link": 8
|
| 316 |
+
},
|
| 317 |
+
{
|
| 318 |
+
"name": "vae",
|
| 319 |
+
"type": "VAE",
|
| 320 |
+
"link": 34
|
| 321 |
+
}
|
| 322 |
+
],
|
| 323 |
+
"outputs": [
|
| 324 |
+
{
|
| 325 |
+
"name": "IMAGE",
|
| 326 |
+
"type": "IMAGE",
|
| 327 |
+
"slot_index": 0,
|
| 328 |
+
"links": [
|
| 329 |
+
12,
|
| 330 |
+
60,
|
| 331 |
+
63
|
| 332 |
+
]
|
| 333 |
+
}
|
| 334 |
+
],
|
| 335 |
+
"properties": {
|
| 336 |
+
"cnr_id": "comfy-core",
|
| 337 |
+
"ver": "0.3.48",
|
| 338 |
+
"Node name for S&R": "VAEDecode",
|
| 339 |
+
"ue_properties": {
|
| 340 |
+
"version": "7.0.1",
|
| 341 |
+
"widget_ue_connectable": {}
|
| 342 |
+
},
|
| 343 |
+
"enableTabs": false,
|
| 344 |
+
"tabWidth": 65,
|
| 345 |
+
"tabXOffset": 10,
|
| 346 |
+
"hasSecondTab": false,
|
| 347 |
+
"secondTabText": "Send Back",
|
| 348 |
+
"secondTabOffset": 80,
|
| 349 |
+
"secondTabWidth": 65
|
| 350 |
+
},
|
| 351 |
+
"widgets_values": [],
|
| 352 |
+
"color": "#2a363b",
|
| 353 |
+
"bgcolor": "#3f5159"
|
| 354 |
+
},
|
| 355 |
+
{
|
| 356 |
+
"id": 31,
|
| 357 |
+
"type": "Reroute",
|
| 358 |
+
"pos": [
|
| 359 |
+
20620,
|
| 360 |
+
6970
|
| 361 |
+
],
|
| 362 |
+
"size": [
|
| 363 |
+
75,
|
| 364 |
+
26
|
| 365 |
+
],
|
| 366 |
+
"flags": {},
|
| 367 |
+
"order": 13,
|
| 368 |
+
"mode": 0,
|
| 369 |
+
"inputs": [
|
| 370 |
+
{
|
| 371 |
+
"name": "",
|
| 372 |
+
"type": "*",
|
| 373 |
+
"link": 35
|
| 374 |
+
}
|
| 375 |
+
],
|
| 376 |
+
"outputs": [
|
| 377 |
+
{
|
| 378 |
+
"name": "",
|
| 379 |
+
"type": "VAE",
|
| 380 |
+
"links": [
|
| 381 |
+
36,
|
| 382 |
+
62
|
| 383 |
+
]
|
| 384 |
+
}
|
| 385 |
+
],
|
| 386 |
+
"properties": {
|
| 387 |
+
"showOutputText": false,
|
| 388 |
+
"horizontal": false,
|
| 389 |
+
"ue_properties": {
|
| 390 |
+
"widget_ue_connectable": {},
|
| 391 |
+
"version": "7.4.1",
|
| 392 |
+
"input_ue_unconnectable": {}
|
| 393 |
+
}
|
| 394 |
+
},
|
| 395 |
+
"color": "#322",
|
| 396 |
+
"bgcolor": "#533"
|
| 397 |
+
},
|
| 398 |
+
{
|
| 399 |
+
"id": 45,
|
| 400 |
+
"type": "VAEEncode",
|
| 401 |
+
"pos": [
|
| 402 |
+
20770,
|
| 403 |
+
7100
|
| 404 |
+
],
|
| 405 |
+
"size": [
|
| 406 |
+
140,
|
| 407 |
+
46
|
| 408 |
+
],
|
| 409 |
+
"flags": {
|
| 410 |
+
"collapsed": true
|
| 411 |
+
},
|
| 412 |
+
"order": 18,
|
| 413 |
+
"mode": 0,
|
| 414 |
+
"inputs": [
|
| 415 |
+
{
|
| 416 |
+
"name": "pixels",
|
| 417 |
+
"type": "IMAGE",
|
| 418 |
+
"link": 61
|
| 419 |
+
},
|
| 420 |
+
{
|
| 421 |
+
"name": "vae",
|
| 422 |
+
"type": "VAE",
|
| 423 |
+
"link": 62
|
| 424 |
+
}
|
| 425 |
+
],
|
| 426 |
+
"outputs": [
|
| 427 |
+
{
|
| 428 |
+
"name": "LATENT",
|
| 429 |
+
"type": "LATENT",
|
| 430 |
+
"links": [
|
| 431 |
+
56
|
| 432 |
+
]
|
| 433 |
+
}
|
| 434 |
+
],
|
| 435 |
+
"properties": {
|
| 436 |
+
"cnr_id": "comfy-core",
|
| 437 |
+
"ver": "0.3.76",
|
| 438 |
+
"Node name for S&R": "VAEEncode"
|
| 439 |
+
},
|
| 440 |
+
"widgets_values": [],
|
| 441 |
+
"color": "#2a363b",
|
| 442 |
+
"bgcolor": "#3f5159"
|
| 443 |
+
},
|
| 444 |
+
{
|
| 445 |
+
"id": 44,
|
| 446 |
+
"type": "ImageScaleBy",
|
| 447 |
+
"pos": [
|
| 448 |
+
20760,
|
| 449 |
+
7090
|
| 450 |
+
],
|
| 451 |
+
"size": [
|
| 452 |
+
350,
|
| 453 |
+
82
|
| 454 |
+
],
|
| 455 |
+
"flags": {
|
| 456 |
+
"collapsed": false
|
| 457 |
+
},
|
| 458 |
+
"order": 16,
|
| 459 |
+
"mode": 0,
|
| 460 |
+
"inputs": [
|
| 461 |
+
{
|
| 462 |
+
"name": "image",
|
| 463 |
+
"type": "IMAGE",
|
| 464 |
+
"link": 60
|
| 465 |
+
}
|
| 466 |
+
],
|
| 467 |
+
"outputs": [
|
| 468 |
+
{
|
| 469 |
+
"name": "IMAGE",
|
| 470 |
+
"type": "IMAGE",
|
| 471 |
+
"links": [
|
| 472 |
+
61
|
| 473 |
+
]
|
| 474 |
+
}
|
| 475 |
+
],
|
| 476 |
+
"properties": {
|
| 477 |
+
"cnr_id": "comfy-core",
|
| 478 |
+
"ver": "0.3.76",
|
| 479 |
+
"Node name for S&R": "ImageScaleBy"
|
| 480 |
+
},
|
| 481 |
+
"widgets_values": [
|
| 482 |
+
"lanczos",
|
| 483 |
+
1.5
|
| 484 |
+
],
|
| 485 |
+
"color": "#2a363b",
|
| 486 |
+
"bgcolor": "#3f5159"
|
| 487 |
+
},
|
| 488 |
+
{
|
| 489 |
+
"id": 12,
|
| 490 |
+
"type": "VAEDecode",
|
| 491 |
+
"pos": [
|
| 492 |
+
20760,
|
| 493 |
+
8030
|
| 494 |
+
],
|
| 495 |
+
"size": [
|
| 496 |
+
350,
|
| 497 |
+
50
|
| 498 |
+
],
|
| 499 |
+
"flags": {
|
| 500 |
+
"collapsed": false
|
| 501 |
+
},
|
| 502 |
+
"order": 20,
|
| 503 |
+
"mode": 0,
|
| 504 |
+
"inputs": [
|
| 505 |
+
{
|
| 506 |
+
"name": "samples",
|
| 507 |
+
"type": "LATENT",
|
| 508 |
+
"link": 10
|
| 509 |
+
},
|
| 510 |
+
{
|
| 511 |
+
"name": "vae",
|
| 512 |
+
"type": "VAE",
|
| 513 |
+
"link": 36
|
| 514 |
+
}
|
| 515 |
+
],
|
| 516 |
+
"outputs": [
|
| 517 |
+
{
|
| 518 |
+
"name": "IMAGE",
|
| 519 |
+
"type": "IMAGE",
|
| 520 |
+
"slot_index": 0,
|
| 521 |
+
"links": [
|
| 522 |
+
13,
|
| 523 |
+
64
|
| 524 |
+
]
|
| 525 |
+
}
|
| 526 |
+
],
|
| 527 |
+
"properties": {
|
| 528 |
+
"cnr_id": "comfy-core",
|
| 529 |
+
"ver": "0.3.48",
|
| 530 |
+
"Node name for S&R": "VAEDecode",
|
| 531 |
+
"ue_properties": {
|
| 532 |
+
"version": "7.0.1",
|
| 533 |
+
"widget_ue_connectable": {}
|
| 534 |
+
},
|
| 535 |
+
"enableTabs": false,
|
| 536 |
+
"tabWidth": 65,
|
| 537 |
+
"tabXOffset": 10,
|
| 538 |
+
"hasSecondTab": false,
|
| 539 |
+
"secondTabText": "Send Back",
|
| 540 |
+
"secondTabOffset": 80,
|
| 541 |
+
"secondTabWidth": 65
|
| 542 |
+
},
|
| 543 |
+
"widgets_values": [],
|
| 544 |
+
"color": "#2a363b",
|
| 545 |
+
"bgcolor": "#3f5159"
|
| 546 |
+
},
|
| 547 |
+
{
|
| 548 |
+
"id": 49,
|
| 549 |
+
"type": "SaveImageWithMetaData",
|
| 550 |
+
"pos": [
|
| 551 |
+
21130,
|
| 552 |
+
7090
|
| 553 |
+
],
|
| 554 |
+
"size": [
|
| 555 |
+
540,
|
| 556 |
+
990
|
| 557 |
+
],
|
| 558 |
+
"flags": {},
|
| 559 |
+
"order": 22,
|
| 560 |
+
"mode": 0,
|
| 561 |
+
"inputs": [
|
| 562 |
+
{
|
| 563 |
+
"name": "images",
|
| 564 |
+
"type": "IMAGE",
|
| 565 |
+
"link": 64
|
| 566 |
+
},
|
| 567 |
+
{
|
| 568 |
+
"name": "extra_metadata",
|
| 569 |
+
"shape": 7,
|
| 570 |
+
"type": "EXTRA_METADATA",
|
| 571 |
+
"link": null
|
| 572 |
+
}
|
| 573 |
+
],
|
| 574 |
+
"outputs": [],
|
| 575 |
+
"title": "💾 Save Upscaled Image",
|
| 576 |
+
"properties": {
|
| 577 |
+
"cnr_id": "comfyui_image_metadata_extension",
|
| 578 |
+
"ver": "1.2.17",
|
| 579 |
+
"Node name for S&R": "SaveImageWithMetaData",
|
| 580 |
+
"widget_ue_connectable": {}
|
| 581 |
+
},
|
| 582 |
+
"widgets_values": [
|
| 583 |
+
"Z-Image-H",
|
| 584 |
+
"%date:yyyy-MM-dd%",
|
| 585 |
+
"png",
|
| 586 |
+
"max",
|
| 587 |
+
"full",
|
| 588 |
+
true,
|
| 589 |
+
true
|
| 590 |
+
],
|
| 591 |
+
"color": "#223",
|
| 592 |
+
"bgcolor": "#335"
|
| 593 |
+
},
|
| 594 |
+
{
|
| 595 |
+
"id": 48,
|
| 596 |
+
"type": "SaveImageWithMetaData",
|
| 597 |
+
"pos": [
|
| 598 |
+
20250,
|
| 599 |
+
7030
|
| 600 |
+
],
|
| 601 |
+
"size": [
|
| 602 |
+
470,
|
| 603 |
+
780
|
| 604 |
+
],
|
| 605 |
+
"flags": {},
|
| 606 |
+
"order": 17,
|
| 607 |
+
"mode": 0,
|
| 608 |
+
"inputs": [
|
| 609 |
+
{
|
| 610 |
+
"name": "images",
|
| 611 |
+
"type": "IMAGE",
|
| 612 |
+
"link": 63
|
| 613 |
+
},
|
| 614 |
+
{
|
| 615 |
+
"name": "extra_metadata",
|
| 616 |
+
"shape": 7,
|
| 617 |
+
"type": "EXTRA_METADATA",
|
| 618 |
+
"link": null
|
| 619 |
+
}
|
| 620 |
+
],
|
| 621 |
+
"outputs": [],
|
| 622 |
+
"title": "💾 Save Base Image",
|
| 623 |
+
"properties": {
|
| 624 |
+
"cnr_id": "comfyui_image_metadata_extension",
|
| 625 |
+
"ver": "1.2.17",
|
| 626 |
+
"Node name for S&R": "SaveImageWithMetaData",
|
| 627 |
+
"widget_ue_connectable": {}
|
| 628 |
+
},
|
| 629 |
+
"widgets_values": [
|
| 630 |
+
"Z-Image-L",
|
| 631 |
+
"%date:yyyy-MM-dd%",
|
| 632 |
+
"png",
|
| 633 |
+
"max",
|
| 634 |
+
"full",
|
| 635 |
+
true,
|
| 636 |
+
true
|
| 637 |
+
],
|
| 638 |
+
"color": "#223",
|
| 639 |
+
"bgcolor": "#335"
|
| 640 |
+
},
|
| 641 |
+
{
|
| 642 |
+
"id": 28,
|
| 643 |
+
"type": "Fast Groups Bypasser (rgthree)",
|
| 644 |
+
"pos": [
|
| 645 |
+
20740,
|
| 646 |
+
6920
|
| 647 |
+
],
|
| 648 |
+
"size": [
|
| 649 |
+
360,
|
| 650 |
+
58
|
| 651 |
+
],
|
| 652 |
+
"flags": {},
|
| 653 |
+
"order": 1,
|
| 654 |
+
"mode": 0,
|
| 655 |
+
"inputs": [],
|
| 656 |
+
"outputs": [
|
| 657 |
+
{
|
| 658 |
+
"name": "OPT_CONNECTION",
|
| 659 |
+
"type": "*",
|
| 660 |
+
"links": null
|
| 661 |
+
}
|
| 662 |
+
],
|
| 663 |
+
"title": "🔼 Toggle Upscaler ON/OFF",
|
| 664 |
+
"properties": {
|
| 665 |
+
"matchColors": "",
|
| 666 |
+
"matchTitle": "🔼",
|
| 667 |
+
"showNav": true,
|
| 668 |
+
"showAllGraphs": true,
|
| 669 |
+
"sort": "position",
|
| 670 |
+
"customSortAlphabet": "",
|
| 671 |
+
"toggleRestriction": "default",
|
| 672 |
+
"ue_properties": {
|
| 673 |
+
"widget_ue_connectable": {},
|
| 674 |
+
"input_ue_unconnectable": {},
|
| 675 |
+
"version": "7.4.1"
|
| 676 |
+
}
|
| 677 |
+
},
|
| 678 |
+
"color": "#432",
|
| 679 |
+
"bgcolor": "#653"
|
| 680 |
+
},
|
| 681 |
+
{
|
| 682 |
+
"id": 13,
|
| 683 |
+
"type": "Image Comparer (rgthree)",
|
| 684 |
+
"pos": [
|
| 685 |
+
21710,
|
| 686 |
+
7030
|
| 687 |
+
],
|
| 688 |
+
"size": [
|
| 689 |
+
580,
|
| 690 |
+
1060
|
| 691 |
+
],
|
| 692 |
+
"flags": {},
|
| 693 |
+
"order": 21,
|
| 694 |
+
"mode": 0,
|
| 695 |
+
"inputs": [
|
| 696 |
+
{
|
| 697 |
+
"dir": 3,
|
| 698 |
+
"name": "image_a",
|
| 699 |
+
"type": "IMAGE",
|
| 700 |
+
"link": 12
|
| 701 |
+
},
|
| 702 |
+
{
|
| 703 |
+
"dir": 3,
|
| 704 |
+
"name": "image_b",
|
| 705 |
+
"type": "IMAGE",
|
| 706 |
+
"link": 13
|
| 707 |
+
}
|
| 708 |
+
],
|
| 709 |
+
"outputs": [],
|
| 710 |
+
"title": "🔍 Compare: Base vs Upscaled",
|
| 711 |
+
"properties": {
|
| 712 |
+
"cnr_id": "rgthree-comfy",
|
| 713 |
+
"ver": "b775441a4c5ae2853d4ff6b97a137f7f7d11e597",
|
| 714 |
+
"comparer_mode": "Slide",
|
| 715 |
+
"ue_properties": {
|
| 716 |
+
"version": "7.0.1",
|
| 717 |
+
"widget_ue_connectable": {}
|
| 718 |
+
}
|
| 719 |
+
},
|
| 720 |
+
"widgets_values": [
|
| 721 |
+
[
|
| 722 |
+
{
|
| 723 |
+
"name": "A",
|
| 724 |
+
"selected": true,
|
| 725 |
+
"url": "/api/view?filename=rgthree.compare._temp_snypr_00036_.png&type=temp&subfolder=&rand=0.1431639945159321"
|
| 726 |
+
},
|
| 727 |
+
{
|
| 728 |
+
"name": "B",
|
| 729 |
+
"selected": true,
|
| 730 |
+
"url": "/api/view?filename=rgthree.compare._temp_snypr_00037_.png&type=temp&subfolder=&rand=0.5584538884966362"
|
| 731 |
+
}
|
| 732 |
+
]
|
| 733 |
+
],
|
| 734 |
+
"color": "#223",
|
| 735 |
+
"bgcolor": "#335",
|
| 736 |
+
"shape": 1
|
| 737 |
+
},
|
| 738 |
+
{
|
| 739 |
+
"id": 6,
|
| 740 |
+
"type": "EmptyLatentImage",
|
| 741 |
+
"pos": [
|
| 742 |
+
19390,
|
| 743 |
+
7690
|
| 744 |
+
],
|
| 745 |
+
"size": [
|
| 746 |
+
230,
|
| 747 |
+
106
|
| 748 |
+
],
|
| 749 |
+
"flags": {
|
| 750 |
+
"collapsed": false
|
| 751 |
+
},
|
| 752 |
+
"order": 2,
|
| 753 |
+
"mode": 0,
|
| 754 |
+
"inputs": [],
|
| 755 |
+
"outputs": [
|
| 756 |
+
{
|
| 757 |
+
"name": "LATENT",
|
| 758 |
+
"type": "LATENT",
|
| 759 |
+
"links": [
|
| 760 |
+
24
|
| 761 |
+
]
|
| 762 |
+
}
|
| 763 |
+
],
|
| 764 |
+
"properties": {
|
| 765 |
+
"cnr_id": "comfy-core",
|
| 766 |
+
"ver": "0.3.65",
|
| 767 |
+
"Node name for S&R": "EmptyLatentImage",
|
| 768 |
+
"ue_properties": {
|
| 769 |
+
"widget_ue_connectable": {
|
| 770 |
+
"width": true,
|
| 771 |
+
"height": true,
|
| 772 |
+
"batch_size": true
|
| 773 |
+
},
|
| 774 |
+
"version": "7.0.1"
|
| 775 |
+
}
|
| 776 |
+
},
|
| 777 |
+
"widgets_values": [
|
| 778 |
+
832,
|
| 779 |
+
1216,
|
| 780 |
+
1
|
| 781 |
+
],
|
| 782 |
+
"color": "#323",
|
| 783 |
+
"bgcolor": "#535"
|
| 784 |
+
},
|
| 785 |
+
{
|
| 786 |
+
"id": 41,
|
| 787 |
+
"type": "LoraLoader",
|
| 788 |
+
"pos": [
|
| 789 |
+
18620,
|
| 790 |
+
7440
|
| 791 |
+
],
|
| 792 |
+
"size": [
|
| 793 |
+
470,
|
| 794 |
+
126
|
| 795 |
+
],
|
| 796 |
+
"flags": {},
|
| 797 |
+
"order": 7,
|
| 798 |
+
"mode": 4,
|
| 799 |
+
"inputs": [
|
| 800 |
+
{
|
| 801 |
+
"name": "model",
|
| 802 |
+
"type": "MODEL",
|
| 803 |
+
"link": 49
|
| 804 |
+
},
|
| 805 |
+
{
|
| 806 |
+
"name": "clip",
|
| 807 |
+
"type": "CLIP",
|
| 808 |
+
"link": 50
|
| 809 |
+
}
|
| 810 |
+
],
|
| 811 |
+
"outputs": [
|
| 812 |
+
{
|
| 813 |
+
"name": "MODEL",
|
| 814 |
+
"type": "MODEL",
|
| 815 |
+
"links": [
|
| 816 |
+
52
|
| 817 |
+
]
|
| 818 |
+
},
|
| 819 |
+
{
|
| 820 |
+
"name": "CLIP",
|
| 821 |
+
"type": "CLIP",
|
| 822 |
+
"links": [
|
| 823 |
+
51
|
| 824 |
+
]
|
| 825 |
+
}
|
| 826 |
+
],
|
| 827 |
+
"properties": {
|
| 828 |
+
"cnr_id": "comfy-core",
|
| 829 |
+
"ver": "0.3.75",
|
| 830 |
+
"Node name for S&R": "LoraLoader",
|
| 831 |
+
"ue_properties": {
|
| 832 |
+
"widget_ue_connectable": {
|
| 833 |
+
"lora_name": true,
|
| 834 |
+
"strength_model": true,
|
| 835 |
+
"strength_clip": true
|
| 836 |
+
},
|
| 837 |
+
"version": "7.4.1",
|
| 838 |
+
"input_ue_unconnectable": {}
|
| 839 |
+
}
|
| 840 |
+
},
|
| 841 |
+
"widgets_values": [
|
| 842 |
+
"z-image\\neu\\dandadan_aira_shiratori2_copy_000002500.safetensors",
|
| 843 |
+
0.9,
|
| 844 |
+
1
|
| 845 |
+
],
|
| 846 |
+
"color": "#223",
|
| 847 |
+
"bgcolor": "#335"
|
| 848 |
+
},
|
| 849 |
+
{
|
| 850 |
+
"id": 43,
|
| 851 |
+
"type": "Fast Groups Bypasser (rgthree)",
|
| 852 |
+
"pos": [
|
| 853 |
+
18600,
|
| 854 |
+
7270
|
| 855 |
+
],
|
| 856 |
+
"size": [
|
| 857 |
+
380,
|
| 858 |
+
58
|
| 859 |
+
],
|
| 860 |
+
"flags": {},
|
| 861 |
+
"order": 3,
|
| 862 |
+
"mode": 0,
|
| 863 |
+
"inputs": [],
|
| 864 |
+
"outputs": [
|
| 865 |
+
{
|
| 866 |
+
"name": "OPT_CONNECTION",
|
| 867 |
+
"type": "*",
|
| 868 |
+
"links": null
|
| 869 |
+
}
|
| 870 |
+
],
|
| 871 |
+
"title": "📖 Toggle LoRA ON/OFF",
|
| 872 |
+
"properties": {
|
| 873 |
+
"matchColors": "",
|
| 874 |
+
"matchTitle": "📖",
|
| 875 |
+
"showNav": true,
|
| 876 |
+
"showAllGraphs": true,
|
| 877 |
+
"sort": "position",
|
| 878 |
+
"customSortAlphabet": "",
|
| 879 |
+
"toggleRestriction": "default",
|
| 880 |
+
"ue_properties": {
|
| 881 |
+
"widget_ue_connectable": {},
|
| 882 |
+
"input_ue_unconnectable": {},
|
| 883 |
+
"version": "7.4.1"
|
| 884 |
+
}
|
| 885 |
+
},
|
| 886 |
+
"color": "#233",
|
| 887 |
+
"bgcolor": "#355"
|
| 888 |
+
},
|
| 889 |
+
{
|
| 890 |
+
"id": 34,
|
| 891 |
+
"type": "CheckpointLoaderSimple",
|
| 892 |
+
"pos": [
|
| 893 |
+
18620,
|
| 894 |
+
7080
|
| 895 |
+
],
|
| 896 |
+
"size": [
|
| 897 |
+
470,
|
| 898 |
+
98
|
| 899 |
+
],
|
| 900 |
+
"flags": {},
|
| 901 |
+
"order": 4,
|
| 902 |
+
"mode": 0,
|
| 903 |
+
"inputs": [],
|
| 904 |
+
"outputs": [
|
| 905 |
+
{
|
| 906 |
+
"name": "MODEL",
|
| 907 |
+
"type": "MODEL",
|
| 908 |
+
"links": [
|
| 909 |
+
49
|
| 910 |
+
]
|
| 911 |
+
},
|
| 912 |
+
{
|
| 913 |
+
"name": "CLIP",
|
| 914 |
+
"type": "CLIP",
|
| 915 |
+
"links": [
|
| 916 |
+
50
|
| 917 |
+
]
|
| 918 |
+
},
|
| 919 |
+
{
|
| 920 |
+
"name": "VAE",
|
| 921 |
+
"type": "VAE",
|
| 922 |
+
"links": [
|
| 923 |
+
39
|
| 924 |
+
]
|
| 925 |
+
}
|
| 926 |
+
],
|
| 927 |
+
"properties": {
|
| 928 |
+
"cnr_id": "comfy-core",
|
| 929 |
+
"ver": "0.3.71",
|
| 930 |
+
"Node name for S&R": "CheckpointLoaderSimple",
|
| 931 |
+
"ue_properties": {
|
| 932 |
+
"widget_ue_connectable": {
|
| 933 |
+
"ckpt_name": true
|
| 934 |
+
},
|
| 935 |
+
"version": "7.4.1",
|
| 936 |
+
"input_ue_unconnectable": {}
|
| 937 |
+
}
|
| 938 |
+
},
|
| 939 |
+
"widgets_values": [
|
| 940 |
+
"z-image-turbo-bf16-aio.safetensors"
|
| 941 |
+
],
|
| 942 |
+
"color": "#223",
|
| 943 |
+
"bgcolor": "#335"
|
| 944 |
+
},
|
| 945 |
+
{
|
| 946 |
+
"id": 14,
|
| 947 |
+
"type": "KSampler",
|
| 948 |
+
"pos": [
|
| 949 |
+
20760,
|
| 950 |
+
7220
|
| 951 |
+
],
|
| 952 |
+
"size": [
|
| 953 |
+
350,
|
| 954 |
+
758.3076923076924
|
| 955 |
+
],
|
| 956 |
+
"flags": {},
|
| 957 |
+
"order": 19,
|
| 958 |
+
"mode": 0,
|
| 959 |
+
"inputs": [
|
| 960 |
+
{
|
| 961 |
+
"name": "model",
|
| 962 |
+
"type": "MODEL",
|
| 963 |
+
"link": 40
|
| 964 |
+
},
|
| 965 |
+
{
|
| 966 |
+
"name": "positive",
|
| 967 |
+
"type": "CONDITIONING",
|
| 968 |
+
"link": 15
|
| 969 |
+
},
|
| 970 |
+
{
|
| 971 |
+
"name": "negative",
|
| 972 |
+
"type": "CONDITIONING",
|
| 973 |
+
"link": 48
|
| 974 |
+
},
|
| 975 |
+
{
|
| 976 |
+
"name": "latent_image",
|
| 977 |
+
"type": "LATENT",
|
| 978 |
+
"link": 56
|
| 979 |
+
}
|
| 980 |
+
],
|
| 981 |
+
"outputs": [
|
| 982 |
+
{
|
| 983 |
+
"name": "LATENT",
|
| 984 |
+
"type": "LATENT",
|
| 985 |
+
"slot_index": 0,
|
| 986 |
+
"links": [
|
| 987 |
+
10
|
| 988 |
+
]
|
| 989 |
+
}
|
| 990 |
+
],
|
| 991 |
+
"title": "✨ Upscale",
|
| 992 |
+
"properties": {
|
| 993 |
+
"cnr_id": "comfy-core",
|
| 994 |
+
"ver": "0.3.48",
|
| 995 |
+
"Node name for S&R": "KSampler",
|
| 996 |
+
"ue_properties": {
|
| 997 |
+
"version": "7.0.1",
|
| 998 |
+
"widget_ue_connectable": {}
|
| 999 |
+
},
|
| 1000 |
+
"enableTabs": false,
|
| 1001 |
+
"tabWidth": 65,
|
| 1002 |
+
"tabXOffset": 10,
|
| 1003 |
+
"hasSecondTab": false,
|
| 1004 |
+
"secondTabText": "Send Back",
|
| 1005 |
+
"secondTabOffset": 80,
|
| 1006 |
+
"secondTabWidth": 65
|
| 1007 |
+
},
|
| 1008 |
+
"widgets_values": [
|
| 1009 |
+
147055680729376,
|
| 1010 |
+
"fixed",
|
| 1011 |
+
8,
|
| 1012 |
+
1,
|
| 1013 |
+
"res_multistep",
|
| 1014 |
+
"beta",
|
| 1015 |
+
0.3
|
| 1016 |
+
],
|
| 1017 |
+
"color": "#2a363b",
|
| 1018 |
+
"bgcolor": "#3f5159"
|
| 1019 |
+
},
|
| 1020 |
+
{
|
| 1021 |
+
"id": 23,
|
| 1022 |
+
"type": "MarkdownNote",
|
| 1023 |
+
"pos": [
|
| 1024 |
+
18030,
|
| 1025 |
+
7030
|
| 1026 |
+
],
|
| 1027 |
+
"size": [
|
| 1028 |
+
550,
|
| 1029 |
+
560
|
| 1030 |
+
],
|
| 1031 |
+
"flags": {},
|
| 1032 |
+
"order": 5,
|
| 1033 |
+
"mode": 0,
|
| 1034 |
+
"inputs": [],
|
| 1035 |
+
"outputs": [],
|
| 1036 |
+
"title": "📦 Model Info - Z-Image-Turbo-AIO",
|
| 1037 |
+
"properties": {
|
| 1038 |
+
"ue_properties": {
|
| 1039 |
+
"version": "7.4.1",
|
| 1040 |
+
"widget_ue_connectable": {},
|
| 1041 |
+
"input_ue_unconnectable": {}
|
| 1042 |
+
}
|
| 1043 |
+
},
|
| 1044 |
+
"widgets_values": [
|
| 1045 |
+
"# 🚀 Z-Image-Turbo-AIO\n\n## Ultra-Fast Photorealistic Generation!\n\n✨ **8-Step Lightning Speed**\n✨ **VAE + Text Encoder integrated**\n✨ **Bilingual text rendering (EN/CN)**\n✨ **No negative prompts needed**\n✨ **Metadata saved automatically** (comfyui_image_metadata_extension)\n\n---\n\n## 🔄 Two Versions Available:\n\n### 🟢 Z-Image-BF16-AIO (20 GB)\n**Maximum Precision**\n- Precision: BFloat16\n- Steps: 9 (recommended)\n- CFG: 1.0 (keep at 1.0!)\n- Sampler: res_multistep or euler_ancestral\n- Scheduler: simple or beta\n- VRAM: Works on 8GB!\n\n### 🟡 Z-Image-FP8-AIO (10 GB)\n**Speed & Efficiency**\n- Precision: FP8\n- Steps: 9 (recommended)\n- CFG: 1.0 (keep at 1.0!)\n- Sampler: res_multistep or euler_ancestral\n- Scheduler: simple or beta\n- VRAM: Perfect for 8GB!\n\n---\n\n## ⚙️ Critical Settings\n\n### Both Versions:\n- **Steps:** 9\n- **CFG:** 1.0 (don't change!)\n- **Sampler:** res_multistep (detailed) or euler_ancestral (natural)\n- **Scheduler:** simple (clean) or beta (smooth)\n- **Resolution:** 1920×1088 tested & recommended\n- **NO negative prompts**\n\n💡 **Natural language prompts work best!**\n\n---\n\n## 📥 Download Links\n\n**CivitAI (Models + Workflow):**\n[Download on CivitAI](https://civitai.com/models/2173571?modelVersionId=2448013)\n\n**HuggingFace (Models):**\n[Download on HuggingFace](https://huggingface.co/SeeSee21/Z-Image-Turbo-AIO)\n\n**TensorArt (Try Online - FP8):**\n[Test Online on TensorArt](https://tensorart.me/de-DE/models/939302608026244936/Z-Image-Turbo-AIO-FP8-FP8)\n\n---\n\n## 🎯 Required Custom Nodes\n\n**Essential:**\n- **rgthree-comfy:** [GitHub](https://github.com/rgthree/rgthree-comfy)\n- **comfyui_image_metadata_extension:** [GitHub](https://github.com/edelvarden/comfyui_image_metadata_extension)\n\n**Metadata extension saves all settings (prompt, model, LoRA, etc.) to images for easy CivitAI uploads!**\n\n---\n\n## 📂 Installation\n\n```\n📂 ComfyUI/models/\n└── 📂 checkpoints/\n └── Z-Image-Turbo-FP8-AIO.safetensors (or BF16)\n```\n\n**No separate VAE/encoder needed!**\n**Everything is integrated in the AIO file!**"
|
| 1046 |
+
],
|
| 1047 |
+
"color": "#432",
|
| 1048 |
+
"bgcolor": "#653"
|
| 1049 |
+
},
|
| 1050 |
+
{
|
| 1051 |
+
"id": 32,
|
| 1052 |
+
"type": "MarkdownNote",
|
| 1053 |
+
"pos": [
|
| 1054 |
+
18520,
|
| 1055 |
+
7640
|
| 1056 |
+
],
|
| 1057 |
+
"size": [
|
| 1058 |
+
520,
|
| 1059 |
+
390
|
| 1060 |
+
],
|
| 1061 |
+
"flags": {},
|
| 1062 |
+
"order": 6,
|
| 1063 |
+
"mode": 0,
|
| 1064 |
+
"inputs": [],
|
| 1065 |
+
"outputs": [],
|
| 1066 |
+
"title": "📖 Z-Image-Turbo-AIO Workflow v2",
|
| 1067 |
+
"properties": {
|
| 1068 |
+
"ue_properties": {
|
| 1069 |
+
"version": "7.4.1",
|
| 1070 |
+
"widget_ue_connectable": {},
|
| 1071 |
+
"input_ue_unconnectable": {}
|
| 1072 |
+
}
|
| 1073 |
+
},
|
| 1074 |
+
"widgets_values": [
|
| 1075 |
+
"# 📖 Z-Image-Turbo Workflow Guide v2\n\n## 🚀 Ultra-Fast 8-Step Generation!\n\n### 🟢 BF16-AIO (20GB)\n✅ Steps: 9\n✅ CFG: 1.0\n✅ Sampler: res_multistep or euler_ancestral\n✅ Scheduler: simple or beta\n✅ Max quality: BFloat16\n\n### 🟡 FP8-AIO (10GB)\n✅ Steps: 9\n✅ CFG: 1.0\n✅ Sampler: res_multistep or euler_ancestral\n✅ Scheduler: simple or beta\n✅ Smaller file, same quality!\n\n---\n\n## 🎨 Quick Start:\n\n1. **Load Model** - Use 'Load Checkpoint'\n2. **Write Prompt** - Natural language, detailed (100-300 words)\n3. **Settings** - 9 steps, CFG 1.0\n4. **Resolution** - 1920×1088 recommended\n5. **Sampler** - Choose: res_multistep or euler_ancestral\n6. **Scheduler** - Choose: simple or beta\n7. **Generate!** - Fast results\n---\n\n## 🎯 Sampler & Scheduler Guide:\n\n### Samplers:\n**res_multistep** - More detailed, sharp\n**euler_ancestral** - More natural skin, less aggressive details\n\n### Schedulers:\n**simple** - Clean, consistent results\n**beta** - Smoother, more balanced\n\n**Try both!** Personal preference matters.\n\n---\n\n## 🔍 Upscaler (Optional):\n\n**New in v2:** Better upscale control!\n\n- **denoise:** Controls how much image changes (0.2-0.6 recommended)\n- **scale_by:** Final size multiplier (1.5x, 2x, etc.)\n- Lower denoise = preserve original\n- Higher denoise = add more details\n\n**Tip:** Start with denoise 0.5, adjust if needed!\n\n---\n\n## 💡 Prompting Tips:\n\n### What Works Best:\n- Natural language descriptions\n- Detailed (100-300 words optimal)\n- English or Chinese\n- Include lighting, style, mood, composition\n\n### Bilingual Text Rendering:\n- \"Neon sign reading 'COFFEE' in bright blue\"\n- \"Sign with '咖啡店' in elegant gold calligraphy\"\n- Works perfectly in EN & CN!\n\n### Important:\n- ❌ NO negative prompts (model ignores them)\n- ✅ Keep CFG at 1.0\n- ✅ Use 9 steps\n- ✅ Natural language, not tags\n\n---\n\n## 📸 Metadata Saved Automatically!\n\n**comfyui_image_metadata_extension** saves:\n- Prompt & settings\n- Model & LoRA info\n- All generation parameters\n\n**Makes CivitAI uploads super easy!**\nJust drag & drop - metadata fills automatically.\n\n---\n\n## 🌐 Try Online :\n\n**TensorArt (FP8 version):**\n[Try Z-Image-Turbo Online](https://tensorart.me/de-DE/models/939302608026244936/Z-Image-Turbo-AIO-FP8-FP8)\n\n\n\n---\n\n## 📥 Download Models:\n\n- [CivitAI](https://civitai.com/models/2173571?modelVersionId=2448013)\n- [HuggingFace](https://huggingface.co/SeeSee21/Z-Image-Turbo-AIO)\n\n---\n\nHappy generating! 🚀"
|
| 1076 |
+
],
|
| 1077 |
+
"color": "#432",
|
| 1078 |
+
"bgcolor": "#653"
|
| 1079 |
+
},
|
| 1080 |
+
{
|
| 1081 |
+
"id": 20,
|
| 1082 |
+
"type": "CLIPTextEncode",
|
| 1083 |
+
"pos": [
|
| 1084 |
+
19150,
|
| 1085 |
+
7080
|
| 1086 |
+
],
|
| 1087 |
+
"size": [
|
| 1088 |
+
470,
|
| 1089 |
+
490
|
| 1090 |
+
],
|
| 1091 |
+
"flags": {
|
| 1092 |
+
"collapsed": false
|
| 1093 |
+
},
|
| 1094 |
+
"order": 10,
|
| 1095 |
+
"mode": 0,
|
| 1096 |
+
"inputs": [
|
| 1097 |
+
{
|
| 1098 |
+
"name": "clip",
|
| 1099 |
+
"type": "CLIP",
|
| 1100 |
+
"link": 51
|
| 1101 |
+
}
|
| 1102 |
+
],
|
| 1103 |
+
"outputs": [
|
| 1104 |
+
{
|
| 1105 |
+
"name": "CONDITIONING",
|
| 1106 |
+
"type": "CONDITIONING",
|
| 1107 |
+
"links": [
|
| 1108 |
+
15,
|
| 1109 |
+
22,
|
| 1110 |
+
46
|
| 1111 |
+
]
|
| 1112 |
+
}
|
| 1113 |
+
],
|
| 1114 |
+
"title": "✅ Positive Prompt (What You Want)",
|
| 1115 |
+
"properties": {
|
| 1116 |
+
"cnr_id": "comfy-core",
|
| 1117 |
+
"ver": "0.3.65",
|
| 1118 |
+
"Node name for S&R": "CLIPTextEncode",
|
| 1119 |
+
"ue_properties": {
|
| 1120 |
+
"widget_ue_connectable": {
|
| 1121 |
+
"text": true
|
| 1122 |
+
},
|
| 1123 |
+
"version": "7.0.1"
|
| 1124 |
+
}
|
| 1125 |
+
},
|
| 1126 |
+
"widgets_values": [
|
| 1127 |
+
"Anime-style illustration of a girl with long blonde hair, background is a dark gradient, she is holding a large sign that says \"Download Me\", she is grinning happily at the viewer."
|
| 1128 |
+
],
|
| 1129 |
+
"color": "#232",
|
| 1130 |
+
"bgcolor": "#353"
|
| 1131 |
+
}
|
| 1132 |
+
],
|
| 1133 |
+
"links": [
|
| 1134 |
+
[
|
| 1135 |
+
8,
|
| 1136 |
+
17,
|
| 1137 |
+
0,
|
| 1138 |
+
11,
|
| 1139 |
+
0,
|
| 1140 |
+
"LATENT"
|
| 1141 |
+
],
|
| 1142 |
+
[
|
| 1143 |
+
10,
|
| 1144 |
+
14,
|
| 1145 |
+
0,
|
| 1146 |
+
12,
|
| 1147 |
+
0,
|
| 1148 |
+
"LATENT"
|
| 1149 |
+
],
|
| 1150 |
+
[
|
| 1151 |
+
12,
|
| 1152 |
+
11,
|
| 1153 |
+
0,
|
| 1154 |
+
13,
|
| 1155 |
+
0,
|
| 1156 |
+
"IMAGE"
|
| 1157 |
+
],
|
| 1158 |
+
[
|
| 1159 |
+
13,
|
| 1160 |
+
12,
|
| 1161 |
+
0,
|
| 1162 |
+
13,
|
| 1163 |
+
1,
|
| 1164 |
+
"IMAGE"
|
| 1165 |
+
],
|
| 1166 |
+
[
|
| 1167 |
+
15,
|
| 1168 |
+
20,
|
| 1169 |
+
0,
|
| 1170 |
+
14,
|
| 1171 |
+
1,
|
| 1172 |
+
"CONDITIONING"
|
| 1173 |
+
],
|
| 1174 |
+
[
|
| 1175 |
+
22,
|
| 1176 |
+
20,
|
| 1177 |
+
0,
|
| 1178 |
+
17,
|
| 1179 |
+
1,
|
| 1180 |
+
"CONDITIONING"
|
| 1181 |
+
],
|
| 1182 |
+
[
|
| 1183 |
+
24,
|
| 1184 |
+
6,
|
| 1185 |
+
0,
|
| 1186 |
+
17,
|
| 1187 |
+
3,
|
| 1188 |
+
"LATENT"
|
| 1189 |
+
],
|
| 1190 |
+
[
|
| 1191 |
+
33,
|
| 1192 |
+
29,
|
| 1193 |
+
0,
|
| 1194 |
+
30,
|
| 1195 |
+
0,
|
| 1196 |
+
"*"
|
| 1197 |
+
],
|
| 1198 |
+
[
|
| 1199 |
+
34,
|
| 1200 |
+
30,
|
| 1201 |
+
0,
|
| 1202 |
+
11,
|
| 1203 |
+
1,
|
| 1204 |
+
"VAE"
|
| 1205 |
+
],
|
| 1206 |
+
[
|
| 1207 |
+
35,
|
| 1208 |
+
30,
|
| 1209 |
+
0,
|
| 1210 |
+
31,
|
| 1211 |
+
0,
|
| 1212 |
+
"*"
|
| 1213 |
+
],
|
| 1214 |
+
[
|
| 1215 |
+
36,
|
| 1216 |
+
31,
|
| 1217 |
+
0,
|
| 1218 |
+
12,
|
| 1219 |
+
1,
|
| 1220 |
+
"VAE"
|
| 1221 |
+
],
|
| 1222 |
+
[
|
| 1223 |
+
39,
|
| 1224 |
+
34,
|
| 1225 |
+
2,
|
| 1226 |
+
29,
|
| 1227 |
+
0,
|
| 1228 |
+
"*"
|
| 1229 |
+
],
|
| 1230 |
+
[
|
| 1231 |
+
40,
|
| 1232 |
+
2,
|
| 1233 |
+
0,
|
| 1234 |
+
14,
|
| 1235 |
+
0,
|
| 1236 |
+
"MODEL"
|
| 1237 |
+
],
|
| 1238 |
+
[
|
| 1239 |
+
41,
|
| 1240 |
+
2,
|
| 1241 |
+
0,
|
| 1242 |
+
17,
|
| 1243 |
+
0,
|
| 1244 |
+
"MODEL"
|
| 1245 |
+
],
|
| 1246 |
+
[
|
| 1247 |
+
46,
|
| 1248 |
+
20,
|
| 1249 |
+
0,
|
| 1250 |
+
40,
|
| 1251 |
+
0,
|
| 1252 |
+
"CONDITIONING"
|
| 1253 |
+
],
|
| 1254 |
+
[
|
| 1255 |
+
47,
|
| 1256 |
+
40,
|
| 1257 |
+
0,
|
| 1258 |
+
17,
|
| 1259 |
+
2,
|
| 1260 |
+
"CONDITIONING"
|
| 1261 |
+
],
|
| 1262 |
+
[
|
| 1263 |
+
48,
|
| 1264 |
+
40,
|
| 1265 |
+
0,
|
| 1266 |
+
14,
|
| 1267 |
+
2,
|
| 1268 |
+
"CONDITIONING"
|
| 1269 |
+
],
|
| 1270 |
+
[
|
| 1271 |
+
49,
|
| 1272 |
+
34,
|
| 1273 |
+
0,
|
| 1274 |
+
41,
|
| 1275 |
+
0,
|
| 1276 |
+
"MODEL"
|
| 1277 |
+
],
|
| 1278 |
+
[
|
| 1279 |
+
50,
|
| 1280 |
+
34,
|
| 1281 |
+
1,
|
| 1282 |
+
41,
|
| 1283 |
+
1,
|
| 1284 |
+
"CLIP"
|
| 1285 |
+
],
|
| 1286 |
+
[
|
| 1287 |
+
51,
|
| 1288 |
+
41,
|
| 1289 |
+
1,
|
| 1290 |
+
20,
|
| 1291 |
+
0,
|
| 1292 |
+
"CLIP"
|
| 1293 |
+
],
|
| 1294 |
+
[
|
| 1295 |
+
52,
|
| 1296 |
+
41,
|
| 1297 |
+
0,
|
| 1298 |
+
2,
|
| 1299 |
+
0,
|
| 1300 |
+
"MODEL"
|
| 1301 |
+
],
|
| 1302 |
+
[
|
| 1303 |
+
56,
|
| 1304 |
+
45,
|
| 1305 |
+
0,
|
| 1306 |
+
14,
|
| 1307 |
+
3,
|
| 1308 |
+
"LATENT"
|
| 1309 |
+
],
|
| 1310 |
+
[
|
| 1311 |
+
60,
|
| 1312 |
+
11,
|
| 1313 |
+
0,
|
| 1314 |
+
44,
|
| 1315 |
+
0,
|
| 1316 |
+
"IMAGE"
|
| 1317 |
+
],
|
| 1318 |
+
[
|
| 1319 |
+
61,
|
| 1320 |
+
44,
|
| 1321 |
+
0,
|
| 1322 |
+
45,
|
| 1323 |
+
0,
|
| 1324 |
+
"IMAGE"
|
| 1325 |
+
],
|
| 1326 |
+
[
|
| 1327 |
+
62,
|
| 1328 |
+
31,
|
| 1329 |
+
0,
|
| 1330 |
+
45,
|
| 1331 |
+
1,
|
| 1332 |
+
"VAE"
|
| 1333 |
+
],
|
| 1334 |
+
[
|
| 1335 |
+
63,
|
| 1336 |
+
11,
|
| 1337 |
+
0,
|
| 1338 |
+
48,
|
| 1339 |
+
0,
|
| 1340 |
+
"IMAGE"
|
| 1341 |
+
],
|
| 1342 |
+
[
|
| 1343 |
+
64,
|
| 1344 |
+
12,
|
| 1345 |
+
0,
|
| 1346 |
+
49,
|
| 1347 |
+
0,
|
| 1348 |
+
"IMAGE"
|
| 1349 |
+
]
|
| 1350 |
+
],
|
| 1351 |
+
"groups": [
|
| 1352 |
+
{
|
| 1353 |
+
"id": 1,
|
| 1354 |
+
"title": "🎨 Step 4 - Generate Image",
|
| 1355 |
+
"bounding": [
|
| 1356 |
+
19660,
|
| 1357 |
+
7000,
|
| 1358 |
+
570,
|
| 1359 |
+
810
|
| 1360 |
+
],
|
| 1361 |
+
"color": "#a1309b",
|
| 1362 |
+
"font_size": 24,
|
| 1363 |
+
"flags": {}
|
| 1364 |
+
},
|
| 1365 |
+
{
|
| 1366 |
+
"id": 2,
|
| 1367 |
+
"title": "🔼 Step 5 - Upscale (Optional)",
|
| 1368 |
+
"bounding": [
|
| 1369 |
+
20740,
|
| 1370 |
+
7000,
|
| 1371 |
+
950,
|
| 1372 |
+
1100
|
| 1373 |
+
],
|
| 1374 |
+
"color": "#b58b2a",
|
| 1375 |
+
"font_size": 24,
|
| 1376 |
+
"flags": {}
|
| 1377 |
+
},
|
| 1378 |
+
{
|
| 1379 |
+
"id": 3,
|
| 1380 |
+
"title": "📦 Step 1 - Load Models",
|
| 1381 |
+
"bounding": [
|
| 1382 |
+
18600,
|
| 1383 |
+
7000,
|
| 1384 |
+
510,
|
| 1385 |
+
210
|
| 1386 |
+
],
|
| 1387 |
+
"color": "#3f789e",
|
| 1388 |
+
"font_size": 24,
|
| 1389 |
+
"flags": {}
|
| 1390 |
+
},
|
| 1391 |
+
{
|
| 1392 |
+
"id": 4,
|
| 1393 |
+
"title": "📐 Step 3 - Choose Size",
|
| 1394 |
+
"bounding": [
|
| 1395 |
+
19370,
|
| 1396 |
+
7610,
|
| 1397 |
+
270,
|
| 1398 |
+
200
|
| 1399 |
+
],
|
| 1400 |
+
"color": "#8AA",
|
| 1401 |
+
"font_size": 24,
|
| 1402 |
+
"flags": {}
|
| 1403 |
+
},
|
| 1404 |
+
{
|
| 1405 |
+
"id": 5,
|
| 1406 |
+
"title": "✍️ Step 2 - Write Prompts",
|
| 1407 |
+
"bounding": [
|
| 1408 |
+
19130,
|
| 1409 |
+
7000,
|
| 1410 |
+
510,
|
| 1411 |
+
590
|
| 1412 |
+
],
|
| 1413 |
+
"color": "#8A8",
|
| 1414 |
+
"font_size": 24,
|
| 1415 |
+
"flags": {}
|
| 1416 |
+
},
|
| 1417 |
+
{
|
| 1418 |
+
"id": 6,
|
| 1419 |
+
"title": "📖 Step 1 - Load LoRA (Optional)",
|
| 1420 |
+
"bounding": [
|
| 1421 |
+
18600,
|
| 1422 |
+
7350,
|
| 1423 |
+
510,
|
| 1424 |
+
240
|
| 1425 |
+
],
|
| 1426 |
+
"color": "#3f789e",
|
| 1427 |
+
"font_size": 24,
|
| 1428 |
+
"flags": {}
|
| 1429 |
+
}
|
| 1430 |
+
],
|
| 1431 |
+
"config": {},
|
| 1432 |
+
"extra": {
|
| 1433 |
+
"ds": {
|
| 1434 |
+
"scale": 0.683013455365071,
|
| 1435 |
+
"offset": [
|
| 1436 |
+
-18600.232345153818,
|
| 1437 |
+
-7047.7488690307655
|
| 1438 |
+
]
|
| 1439 |
+
},
|
| 1440 |
+
"frontendVersion": "1.33.10",
|
| 1441 |
+
"ue_links": [],
|
| 1442 |
+
"links_added_by_ue": [],
|
| 1443 |
+
"VHS_latentpreview": true,
|
| 1444 |
+
"VHS_latentpreviewrate": 0,
|
| 1445 |
+
"VHS_MetadataImage": true,
|
| 1446 |
+
"VHS_KeepIntermediate": true,
|
| 1447 |
+
"workflowRendererVersion": "LG"
|
| 1448 |
+
},
|
| 1449 |
+
"version": 0.4
|
| 1450 |
+
}
|
z-image-anime-aio-bf16.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:eae8fe30a8b2e3b6258b921fcb1d612cc737c6ce3634925d762a0aa376128a36
|
| 3 |
+
size 20522591874
|
z-image-anime-aio-fp16.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a89b031c84e415e39156b9e7f129b1f0636b04a666360a5776a8cfcfdb1cc20f
|
| 3 |
+
size 20522546944
|
z-image-anime-aio-fp8.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:68248da66143ef9e3e9969fbe79b9f1e8816932444f8c6dbfdb80139588866bc
|
| 3 |
+
size 10345210578
|
z-image-turbo-bf16-aio.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9120e2c0428bfc3ba786e2d40e9c1980763f26b210b8ece796a1293c19217426
|
| 3 |
+
size 20522566986
|
z-image-turbo-fp16-aio.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:12328811f3083c9e29814ee68b3ef297cf741632d2e989af0959130e0809096c
|
| 3 |
+
size 20522548914
|
z-image-turbo-fp8-aio.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f569c42b6797a89e65e80c743d6dfd230ed9318237aa242c92777deb22fad660
|
| 3 |
+
size 10345190658
|