isidentical commited on
Commit
edf69be
1 Parent(s): d4624bb

Create comfy_workflow.json

Browse files
Files changed (1) hide show
  1. comfy_workflow.json +431 -0
comfy_workflow.json ADDED
@@ -0,0 +1,431 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "last_node_id": 8,
3
+ "last_link_id": 10,
4
+ "nodes": [
5
+ {
6
+ "id": 2,
7
+ "type": "ModelSamplingAuraFlow",
8
+ "pos": [
9
+ 630,
10
+ 350
11
+ ],
12
+ "size": {
13
+ "0": 315,
14
+ "1": 70
15
+ },
16
+ "flags": {},
17
+ "order": 2,
18
+ "mode": 0,
19
+ "inputs": [
20
+ {
21
+ "name": "model",
22
+ "type": "MODEL",
23
+ "link": 1
24
+ }
25
+ ],
26
+ "outputs": [
27
+ {
28
+ "name": "MODEL",
29
+ "type": "MODEL",
30
+ "links": [
31
+ 2
32
+ ],
33
+ "shape": 3,
34
+ "slot_index": 0
35
+ }
36
+ ],
37
+ "properties": {
38
+ "Node name for S&R": "ModelSamplingAuraFlow"
39
+ },
40
+ "widgets_values": [
41
+ 1.73
42
+ ]
43
+ },
44
+ {
45
+ "id": 5,
46
+ "type": "CLIPTextEncode",
47
+ "pos": [
48
+ 595,
49
+ 700
50
+ ],
51
+ "size": {
52
+ "0": 385,
53
+ "1": 210
54
+ },
55
+ "flags": {},
56
+ "order": 4,
57
+ "mode": 0,
58
+ "inputs": [
59
+ {
60
+ "name": "clip",
61
+ "type": "CLIP",
62
+ "link": 4
63
+ }
64
+ ],
65
+ "outputs": [
66
+ {
67
+ "name": "CONDITIONING",
68
+ "type": "CONDITIONING",
69
+ "links": [
70
+ 6
71
+ ],
72
+ "shape": 3,
73
+ "slot_index": 0
74
+ }
75
+ ],
76
+ "properties": {
77
+ "Node name for S&R": "CLIPTextEncode"
78
+ },
79
+ "widgets_values": [
80
+ ""
81
+ ]
82
+ },
83
+ {
84
+ "id": 1,
85
+ "type": "CheckpointLoaderSimple",
86
+ "pos": [
87
+ 0,
88
+ 455
89
+ ],
90
+ "size": {
91
+ "0": 315,
92
+ "1": 105
93
+ },
94
+ "flags": {},
95
+ "order": 0,
96
+ "mode": 0,
97
+ "outputs": [
98
+ {
99
+ "name": "MODEL",
100
+ "type": "MODEL",
101
+ "links": [
102
+ 1
103
+ ],
104
+ "shape": 3,
105
+ "slot_index": 0
106
+ },
107
+ {
108
+ "name": "CLIP",
109
+ "type": "CLIP",
110
+ "links": [
111
+ 3,
112
+ 4
113
+ ],
114
+ "shape": 3,
115
+ "slot_index": 1
116
+ },
117
+ {
118
+ "name": "VAE",
119
+ "type": "VAE",
120
+ "links": [
121
+ 9
122
+ ],
123
+ "shape": 3
124
+ }
125
+ ],
126
+ "properties": {
127
+ "Node name for S&R": "CheckpointLoaderSimple"
128
+ },
129
+ "widgets_values": [
130
+ "Aura\\aura_flow_0.1.safetensors"
131
+ ]
132
+ },
133
+ {
134
+ "id": 7,
135
+ "type": "VAEDecode",
136
+ "pos": [
137
+ 1470,
138
+ 350
139
+ ],
140
+ "size": [
141
+ 210,
142
+ 70
143
+ ],
144
+ "flags": {},
145
+ "order": 6,
146
+ "mode": 0,
147
+ "inputs": [
148
+ {
149
+ "name": "samples",
150
+ "type": "LATENT",
151
+ "link": 8
152
+ },
153
+ {
154
+ "name": "vae",
155
+ "type": "VAE",
156
+ "link": 9,
157
+ "slot_index": 1
158
+ }
159
+ ],
160
+ "outputs": [
161
+ {
162
+ "name": "IMAGE",
163
+ "type": "IMAGE",
164
+ "links": [
165
+ 10
166
+ ],
167
+ "shape": 3,
168
+ "slot_index": 0
169
+ }
170
+ ],
171
+ "properties": {
172
+ "Node name for S&R": "VAEDecode"
173
+ }
174
+ },
175
+ {
176
+ "id": 4,
177
+ "type": "CLIPTextEncode",
178
+ "pos": [
179
+ 595,
180
+ 455
181
+ ],
182
+ "size": {
183
+ "0": 385,
184
+ "1": 210
185
+ },
186
+ "flags": {},
187
+ "order": 3,
188
+ "mode": 0,
189
+ "inputs": [
190
+ {
191
+ "name": "clip",
192
+ "type": "CLIP",
193
+ "link": 3
194
+ }
195
+ ],
196
+ "outputs": [
197
+ {
198
+ "name": "CONDITIONING",
199
+ "type": "CONDITIONING",
200
+ "links": [
201
+ 5
202
+ ],
203
+ "shape": 3,
204
+ "slot_index": 0
205
+ }
206
+ ],
207
+ "properties": {
208
+ "Node name for S&R": "CLIPTextEncode"
209
+ },
210
+ "widgets_values": [
211
+ "close-up portrait of cat"
212
+ ]
213
+ },
214
+ {
215
+ "id": 8,
216
+ "type": "SaveImage",
217
+ "pos": [
218
+ 1715,
219
+ 350
220
+ ],
221
+ "size": [
222
+ 805,
223
+ 840
224
+ ],
225
+ "flags": {},
226
+ "order": 7,
227
+ "mode": 0,
228
+ "inputs": [
229
+ {
230
+ "name": "images",
231
+ "type": "IMAGE",
232
+ "link": 10
233
+ }
234
+ ],
235
+ "properties": {
236
+ "Node name for S&R": "SaveImage"
237
+ },
238
+ "widgets_values": [
239
+ "ComfyUI"
240
+ ]
241
+ },
242
+ {
243
+ "id": 3,
244
+ "type": "KSampler",
245
+ "pos": [
246
+ 1120,
247
+ 350
248
+ ],
249
+ "size": [
250
+ 315,
251
+ 280
252
+ ],
253
+ "flags": {},
254
+ "order": 5,
255
+ "mode": 0,
256
+ "inputs": [
257
+ {
258
+ "name": "model",
259
+ "type": "MODEL",
260
+ "link": 2
261
+ },
262
+ {
263
+ "name": "positive",
264
+ "type": "CONDITIONING",
265
+ "link": 5
266
+ },
267
+ {
268
+ "name": "negative",
269
+ "type": "CONDITIONING",
270
+ "link": 6
271
+ },
272
+ {
273
+ "name": "latent_image",
274
+ "type": "LATENT",
275
+ "link": 7,
276
+ "slot_index": 3
277
+ }
278
+ ],
279
+ "outputs": [
280
+ {
281
+ "name": "LATENT",
282
+ "type": "LATENT",
283
+ "links": [
284
+ 8
285
+ ],
286
+ "shape": 3,
287
+ "slot_index": 0
288
+ }
289
+ ],
290
+ "properties": {
291
+ "Node name for S&R": "KSampler"
292
+ },
293
+ "widgets_values": [
294
+ 1084457413474464,
295
+ "randomize",
296
+ 25,
297
+ 3.5,
298
+ "uni_pc",
299
+ "normal",
300
+ 1
301
+ ]
302
+ },
303
+ {
304
+ "id": 6,
305
+ "type": "EmptyLatentImage",
306
+ "pos": [
307
+ 595,
308
+ 945
309
+ ],
310
+ "size": [
311
+ 385,
312
+ 105
313
+ ],
314
+ "flags": {},
315
+ "order": 1,
316
+ "mode": 0,
317
+ "outputs": [
318
+ {
319
+ "name": "LATENT",
320
+ "type": "LATENT",
321
+ "links": [
322
+ 7
323
+ ],
324
+ "shape": 3
325
+ }
326
+ ],
327
+ "properties": {
328
+ "Node name for S&R": "EmptyLatentImage"
329
+ },
330
+ "widgets_values": [
331
+ 1024,
332
+ 1024,
333
+ 1
334
+ ]
335
+ }
336
+ ],
337
+ "links": [
338
+ [
339
+ 1,
340
+ 1,
341
+ 0,
342
+ 2,
343
+ 0,
344
+ "MODEL"
345
+ ],
346
+ [
347
+ 2,
348
+ 2,
349
+ 0,
350
+ 3,
351
+ 0,
352
+ "MODEL"
353
+ ],
354
+ [
355
+ 3,
356
+ 1,
357
+ 1,
358
+ 4,
359
+ 0,
360
+ "CLIP"
361
+ ],
362
+ [
363
+ 4,
364
+ 1,
365
+ 1,
366
+ 5,
367
+ 0,
368
+ "CLIP"
369
+ ],
370
+ [
371
+ 5,
372
+ 4,
373
+ 0,
374
+ 3,
375
+ 1,
376
+ "CONDITIONING"
377
+ ],
378
+ [
379
+ 6,
380
+ 5,
381
+ 0,
382
+ 3,
383
+ 2,
384
+ "CONDITIONING"
385
+ ],
386
+ [
387
+ 7,
388
+ 6,
389
+ 0,
390
+ 3,
391
+ 3,
392
+ "LATENT"
393
+ ],
394
+ [
395
+ 8,
396
+ 3,
397
+ 0,
398
+ 7,
399
+ 0,
400
+ "LATENT"
401
+ ],
402
+ [
403
+ 9,
404
+ 1,
405
+ 2,
406
+ 7,
407
+ 1,
408
+ "VAE"
409
+ ],
410
+ [
411
+ 10,
412
+ 7,
413
+ 0,
414
+ 8,
415
+ 0,
416
+ "IMAGE"
417
+ ]
418
+ ],
419
+ "groups": [],
420
+ "config": {},
421
+ "extra": {
422
+ "ds": {
423
+ "scale": 0.9229599817707814,
424
+ "offset": {
425
+ "0": 112.10910340707595,
426
+ "1": -148.52772593349718
427
+ }
428
+ }
429
+ },
430
+ "version": 0.4
431
+ }