stablediffusiontutorials commited on
Commit
c6f3f2d
·
verified ·
1 Parent(s): 22d64d5

Upload 2 files

Browse files
Files changed (2) hide show
  1. HiDream_O1_Img2Img.json +256 -0
  2. HiDream_O1_Txt2Img.json +202 -0
HiDream_O1_Img2Img.json ADDED
@@ -0,0 +1,256 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "id": "634e6abd-4962-4ed0-88a1-0f6778d4365b",
3
+ "revision": 0,
4
+ "last_node_id": 10,
5
+ "last_link_id": 11,
6
+ "nodes": [
7
+ {
8
+ "id": 10,
9
+ "type": "LoadImage",
10
+ "pos": [
11
+ 449.5713989525802,
12
+ -477.6296954494957
13
+ ],
14
+ "size": [
15
+ 456.436026555584,
16
+ 364.7555295334537
17
+ ],
18
+ "flags": {},
19
+ "order": 0,
20
+ "mode": 0,
21
+ "inputs": [],
22
+ "outputs": [
23
+ {
24
+ "name": "IMAGE",
25
+ "type": "IMAGE",
26
+ "links": [
27
+ 11
28
+ ]
29
+ },
30
+ {
31
+ "name": "MASK",
32
+ "type": "MASK",
33
+ "links": null
34
+ }
35
+ ],
36
+ "properties": {
37
+ "cnr_id": "comfy-core",
38
+ "ver": "0.20.1",
39
+ "Node name for S&R": "LoadImage"
40
+ },
41
+ "widgets_values": [
42
+ "pasted/image (22).png",
43
+ "image"
44
+ ]
45
+ },
46
+ {
47
+ "id": 9,
48
+ "type": "HiDreamO1Conditioning",
49
+ "pos": [
50
+ 461.1430407798922,
51
+ -688.4496127247515
52
+ ],
53
+ "size": [
54
+ 259.215507062989,
55
+ 154.85271261423713
56
+ ],
57
+ "flags": {},
58
+ "order": 1,
59
+ "mode": 0,
60
+ "inputs": [],
61
+ "outputs": [
62
+ {
63
+ "name": "conditioning",
64
+ "type": "HIDREAM_O1_CONDITIONING",
65
+ "links": [
66
+ 8
67
+ ]
68
+ }
69
+ ],
70
+ "properties": {
71
+ "Node name for S&R": "HiDreamO1Conditioning"
72
+ },
73
+ "widgets_values": [
74
+ "make this a snowman outdoors",
75
+ "bad quality"
76
+ ]
77
+ },
78
+ {
79
+ "id": 2,
80
+ "type": "HiDreamO1ModelLoader",
81
+ "pos": [
82
+ 469.22163609089347,
83
+ -907.7593407497287
84
+ ],
85
+ "size": [
86
+ 329.89276394683066,
87
+ 139.96959474415962
88
+ ],
89
+ "flags": {},
90
+ "order": 2,
91
+ "mode": 0,
92
+ "inputs": [],
93
+ "outputs": [
94
+ {
95
+ "name": "model",
96
+ "type": "HIDREAM_O1_MODEL",
97
+ "links": [
98
+ 6
99
+ ]
100
+ }
101
+ ],
102
+ "properties": {
103
+ "Node name for S&R": "HiDreamO1ModelLoader"
104
+ },
105
+ "widgets_values": [
106
+ "diffusion_models/HiDream-O1-Image-bf16",
107
+ "auto",
108
+ "auto",
109
+ false
110
+ ]
111
+ },
112
+ {
113
+ "id": 8,
114
+ "type": "HiDreamO1Sampler",
115
+ "pos": [
116
+ 959.695947210478,
117
+ -876.8945332563485
118
+ ],
119
+ "size": [
120
+ 351.5501295914862,
121
+ 759.263118475694
122
+ ],
123
+ "flags": {},
124
+ "order": 3,
125
+ "mode": 0,
126
+ "inputs": [
127
+ {
128
+ "name": "model",
129
+ "type": "HIDREAM_O1_MODEL",
130
+ "link": 6
131
+ },
132
+ {
133
+ "name": "conditioning",
134
+ "type": "HIDREAM_O1_CONDITIONING",
135
+ "link": 8
136
+ },
137
+ {
138
+ "label": "image_1",
139
+ "name": "image.image_1",
140
+ "shape": 7,
141
+ "type": "IMAGE",
142
+ "link": 11
143
+ }
144
+ ],
145
+ "outputs": [
146
+ {
147
+ "name": "image",
148
+ "type": "IMAGE",
149
+ "links": [
150
+ 9
151
+ ]
152
+ }
153
+ ],
154
+ "properties": {
155
+ "Node name for S&R": "HiDreamO1Sampler"
156
+ },
157
+ "widgets_values": [
158
+ "auto",
159
+ 2048,
160
+ 2048,
161
+ 0,
162
+ 181613885388361,
163
+ "randomize",
164
+ 5,
165
+ -1,
166
+ 7.5,
167
+ 7.5,
168
+ 2.5,
169
+ 4,
170
+ true,
171
+ false,
172
+ "1"
173
+ ]
174
+ },
175
+ {
176
+ "id": 5,
177
+ "type": "PreviewImage",
178
+ "pos": [
179
+ 1362.0239754248985,
180
+ -876.6304696579848
181
+ ],
182
+ "size": [
183
+ 697.0895716912985,
184
+ 762.8400554317257
185
+ ],
186
+ "flags": {},
187
+ "order": 4,
188
+ "mode": 0,
189
+ "inputs": [
190
+ {
191
+ "name": "images",
192
+ "type": "IMAGE",
193
+ "link": 9
194
+ }
195
+ ],
196
+ "outputs": [],
197
+ "properties": {
198
+ "cnr_id": "comfy-core",
199
+ "ver": "0.20.1",
200
+ "Node name for S&R": "PreviewImage"
201
+ },
202
+ "widgets_values": []
203
+ }
204
+ ],
205
+ "links": [
206
+ [
207
+ 6,
208
+ 2,
209
+ 0,
210
+ 8,
211
+ 0,
212
+ "HIDREAM_O1_MODEL"
213
+ ],
214
+ [
215
+ 8,
216
+ 9,
217
+ 0,
218
+ 8,
219
+ 1,
220
+ "HIDREAM_O1_CONDITIONING"
221
+ ],
222
+ [
223
+ 9,
224
+ 8,
225
+ 0,
226
+ 5,
227
+ 0,
228
+ "IMAGE"
229
+ ],
230
+ [
231
+ 11,
232
+ 10,
233
+ 0,
234
+ 8,
235
+ 2,
236
+ "IMAGE"
237
+ ]
238
+ ],
239
+ "groups": [],
240
+ "config": {},
241
+ "extra": {
242
+ "ds": {
243
+ "scale": 0.6588450000000194,
244
+ "offset": [
245
+ -91.27019131427755,
246
+ 1273.3913602986124
247
+ ]
248
+ },
249
+ "frontendVersion": "1.43.18",
250
+ "VHS_latentpreview": false,
251
+ "VHS_latentpreviewrate": 0,
252
+ "VHS_MetadataImage": true,
253
+ "VHS_KeepIntermediate": true
254
+ },
255
+ "version": 0.4
256
+ }
HiDream_O1_Txt2Img.json ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "id": "634e6abd-4962-4ed0-88a1-0f6778d4365b",
3
+ "revision": 0,
4
+ "last_node_id": 9,
5
+ "last_link_id": 10,
6
+ "nodes": [
7
+ {
8
+ "id": 8,
9
+ "type": "HiDreamO1Sampler",
10
+ "pos": [
11
+ 969.7310253800176,
12
+ -782.0173024324388
13
+ ],
14
+ "size": [
15
+ 370.7079491502693,
16
+ 638
17
+ ],
18
+ "flags": {},
19
+ "order": 2,
20
+ "mode": 0,
21
+ "inputs": [
22
+ {
23
+ "name": "model",
24
+ "type": "HIDREAM_O1_MODEL",
25
+ "link": 6
26
+ },
27
+ {
28
+ "name": "conditioning",
29
+ "type": "HIDREAM_O1_CONDITIONING",
30
+ "link": 8
31
+ }
32
+ ],
33
+ "outputs": [
34
+ {
35
+ "name": "image",
36
+ "type": "IMAGE",
37
+ "links": [
38
+ 9
39
+ ]
40
+ }
41
+ ],
42
+ "properties": {
43
+ "Node name for S&R": "HiDreamO1Sampler"
44
+ },
45
+ "widgets_values": [
46
+ "auto",
47
+ 2048,
48
+ 2048,
49
+ 0,
50
+ 525251385261082,
51
+ "randomize",
52
+ 5,
53
+ -1,
54
+ 7.5,
55
+ 7.5,
56
+ 2.5,
57
+ 4,
58
+ false,
59
+ false,
60
+ "0"
61
+ ]
62
+ },
63
+ {
64
+ "id": 9,
65
+ "type": "HiDreamO1Conditioning",
66
+ "pos": [
67
+ 483.9500682568118,
68
+ -698.4846908942911
69
+ ],
70
+ "size": [
71
+ 419.67643791788726,
72
+ 667.5234601958471
73
+ ],
74
+ "flags": {},
75
+ "order": 0,
76
+ "mode": 0,
77
+ "inputs": [],
78
+ "outputs": [
79
+ {
80
+ "name": "conditioning",
81
+ "type": "HIDREAM_O1_CONDITIONING",
82
+ "links": [
83
+ 8
84
+ ]
85
+ }
86
+ ],
87
+ "properties": {
88
+ "Node name for S&R": "HiDreamO1Conditioning"
89
+ },
90
+ "widgets_values": [
91
+ "A high-quality, professional anime-style masterpiece featuring a stunning fennec cat girl with a slim human body, wearing a stylish dark blazer over a white shirt, a long pleated skirt, and vibrant neon-accented sneakers. She has long, flowing blonde hair and oversized, detailed fennec cat ears that are soft and expressive. The character is standing in a breathtaking landscape, with a vast, golden desert floor stretching toward sharp, majestic mountain peaks under a deep, starry night sky filled with a glowing, vibrant Milky Way galaxy. The art style is crisp, clean, and polished, featuring soft-cell shading, vibrant colors, and impeccable line work consistent with top-tier anime digital art. The atmosphere is serene yet magical, with clear focus on the character. The text \"HiDream-O1-Image\" is written in a stylized, bold, glowing white and cyan 3D font at the top, which pops intensely against the dark cosmic sky, acting as a visual header. At the bottom, the text \"ComfyUI\" appears in a sharp, modern, metallic-gradient font that stands out clearly against the desert floor, providing a strong, aesthetic anchor. The lighting is cinematic, with soft ambient light from the stars reflecting off the character’s hair and clothing, creating a sense of depth and dimensionality. Every detail, from the textures of the mountains to the fine details of the character’s fennec features, is rendered with absolute precision. The image is balanced, visually striking, and designed to look like a high-end promotional illustration. This composition blends whimsical fantasy character design with sleek, bold typography, ensuring that the text elements are legible, eye-catching, and perfectly integrated into the high-fidelity anime world, resulting in a breathtaking digital masterpiece that captures both charm and artistic technical perfection in every pixel.",
92
+ "bad quality"
93
+ ]
94
+ },
95
+ {
96
+ "id": 2,
97
+ "type": "HiDreamO1ModelLoader",
98
+ "pos": [
99
+ 491.11639638904114,
100
+ -908.6716079285006
101
+ ],
102
+ "size": [
103
+ 329.89276394683066,
104
+ 139.96959474415962
105
+ ],
106
+ "flags": {},
107
+ "order": 1,
108
+ "mode": 0,
109
+ "inputs": [],
110
+ "outputs": [
111
+ {
112
+ "name": "model",
113
+ "type": "HIDREAM_O1_MODEL",
114
+ "links": [
115
+ 6
116
+ ]
117
+ }
118
+ ],
119
+ "properties": {
120
+ "Node name for S&R": "HiDreamO1ModelLoader"
121
+ },
122
+ "widgets_values": [
123
+ "diffusion_models/HiDream-O1-Image-bf16",
124
+ "auto",
125
+ "auto",
126
+ false
127
+ ]
128
+ },
129
+ {
130
+ "id": 5,
131
+ "type": "PreviewImage",
132
+ "pos": [
133
+ 1411.965513772243,
134
+ -829.4023638193548
135
+ ],
136
+ "size": [
137
+ 665.159733223611,
138
+ 713.5768621612744
139
+ ],
140
+ "flags": {},
141
+ "order": 3,
142
+ "mode": 0,
143
+ "inputs": [
144
+ {
145
+ "name": "images",
146
+ "type": "IMAGE",
147
+ "link": 9
148
+ }
149
+ ],
150
+ "outputs": [],
151
+ "properties": {
152
+ "cnr_id": "comfy-core",
153
+ "ver": "0.20.1",
154
+ "Node name for S&R": "PreviewImage"
155
+ },
156
+ "widgets_values": []
157
+ }
158
+ ],
159
+ "links": [
160
+ [
161
+ 6,
162
+ 2,
163
+ 0,
164
+ 8,
165
+ 0,
166
+ "HIDREAM_O1_MODEL"
167
+ ],
168
+ [
169
+ 8,
170
+ 9,
171
+ 0,
172
+ 8,
173
+ 1,
174
+ "HIDREAM_O1_CONDITIONING"
175
+ ],
176
+ [
177
+ 9,
178
+ 8,
179
+ 0,
180
+ 5,
181
+ 0,
182
+ "IMAGE"
183
+ ]
184
+ ],
185
+ "groups": [],
186
+ "config": {},
187
+ "extra": {
188
+ "ds": {
189
+ "scale": 0.6588450000000111,
190
+ "offset": [
191
+ 153.7397262432879,
192
+ 1257.5502799431804
193
+ ]
194
+ },
195
+ "frontendVersion": "1.43.18",
196
+ "VHS_latentpreview": false,
197
+ "VHS_latentpreviewrate": 0,
198
+ "VHS_MetadataImage": true,
199
+ "VHS_KeepIntermediate": true
200
+ },
201
+ "version": 0.4
202
+ }