SeeSee21 commited on
Commit
245fca2
·
verified ·
1 Parent(s): 8003fcf

Add files using upload-large-folder tool

Browse files
.gitattributes CHANGED
@@ -33,3 +33,5 @@ saved_model/**/* 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
 
 
 
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
+ images/ernie-aio-base.png filter=lfs diff=lfs merge=lfs -text
37
+ images/ernie-aio-turbo.png filter=lfs diff=lfs merge=lfs -text
ERNIE-AIO-Base-bf16.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:912ac37b5a2632c8365e0c72b9f840d4587fe2d4e395e4d51ef344174de2b0da
3
+ size 23280700831
ERNIE-AIO-Base-fp8.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2346b6ad761e2d927055a6be363213cc547b5f978c3c41ef435efb57a71877d9
3
+ size 11818204583
ERNIE-AIO-Turbo-bf16.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9bb5364763f95194e0d135bee0fdad7477268a8b1d63b4763ccea14ed35c1d59
3
+ size 23280701335
ERNIE-AIO-Turbo-fp8.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f6d0a1d77c39347d847abf20a869847c76b3e17860e20254548be1489be6fbb
3
+ size 11818204599
README.md ADDED
@@ -0,0 +1,194 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pipeline_tag: text-to-image
3
+ tags:
4
+ - text-to-image
5
+ - image-generation
6
+ - diffusion-transformer
7
+ - dit
8
+ - comfyui
9
+ - checkpoint
10
+ - safetensors
11
+ - aio
12
+ - all-in-one
13
+ - ernie-image
14
+ - ernie-image-turbo
15
+ - bf16
16
+ - fp8
17
+ license: apache-2.0
18
+ widget:
19
+ - text: "A premium sci-fi poster with readable text, cinematic lighting, and a futuristic city skyline at night."
20
+ - text: "A clean product advertisement for a coffee brand with readable package text, elegant layout, and warm morning light."
21
+ ---
22
+
23
+ # ERNIE AIO for ComfyUI
24
+ **All-in-One Checkpoints • Base + Turbo • BF16 & FP8 • Integrated Text Encoder + VAE**
25
+
26
+ ### ERNIE-AIO-Base
27
+ ![ERNIE-AIO-Base preview](./images/ernie-aio-base.png)
28
+
29
+ ### ERNIE-AIO-Turbo
30
+ ![ERNIE-AIO-Turbo preview](./images/ernie-aio-turbo.png)
31
+
32
+ ## Overview
33
+ This repository provides **AIO (All-in-One)** checkpoint versions of **ERNIE-Image** and **ERNIE-Image-Turbo** for **ComfyUI**.
34
+
35
+ These AIO releases are designed for users who prefer a classic **single-checkpoint workflow**.
36
+ Each checkpoint already contains the **image model**, **text encoder**, and **VAE**, so no separate text encoder or VAE loading is required.
37
+
38
+ ## Included Models
39
+ This repository includes:
40
+
41
+ - **ERNIE-AIO-Base**
42
+ - **ERNIE-AIO-Turbo**
43
+
44
+ Each version is provided in:
45
+
46
+ - **BF16**
47
+ - **FP8**
48
+
49
+ ## What “AIO” means here
50
+ The AIO checkpoints are packaged so they can be placed directly in:
51
+
52
+ `ComfyUI/models/checkpoints`
53
+
54
+ and loaded with the normal **Checkpoint Loader** node in ComfyUI.
55
+
56
+ This means you can use a very small workflow such as:
57
+
58
+ 1. **Checkpoint Loader**
59
+ 2. **CLIP Text Encode (Prompt)**
60
+ 3. **Empty Latent Image**
61
+ 4. **KSampler**
62
+ 5. **VAE Decode**
63
+ 6. **Save Image**
64
+
65
+ A workflow file may also be included separately for convenience.
66
+
67
+ ## Model Background
68
+ These AIO releases are based on Baidu’s official **ERNIE-Image** family.
69
+
70
+ According to the official model pages:
71
+
72
+ - **ERNIE-Image** is an open text-to-image model built on a **single-stream Diffusion Transformer (DiT)** and paired with a lightweight **Prompt Enhancer**
73
+ - **ERNIE-Image-Turbo** is the **distilled** variant, designed for strong fidelity in only **8 inference steps**
74
+ - The official releases emphasize **instruction following**, **text rendering**, and **structured image generation**, making them especially interesting for posters, comics, infographics, UI-like layouts, and other text-heavy or layout-sensitive images
75
+
76
+ ## AIO Variants
77
+
78
+ ### ERNIE-AIO-Base
79
+ The Base version is intended for more deliberate, stable, and higher-quality generation.
80
+
81
+ **Recommended settings:**
82
+ - **Steps:** 50
83
+ - **CFG:** 4.0
84
+
85
+ Use this version when you want stronger refinement, more careful rendering, and the full non-turbo experience.
86
+
87
+ ### ERNIE-AIO-Turbo
88
+ The Turbo version is intended for fast generation and quick iteration.
89
+
90
+ **Recommended settings:**
91
+ - **Steps:** 8
92
+ - **CFG:** 1.0
93
+
94
+ Use this version when you want faster turnaround while still keeping good prompt fidelity and strong visual output.
95
+
96
+ ## Precision / Quantization Notes
97
+ The **FP8** versions in this repository were quantized by me.
98
+
99
+ For these FP8 AIO checkpoints:
100
+
101
+ - **Image model:** FP8
102
+ - **Text encoder:** FP8
103
+ - **VAE:** FP32
104
+
105
+ This setup was chosen to reduce size and improve practicality while keeping decoding stable.
106
+
107
+ ## Prompting
108
+ These models work well with **natural language prompts**.
109
+
110
+ They are especially suitable for:
111
+ - posters
112
+ - title cards
113
+ - product ads
114
+ - readable text in images
115
+ - structured layouts
116
+ - comics
117
+ - infographics
118
+ - UI-like visuals
119
+ - realistic and stylized imagery
120
+
121
+ For best results, describe:
122
+ - subject
123
+ - environment
124
+ - composition
125
+ - mood
126
+ - lighting
127
+ - camera framing
128
+ - text that should appear in the image
129
+
130
+ ## Example Prompt Ideas
131
+ - A cinematic movie poster with a bold readable title at the top, dramatic lighting, and a futuristic skyline.
132
+ - A modern coffee advertisement with readable packaging text and a premium warm studio look.
133
+ - A clean infographic with clearly labeled sections and a structured layout.
134
+ - A comic-style scene with readable speech bubbles and strong composition.
135
+
136
+ ## ComfyUI Usage
137
+ Place the checkpoints in:
138
+
139
+ `ComfyUI/models/checkpoints`
140
+
141
+ Then load them through **Checkpoint Loader** like a normal checkpoint.
142
+
143
+ No separate:
144
+ - VAE loader
145
+ - text encoder loader
146
+ - extra model assembly
147
+
148
+ is required for the AIO versions.
149
+
150
+ ## Repository Structure
151
+
152
+ - Main AIO checkpoints for **ERNIE-AIO-Base** and **ERNIE-AIO-Turbo**
153
+ - `Workflow/` contains the ComfyUI workflow JSON
154
+ - `prompt-enhancer/` contains the ERNIE prompt enhancer files used by the workflow
155
+ - `images/` contains the preview / title images for the Base and Turbo releases
156
+
157
+ ## Civitai Releases
158
+
159
+ If you prefer the Civitai pages, you can also find the releases here:
160
+
161
+ - Turbo: https://civitai.red/models/2551548?modelVersionId=2868512
162
+ - Base: https://civitai.red/models/2551548?modelVersionId=2867462
163
+
164
+ ## Limitations
165
+ As with other image generation models:
166
+
167
+ - text rendering can still vary depending on prompt complexity
168
+ - highly dense typography may require retries
169
+ - prompt phrasing can strongly affect layout quality
170
+ - FP8 variants may behave slightly differently from BF16 variants depending on hardware and workflow
171
+
172
+ ## Intended Use
173
+ These releases are intended for:
174
+ - local image generation in ComfyUI
175
+ - poster and design-style generation
176
+ - readable title images
177
+ - structured compositions
178
+ - users who want a simple all-in-one checkpoint workflow
179
+
180
+ ## Credits
181
+ Huge thanks to the original **ERNIE-Image** team at **Baidu** for releasing the official models.
182
+
183
+ Official sources:
184
+ - **ERNIE-Image:** https://huggingface.co/baidu/ERNIE-Image
185
+ - **ERNIE-Image-Turbo:** https://huggingface.co/baidu/ERNIE-Image-Turbo
186
+ - **GitHub:** https://github.com/baidu/ERNIE-Image
187
+
188
+ ## License
189
+ This repository is based on the official ERNIE-Image releases, whose Hugging Face model pages list the license as **Apache-2.0**.
190
+
191
+ ## Final Note
192
+ These AIO releases were made to simplify the ERNIE workflow for ComfyUI users.
193
+
194
+ Load checkpoint, write prompt, sample, decode, save.
Workflow/ERNIE-AIO-Upscale.json ADDED
@@ -0,0 +1,3427 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "id": "2b59ed33-3458-4cf6-b6b4-80b40d006ee7",
3
+ "revision": 0,
4
+ "last_node_id": 131,
5
+ "last_link_id": 171,
6
+ "nodes": [
7
+ {
8
+ "id": 47,
9
+ "type": "Reroute",
10
+ "pos": [
11
+ 19840,
12
+ 6880
13
+ ],
14
+ "size": [
15
+ 75,
16
+ 26
17
+ ],
18
+ "flags": {},
19
+ "order": 19,
20
+ "mode": 0,
21
+ "inputs": [
22
+ {
23
+ "name": "",
24
+ "type": "*",
25
+ "link": 76
26
+ }
27
+ ],
28
+ "outputs": [
29
+ {
30
+ "name": "",
31
+ "type": "MODEL",
32
+ "links": [
33
+ 89
34
+ ]
35
+ }
36
+ ],
37
+ "properties": {
38
+ "showOutputText": false,
39
+ "horizontal": false
40
+ },
41
+ "color": "#2d1b4e",
42
+ "bgcolor": "#4a2d7a"
43
+ },
44
+ {
45
+ "id": 48,
46
+ "type": "Any Switch (rgthree)",
47
+ "pos": [
48
+ 18410,
49
+ 7000
50
+ ],
51
+ "size": [
52
+ 140,
53
+ 110
54
+ ],
55
+ "flags": {
56
+ "collapsed": true
57
+ },
58
+ "order": 14,
59
+ "mode": 0,
60
+ "inputs": [
61
+ {
62
+ "dir": 3,
63
+ "name": "any_01",
64
+ "type": "VAE",
65
+ "link": null
66
+ },
67
+ {
68
+ "dir": 3,
69
+ "name": "any_02",
70
+ "type": "VAE",
71
+ "link": 78
72
+ },
73
+ {
74
+ "dir": 3,
75
+ "name": "any_03",
76
+ "type": "VAE",
77
+ "link": null
78
+ },
79
+ {
80
+ "dir": 3,
81
+ "name": "any_04",
82
+ "type": "VAE",
83
+ "link": null
84
+ },
85
+ {
86
+ "name": "any_05",
87
+ "type": "VAE",
88
+ "link": null
89
+ }
90
+ ],
91
+ "outputs": [
92
+ {
93
+ "dir": 4,
94
+ "label": "VAE",
95
+ "name": "*",
96
+ "shape": 3,
97
+ "type": "VAE",
98
+ "links": [
99
+ 86
100
+ ]
101
+ }
102
+ ],
103
+ "title": "VAE Switch",
104
+ "properties": {
105
+ "cnr_id": "rgthree-comfy",
106
+ "ver": "8ff50e4521881eca1fe26aec9615fc9362474931"
107
+ },
108
+ "widgets_values": [],
109
+ "color": "#322",
110
+ "bgcolor": "#533"
111
+ },
112
+ {
113
+ "id": 49,
114
+ "type": "Any Switch (rgthree)",
115
+ "pos": [
116
+ 18410,
117
+ 6950
118
+ ],
119
+ "size": [
120
+ 140,
121
+ 110
122
+ ],
123
+ "flags": {
124
+ "collapsed": true
125
+ },
126
+ "order": 13,
127
+ "mode": 0,
128
+ "inputs": [
129
+ {
130
+ "dir": 3,
131
+ "name": "any_01",
132
+ "type": "CLIP",
133
+ "link": null
134
+ },
135
+ {
136
+ "dir": 3,
137
+ "name": "any_02",
138
+ "type": "CLIP",
139
+ "link": 81
140
+ },
141
+ {
142
+ "dir": 3,
143
+ "name": "any_03",
144
+ "type": "CLIP",
145
+ "link": null
146
+ },
147
+ {
148
+ "dir": 3,
149
+ "name": "any_04",
150
+ "type": "CLIP",
151
+ "link": null
152
+ },
153
+ {
154
+ "name": "any_05",
155
+ "type": "CLIP",
156
+ "link": null
157
+ }
158
+ ],
159
+ "outputs": [
160
+ {
161
+ "dir": 4,
162
+ "label": "CLIP",
163
+ "name": "*",
164
+ "shape": 3,
165
+ "type": "CLIP",
166
+ "links": [
167
+ 123
168
+ ]
169
+ }
170
+ ],
171
+ "title": "CLIP Switch",
172
+ "properties": {
173
+ "cnr_id": "rgthree-comfy",
174
+ "ver": "8ff50e4521881eca1fe26aec9615fc9362474931"
175
+ },
176
+ "widgets_values": [],
177
+ "color": "#432",
178
+ "bgcolor": "#653"
179
+ },
180
+ {
181
+ "id": 51,
182
+ "type": "Reroute",
183
+ "pos": [
184
+ 19450,
185
+ 6940
186
+ ],
187
+ "size": [
188
+ 75,
189
+ 26
190
+ ],
191
+ "flags": {},
192
+ "order": 26,
193
+ "mode": 0,
194
+ "inputs": [
195
+ {
196
+ "name": "",
197
+ "type": "*",
198
+ "link": 83
199
+ }
200
+ ],
201
+ "outputs": [
202
+ {
203
+ "name": "",
204
+ "type": "CONDITIONING",
205
+ "links": [
206
+ 91
207
+ ]
208
+ }
209
+ ],
210
+ "properties": {
211
+ "showOutputText": false,
212
+ "horizontal": false
213
+ },
214
+ "color": "#1e3a2f",
215
+ "bgcolor": "#2d5a47"
216
+ },
217
+ {
218
+ "id": 52,
219
+ "type": "Reroute",
220
+ "pos": [
221
+ 19450,
222
+ 6910
223
+ ],
224
+ "size": [
225
+ 75,
226
+ 26
227
+ ],
228
+ "flags": {},
229
+ "order": 25,
230
+ "mode": 0,
231
+ "inputs": [
232
+ {
233
+ "name": "",
234
+ "type": "*",
235
+ "link": 84
236
+ }
237
+ ],
238
+ "outputs": [
239
+ {
240
+ "name": "",
241
+ "type": "CONDITIONING",
242
+ "links": [
243
+ 87,
244
+ 90
245
+ ]
246
+ }
247
+ ],
248
+ "properties": {
249
+ "showOutputText": false,
250
+ "horizontal": false
251
+ },
252
+ "color": "#1e3a2f",
253
+ "bgcolor": "#2d5a47"
254
+ },
255
+ {
256
+ "id": 53,
257
+ "type": "Reroute",
258
+ "pos": [
259
+ 19840,
260
+ 6850
261
+ ],
262
+ "size": [
263
+ 75,
264
+ 26
265
+ ],
266
+ "flags": {},
267
+ "order": 32,
268
+ "mode": 0,
269
+ "inputs": [
270
+ {
271
+ "name": "",
272
+ "type": "*",
273
+ "link": 85
274
+ }
275
+ ],
276
+ "outputs": [
277
+ {
278
+ "name": "",
279
+ "type": "IMAGE",
280
+ "links": [
281
+ 97
282
+ ]
283
+ }
284
+ ],
285
+ "properties": {
286
+ "showOutputText": false,
287
+ "horizontal": false
288
+ },
289
+ "color": "#1a2d4d",
290
+ "bgcolor": "#2a4570"
291
+ },
292
+ {
293
+ "id": 54,
294
+ "type": "Reroute",
295
+ "pos": [
296
+ 19450,
297
+ 6970
298
+ ],
299
+ "size": [
300
+ 75,
301
+ 26
302
+ ],
303
+ "flags": {},
304
+ "order": 18,
305
+ "mode": 0,
306
+ "inputs": [
307
+ {
308
+ "name": "",
309
+ "type": "*",
310
+ "link": 86
311
+ }
312
+ ],
313
+ "outputs": [
314
+ {
315
+ "name": "",
316
+ "type": "VAE",
317
+ "links": [
318
+ 92,
319
+ 109
320
+ ]
321
+ }
322
+ ],
323
+ "properties": {
324
+ "showOutputText": false,
325
+ "horizontal": false,
326
+ "ue_properties": {
327
+ "widget_ue_connectable": {},
328
+ "version": "7.4.1",
329
+ "input_ue_unconnectable": {}
330
+ }
331
+ },
332
+ "color": "#4d2d1a",
333
+ "bgcolor": "#704a2a"
334
+ },
335
+ {
336
+ "id": 55,
337
+ "type": "Reroute",
338
+ "pos": [
339
+ 19740,
340
+ 6910
341
+ ],
342
+ "size": [
343
+ 75,
344
+ 26
345
+ ],
346
+ "flags": {},
347
+ "order": 27,
348
+ "mode": 0,
349
+ "inputs": [
350
+ {
351
+ "name": "",
352
+ "type": "*",
353
+ "link": 87
354
+ }
355
+ ],
356
+ "outputs": [
357
+ {
358
+ "name": "",
359
+ "type": "CONDITIONING",
360
+ "links": [
361
+ 125
362
+ ]
363
+ }
364
+ ],
365
+ "properties": {
366
+ "showOutputText": false,
367
+ "horizontal": false
368
+ },
369
+ "color": "#1e3a2f",
370
+ "bgcolor": "#2d5a47"
371
+ },
372
+ {
373
+ "id": 57,
374
+ "type": "Reroute",
375
+ "pos": [
376
+ 20570,
377
+ 6880
378
+ ],
379
+ "size": [
380
+ 75,
381
+ 26
382
+ ],
383
+ "flags": {},
384
+ "order": 24,
385
+ "mode": 0,
386
+ "inputs": [
387
+ {
388
+ "name": "",
389
+ "type": "*",
390
+ "link": 89
391
+ }
392
+ ],
393
+ "outputs": [
394
+ {
395
+ "name": "",
396
+ "type": "MODEL",
397
+ "links": [
398
+ 113
399
+ ]
400
+ }
401
+ ],
402
+ "properties": {
403
+ "showOutputText": false,
404
+ "horizontal": false
405
+ },
406
+ "color": "#2d1b4e",
407
+ "bgcolor": "#4a2d7a"
408
+ },
409
+ {
410
+ "id": 58,
411
+ "type": "Reroute",
412
+ "pos": [
413
+ 20570,
414
+ 6910
415
+ ],
416
+ "size": [
417
+ 75,
418
+ 26
419
+ ],
420
+ "flags": {},
421
+ "order": 28,
422
+ "mode": 0,
423
+ "inputs": [
424
+ {
425
+ "name": "",
426
+ "type": "*",
427
+ "link": 90
428
+ }
429
+ ],
430
+ "outputs": [
431
+ {
432
+ "name": "",
433
+ "type": "CONDITIONING",
434
+ "links": [
435
+ 114
436
+ ]
437
+ }
438
+ ],
439
+ "properties": {
440
+ "showOutputText": false,
441
+ "horizontal": false
442
+ },
443
+ "color": "#1e3a2f",
444
+ "bgcolor": "#2d5a47"
445
+ },
446
+ {
447
+ "id": 59,
448
+ "type": "Reroute",
449
+ "pos": [
450
+ 20570,
451
+ 6940
452
+ ],
453
+ "size": [
454
+ 75,
455
+ 26
456
+ ],
457
+ "flags": {},
458
+ "order": 29,
459
+ "mode": 0,
460
+ "inputs": [
461
+ {
462
+ "name": "",
463
+ "type": "*",
464
+ "link": 91
465
+ }
466
+ ],
467
+ "outputs": [
468
+ {
469
+ "name": "",
470
+ "type": "CONDITIONING",
471
+ "links": [
472
+ 115
473
+ ]
474
+ }
475
+ ],
476
+ "properties": {
477
+ "showOutputText": false,
478
+ "horizontal": false
479
+ },
480
+ "color": "#1e3a2f",
481
+ "bgcolor": "#2d5a47"
482
+ },
483
+ {
484
+ "id": 60,
485
+ "type": "Reroute",
486
+ "pos": [
487
+ 20570,
488
+ 6970
489
+ ],
490
+ "size": [
491
+ 75,
492
+ 26
493
+ ],
494
+ "flags": {},
495
+ "order": 23,
496
+ "mode": 0,
497
+ "inputs": [
498
+ {
499
+ "name": "",
500
+ "type": "*",
501
+ "link": 92
502
+ }
503
+ ],
504
+ "outputs": [
505
+ {
506
+ "name": "",
507
+ "type": "VAE",
508
+ "links": [
509
+ 116
510
+ ]
511
+ }
512
+ ],
513
+ "properties": {
514
+ "showOutputText": false,
515
+ "horizontal": false
516
+ },
517
+ "color": "#4d2d1a",
518
+ "bgcolor": "#704a2a"
519
+ },
520
+ {
521
+ "id": 62,
522
+ "type": "Reroute",
523
+ "pos": [
524
+ 21490,
525
+ 6850
526
+ ],
527
+ "size": [
528
+ 75,
529
+ 26
530
+ ],
531
+ "flags": {},
532
+ "order": 35,
533
+ "mode": 0,
534
+ "inputs": [
535
+ {
536
+ "name": "",
537
+ "type": "*",
538
+ "link": 94
539
+ }
540
+ ],
541
+ "outputs": [
542
+ {
543
+ "name": "",
544
+ "type": "IMAGE",
545
+ "links": [
546
+ 99
547
+ ]
548
+ }
549
+ ],
550
+ "properties": {
551
+ "showOutputText": false,
552
+ "horizontal": false
553
+ },
554
+ "color": "#1a2d4d",
555
+ "bgcolor": "#2a4570"
556
+ },
557
+ {
558
+ "id": 63,
559
+ "type": "Reroute",
560
+ "pos": [
561
+ 20570,
562
+ 6820
563
+ ],
564
+ "size": [
565
+ 75,
566
+ 26
567
+ ],
568
+ "flags": {},
569
+ "order": 16,
570
+ "mode": 0,
571
+ "inputs": [
572
+ {
573
+ "name": "",
574
+ "type": "*",
575
+ "link": 95
576
+ }
577
+ ],
578
+ "outputs": [
579
+ {
580
+ "name": "",
581
+ "type": "UPSCALE_MODEL",
582
+ "links": [
583
+ 117
584
+ ]
585
+ }
586
+ ],
587
+ "properties": {
588
+ "showOutputText": false,
589
+ "horizontal": false
590
+ }
591
+ },
592
+ {
593
+ "id": 65,
594
+ "type": "Reroute",
595
+ "pos": [
596
+ 20570,
597
+ 6850
598
+ ],
599
+ "size": [
600
+ 75,
601
+ 26
602
+ ],
603
+ "flags": {},
604
+ "order": 34,
605
+ "mode": 0,
606
+ "inputs": [
607
+ {
608
+ "name": "",
609
+ "type": "*",
610
+ "link": 97
611
+ }
612
+ ],
613
+ "outputs": [
614
+ {
615
+ "name": "",
616
+ "type": "IMAGE",
617
+ "links": [
618
+ 94,
619
+ 98,
620
+ 112
621
+ ]
622
+ }
623
+ ],
624
+ "properties": {
625
+ "showOutputText": false,
626
+ "horizontal": false
627
+ },
628
+ "color": "#1a2d4d",
629
+ "bgcolor": "#2a4570"
630
+ },
631
+ {
632
+ "id": 66,
633
+ "type": "ImpactImageInfo",
634
+ "pos": [
635
+ 20720,
636
+ 7140
637
+ ],
638
+ "size": [
639
+ 160,
640
+ 90
641
+ ],
642
+ "flags": {
643
+ "collapsed": true
644
+ },
645
+ "order": 36,
646
+ "mode": 0,
647
+ "inputs": [
648
+ {
649
+ "name": "value",
650
+ "type": "IMAGE",
651
+ "link": 98
652
+ }
653
+ ],
654
+ "outputs": [
655
+ {
656
+ "name": "batch",
657
+ "type": "INT",
658
+ "links": null
659
+ },
660
+ {
661
+ "name": "height",
662
+ "type": "INT",
663
+ "links": [
664
+ 120
665
+ ]
666
+ },
667
+ {
668
+ "name": "width",
669
+ "type": "INT",
670
+ "links": [
671
+ 119
672
+ ]
673
+ },
674
+ {
675
+ "name": "channel",
676
+ "type": "INT",
677
+ "links": null
678
+ }
679
+ ],
680
+ "properties": {
681
+ "cnr_id": "comfyui-impact-pack",
682
+ "ver": "8.28.2",
683
+ "Node name for S&R": "ImpactImageInfo"
684
+ },
685
+ "widgets_values": [],
686
+ "color": "#233",
687
+ "bgcolor": "#355"
688
+ },
689
+ {
690
+ "id": 69,
691
+ "type": "TriggerWord Toggle (LoraManager)",
692
+ "pos": [
693
+ 18420,
694
+ 8020
695
+ ],
696
+ "size": [
697
+ 340,
698
+ 290
699
+ ],
700
+ "flags": {},
701
+ "order": 22,
702
+ "mode": 4,
703
+ "inputs": [
704
+ {
705
+ "name": "trigger_words",
706
+ "shape": 7,
707
+ "type": "string",
708
+ "link": 101
709
+ }
710
+ ],
711
+ "outputs": [
712
+ {
713
+ "name": "filtered_trigger_words",
714
+ "type": "STRING",
715
+ "links": null
716
+ }
717
+ ],
718
+ "properties": {
719
+ "cnr_id": "comfyui-lora-manager",
720
+ "ver": "1.0.2",
721
+ "Node name for S&R": "TriggerWord Toggle (LoraManager)"
722
+ },
723
+ "widgets_values": [
724
+ true,
725
+ true,
726
+ false,
727
+ [],
728
+ ""
729
+ ],
730
+ "color": "#2a363b",
731
+ "bgcolor": "#3f5159"
732
+ },
733
+ {
734
+ "id": 75,
735
+ "type": "CLIPTextEncode",
736
+ "pos": [
737
+ 19000,
738
+ 7160
739
+ ],
740
+ "size": [
741
+ 400,
742
+ 200
743
+ ],
744
+ "flags": {
745
+ "collapsed": true
746
+ },
747
+ "order": 21,
748
+ "mode": 0,
749
+ "inputs": [
750
+ {
751
+ "name": "clip",
752
+ "type": "CLIP",
753
+ "link": 107
754
+ }
755
+ ],
756
+ "outputs": [
757
+ {
758
+ "name": "CONDITIONING",
759
+ "type": "CONDITIONING",
760
+ "links": [
761
+ 83,
762
+ 126
763
+ ]
764
+ }
765
+ ],
766
+ "title": "➖ Negative Prompt",
767
+ "properties": {
768
+ "cnr_id": "comfy-core",
769
+ "ver": "0.18.0",
770
+ "Node name for S&R": "CLIPTextEncode"
771
+ },
772
+ "widgets_values": [
773
+ "Avoid blurry, low-quality, noisy, oversmoothed, distorted or messy results. Avoid bad anatomy, deformed hands, extra fingers, fused fingers, missing fingers, broken limbs, duplicate body parts, asymmetrical eyes, distorted face, warped features, wrong proportions, cropped head, cut-off body, bad framing, unreadable text, watermark, logo, signature, background clutter, compression artifacts, muddy colors, and inconsistent details. Keep the image clean, sharp, coherent, expressive, and anatomically believable without removing anime styling."
774
+ ],
775
+ "color": "#322",
776
+ "bgcolor": "#533"
777
+ },
778
+ {
779
+ "id": 81,
780
+ "type": "UltimateSDUpscale",
781
+ "pos": [
782
+ 20710,
783
+ 7110
784
+ ],
785
+ "size": [
786
+ 280,
787
+ 850
788
+ ],
789
+ "flags": {},
790
+ "order": 37,
791
+ "mode": 0,
792
+ "inputs": [
793
+ {
794
+ "name": "image",
795
+ "type": "IMAGE",
796
+ "link": 112
797
+ },
798
+ {
799
+ "name": "model",
800
+ "type": "MODEL",
801
+ "link": 113
802
+ },
803
+ {
804
+ "name": "positive",
805
+ "type": "CONDITIONING",
806
+ "link": 114
807
+ },
808
+ {
809
+ "name": "negative",
810
+ "type": "CONDITIONING",
811
+ "link": 115
812
+ },
813
+ {
814
+ "name": "vae",
815
+ "type": "VAE",
816
+ "link": 116
817
+ },
818
+ {
819
+ "name": "upscale_model",
820
+ "type": "UPSCALE_MODEL",
821
+ "link": 117
822
+ },
823
+ {
824
+ "name": "seed",
825
+ "type": "INT",
826
+ "widget": {
827
+ "name": "seed"
828
+ },
829
+ "link": 118
830
+ },
831
+ {
832
+ "name": "tile_width",
833
+ "type": "INT",
834
+ "widget": {
835
+ "name": "tile_width"
836
+ },
837
+ "link": 119
838
+ },
839
+ {
840
+ "name": "tile_height",
841
+ "type": "INT",
842
+ "widget": {
843
+ "name": "tile_height"
844
+ },
845
+ "link": 120
846
+ }
847
+ ],
848
+ "outputs": [
849
+ {
850
+ "name": "IMAGE",
851
+ "type": "IMAGE",
852
+ "links": [
853
+ 93,
854
+ 100
855
+ ]
856
+ }
857
+ ],
858
+ "properties": {
859
+ "cnr_id": "comfyui_ultimatesdupscale",
860
+ "ver": "1.7.2",
861
+ "Node name for S&R": "UltimateSDUpscale"
862
+ },
863
+ "widgets_values": [
864
+ 2,
865
+ 44331411296855,
866
+ "randomize",
867
+ 6,
868
+ 1,
869
+ "euler",
870
+ "simple",
871
+ 0.32,
872
+ "Chess",
873
+ 1024,
874
+ 1536,
875
+ 16,
876
+ 64,
877
+ "None",
878
+ 0.25,
879
+ 64,
880
+ 8,
881
+ 16,
882
+ true,
883
+ false,
884
+ 1
885
+ ],
886
+ "color": "#233",
887
+ "bgcolor": "#355"
888
+ },
889
+ {
890
+ "id": 74,
891
+ "type": "CLIPTextEncode",
892
+ "pos": [
893
+ 19000,
894
+ 7100
895
+ ],
896
+ "size": [
897
+ 510,
898
+ 490
899
+ ],
900
+ "flags": {
901
+ "collapsed": true
902
+ },
903
+ "order": 20,
904
+ "mode": 0,
905
+ "inputs": [
906
+ {
907
+ "name": "clip",
908
+ "type": "CLIP",
909
+ "link": 105
910
+ },
911
+ {
912
+ "name": "text",
913
+ "type": "STRING",
914
+ "widget": {
915
+ "name": "text"
916
+ },
917
+ "link": 165
918
+ }
919
+ ],
920
+ "outputs": [
921
+ {
922
+ "name": "CONDITIONING",
923
+ "type": "CONDITIONING",
924
+ "links": [
925
+ 84
926
+ ]
927
+ }
928
+ ],
929
+ "title": "✨ Positive Prompt",
930
+ "properties": {
931
+ "cnr_id": "comfy-core",
932
+ "ver": "0.3.65",
933
+ "Node name for S&R": "CLIPTextEncode",
934
+ "ue_properties": {
935
+ "widget_ue_connectable": {
936
+ "text": true
937
+ },
938
+ "version": "7.0.1"
939
+ }
940
+ },
941
+ "widgets_values": [
942
+ ""
943
+ ],
944
+ "color": "#1e3a2f",
945
+ "bgcolor": "#2d5a47"
946
+ },
947
+ {
948
+ "id": 56,
949
+ "type": "SaveImage",
950
+ "pos": [
951
+ 20180,
952
+ 7050
953
+ ],
954
+ "size": [
955
+ 470,
956
+ 780
957
+ ],
958
+ "flags": {},
959
+ "order": 33,
960
+ "mode": 0,
961
+ "inputs": [
962
+ {
963
+ "name": "images",
964
+ "type": "IMAGE",
965
+ "link": 88
966
+ }
967
+ ],
968
+ "outputs": [],
969
+ "title": "💾 Save Z-Anime",
970
+ "properties": {
971
+ "cnr_id": "comfy-core",
972
+ "ver": "0.18.0",
973
+ "Node name for S&R": "SaveImage"
974
+ },
975
+ "widgets_values": [
976
+ "ERNIE"
977
+ ],
978
+ "color": "#223",
979
+ "bgcolor": "#335"
980
+ },
981
+ {
982
+ "id": 61,
983
+ "type": "SaveImage",
984
+ "pos": [
985
+ 21010,
986
+ 7110
987
+ ],
988
+ "size": [
989
+ 520,
990
+ 860
991
+ ],
992
+ "flags": {},
993
+ "order": 38,
994
+ "mode": 0,
995
+ "inputs": [
996
+ {
997
+ "name": "images",
998
+ "type": "IMAGE",
999
+ "link": 93
1000
+ }
1001
+ ],
1002
+ "outputs": [],
1003
+ "title": "💾 Save Z-Anime",
1004
+ "properties": {
1005
+ "cnr_id": "comfy-core",
1006
+ "ver": "0.18.0",
1007
+ "Node name for S&R": "SaveImage"
1008
+ },
1009
+ "widgets_values": [
1010
+ "ERNIE-Upscale"
1011
+ ],
1012
+ "color": "#223",
1013
+ "bgcolor": "#335"
1014
+ },
1015
+ {
1016
+ "id": 68,
1017
+ "type": "Image Comparer (rgthree)",
1018
+ "pos": [
1019
+ 21590,
1020
+ 7050
1021
+ ],
1022
+ "size": [
1023
+ 600,
1024
+ 940
1025
+ ],
1026
+ "flags": {},
1027
+ "order": 39,
1028
+ "mode": 0,
1029
+ "inputs": [
1030
+ {
1031
+ "dir": 3,
1032
+ "name": "image_a",
1033
+ "type": "IMAGE",
1034
+ "link": 99
1035
+ },
1036
+ {
1037
+ "dir": 3,
1038
+ "name": "image_b",
1039
+ "type": "IMAGE",
1040
+ "link": 100
1041
+ }
1042
+ ],
1043
+ "outputs": [],
1044
+ "title": "🔍 Compare Images",
1045
+ "properties": {
1046
+ "cnr_id": "rgthree-comfy",
1047
+ "ver": "b775441a4c5ae2853d4ff6b97a137f7f7d11e597",
1048
+ "comparer_mode": "Slide",
1049
+ "ue_properties": {
1050
+ "version": "7.0.1",
1051
+ "widget_ue_connectable": {}
1052
+ }
1053
+ },
1054
+ "widgets_values": [
1055
+ [
1056
+ {
1057
+ "name": "A",
1058
+ "selected": true,
1059
+ "url": "/api/view?filename=rgthree.compare._temp_psmdx_00125_.png&type=temp&subfolder=&rand=0.04328887647670565"
1060
+ },
1061
+ {
1062
+ "name": "B",
1063
+ "selected": true,
1064
+ "url": "/api/view?filename=rgthree.compare._temp_psmdx_00126_.png&type=temp&subfolder=&rand=0.8698999719577768"
1065
+ }
1066
+ ]
1067
+ ],
1068
+ "color": "#1a3d4d",
1069
+ "bgcolor": "#2a5c70",
1070
+ "shape": 1
1071
+ },
1072
+ {
1073
+ "id": 76,
1074
+ "type": "VAEDecode",
1075
+ "pos": [
1076
+ 19570,
1077
+ 7290
1078
+ ],
1079
+ "size": [
1080
+ 250,
1081
+ 50
1082
+ ],
1083
+ "flags": {
1084
+ "collapsed": false
1085
+ },
1086
+ "order": 31,
1087
+ "mode": 0,
1088
+ "inputs": [
1089
+ {
1090
+ "name": "samples",
1091
+ "type": "LATENT",
1092
+ "link": 108
1093
+ },
1094
+ {
1095
+ "name": "vae",
1096
+ "type": "VAE",
1097
+ "link": 109
1098
+ }
1099
+ ],
1100
+ "outputs": [
1101
+ {
1102
+ "name": "IMAGE",
1103
+ "type": "IMAGE",
1104
+ "slot_index": 0,
1105
+ "links": [
1106
+ 85,
1107
+ 88
1108
+ ]
1109
+ }
1110
+ ],
1111
+ "title": "🎨 VAE Decode",
1112
+ "properties": {
1113
+ "cnr_id": "comfy-core",
1114
+ "ver": "0.3.48",
1115
+ "Node name for S&R": "VAEDecode",
1116
+ "ue_properties": {
1117
+ "version": "7.0.1",
1118
+ "widget_ue_connectable": {}
1119
+ },
1120
+ "enableTabs": false,
1121
+ "tabWidth": 65,
1122
+ "tabXOffset": 10,
1123
+ "hasSecondTab": false,
1124
+ "secondTabText": "Send Back",
1125
+ "secondTabOffset": 80,
1126
+ "secondTabWidth": 65
1127
+ },
1128
+ "widgets_values": [],
1129
+ "color": "#2d1b3a",
1130
+ "bgcolor": "#4a2d5a"
1131
+ },
1132
+ {
1133
+ "id": 123,
1134
+ "type": "1fe366b4-788a-4cdf-afac-675cebb420f4",
1135
+ "pos": [
1136
+ 19570,
1137
+ 7930
1138
+ ],
1139
+ "size": [
1140
+ 240,
1141
+ 130
1142
+ ],
1143
+ "flags": {},
1144
+ "order": 0,
1145
+ "mode": 0,
1146
+ "inputs": [],
1147
+ "outputs": [
1148
+ {
1149
+ "name": "INT",
1150
+ "type": "INT",
1151
+ "links": [
1152
+ 166
1153
+ ]
1154
+ },
1155
+ {
1156
+ "name": "INT_1",
1157
+ "type": "INT",
1158
+ "links": [
1159
+ 167
1160
+ ]
1161
+ },
1162
+ {
1163
+ "name": "LATENT",
1164
+ "type": "LATENT",
1165
+ "links": [
1166
+ 171
1167
+ ]
1168
+ }
1169
+ ],
1170
+ "properties": {
1171
+ "proxyWidgets": [
1172
+ [
1173
+ "110",
1174
+ "value"
1175
+ ],
1176
+ [
1177
+ "111",
1178
+ "value"
1179
+ ]
1180
+ ],
1181
+ "cnr_id": "comfy-core",
1182
+ "ver": "0.19.1"
1183
+ },
1184
+ "widgets_values": [],
1185
+ "color": "#233",
1186
+ "bgcolor": "#355"
1187
+ },
1188
+ {
1189
+ "id": 73,
1190
+ "type": "Any Switch (rgthree)",
1191
+ "pos": [
1192
+ 18410,
1193
+ 6900
1194
+ ],
1195
+ "size": [
1196
+ 140,
1197
+ 110
1198
+ ],
1199
+ "flags": {
1200
+ "collapsed": true
1201
+ },
1202
+ "order": 12,
1203
+ "mode": 0,
1204
+ "inputs": [
1205
+ {
1206
+ "dir": 3,
1207
+ "name": "any_01",
1208
+ "type": "MODEL",
1209
+ "link": null
1210
+ },
1211
+ {
1212
+ "dir": 3,
1213
+ "name": "any_02",
1214
+ "type": "MODEL",
1215
+ "link": 103
1216
+ },
1217
+ {
1218
+ "dir": 3,
1219
+ "name": "any_03",
1220
+ "type": "MODEL",
1221
+ "link": null
1222
+ },
1223
+ {
1224
+ "dir": 3,
1225
+ "name": "any_04",
1226
+ "type": "MODEL",
1227
+ "link": null
1228
+ },
1229
+ {
1230
+ "name": "any_05",
1231
+ "type": "MODEL",
1232
+ "link": null
1233
+ }
1234
+ ],
1235
+ "outputs": [
1236
+ {
1237
+ "dir": 4,
1238
+ "label": "MODEL",
1239
+ "name": "*",
1240
+ "shape": 3,
1241
+ "type": "MODEL",
1242
+ "links": [
1243
+ 122
1244
+ ]
1245
+ }
1246
+ ],
1247
+ "title": "Model Switch",
1248
+ "properties": {
1249
+ "cnr_id": "rgthree-comfy",
1250
+ "ver": "8ff50e4521881eca1fe26aec9615fc9362474931"
1251
+ },
1252
+ "widgets_values": [],
1253
+ "color": "#233",
1254
+ "bgcolor": "#355"
1255
+ },
1256
+ {
1257
+ "id": 122,
1258
+ "type": "919dca1d-95df-4638-b9ef-c6e863ab8b7a",
1259
+ "pos": [
1260
+ 19000,
1261
+ 7830
1262
+ ],
1263
+ "size": [
1264
+ 510,
1265
+ 380
1266
+ ],
1267
+ "flags": {},
1268
+ "order": 15,
1269
+ "mode": 0,
1270
+ "inputs": [
1271
+ {
1272
+ "name": "replace",
1273
+ "type": "STRING",
1274
+ "widget": {
1275
+ "name": "replace"
1276
+ },
1277
+ "link": 162
1278
+ },
1279
+ {
1280
+ "name": "source",
1281
+ "type": "*",
1282
+ "link": 167
1283
+ },
1284
+ {
1285
+ "name": "source_1",
1286
+ "type": "*",
1287
+ "link": 166
1288
+ }
1289
+ ],
1290
+ "outputs": [
1291
+ {
1292
+ "name": "STRING",
1293
+ "type": "STRING",
1294
+ "links": [
1295
+ 165
1296
+ ]
1297
+ }
1298
+ ],
1299
+ "properties": {
1300
+ "proxyWidgets": [
1301
+ [
1302
+ "112",
1303
+ "replace"
1304
+ ],
1305
+ [
1306
+ "119",
1307
+ "preview_text"
1308
+ ],
1309
+ [
1310
+ "116",
1311
+ "clip_name"
1312
+ ],
1313
+ [
1314
+ "116",
1315
+ "device"
1316
+ ]
1317
+ ],
1318
+ "cnr_id": "comfy-core",
1319
+ "ver": "0.19.1"
1320
+ },
1321
+ "widgets_values": [],
1322
+ "color": "#432",
1323
+ "bgcolor": "#653"
1324
+ },
1325
+ {
1326
+ "id": 84,
1327
+ "type": "Fast Groups Bypasser (rgthree)",
1328
+ "pos": [
1329
+ 18390,
1330
+ 7050
1331
+ ],
1332
+ "size": [
1333
+ 570,
1334
+ 60
1335
+ ],
1336
+ "flags": {},
1337
+ "order": 1,
1338
+ "mode": 0,
1339
+ "inputs": [],
1340
+ "outputs": [
1341
+ {
1342
+ "name": "OPT_CONNECTION",
1343
+ "type": "*",
1344
+ "links": null
1345
+ }
1346
+ ],
1347
+ "title": "📖 Toggle LoRA ON/OFF",
1348
+ "properties": {
1349
+ "matchColors": "",
1350
+ "matchTitle": "📖",
1351
+ "showNav": true,
1352
+ "showAllGraphs": true,
1353
+ "sort": "position",
1354
+ "customSortAlphabet": "",
1355
+ "toggleRestriction": "default",
1356
+ "ue_properties": {
1357
+ "widget_ue_connectable": {},
1358
+ "input_ue_unconnectable": {},
1359
+ "version": "7.4.1"
1360
+ }
1361
+ },
1362
+ "color": "#4d1a4d",
1363
+ "bgcolor": "#702a70"
1364
+ },
1365
+ {
1366
+ "id": 67,
1367
+ "type": "UpscaleModelLoader",
1368
+ "pos": [
1369
+ 17850,
1370
+ 7320
1371
+ ],
1372
+ "size": [
1373
+ 500,
1374
+ 60
1375
+ ],
1376
+ "flags": {},
1377
+ "order": 2,
1378
+ "mode": 0,
1379
+ "inputs": [],
1380
+ "outputs": [
1381
+ {
1382
+ "name": "UPSCALE_MODEL",
1383
+ "type": "UPSCALE_MODEL",
1384
+ "links": [
1385
+ 96
1386
+ ]
1387
+ }
1388
+ ],
1389
+ "properties": {
1390
+ "cnr_id": "comfy-core",
1391
+ "ver": "0.18.1",
1392
+ "Node name for S&R": "UpscaleModelLoader"
1393
+ },
1394
+ "widgets_values": [
1395
+ "4x-UltraSharp.pth"
1396
+ ],
1397
+ "color": "#323",
1398
+ "bgcolor": "#535"
1399
+ },
1400
+ {
1401
+ "id": 129,
1402
+ "type": "LoadImage",
1403
+ "pos": [
1404
+ 18920,
1405
+ 6490
1406
+ ],
1407
+ "size": [
1408
+ 400,
1409
+ 330
1410
+ ],
1411
+ "flags": {
1412
+ "pinned": true
1413
+ },
1414
+ "order": 3,
1415
+ "mode": 0,
1416
+ "inputs": [],
1417
+ "outputs": [
1418
+ {
1419
+ "name": "IMAGE",
1420
+ "type": "IMAGE",
1421
+ "links": null
1422
+ },
1423
+ {
1424
+ "name": "MASK",
1425
+ "type": "MASK",
1426
+ "links": null
1427
+ }
1428
+ ],
1429
+ "title": "ernie-aio-base.png",
1430
+ "properties": {
1431
+ "cnr_id": "comfy-core",
1432
+ "ver": "0.19.1",
1433
+ "Node name for S&R": "LoadImage"
1434
+ },
1435
+ "widgets_values": [
1436
+ "3933cd7a-d1d6-4158-be6d-6263005a2f69.png",
1437
+ "image"
1438
+ ],
1439
+ "color": "#222",
1440
+ "bgcolor": "#000"
1441
+ },
1442
+ {
1443
+ "id": 127,
1444
+ "type": "LoadImage",
1445
+ "pos": [
1446
+ 18520,
1447
+ 6490
1448
+ ],
1449
+ "size": [
1450
+ 400,
1451
+ 330
1452
+ ],
1453
+ "flags": {
1454
+ "pinned": true
1455
+ },
1456
+ "order": 4,
1457
+ "mode": 0,
1458
+ "inputs": [],
1459
+ "outputs": [
1460
+ {
1461
+ "name": "IMAGE",
1462
+ "type": "IMAGE",
1463
+ "links": null
1464
+ },
1465
+ {
1466
+ "name": "MASK",
1467
+ "type": "MASK",
1468
+ "links": null
1469
+ }
1470
+ ],
1471
+ "title": "ernie-aio-turbo.png",
1472
+ "properties": {
1473
+ "cnr_id": "comfy-core",
1474
+ "ver": "0.19.1",
1475
+ "Node name for S&R": "LoadImage"
1476
+ },
1477
+ "widgets_values": [
1478
+ "511c903e-6dce-4213-bb00-798cb07d51aa.png",
1479
+ "image"
1480
+ ],
1481
+ "color": "#222",
1482
+ "bgcolor": "#000"
1483
+ },
1484
+ {
1485
+ "id": 64,
1486
+ "type": "Reroute",
1487
+ "pos": [
1488
+ 18400,
1489
+ 6820
1490
+ ],
1491
+ "size": [
1492
+ 75,
1493
+ 26
1494
+ ],
1495
+ "flags": {},
1496
+ "order": 11,
1497
+ "mode": 0,
1498
+ "inputs": [
1499
+ {
1500
+ "name": "",
1501
+ "type": "*",
1502
+ "link": 96
1503
+ }
1504
+ ],
1505
+ "outputs": [
1506
+ {
1507
+ "name": "",
1508
+ "type": "UPSCALE_MODEL",
1509
+ "links": [
1510
+ 95
1511
+ ]
1512
+ }
1513
+ ],
1514
+ "properties": {
1515
+ "showOutputText": false,
1516
+ "horizontal": false
1517
+ }
1518
+ },
1519
+ {
1520
+ "id": 91,
1521
+ "type": "CheckpointLoaderSimple",
1522
+ "pos": [
1523
+ 17850,
1524
+ 7100
1525
+ ],
1526
+ "size": [
1527
+ 500,
1528
+ 100
1529
+ ],
1530
+ "flags": {},
1531
+ "order": 5,
1532
+ "mode": 0,
1533
+ "inputs": [],
1534
+ "outputs": [
1535
+ {
1536
+ "name": "MODEL",
1537
+ "type": "MODEL",
1538
+ "links": [
1539
+ 103
1540
+ ]
1541
+ },
1542
+ {
1543
+ "name": "CLIP",
1544
+ "type": "CLIP",
1545
+ "links": [
1546
+ 81
1547
+ ]
1548
+ },
1549
+ {
1550
+ "name": "VAE",
1551
+ "type": "VAE",
1552
+ "links": [
1553
+ 78
1554
+ ]
1555
+ }
1556
+ ],
1557
+ "title": "📦 Load Z-Anime Checkpoint",
1558
+ "properties": {
1559
+ "cnr_id": "comfy-core",
1560
+ "ver": "0.18.1",
1561
+ "Node name for S&R": "CheckpointLoaderSimple"
1562
+ },
1563
+ "widgets_values": [
1564
+ "ERNIE-AIO-Turbo-bf16.safetensors"
1565
+ ],
1566
+ "color": "#223",
1567
+ "bgcolor": "#335"
1568
+ },
1569
+ {
1570
+ "id": 89,
1571
+ "type": "KSampler",
1572
+ "pos": [
1573
+ 19850,
1574
+ 7110
1575
+ ],
1576
+ "size": [
1577
+ 300,
1578
+ 710
1579
+ ],
1580
+ "flags": {},
1581
+ "order": 30,
1582
+ "mode": 0,
1583
+ "inputs": [
1584
+ {
1585
+ "name": "model",
1586
+ "type": "MODEL",
1587
+ "link": 124
1588
+ },
1589
+ {
1590
+ "name": "positive",
1591
+ "type": "CONDITIONING",
1592
+ "link": 125
1593
+ },
1594
+ {
1595
+ "name": "negative",
1596
+ "type": "CONDITIONING",
1597
+ "link": 126
1598
+ },
1599
+ {
1600
+ "name": "latent_image",
1601
+ "type": "LATENT",
1602
+ "link": 171
1603
+ },
1604
+ {
1605
+ "name": "seed",
1606
+ "type": "INT",
1607
+ "widget": {
1608
+ "name": "seed"
1609
+ },
1610
+ "link": 128
1611
+ }
1612
+ ],
1613
+ "outputs": [
1614
+ {
1615
+ "name": "LATENT",
1616
+ "type": "LATENT",
1617
+ "slot_index": 0,
1618
+ "links": [
1619
+ 108
1620
+ ]
1621
+ }
1622
+ ],
1623
+ "title": "🎨 Generate Image",
1624
+ "properties": {
1625
+ "cnr_id": "comfy-core",
1626
+ "ver": "0.3.48",
1627
+ "Node name for S&R": "KSampler",
1628
+ "ue_properties": {
1629
+ "version": "7.0.1",
1630
+ "widget_ue_connectable": {}
1631
+ },
1632
+ "enableTabs": false,
1633
+ "tabWidth": 65,
1634
+ "tabXOffset": 10,
1635
+ "hasSecondTab": false,
1636
+ "secondTabText": "Send Back",
1637
+ "secondTabOffset": 80,
1638
+ "secondTabWidth": 65
1639
+ },
1640
+ "widgets_values": [
1641
+ 504463686355241,
1642
+ "fixed",
1643
+ 9,
1644
+ 1,
1645
+ "euler",
1646
+ "simple",
1647
+ 1
1648
+ ],
1649
+ "color": "#3d1f5c",
1650
+ "bgcolor": "#5c3080"
1651
+ },
1652
+ {
1653
+ "id": 83,
1654
+ "type": "Fast Groups Bypasser (rgthree)",
1655
+ "pos": [
1656
+ 20680,
1657
+ 6930
1658
+ ],
1659
+ "size": [
1660
+ 360,
1661
+ 60
1662
+ ],
1663
+ "flags": {},
1664
+ "order": 6,
1665
+ "mode": 0,
1666
+ "inputs": [],
1667
+ "outputs": [
1668
+ {
1669
+ "name": "OPT_CONNECTION",
1670
+ "type": "*",
1671
+ "links": null
1672
+ }
1673
+ ],
1674
+ "title": "🔼 Toggle Upscaler ON/OFF",
1675
+ "properties": {
1676
+ "matchColors": "",
1677
+ "matchTitle": "🔼",
1678
+ "showNav": true,
1679
+ "showAllGraphs": true,
1680
+ "sort": "position",
1681
+ "customSortAlphabet": "",
1682
+ "toggleRestriction": "default",
1683
+ "ue_properties": {
1684
+ "widget_ue_connectable": {},
1685
+ "input_ue_unconnectable": {},
1686
+ "version": "7.4.1"
1687
+ }
1688
+ },
1689
+ "color": "#4d1a4d",
1690
+ "bgcolor": "#702a70"
1691
+ },
1692
+ {
1693
+ "id": 86,
1694
+ "type": "Seed (rgthree)",
1695
+ "pos": [
1696
+ 19570,
1697
+ 7100
1698
+ ],
1699
+ "size": [
1700
+ 250,
1701
+ 130
1702
+ ],
1703
+ "flags": {},
1704
+ "order": 7,
1705
+ "mode": 0,
1706
+ "inputs": [],
1707
+ "outputs": [
1708
+ {
1709
+ "dir": 4,
1710
+ "name": "SEED",
1711
+ "shape": 3,
1712
+ "type": "INT",
1713
+ "links": [
1714
+ 118,
1715
+ 128
1716
+ ]
1717
+ }
1718
+ ],
1719
+ "title": "🎲 Seed Control",
1720
+ "properties": {
1721
+ "cnr_id": "rgthree-comfy",
1722
+ "ver": "1.0.2512112053",
1723
+ "randomMax": 1125899906842624,
1724
+ "randomMin": 0
1725
+ },
1726
+ "widgets_values": [
1727
+ -1,
1728
+ "",
1729
+ "",
1730
+ ""
1731
+ ],
1732
+ "color": "#1a4d4d",
1733
+ "bgcolor": "#2a7070"
1734
+ },
1735
+ {
1736
+ "id": 120,
1737
+ "type": "Fast Groups Bypasser (rgthree)",
1738
+ "pos": [
1739
+ 18980,
1740
+ 7670
1741
+ ],
1742
+ "size": [
1743
+ 550,
1744
+ 60
1745
+ ],
1746
+ "flags": {},
1747
+ "order": 8,
1748
+ "mode": 0,
1749
+ "inputs": [],
1750
+ "outputs": [
1751
+ {
1752
+ "name": "OPT_CONNECTION",
1753
+ "type": "*",
1754
+ "links": null
1755
+ }
1756
+ ],
1757
+ "title": "🔼 Toggle Upscaler ON/OFF",
1758
+ "properties": {
1759
+ "matchColors": "",
1760
+ "matchTitle": "🎲",
1761
+ "showNav": true,
1762
+ "showAllGraphs": true,
1763
+ "sort": "position",
1764
+ "customSortAlphabet": "",
1765
+ "toggleRestriction": "default",
1766
+ "ue_properties": {
1767
+ "widget_ue_connectable": {},
1768
+ "input_ue_unconnectable": {},
1769
+ "version": "7.4.1"
1770
+ }
1771
+ },
1772
+ "color": "#4d1a4d",
1773
+ "bgcolor": "#702a70"
1774
+ },
1775
+ {
1776
+ "id": 103,
1777
+ "type": "PrimitiveStringMultiline",
1778
+ "pos": [
1779
+ 18990,
1780
+ 7100
1781
+ ],
1782
+ "size": [
1783
+ 520,
1784
+ 490
1785
+ ],
1786
+ "flags": {},
1787
+ "order": 9,
1788
+ "mode": 0,
1789
+ "inputs": [],
1790
+ "outputs": [
1791
+ {
1792
+ "name": "STRING",
1793
+ "type": "STRING",
1794
+ "links": [
1795
+ 162
1796
+ ]
1797
+ }
1798
+ ],
1799
+ "title": "✨ Positive Prompt",
1800
+ "properties": {
1801
+ "cnr_id": "comfy-core",
1802
+ "ver": "0.18.1",
1803
+ "Node name for S&R": "PrimitiveStringMultiline",
1804
+ "enableTabs": false,
1805
+ "tabWidth": 65,
1806
+ "tabXOffset": 10,
1807
+ "hasSecondTab": false,
1808
+ "secondTabText": "Send Back",
1809
+ "secondTabOffset": 80,
1810
+ "secondTabWidth": 65,
1811
+ "ue_properties": {
1812
+ "widget_ue_connectable": {},
1813
+ "version": "7.7",
1814
+ "input_ue_unconnectable": {}
1815
+ }
1816
+ },
1817
+ "widgets_values": [
1818
+ "You are a masterful AI artist who creates high-quality, detailed anime-style illustrations using SDXL prompts. Focus on composition, lighting, anatomy, and emotion to produce stunning, professional anime artwork: anime, A Pixar-style medium shot of a nocturnal forest with a shadowy atmosphere. The forest is illuminated by a neon glow from a fantastical, ethereal dragon with translucent scales. The dragon's scales shimmer with a blend of vibrant pink and electric blue, casting an otherworldly light upon the surrounding foliage. The dragon has large, expressive eyes filled with innocent curiosity and delicate wings that resemble gossamer fabric. The dragon's body is adorned with tiny, sparkling dots that dance and flicker. The dragon stands atop a mossy, luminescent rock, and its reflection shimmers in the dew-kissed undergrowth. The contrast between the dragon's radiant colors and the deep, inky blackness of the forest creates a breathtaking visual spectacle. "
1819
+ ],
1820
+ "color": "#232",
1821
+ "bgcolor": "#353"
1822
+ },
1823
+ {
1824
+ "id": 87,
1825
+ "type": "Lora Loader (LoraManager)",
1826
+ "pos": [
1827
+ 18410,
1828
+ 7220
1829
+ ],
1830
+ "size": [
1831
+ 550,
1832
+ 750
1833
+ ],
1834
+ "flags": {},
1835
+ "order": 17,
1836
+ "mode": 4,
1837
+ "inputs": [
1838
+ {
1839
+ "name": "model",
1840
+ "type": "MODEL",
1841
+ "link": 122
1842
+ },
1843
+ {
1844
+ "name": "clip",
1845
+ "shape": 7,
1846
+ "type": "CLIP",
1847
+ "link": 123
1848
+ },
1849
+ {
1850
+ "name": "lora_stack",
1851
+ "shape": 7,
1852
+ "type": "LORA_STACK",
1853
+ "link": null
1854
+ }
1855
+ ],
1856
+ "outputs": [
1857
+ {
1858
+ "name": "MODEL",
1859
+ "type": "MODEL",
1860
+ "links": [
1861
+ 76,
1862
+ 124
1863
+ ]
1864
+ },
1865
+ {
1866
+ "name": "CLIP",
1867
+ "type": "CLIP",
1868
+ "links": [
1869
+ 105,
1870
+ 107
1871
+ ]
1872
+ },
1873
+ {
1874
+ "name": "trigger_words",
1875
+ "type": "STRING",
1876
+ "links": [
1877
+ 101
1878
+ ]
1879
+ },
1880
+ {
1881
+ "name": "loaded_loras",
1882
+ "type": "STRING",
1883
+ "links": null
1884
+ }
1885
+ ],
1886
+ "properties": {
1887
+ "cnr_id": "comfyui-lora-manager",
1888
+ "ver": "0.9.11",
1889
+ "Node name for S&R": "Lora Loader (LoraManager)",
1890
+ "__lm_widget_ids": [
1891
+ "__lm_autocomplete_meta_text",
1892
+ "text",
1893
+ "loras"
1894
+ ]
1895
+ },
1896
+ "widgets_values": [
1897
+ {
1898
+ "version": 1,
1899
+ "textWidgetName": "text",
1900
+ "lastAccepted": {
1901
+ "start": 0,
1902
+ "end": 36,
1903
+ "insertedText": "<lora:my_first_lora_v1_000005100:1>,",
1904
+ "textSnapshot": "<lora:my_first_lora_v1_000005100:1>,"
1905
+ }
1906
+ },
1907
+ "",
1908
+ []
1909
+ ],
1910
+ "color": "#2a363b",
1911
+ "bgcolor": "#3f5159"
1912
+ },
1913
+ {
1914
+ "id": 131,
1915
+ "type": "MarkdownNote",
1916
+ "pos": [
1917
+ 17830,
1918
+ 7440
1919
+ ],
1920
+ "size": [
1921
+ 540,
1922
+ 890
1923
+ ],
1924
+ "flags": {},
1925
+ "order": 10,
1926
+ "mode": 0,
1927
+ "inputs": [],
1928
+ "outputs": [],
1929
+ "properties": {},
1930
+ "widgets_values": [
1931
+ "# ERNIE AIO for ComfyUI\n\n## What are the AIO versions?\nThese **All-in-One (AIO)** checkpoints already contain the **image model**, **text encoder**, and **VAE** in a single file.\n\nPlace the `.safetensors` files in:\n`ComfyUI/models/checkpoints`\n\nand load them with **Checkpoint Loader**.\n\n---\n\n## Civitai Releases\n\nIf you prefer the Civitai pages, you can also find the releases here:\n\n- ERNIE-aio-base\n <https://civitai.red/models/2551548?modelVersionId=2867462>\n- ERNIE-aio-turbo\n <https://civitai.red/models/2551548?modelVersionId=2868512>\n\n---\n\n## huggingface.co Releases\n\n- ERNIE-aio\n <https://huggingface.co/SeeSee21/ERNIE-AIO>\n\n---\n\n## Included variants\n- **ERNIE-AIO-Base**\n - Recommended: **50 steps • CFG 4.0**\n - Best for more stable, deliberate, high-quality results\n\n- **ERNIE-AIO-Turbo**\n - Recommended: **8 steps • CFG 1.0**\n - Best for faster generation and quick iteration\n\n\n- Available as **BF16** and **FP8**\n- In the **FP8** versions, both the **text encoder** and the \n**image model** are **FP8**, while the **VAE** remains **FP32**\n\n---\n\n## Minimal workflow\nYou theoretically only need these 6 nodes to generate an image:\n\n1. **Checkpoint Loader**\n2. **CLIP Text Encode (Prompt)**\n3. **Empty Latent Image**\n4. **KSampler**\n5. **VAE Decode**\n6. **Save Image**\n\nThis workflow already contains those parts plus an **upscale section** and a **Prompt Enhancer** helper.\n\n---\n\n## How to use this workflow\n\n### 1) Select the model\nChoose **ERNIE-AIO-Base** or **ERNIE-AIO-Turbo** in the **Checkpoint Loader**.\n\n### 2) Enter your prompt\nWrite your prompt in the positive prompt box.\nThe models work well with natural language, structured instructions, text rendering and poster / layout style prompts.\n\n### 3) Choose image size\nSet width and height in the **Image Size** section.\n\n### 4) Sampling settings\nUse the recommended settings for the selected model:\n\n- **Base:** 50 steps • CFG 4.0\n- **Turbo:** 8 steps • CFG 1.0\n\n### 5) Generate\nRun the workflow to produce the initial image.\n\n### 6) Optional upscaling\nThe workflow includes **UltimateSDUpscale** and an **upscale model** for higher-resolution output.\nYou can disable or bypass that section if you only want the base generation.\n\n### 7) Save\nThe final result is saved with **Save Image**.\n\n---\n\n## Prompt Enhancer (optional)\nThis workflow also contains a **Prompt Enhancer** section to help rewrite prompts automatically.\nIt is optional and can be used if you want more descriptive or refined prompts.\n\n---\n\n## Notes\n- AIO checkpoints are loaded from `ComfyUI/models/checkpoints`\n- No separate VAE or text encoder loading is required\n- **Base** is recommended for more careful, refined results\n- **Turbo** is recommended for speed and quick iteration\n\n---\n\n## Images inside the workflow\nComfyUI **does not normally embed external PNG files directly inside a Markdown/Note node** in the workflow JSON.\nSo the two promo images are **not embedded into the Note node itself**.\n\nIf your setup supports showing local or external images in markdown, you can reference them manually. Otherwise they are best kept as separate PNG files next to the workflow or uploaded with the model page.\n\n---\n## Custom Nodes in this Workflow\n\nComfyUI Impact Pack\n<https://github.com/ltdrdata/ComfyUI-Impact-Pack>\n\nrgthree-comfy\n<https://github.com/rgthree/rgthree-comfy>\n\nComfyUI_UltimateSDUpscale\n<https://github.com/ssitu/ComfyUI_UltimateSDUpscale>\n\nComfyUI-Lora-Manager\n<https://github.com/willmiao/ComfyUI-Lora-Manager>\n\n\n---\n\n\n## Credits\nThanks to the original **ERNIE-Image** developers at **Baidu**.\n\n- ERNIE-Image\n <https://huggingface.co/baidu/ERNIE-Image>\n- ERNIE-Image-Turbo\n <https://huggingface.co/baidu/ERNIE-Image-Turbo>\n- GitHub\n <https://github.com/baidu/ERNIE-Image>\n"
1932
+ ],
1933
+ "color": "#432",
1934
+ "bgcolor": "#653"
1935
+ }
1936
+ ],
1937
+ "links": [
1938
+ [
1939
+ 76,
1940
+ 87,
1941
+ 0,
1942
+ 47,
1943
+ 0,
1944
+ "MODEL"
1945
+ ],
1946
+ [
1947
+ 78,
1948
+ 91,
1949
+ 2,
1950
+ 48,
1951
+ 1,
1952
+ "VAE"
1953
+ ],
1954
+ [
1955
+ 81,
1956
+ 91,
1957
+ 1,
1958
+ 49,
1959
+ 1,
1960
+ "CLIP"
1961
+ ],
1962
+ [
1963
+ 83,
1964
+ 75,
1965
+ 0,
1966
+ 51,
1967
+ 0,
1968
+ "CONDITIONING"
1969
+ ],
1970
+ [
1971
+ 84,
1972
+ 74,
1973
+ 0,
1974
+ 52,
1975
+ 0,
1976
+ "CONDITIONING"
1977
+ ],
1978
+ [
1979
+ 85,
1980
+ 76,
1981
+ 0,
1982
+ 53,
1983
+ 0,
1984
+ "IMAGE"
1985
+ ],
1986
+ [
1987
+ 86,
1988
+ 48,
1989
+ 0,
1990
+ 54,
1991
+ 0,
1992
+ "VAE"
1993
+ ],
1994
+ [
1995
+ 87,
1996
+ 52,
1997
+ 0,
1998
+ 55,
1999
+ 0,
2000
+ "CONDITIONING"
2001
+ ],
2002
+ [
2003
+ 88,
2004
+ 76,
2005
+ 0,
2006
+ 56,
2007
+ 0,
2008
+ "IMAGE"
2009
+ ],
2010
+ [
2011
+ 89,
2012
+ 47,
2013
+ 0,
2014
+ 57,
2015
+ 0,
2016
+ "MODEL"
2017
+ ],
2018
+ [
2019
+ 90,
2020
+ 52,
2021
+ 0,
2022
+ 58,
2023
+ 0,
2024
+ "CONDITIONING"
2025
+ ],
2026
+ [
2027
+ 91,
2028
+ 51,
2029
+ 0,
2030
+ 59,
2031
+ 0,
2032
+ "CONDITIONING"
2033
+ ],
2034
+ [
2035
+ 92,
2036
+ 54,
2037
+ 0,
2038
+ 60,
2039
+ 0,
2040
+ "VAE"
2041
+ ],
2042
+ [
2043
+ 93,
2044
+ 81,
2045
+ 0,
2046
+ 61,
2047
+ 0,
2048
+ "IMAGE"
2049
+ ],
2050
+ [
2051
+ 94,
2052
+ 65,
2053
+ 0,
2054
+ 62,
2055
+ 0,
2056
+ "*"
2057
+ ],
2058
+ [
2059
+ 95,
2060
+ 64,
2061
+ 0,
2062
+ 63,
2063
+ 0,
2064
+ "*"
2065
+ ],
2066
+ [
2067
+ 96,
2068
+ 67,
2069
+ 0,
2070
+ 64,
2071
+ 0,
2072
+ "UPSCALE_MODEL"
2073
+ ],
2074
+ [
2075
+ 97,
2076
+ 53,
2077
+ 0,
2078
+ 65,
2079
+ 0,
2080
+ "IMAGE"
2081
+ ],
2082
+ [
2083
+ 98,
2084
+ 65,
2085
+ 0,
2086
+ 66,
2087
+ 0,
2088
+ "IMAGE"
2089
+ ],
2090
+ [
2091
+ 99,
2092
+ 62,
2093
+ 0,
2094
+ 68,
2095
+ 0,
2096
+ "IMAGE"
2097
+ ],
2098
+ [
2099
+ 100,
2100
+ 81,
2101
+ 0,
2102
+ 68,
2103
+ 1,
2104
+ "IMAGE"
2105
+ ],
2106
+ [
2107
+ 101,
2108
+ 87,
2109
+ 2,
2110
+ 69,
2111
+ 0,
2112
+ "string"
2113
+ ],
2114
+ [
2115
+ 103,
2116
+ 91,
2117
+ 0,
2118
+ 73,
2119
+ 1,
2120
+ "MODEL"
2121
+ ],
2122
+ [
2123
+ 105,
2124
+ 87,
2125
+ 1,
2126
+ 74,
2127
+ 0,
2128
+ "CLIP"
2129
+ ],
2130
+ [
2131
+ 107,
2132
+ 87,
2133
+ 1,
2134
+ 75,
2135
+ 0,
2136
+ "CLIP"
2137
+ ],
2138
+ [
2139
+ 108,
2140
+ 89,
2141
+ 0,
2142
+ 76,
2143
+ 0,
2144
+ "LATENT"
2145
+ ],
2146
+ [
2147
+ 109,
2148
+ 54,
2149
+ 0,
2150
+ 76,
2151
+ 1,
2152
+ "VAE"
2153
+ ],
2154
+ [
2155
+ 112,
2156
+ 65,
2157
+ 0,
2158
+ 81,
2159
+ 0,
2160
+ "IMAGE"
2161
+ ],
2162
+ [
2163
+ 113,
2164
+ 57,
2165
+ 0,
2166
+ 81,
2167
+ 1,
2168
+ "MODEL"
2169
+ ],
2170
+ [
2171
+ 114,
2172
+ 58,
2173
+ 0,
2174
+ 81,
2175
+ 2,
2176
+ "CONDITIONING"
2177
+ ],
2178
+ [
2179
+ 115,
2180
+ 59,
2181
+ 0,
2182
+ 81,
2183
+ 3,
2184
+ "CONDITIONING"
2185
+ ],
2186
+ [
2187
+ 116,
2188
+ 60,
2189
+ 0,
2190
+ 81,
2191
+ 4,
2192
+ "VAE"
2193
+ ],
2194
+ [
2195
+ 117,
2196
+ 63,
2197
+ 0,
2198
+ 81,
2199
+ 5,
2200
+ "UPSCALE_MODEL"
2201
+ ],
2202
+ [
2203
+ 118,
2204
+ 86,
2205
+ 0,
2206
+ 81,
2207
+ 6,
2208
+ "INT"
2209
+ ],
2210
+ [
2211
+ 119,
2212
+ 66,
2213
+ 2,
2214
+ 81,
2215
+ 7,
2216
+ "INT"
2217
+ ],
2218
+ [
2219
+ 120,
2220
+ 66,
2221
+ 1,
2222
+ 81,
2223
+ 8,
2224
+ "INT"
2225
+ ],
2226
+ [
2227
+ 122,
2228
+ 73,
2229
+ 0,
2230
+ 87,
2231
+ 0,
2232
+ "MODEL"
2233
+ ],
2234
+ [
2235
+ 123,
2236
+ 49,
2237
+ 0,
2238
+ 87,
2239
+ 1,
2240
+ "CLIP"
2241
+ ],
2242
+ [
2243
+ 124,
2244
+ 87,
2245
+ 0,
2246
+ 89,
2247
+ 0,
2248
+ "MODEL"
2249
+ ],
2250
+ [
2251
+ 125,
2252
+ 55,
2253
+ 0,
2254
+ 89,
2255
+ 1,
2256
+ "CONDITIONING"
2257
+ ],
2258
+ [
2259
+ 126,
2260
+ 75,
2261
+ 0,
2262
+ 89,
2263
+ 2,
2264
+ "CONDITIONING"
2265
+ ],
2266
+ [
2267
+ 128,
2268
+ 86,
2269
+ 0,
2270
+ 89,
2271
+ 4,
2272
+ "INT"
2273
+ ],
2274
+ [
2275
+ 162,
2276
+ 103,
2277
+ 0,
2278
+ 122,
2279
+ 0,
2280
+ "STRING"
2281
+ ],
2282
+ [
2283
+ 165,
2284
+ 122,
2285
+ 0,
2286
+ 74,
2287
+ 1,
2288
+ "STRING"
2289
+ ],
2290
+ [
2291
+ 166,
2292
+ 123,
2293
+ 0,
2294
+ 122,
2295
+ 2,
2296
+ "INT"
2297
+ ],
2298
+ [
2299
+ 167,
2300
+ 123,
2301
+ 1,
2302
+ 122,
2303
+ 1,
2304
+ "INT"
2305
+ ],
2306
+ [
2307
+ 171,
2308
+ 123,
2309
+ 2,
2310
+ 89,
2311
+ 3,
2312
+ "LATENT"
2313
+ ]
2314
+ ],
2315
+ "groups": [
2316
+ {
2317
+ "id": 10,
2318
+ "title": "🎨 Step 4 - Generate Image",
2319
+ "bounding": [
2320
+ 19550,
2321
+ 7020,
2322
+ 610,
2323
+ 810
2324
+ ],
2325
+ "color": "#5c3080",
2326
+ "font_size": 24,
2327
+ "flags": {
2328
+ "pinned": true
2329
+ }
2330
+ },
2331
+ {
2332
+ "id": 11,
2333
+ "title": "📦 Step 1 - Load Checkpoint Models",
2334
+ "bounding": [
2335
+ 17830,
2336
+ 7020,
2337
+ 540,
2338
+ 200
2339
+ ],
2340
+ "color": "#4a2d7a",
2341
+ "font_size": 24,
2342
+ "flags": {}
2343
+ },
2344
+ {
2345
+ "id": 13,
2346
+ "title": "✍️ Step 2 - Write Prompts",
2347
+ "bounding": [
2348
+ 18980,
2349
+ 7020,
2350
+ 550,
2351
+ 590
2352
+ ],
2353
+ "color": "#2d5a47",
2354
+ "font_size": 24,
2355
+ "flags": {
2356
+ "pinned": true
2357
+ }
2358
+ },
2359
+ {
2360
+ "id": 14,
2361
+ "title": "📖 Step 1 - Load LoRA (Optional)",
2362
+ "bounding": [
2363
+ 18390,
2364
+ 7130,
2365
+ 576.6064036288226,
2366
+ 1201.1956860490245
2367
+ ],
2368
+ "color": "#4a2d7a",
2369
+ "font_size": 24,
2370
+ "flags": {}
2371
+ },
2372
+ {
2373
+ "id": 17,
2374
+ "title": "🔼 Step 5 - Upscale (Optional)",
2375
+ "bounding": [
2376
+ 20680,
2377
+ 7020,
2378
+ 868.8733062814099,
2379
+ 969.9640277546396
2380
+ ],
2381
+ "color": "#b58b2a",
2382
+ "font_size": 24,
2383
+ "flags": {}
2384
+ },
2385
+ {
2386
+ "id": 18,
2387
+ "title": "Step 1 - Load Upscale Model",
2388
+ "bounding": [
2389
+ 17830,
2390
+ 7240,
2391
+ 540,
2392
+ 150
2393
+ ],
2394
+ "color": "#4a2d7a",
2395
+ "font_size": 24,
2396
+ "flags": {}
2397
+ },
2398
+ {
2399
+ "id": 20,
2400
+ "title": "📐 Step 3 - Choose Size",
2401
+ "bounding": [
2402
+ 19550,
2403
+ 7850,
2404
+ 270,
2405
+ 230
2406
+ ],
2407
+ "color": "#2a7070",
2408
+ "font_size": 24,
2409
+ "flags": {}
2410
+ },
2411
+ {
2412
+ "id": 21,
2413
+ "title": "🎲Prompt Enhancement TextGenerate",
2414
+ "bounding": [
2415
+ 18980,
2416
+ 7750,
2417
+ 550,
2418
+ 480
2419
+ ],
2420
+ "color": "#3f789e",
2421
+ "font_size": 24,
2422
+ "flags": {}
2423
+ }
2424
+ ],
2425
+ "definitions": {
2426
+ "subgraphs": [
2427
+ {
2428
+ "id": "919dca1d-95df-4638-b9ef-c6e863ab8b7a",
2429
+ "version": 1,
2430
+ "state": {
2431
+ "lastGroupId": 21,
2432
+ "lastNodeId": 131,
2433
+ "lastLinkId": 171,
2434
+ "lastRerouteId": 0
2435
+ },
2436
+ "revision": 0,
2437
+ "config": {},
2438
+ "name": "🎲Prompt Enhancement TextGenerate",
2439
+ "inputNode": {
2440
+ "id": -10,
2441
+ "bounding": [
2442
+ 19270,
2443
+ 8565,
2444
+ 120,
2445
+ 100
2446
+ ]
2447
+ },
2448
+ "outputNode": {
2449
+ "id": -20,
2450
+ "bounding": [
2451
+ 20920,
2452
+ 8585,
2453
+ 120,
2454
+ 60
2455
+ ]
2456
+ },
2457
+ "inputs": [
2458
+ {
2459
+ "id": "ff02e897-c2a9-406f-b975-d12904c71e73",
2460
+ "name": "replace",
2461
+ "type": "STRING",
2462
+ "linkIds": [
2463
+ 160
2464
+ ],
2465
+ "localized_name": "replace",
2466
+ "pos": [
2467
+ 19370,
2468
+ 8585
2469
+ ]
2470
+ },
2471
+ {
2472
+ "id": "5a4da651-0895-4984-ab61-d2f7f33eb350",
2473
+ "name": "source",
2474
+ "type": "*",
2475
+ "linkIds": [
2476
+ 159
2477
+ ],
2478
+ "localized_name": "source",
2479
+ "pos": [
2480
+ 19370,
2481
+ 8605
2482
+ ]
2483
+ },
2484
+ {
2485
+ "id": "71ea8544-f439-4a97-9f41-5fd7f755d0e3",
2486
+ "name": "source_1",
2487
+ "type": "*",
2488
+ "linkIds": [
2489
+ 158
2490
+ ],
2491
+ "localized_name": "source_1",
2492
+ "pos": [
2493
+ 19370,
2494
+ 8625
2495
+ ]
2496
+ }
2497
+ ],
2498
+ "outputs": [
2499
+ {
2500
+ "id": "2975fe48-39a9-4cbf-8c85-2dd66a57bdd8",
2501
+ "name": "STRING",
2502
+ "type": "STRING",
2503
+ "linkIds": [
2504
+ 161
2505
+ ],
2506
+ "localized_name": "STRING",
2507
+ "pos": [
2508
+ 20940,
2509
+ 8605
2510
+ ]
2511
+ }
2512
+ ],
2513
+ "widgets": [],
2514
+ "nodes": [
2515
+ {
2516
+ "id": 112,
2517
+ "type": "StringReplace",
2518
+ "pos": [
2519
+ 19450,
2520
+ 8250
2521
+ ],
2522
+ "size": [
2523
+ 270,
2524
+ 420
2525
+ ],
2526
+ "flags": {},
2527
+ "order": 1,
2528
+ "mode": 0,
2529
+ "inputs": [
2530
+ {
2531
+ "localized_name": "replace",
2532
+ "name": "replace",
2533
+ "type": "STRING",
2534
+ "widget": {
2535
+ "name": "replace"
2536
+ },
2537
+ "link": 160
2538
+ }
2539
+ ],
2540
+ "outputs": [
2541
+ {
2542
+ "localized_name": "STRING",
2543
+ "name": "STRING",
2544
+ "type": "STRING",
2545
+ "links": [
2546
+ 150
2547
+ ]
2548
+ }
2549
+ ],
2550
+ "properties": {
2551
+ "cnr_id": "comfy-core",
2552
+ "ver": "0.18.1",
2553
+ "Node name for S&R": "StringReplace",
2554
+ "enableTabs": false,
2555
+ "tabWidth": 65,
2556
+ "tabXOffset": 10,
2557
+ "hasSecondTab": false,
2558
+ "secondTabText": "Send Back",
2559
+ "secondTabOffset": 80,
2560
+ "secondTabWidth": 65,
2561
+ "ue_properties": {
2562
+ "widget_ue_connectable": {},
2563
+ "version": "7.7",
2564
+ "input_ue_unconnectable": {}
2565
+ }
2566
+ },
2567
+ "widgets_values": [
2568
+ "<s>[SYSTEM_PROMPT]你是一个专业的文生图 Prompt 增强助手。你将收到用户的简短图片描述及目标生成分辨率,请据此扩写为一段内容丰富、细节充分的视觉描述,以帮助文生图模型生成高质量的图片。仅输出增强后的描述,不要包含任何解释或前缀。[/SYSTEM_PROMPT][INST]{\"prompt\": \"{prompt}\", \"width\": {width}, \"height\": {height}}[/INST]",
2569
+ "{prompt}",
2570
+ ""
2571
+ ],
2572
+ "color": "#432",
2573
+ "bgcolor": "#653"
2574
+ },
2575
+ {
2576
+ "id": 113,
2577
+ "type": "PreviewAny",
2578
+ "pos": [
2579
+ 19450,
2580
+ 8890
2581
+ ],
2582
+ "size": [
2583
+ 270,
2584
+ 120
2585
+ ],
2586
+ "flags": {},
2587
+ "order": 2,
2588
+ "mode": 0,
2589
+ "inputs": [
2590
+ {
2591
+ "localized_name": "source",
2592
+ "name": "source",
2593
+ "type": "*",
2594
+ "link": 159
2595
+ }
2596
+ ],
2597
+ "outputs": [
2598
+ {
2599
+ "localized_name": "STRING",
2600
+ "name": "STRING",
2601
+ "type": "STRING",
2602
+ "links": [
2603
+ 153
2604
+ ]
2605
+ }
2606
+ ],
2607
+ "title": "Preview as Text (Int to String)",
2608
+ "properties": {
2609
+ "cnr_id": "comfy-core",
2610
+ "ver": "0.19.0",
2611
+ "Node name for S&R": "PreviewAny",
2612
+ "enableTabs": false,
2613
+ "tabWidth": 65,
2614
+ "tabXOffset": 10,
2615
+ "hasSecondTab": false,
2616
+ "secondTabText": "Send Back",
2617
+ "secondTabOffset": 80,
2618
+ "secondTabWidth": 65,
2619
+ "ue_properties": {
2620
+ "widget_ue_connectable": {},
2621
+ "version": "7.7",
2622
+ "input_ue_unconnectable": {}
2623
+ }
2624
+ },
2625
+ "widgets_values": [
2626
+ null,
2627
+ null,
2628
+ null
2629
+ ],
2630
+ "color": "#432",
2631
+ "bgcolor": "#653"
2632
+ },
2633
+ {
2634
+ "id": 114,
2635
+ "type": "StringReplace",
2636
+ "pos": [
2637
+ 19740,
2638
+ 8250
2639
+ ],
2640
+ "size": [
2641
+ 210,
2642
+ 200
2643
+ ],
2644
+ "flags": {},
2645
+ "order": 3,
2646
+ "mode": 0,
2647
+ "inputs": [
2648
+ {
2649
+ "localized_name": "string",
2650
+ "name": "string",
2651
+ "type": "STRING",
2652
+ "widget": {
2653
+ "name": "string"
2654
+ },
2655
+ "link": 150
2656
+ },
2657
+ {
2658
+ "localized_name": "replace",
2659
+ "name": "replace",
2660
+ "type": "STRING",
2661
+ "widget": {
2662
+ "name": "replace"
2663
+ },
2664
+ "link": 151
2665
+ }
2666
+ ],
2667
+ "outputs": [
2668
+ {
2669
+ "localized_name": "STRING",
2670
+ "name": "STRING",
2671
+ "type": "STRING",
2672
+ "links": [
2673
+ 152
2674
+ ]
2675
+ }
2676
+ ],
2677
+ "properties": {
2678
+ "cnr_id": "comfy-core",
2679
+ "ver": "0.18.1",
2680
+ "Node name for S&R": "StringReplace",
2681
+ "enableTabs": false,
2682
+ "tabWidth": 65,
2683
+ "tabXOffset": 10,
2684
+ "hasSecondTab": false,
2685
+ "secondTabText": "Send Back",
2686
+ "secondTabOffset": 80,
2687
+ "secondTabWidth": 65,
2688
+ "ue_properties": {
2689
+ "widget_ue_connectable": {},
2690
+ "version": "7.7",
2691
+ "input_ue_unconnectable": {}
2692
+ }
2693
+ },
2694
+ "widgets_values": [
2695
+ "",
2696
+ "{width}",
2697
+ ""
2698
+ ],
2699
+ "color": "#432",
2700
+ "bgcolor": "#653"
2701
+ },
2702
+ {
2703
+ "id": 115,
2704
+ "type": "StringReplace",
2705
+ "pos": [
2706
+ 19740,
2707
+ 8500
2708
+ ],
2709
+ "size": [
2710
+ 210,
2711
+ 200
2712
+ ],
2713
+ "flags": {},
2714
+ "order": 4,
2715
+ "mode": 0,
2716
+ "inputs": [
2717
+ {
2718
+ "localized_name": "string",
2719
+ "name": "string",
2720
+ "type": "STRING",
2721
+ "widget": {
2722
+ "name": "string"
2723
+ },
2724
+ "link": 152
2725
+ },
2726
+ {
2727
+ "localized_name": "replace",
2728
+ "name": "replace",
2729
+ "type": "STRING",
2730
+ "widget": {
2731
+ "name": "replace"
2732
+ },
2733
+ "link": 153
2734
+ }
2735
+ ],
2736
+ "outputs": [
2737
+ {
2738
+ "localized_name": "STRING",
2739
+ "name": "STRING",
2740
+ "type": "STRING",
2741
+ "links": [
2742
+ 156
2743
+ ]
2744
+ }
2745
+ ],
2746
+ "properties": {
2747
+ "cnr_id": "comfy-core",
2748
+ "ver": "0.18.1",
2749
+ "Node name for S&R": "StringReplace",
2750
+ "enableTabs": false,
2751
+ "tabWidth": 65,
2752
+ "tabXOffset": 10,
2753
+ "hasSecondTab": false,
2754
+ "secondTabText": "Send Back",
2755
+ "secondTabOffset": 80,
2756
+ "secondTabWidth": 65,
2757
+ "ue_properties": {
2758
+ "widget_ue_connectable": {},
2759
+ "version": "7.7",
2760
+ "input_ue_unconnectable": {}
2761
+ }
2762
+ },
2763
+ "widgets_values": [
2764
+ "",
2765
+ "{height}",
2766
+ ""
2767
+ ],
2768
+ "color": "#432",
2769
+ "bgcolor": "#653"
2770
+ },
2771
+ {
2772
+ "id": 118,
2773
+ "type": "TextGenerate",
2774
+ "pos": [
2775
+ 19970,
2776
+ 8250
2777
+ ],
2778
+ "size": [
2779
+ 300,
2780
+ 380
2781
+ ],
2782
+ "flags": {},
2783
+ "order": 5,
2784
+ "mode": 0,
2785
+ "inputs": [
2786
+ {
2787
+ "localized_name": "clip",
2788
+ "name": "clip",
2789
+ "type": "CLIP",
2790
+ "link": 155
2791
+ },
2792
+ {
2793
+ "localized_name": "image",
2794
+ "name": "image",
2795
+ "shape": 7,
2796
+ "type": "IMAGE",
2797
+ "link": null
2798
+ },
2799
+ {
2800
+ "localized_name": "prompt",
2801
+ "name": "prompt",
2802
+ "type": "STRING",
2803
+ "widget": {
2804
+ "name": "prompt"
2805
+ },
2806
+ "link": 156
2807
+ }
2808
+ ],
2809
+ "outputs": [
2810
+ {
2811
+ "localized_name": "generated_text",
2812
+ "name": "generated_text",
2813
+ "type": "STRING",
2814
+ "links": [
2815
+ 157
2816
+ ]
2817
+ }
2818
+ ],
2819
+ "properties": {
2820
+ "cnr_id": "comfy-core",
2821
+ "ver": "0.18.1",
2822
+ "Node name for S&R": "TextGenerate",
2823
+ "enableTabs": false,
2824
+ "tabWidth": 65,
2825
+ "tabXOffset": 10,
2826
+ "hasSecondTab": false,
2827
+ "secondTabText": "Send Back",
2828
+ "secondTabOffset": 80,
2829
+ "secondTabWidth": 65,
2830
+ "ue_properties": {
2831
+ "widget_ue_connectable": {},
2832
+ "version": "7.7",
2833
+ "input_ue_unconnectable": {}
2834
+ }
2835
+ },
2836
+ "widgets_values": [
2837
+ "",
2838
+ 2048,
2839
+ "on",
2840
+ 0.6,
2841
+ 64,
2842
+ 0.8,
2843
+ 0.05,
2844
+ 1.05,
2845
+ 0,
2846
+ 0,
2847
+ false,
2848
+ true
2849
+ ],
2850
+ "color": "#432",
2851
+ "bgcolor": "#653"
2852
+ },
2853
+ {
2854
+ "id": 121,
2855
+ "type": "PreviewAny",
2856
+ "pos": [
2857
+ 19450,
2858
+ 8720
2859
+ ],
2860
+ "size": [
2861
+ 270,
2862
+ 120
2863
+ ],
2864
+ "flags": {},
2865
+ "order": 7,
2866
+ "mode": 0,
2867
+ "inputs": [
2868
+ {
2869
+ "localized_name": "source",
2870
+ "name": "source",
2871
+ "type": "*",
2872
+ "link": 158
2873
+ }
2874
+ ],
2875
+ "outputs": [
2876
+ {
2877
+ "localized_name": "STRING",
2878
+ "name": "STRING",
2879
+ "type": "STRING",
2880
+ "links": [
2881
+ 151
2882
+ ]
2883
+ }
2884
+ ],
2885
+ "title": "Preview as Text (Int to String)",
2886
+ "properties": {
2887
+ "cnr_id": "comfy-core",
2888
+ "ver": "0.19.0",
2889
+ "Node name for S&R": "PreviewAny",
2890
+ "enableTabs": false,
2891
+ "tabWidth": 65,
2892
+ "tabXOffset": 10,
2893
+ "hasSecondTab": false,
2894
+ "secondTabText": "Send Back",
2895
+ "secondTabOffset": 80,
2896
+ "secondTabWidth": 65,
2897
+ "ue_properties": {
2898
+ "widget_ue_connectable": {},
2899
+ "version": "7.7",
2900
+ "input_ue_unconnectable": {}
2901
+ }
2902
+ },
2903
+ "widgets_values": [
2904
+ null,
2905
+ null,
2906
+ null
2907
+ ],
2908
+ "color": "#432",
2909
+ "bgcolor": "#653"
2910
+ },
2911
+ {
2912
+ "id": 116,
2913
+ "type": "CLIPLoader",
2914
+ "pos": [
2915
+ 19740,
2916
+ 8750
2917
+ ],
2918
+ "size": [
2919
+ 210,
2920
+ 110
2921
+ ],
2922
+ "flags": {},
2923
+ "order": 0,
2924
+ "mode": 0,
2925
+ "inputs": [],
2926
+ "outputs": [
2927
+ {
2928
+ "localized_name": "CLIP",
2929
+ "name": "CLIP",
2930
+ "type": "CLIP",
2931
+ "links": [
2932
+ 155
2933
+ ]
2934
+ }
2935
+ ],
2936
+ "title": "Load CLIP (PE)",
2937
+ "properties": {
2938
+ "cnr_id": "comfy-core",
2939
+ "ver": "0.19.0",
2940
+ "Node name for S&R": "CLIPLoader",
2941
+ "enableTabs": false,
2942
+ "tabWidth": 65,
2943
+ "tabXOffset": 10,
2944
+ "hasSecondTab": false,
2945
+ "secondTabText": "Send Back",
2946
+ "secondTabOffset": 80,
2947
+ "secondTabWidth": 65,
2948
+ "models": [
2949
+ {
2950
+ "name": "ernie-image-prompt-enhancer.safetensors",
2951
+ "url": "https://huggingface.co/Comfy-Org/ERNIE-Image/resolve/main/text_encoders/ernie-image-prompt-enhancer.safetensors",
2952
+ "directory": "text_encoders"
2953
+ }
2954
+ ],
2955
+ "ue_properties": {
2956
+ "widget_ue_connectable": {},
2957
+ "version": "7.7",
2958
+ "input_ue_unconnectable": {}
2959
+ }
2960
+ },
2961
+ "widgets_values": [
2962
+ "ernie\\ernie-image-prompt-enhancer-fp8.safetensors",
2963
+ "flux2",
2964
+ "default"
2965
+ ],
2966
+ "color": "#432",
2967
+ "bgcolor": "#653"
2968
+ },
2969
+ {
2970
+ "id": 119,
2971
+ "type": "PreviewAny",
2972
+ "pos": [
2973
+ 20290,
2974
+ 8250
2975
+ ],
2976
+ "size": [
2977
+ 570,
2978
+ 760
2979
+ ],
2980
+ "flags": {},
2981
+ "order": 6,
2982
+ "mode": 0,
2983
+ "inputs": [
2984
+ {
2985
+ "localized_name": "source",
2986
+ "name": "source",
2987
+ "type": "*",
2988
+ "link": 157
2989
+ }
2990
+ ],
2991
+ "outputs": [
2992
+ {
2993
+ "localized_name": "STRING",
2994
+ "name": "STRING",
2995
+ "type": "STRING",
2996
+ "links": [
2997
+ 161
2998
+ ]
2999
+ }
3000
+ ],
3001
+ "title": "Preview as Prompt (Int to String)",
3002
+ "properties": {
3003
+ "cnr_id": "comfy-core",
3004
+ "ver": "0.19.0",
3005
+ "Node name for S&R": "PreviewAny",
3006
+ "enableTabs": false,
3007
+ "tabWidth": 65,
3008
+ "tabXOffset": 10,
3009
+ "hasSecondTab": false,
3010
+ "secondTabText": "Send Back",
3011
+ "secondTabOffset": 80,
3012
+ "secondTabWidth": 65,
3013
+ "ue_properties": {
3014
+ "widget_ue_connectable": {},
3015
+ "version": "7.7",
3016
+ "input_ue_unconnectable": {}
3017
+ }
3018
+ },
3019
+ "widgets_values": [
3020
+ null,
3021
+ null,
3022
+ null
3023
+ ],
3024
+ "color": "#432",
3025
+ "bgcolor": "#653"
3026
+ }
3027
+ ],
3028
+ "groups": [],
3029
+ "links": [
3030
+ {
3031
+ "id": 150,
3032
+ "origin_id": 112,
3033
+ "origin_slot": 0,
3034
+ "target_id": 114,
3035
+ "target_slot": 0,
3036
+ "type": "STRING"
3037
+ },
3038
+ {
3039
+ "id": 151,
3040
+ "origin_id": 121,
3041
+ "origin_slot": 0,
3042
+ "target_id": 114,
3043
+ "target_slot": 1,
3044
+ "type": "STRING"
3045
+ },
3046
+ {
3047
+ "id": 152,
3048
+ "origin_id": 114,
3049
+ "origin_slot": 0,
3050
+ "target_id": 115,
3051
+ "target_slot": 0,
3052
+ "type": "STRING"
3053
+ },
3054
+ {
3055
+ "id": 153,
3056
+ "origin_id": 113,
3057
+ "origin_slot": 0,
3058
+ "target_id": 115,
3059
+ "target_slot": 1,
3060
+ "type": "STRING"
3061
+ },
3062
+ {
3063
+ "id": 155,
3064
+ "origin_id": 116,
3065
+ "origin_slot": 0,
3066
+ "target_id": 118,
3067
+ "target_slot": 0,
3068
+ "type": "CLIP"
3069
+ },
3070
+ {
3071
+ "id": 156,
3072
+ "origin_id": 115,
3073
+ "origin_slot": 0,
3074
+ "target_id": 118,
3075
+ "target_slot": 2,
3076
+ "type": "STRING"
3077
+ },
3078
+ {
3079
+ "id": 157,
3080
+ "origin_id": 118,
3081
+ "origin_slot": 0,
3082
+ "target_id": 119,
3083
+ "target_slot": 0,
3084
+ "type": "STRING"
3085
+ },
3086
+ {
3087
+ "id": 160,
3088
+ "origin_id": -10,
3089
+ "origin_slot": 0,
3090
+ "target_id": 112,
3091
+ "target_slot": 0,
3092
+ "type": "STRING"
3093
+ },
3094
+ {
3095
+ "id": 159,
3096
+ "origin_id": -10,
3097
+ "origin_slot": 1,
3098
+ "target_id": 113,
3099
+ "target_slot": 0,
3100
+ "type": "INT"
3101
+ },
3102
+ {
3103
+ "id": 158,
3104
+ "origin_id": -10,
3105
+ "origin_slot": 2,
3106
+ "target_id": 121,
3107
+ "target_slot": 0,
3108
+ "type": "INT"
3109
+ },
3110
+ {
3111
+ "id": 161,
3112
+ "origin_id": 119,
3113
+ "origin_slot": 0,
3114
+ "target_id": -20,
3115
+ "target_slot": 0,
3116
+ "type": "STRING"
3117
+ }
3118
+ ],
3119
+ "extra": {}
3120
+ },
3121
+ {
3122
+ "id": "1fe366b4-788a-4cdf-afac-675cebb420f4",
3123
+ "version": 1,
3124
+ "state": {
3125
+ "lastGroupId": 21,
3126
+ "lastNodeId": 131,
3127
+ "lastLinkId": 171,
3128
+ "lastRerouteId": 0
3129
+ },
3130
+ "revision": 0,
3131
+ "config": {},
3132
+ "name": "New Subgraph",
3133
+ "inputNode": {
3134
+ "id": -10,
3135
+ "bounding": [
3136
+ 18830,
3137
+ 7880,
3138
+ 120,
3139
+ 40
3140
+ ]
3141
+ },
3142
+ "outputNode": {
3143
+ "id": -20,
3144
+ "bounding": [
3145
+ 19310,
3146
+ 7850,
3147
+ 120,
3148
+ 100
3149
+ ]
3150
+ },
3151
+ "inputs": [],
3152
+ "outputs": [
3153
+ {
3154
+ "id": "cd392d07-f487-4546-92fa-bb6185a00fff",
3155
+ "name": "INT",
3156
+ "type": "INT",
3157
+ "linkIds": [
3158
+ 164
3159
+ ],
3160
+ "localized_name": "INT",
3161
+ "pos": [
3162
+ 19330,
3163
+ 7870
3164
+ ]
3165
+ },
3166
+ {
3167
+ "id": "8152912e-6bbf-4e32-9e87-73ba3c618938",
3168
+ "name": "INT_1",
3169
+ "type": "INT",
3170
+ "linkIds": [
3171
+ 163
3172
+ ],
3173
+ "localized_name": "INT_1",
3174
+ "pos": [
3175
+ 19330,
3176
+ 7890
3177
+ ]
3178
+ },
3179
+ {
3180
+ "id": "41689b2e-4212-4dae-8725-deda8a4053df",
3181
+ "name": "LATENT",
3182
+ "type": "LATENT",
3183
+ "linkIds": [
3184
+ 148
3185
+ ],
3186
+ "localized_name": "LATENT",
3187
+ "pos": [
3188
+ 19330,
3189
+ 7910
3190
+ ]
3191
+ }
3192
+ ],
3193
+ "widgets": [],
3194
+ "nodes": [
3195
+ {
3196
+ "id": 110,
3197
+ "type": "PrimitiveInt",
3198
+ "pos": [
3199
+ 19010,
3200
+ 7880
3201
+ ],
3202
+ "size": [
3203
+ 240,
3204
+ 90
3205
+ ],
3206
+ "flags": {},
3207
+ "order": 0,
3208
+ "mode": 0,
3209
+ "inputs": [
3210
+ {
3211
+ "label": "width",
3212
+ "localized_name": "value",
3213
+ "name": "value",
3214
+ "type": "INT",
3215
+ "widget": {
3216
+ "name": "value"
3217
+ },
3218
+ "link": null
3219
+ }
3220
+ ],
3221
+ "outputs": [
3222
+ {
3223
+ "localized_name": "INT",
3224
+ "name": "INT",
3225
+ "type": "INT",
3226
+ "links": [
3227
+ 146,
3228
+ 164
3229
+ ]
3230
+ }
3231
+ ],
3232
+ "title": "width",
3233
+ "properties": {
3234
+ "cnr_id": "comfy-core",
3235
+ "ver": "0.19.1",
3236
+ "Node name for S&R": "PrimitiveInt"
3237
+ },
3238
+ "widgets_values": [
3239
+ 1024,
3240
+ "fixed"
3241
+ ],
3242
+ "color": "#233",
3243
+ "bgcolor": "#355"
3244
+ },
3245
+ {
3246
+ "id": 111,
3247
+ "type": "PrimitiveInt",
3248
+ "pos": [
3249
+ 19010,
3250
+ 8020
3251
+ ],
3252
+ "size": [
3253
+ 240,
3254
+ 90
3255
+ ],
3256
+ "flags": {},
3257
+ "order": 1,
3258
+ "mode": 0,
3259
+ "inputs": [
3260
+ {
3261
+ "label": "height",
3262
+ "localized_name": "value",
3263
+ "name": "value",
3264
+ "type": "INT",
3265
+ "widget": {
3266
+ "name": "value"
3267
+ },
3268
+ "link": null
3269
+ }
3270
+ ],
3271
+ "outputs": [
3272
+ {
3273
+ "localized_name": "INT",
3274
+ "name": "INT",
3275
+ "type": "INT",
3276
+ "links": [
3277
+ 147,
3278
+ 163
3279
+ ]
3280
+ }
3281
+ ],
3282
+ "title": "height",
3283
+ "properties": {
3284
+ "cnr_id": "comfy-core",
3285
+ "ver": "0.19.1",
3286
+ "Node name for S&R": "PrimitiveInt"
3287
+ },
3288
+ "widgets_values": [
3289
+ 1536,
3290
+ "fixed"
3291
+ ],
3292
+ "color": "#233",
3293
+ "bgcolor": "#355"
3294
+ },
3295
+ {
3296
+ "id": 109,
3297
+ "type": "EmptyLatentImage",
3298
+ "pos": [
3299
+ 19010,
3300
+ 7720
3301
+ ],
3302
+ "size": [
3303
+ 240,
3304
+ 110
3305
+ ],
3306
+ "flags": {
3307
+ "collapsed": false
3308
+ },
3309
+ "order": 2,
3310
+ "mode": 0,
3311
+ "inputs": [
3312
+ {
3313
+ "localized_name": "width",
3314
+ "name": "width",
3315
+ "type": "INT",
3316
+ "widget": {
3317
+ "name": "width"
3318
+ },
3319
+ "link": 146
3320
+ },
3321
+ {
3322
+ "localized_name": "height",
3323
+ "name": "height",
3324
+ "type": "INT",
3325
+ "widget": {
3326
+ "name": "height"
3327
+ },
3328
+ "link": 147
3329
+ }
3330
+ ],
3331
+ "outputs": [
3332
+ {
3333
+ "localized_name": "LATENT",
3334
+ "name": "LATENT",
3335
+ "type": "LATENT",
3336
+ "links": [
3337
+ 148
3338
+ ]
3339
+ }
3340
+ ],
3341
+ "title": "📐 Image Size",
3342
+ "properties": {
3343
+ "cnr_id": "comfy-core",
3344
+ "ver": "0.3.65",
3345
+ "Node name for S&R": "EmptyLatentImage",
3346
+ "ue_properties": {
3347
+ "widget_ue_connectable": {
3348
+ "width": true,
3349
+ "height": true,
3350
+ "batch_size": true
3351
+ },
3352
+ "version": "7.0.1"
3353
+ }
3354
+ },
3355
+ "widgets_values": [
3356
+ 1024,
3357
+ 1536,
3358
+ 1
3359
+ ],
3360
+ "color": "#1a4d4d",
3361
+ "bgcolor": "#2a7070"
3362
+ }
3363
+ ],
3364
+ "groups": [],
3365
+ "links": [
3366
+ {
3367
+ "id": 146,
3368
+ "origin_id": 110,
3369
+ "origin_slot": 0,
3370
+ "target_id": 109,
3371
+ "target_slot": 0,
3372
+ "type": "INT"
3373
+ },
3374
+ {
3375
+ "id": 147,
3376
+ "origin_id": 111,
3377
+ "origin_slot": 0,
3378
+ "target_id": 109,
3379
+ "target_slot": 1,
3380
+ "type": "INT"
3381
+ },
3382
+ {
3383
+ "id": 164,
3384
+ "origin_id": 110,
3385
+ "origin_slot": 0,
3386
+ "target_id": -20,
3387
+ "target_slot": 0,
3388
+ "type": "INT"
3389
+ },
3390
+ {
3391
+ "id": 163,
3392
+ "origin_id": 111,
3393
+ "origin_slot": 0,
3394
+ "target_id": -20,
3395
+ "target_slot": 1,
3396
+ "type": "INT"
3397
+ },
3398
+ {
3399
+ "id": 148,
3400
+ "origin_id": 109,
3401
+ "origin_slot": 0,
3402
+ "target_id": -20,
3403
+ "target_slot": 2,
3404
+ "type": "LATENT"
3405
+ }
3406
+ ],
3407
+ "extra": {}
3408
+ }
3409
+ ]
3410
+ },
3411
+ "config": {},
3412
+ "extra": {
3413
+ "ds": {
3414
+ "scale": 1.015255979947795,
3415
+ "offset": [
3416
+ -17142.833568636095,
3417
+ -7839.581928052077
3418
+ ]
3419
+ },
3420
+ "frontendVersion": "1.42.11",
3421
+ "VHS_latentpreview": false,
3422
+ "VHS_latentpreviewrate": 0,
3423
+ "VHS_MetadataImage": true,
3424
+ "VHS_KeepIntermediate": true
3425
+ },
3426
+ "version": 0.4
3427
+ }
images/ernie-aio-base.png ADDED

Git LFS Details

  • SHA256: 55dd88327246f39e9f64b12c47e0b6fdf312ce3480102ff5cf44d11fadb8f72a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.4 MB
images/ernie-aio-turbo.png ADDED

Git LFS Details

  • SHA256: 43bb636bbbacda76f2dd082d4ed1d2dc3ad043f113a5a194e4bf2975afe621b5
  • Pointer size: 132 Bytes
  • Size of remote file: 1.4 MB
prompt-enhancer/ernie-image-prompt-enhancer-bf16.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e823e002626858be92e6600609f72fde33c5f21d3c6574721ce9f41bf1c50771
3
+ size 6877439999
prompt-enhancer/ernie-image-prompt-enhancer-fp8.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ea52e4308debd5e92b069b44f6e77c8d64492937039287bbd59bedf86cad397
3
+ size 3448434295