AP123 commited on
Commit
05aa254
1 Parent(s): 15d698d

Upload workflow.json

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