kirusanth08 commited on
Commit
a025bc0
·
verified ·
1 Parent(s): 7763ce9

Upload workflow.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. workflow.json +524 -0
workflow.json ADDED
@@ -0,0 +1,524 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "last_node_id": 11,
3
+ "last_link_id": 12,
4
+ "nodes": [
5
+ {
6
+ "id": 1,
7
+ "type": "UNETLoader",
8
+ "pos": [
9
+ 40,
10
+ 40
11
+ ],
12
+ "size": [
13
+ 380,
14
+ 82
15
+ ],
16
+ "flags": {},
17
+ "order": 0,
18
+ "mode": 0,
19
+ "inputs": [],
20
+ "outputs": [
21
+ {
22
+ "name": "MODEL",
23
+ "type": "MODEL",
24
+ "links": [
25
+ 1
26
+ ],
27
+ "slot_index": 0
28
+ }
29
+ ],
30
+ "properties": {
31
+ "Node name for S&R": "UNETLoader"
32
+ },
33
+ "widgets_values": [
34
+ "flux1-dev.safetensors",
35
+ "fp8_e4m3fn"
36
+ ],
37
+ "title": "Load Flux dev UNET"
38
+ },
39
+ {
40
+ "id": 2,
41
+ "type": "LoraLoaderModelOnly",
42
+ "pos": [
43
+ 40,
44
+ 180
45
+ ],
46
+ "size": [
47
+ 380,
48
+ 82
49
+ ],
50
+ "flags": {},
51
+ "order": 0,
52
+ "mode": 0,
53
+ "inputs": [
54
+ {
55
+ "name": "model",
56
+ "type": "MODEL",
57
+ "link": 1
58
+ }
59
+ ],
60
+ "outputs": [
61
+ {
62
+ "name": "MODEL",
63
+ "type": "MODEL",
64
+ "links": [
65
+ 2
66
+ ],
67
+ "slot_index": 0
68
+ }
69
+ ],
70
+ "properties": {
71
+ "Node name for S&R": "LoraLoaderModelOnly"
72
+ },
73
+ "widgets_values": [
74
+ "sk3tchref.safetensors",
75
+ 1.0
76
+ ],
77
+ "title": "Style LoRA (strength 0.8-1.0)"
78
+ },
79
+ {
80
+ "id": 3,
81
+ "type": "DualCLIPLoader",
82
+ "pos": [
83
+ 40,
84
+ 320
85
+ ],
86
+ "size": [
87
+ 380,
88
+ 130
89
+ ],
90
+ "flags": {},
91
+ "order": 0,
92
+ "mode": 0,
93
+ "inputs": [],
94
+ "outputs": [
95
+ {
96
+ "name": "CLIP",
97
+ "type": "CLIP",
98
+ "links": [
99
+ 3
100
+ ],
101
+ "slot_index": 0
102
+ }
103
+ ],
104
+ "properties": {
105
+ "Node name for S&R": "DualCLIPLoader"
106
+ },
107
+ "widgets_values": [
108
+ "clip_l.safetensors",
109
+ "t5xxl_fp16.safetensors",
110
+ "flux",
111
+ "default"
112
+ ],
113
+ "title": "Text encoders"
114
+ },
115
+ {
116
+ "id": 4,
117
+ "type": "VAELoader",
118
+ "pos": [
119
+ 40,
120
+ 500
121
+ ],
122
+ "size": [
123
+ 380,
124
+ 58
125
+ ],
126
+ "flags": {},
127
+ "order": 0,
128
+ "mode": 0,
129
+ "inputs": [],
130
+ "outputs": [
131
+ {
132
+ "name": "VAE",
133
+ "type": "VAE",
134
+ "links": [
135
+ 5
136
+ ],
137
+ "slot_index": 0
138
+ }
139
+ ],
140
+ "properties": {
141
+ "Node name for S&R": "VAELoader"
142
+ },
143
+ "widgets_values": [
144
+ "ae.safetensors"
145
+ ],
146
+ "title": "Flux VAE"
147
+ },
148
+ {
149
+ "id": 5,
150
+ "type": "CLIPTextEncode",
151
+ "pos": [
152
+ 470,
153
+ 40
154
+ ],
155
+ "size": [
156
+ 520,
157
+ 240
158
+ ],
159
+ "flags": {},
160
+ "order": 0,
161
+ "mode": 0,
162
+ "inputs": [
163
+ {
164
+ "name": "clip",
165
+ "type": "CLIP",
166
+ "link": 3
167
+ }
168
+ ],
169
+ "outputs": [
170
+ {
171
+ "name": "CONDITIONING",
172
+ "type": "CONDITIONING",
173
+ "links": [
174
+ 6,
175
+ 7
176
+ ],
177
+ "slot_index": 0
178
+ }
179
+ ],
180
+ "properties": {
181
+ "Node name for S&R": "CLIPTextEncode"
182
+ },
183
+ "widgets_values": [
184
+ "sk3tchref, a full body character illustration of a heavy-set adult man with deep dark brown skin, thick dark beard with grey streaks, short silver-grey buzz cut, gold hoop earring and thin gold chain, slouched and disinterested, holding a half-empty wine bottle low in one hand, wearing a faded olive-green oversized delivery jacket with cracked white TOONCITY lettering on the chest, grey undershirt, baggy dark work trousers, scuffed brown boots and a crumpled canvas bag over one shoulder, hand-painted character concept art, broad flat brush shapes, hard-edged colour blocking, muted desaturated palette, flat off-white background, thin grey shadow smear under the feet"
185
+ ],
186
+ "title": "Prompt - must start with sk3tchref"
187
+ },
188
+ {
189
+ "id": 6,
190
+ "type": "FluxGuidance",
191
+ "pos": [
192
+ 470,
193
+ 330
194
+ ],
195
+ "size": [
196
+ 520,
197
+ 58
198
+ ],
199
+ "flags": {},
200
+ "order": 0,
201
+ "mode": 0,
202
+ "inputs": [
203
+ {
204
+ "name": "conditioning",
205
+ "type": "CONDITIONING",
206
+ "link": 6
207
+ }
208
+ ],
209
+ "outputs": [
210
+ {
211
+ "name": "CONDITIONING",
212
+ "type": "CONDITIONING",
213
+ "links": [
214
+ 8
215
+ ],
216
+ "slot_index": 0
217
+ }
218
+ ],
219
+ "properties": {
220
+ "Node name for S&R": "FluxGuidance"
221
+ },
222
+ "widgets_values": [
223
+ 3.0
224
+ ],
225
+ "title": "FluxGuidance (adherence knob)"
226
+ },
227
+ {
228
+ "id": 7,
229
+ "type": "ConditioningZeroOut",
230
+ "pos": [
231
+ 470,
232
+ 430
233
+ ],
234
+ "size": [
235
+ 520,
236
+ 40
237
+ ],
238
+ "flags": {},
239
+ "order": 0,
240
+ "mode": 0,
241
+ "inputs": [
242
+ {
243
+ "name": "conditioning",
244
+ "type": "CONDITIONING",
245
+ "link": 7
246
+ }
247
+ ],
248
+ "outputs": [
249
+ {
250
+ "name": "CONDITIONING",
251
+ "type": "CONDITIONING",
252
+ "links": [
253
+ 9
254
+ ],
255
+ "slot_index": 0
256
+ }
257
+ ],
258
+ "properties": {
259
+ "Node name for S&R": "ConditioningZeroOut"
260
+ },
261
+ "widgets_values": [],
262
+ "title": "Empty negative (Flux dev is CFG-distilled)"
263
+ },
264
+ {
265
+ "id": 8,
266
+ "type": "EmptySD3LatentImage",
267
+ "pos": [
268
+ 470,
269
+ 520
270
+ ],
271
+ "size": [
272
+ 520,
273
+ 106
274
+ ],
275
+ "flags": {},
276
+ "order": 0,
277
+ "mode": 0,
278
+ "inputs": [],
279
+ "outputs": [
280
+ {
281
+ "name": "LATENT",
282
+ "type": "LATENT",
283
+ "links": [
284
+ 10
285
+ ],
286
+ "slot_index": 0
287
+ }
288
+ ],
289
+ "properties": {
290
+ "Node name for S&R": "EmptySD3LatentImage"
291
+ },
292
+ "widgets_values": [
293
+ 832,
294
+ 1216,
295
+ 1
296
+ ],
297
+ "title": "Canvas"
298
+ },
299
+ {
300
+ "id": 9,
301
+ "type": "KSampler",
302
+ "pos": [
303
+ 1040,
304
+ 40
305
+ ],
306
+ "size": [
307
+ 380,
308
+ 262
309
+ ],
310
+ "flags": {},
311
+ "order": 0,
312
+ "mode": 0,
313
+ "inputs": [
314
+ {
315
+ "name": "model",
316
+ "type": "MODEL",
317
+ "link": 2
318
+ },
319
+ {
320
+ "name": "positive",
321
+ "type": "CONDITIONING",
322
+ "link": 8
323
+ },
324
+ {
325
+ "name": "negative",
326
+ "type": "CONDITIONING",
327
+ "link": 9
328
+ },
329
+ {
330
+ "name": "latent_image",
331
+ "type": "LATENT",
332
+ "link": 10
333
+ }
334
+ ],
335
+ "outputs": [
336
+ {
337
+ "name": "LATENT",
338
+ "type": "LATENT",
339
+ "links": [
340
+ 11
341
+ ],
342
+ "slot_index": 0
343
+ }
344
+ ],
345
+ "properties": {
346
+ "Node name for S&R": "KSampler"
347
+ },
348
+ "widgets_values": [
349
+ 4242,
350
+ "randomize",
351
+ 28,
352
+ 1.0,
353
+ "euler",
354
+ "beta",
355
+ 1.0
356
+ ],
357
+ "title": "KSampler - cfg MUST stay 1.0"
358
+ },
359
+ {
360
+ "id": 10,
361
+ "type": "VAEDecode",
362
+ "pos": [
363
+ 1040,
364
+ 350
365
+ ],
366
+ "size": [
367
+ 380,
368
+ 46
369
+ ],
370
+ "flags": {},
371
+ "order": 0,
372
+ "mode": 0,
373
+ "inputs": [
374
+ {
375
+ "name": "samples",
376
+ "type": "LATENT",
377
+ "link": 11
378
+ },
379
+ {
380
+ "name": "vae",
381
+ "type": "VAE",
382
+ "link": 5
383
+ }
384
+ ],
385
+ "outputs": [
386
+ {
387
+ "name": "IMAGE",
388
+ "type": "IMAGE",
389
+ "links": [
390
+ 12
391
+ ],
392
+ "slot_index": 0
393
+ }
394
+ ],
395
+ "properties": {
396
+ "Node name for S&R": "VAEDecode"
397
+ },
398
+ "widgets_values": []
399
+ },
400
+ {
401
+ "id": 11,
402
+ "type": "SaveImage",
403
+ "pos": [
404
+ 1040,
405
+ 440
406
+ ],
407
+ "size": [
408
+ 440,
409
+ 450
410
+ ],
411
+ "flags": {},
412
+ "order": 0,
413
+ "mode": 0,
414
+ "inputs": [
415
+ {
416
+ "name": "images",
417
+ "type": "IMAGE",
418
+ "link": 12
419
+ }
420
+ ],
421
+ "outputs": [],
422
+ "properties": {
423
+ "Node name for S&R": "SaveImage"
424
+ },
425
+ "widgets_values": [
426
+ "sk3tchref"
427
+ ]
428
+ }
429
+ ],
430
+ "links": [
431
+ [
432
+ 1,
433
+ 1,
434
+ 0,
435
+ 2,
436
+ 0,
437
+ "MODEL"
438
+ ],
439
+ [
440
+ 2,
441
+ 2,
442
+ 0,
443
+ 9,
444
+ 0,
445
+ "MODEL"
446
+ ],
447
+ [
448
+ 3,
449
+ 3,
450
+ 0,
451
+ 5,
452
+ 0,
453
+ "CLIP"
454
+ ],
455
+ [
456
+ 5,
457
+ 4,
458
+ 0,
459
+ 10,
460
+ 1,
461
+ "VAE"
462
+ ],
463
+ [
464
+ 6,
465
+ 5,
466
+ 0,
467
+ 6,
468
+ 0,
469
+ "CONDITIONING"
470
+ ],
471
+ [
472
+ 7,
473
+ 5,
474
+ 0,
475
+ 7,
476
+ 0,
477
+ "CONDITIONING"
478
+ ],
479
+ [
480
+ 8,
481
+ 6,
482
+ 0,
483
+ 9,
484
+ 1,
485
+ "CONDITIONING"
486
+ ],
487
+ [
488
+ 9,
489
+ 7,
490
+ 0,
491
+ 9,
492
+ 2,
493
+ "CONDITIONING"
494
+ ],
495
+ [
496
+ 10,
497
+ 8,
498
+ 0,
499
+ 9,
500
+ 3,
501
+ "LATENT"
502
+ ],
503
+ [
504
+ 11,
505
+ 9,
506
+ 0,
507
+ 10,
508
+ 0,
509
+ "LATENT"
510
+ ],
511
+ [
512
+ 12,
513
+ 10,
514
+ 0,
515
+ 11,
516
+ 0,
517
+ "IMAGE"
518
+ ]
519
+ ],
520
+ "groups": [],
521
+ "config": {},
522
+ "extra": {},
523
+ "version": 0.4
524
+ }