Jojodecay commited on
Commit
b578711
·
verified ·
1 Parent(s): 53f0107

Upload 2 files

Browse files
.gitattributes CHANGED
@@ -33,3 +33,4 @@ 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
+ example[[:space:]]workflow/lumina2_basic_example.png filter=lfs diff=lfs merge=lfs -text
example workflow/lumina2_basic_example.json ADDED
@@ -0,0 +1,477 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "last_node_id": 15,
3
+ "last_link_id": 17,
4
+ "nodes": [
5
+ {
6
+ "id": 8,
7
+ "type": "VAEDecode",
8
+ "pos": [
9
+ 1209,
10
+ 188
11
+ ],
12
+ "size": [
13
+ 210,
14
+ 46
15
+ ],
16
+ "flags": {},
17
+ "order": 8,
18
+ "mode": 0,
19
+ "inputs": [
20
+ {
21
+ "name": "samples",
22
+ "type": "LATENT",
23
+ "link": 14
24
+ },
25
+ {
26
+ "name": "vae",
27
+ "type": "VAE",
28
+ "link": 8
29
+ }
30
+ ],
31
+ "outputs": [
32
+ {
33
+ "name": "IMAGE",
34
+ "type": "IMAGE",
35
+ "links": [
36
+ 16
37
+ ],
38
+ "slot_index": 0
39
+ }
40
+ ],
41
+ "properties": {
42
+ "Node name for S&R": "VAEDecode"
43
+ },
44
+ "widgets_values": []
45
+ },
46
+ {
47
+ "id": 11,
48
+ "type": "ModelSamplingAuraFlow",
49
+ "pos": [
50
+ 524.8006591796875,
51
+ 81.51603698730469
52
+ ],
53
+ "size": [
54
+ 315,
55
+ 58
56
+ ],
57
+ "flags": {},
58
+ "order": 4,
59
+ "mode": 0,
60
+ "inputs": [
61
+ {
62
+ "name": "model",
63
+ "type": "MODEL",
64
+ "link": 12
65
+ }
66
+ ],
67
+ "outputs": [
68
+ {
69
+ "name": "MODEL",
70
+ "type": "MODEL",
71
+ "links": [
72
+ 13
73
+ ],
74
+ "slot_index": 0
75
+ }
76
+ ],
77
+ "properties": {
78
+ "Node name for S&R": "ModelSamplingAuraFlow"
79
+ },
80
+ "widgets_values": [
81
+ 6
82
+ ]
83
+ },
84
+ {
85
+ "id": 14,
86
+ "type": "Note",
87
+ "pos": [
88
+ 860,
89
+ -50
90
+ ],
91
+ "size": [
92
+ 310,
93
+ 180
94
+ ],
95
+ "flags": {},
96
+ "order": 0,
97
+ "mode": 0,
98
+ "inputs": [],
99
+ "outputs": [],
100
+ "properties": {},
101
+ "widgets_values": [
102
+ "The official way to sample this model is: shift 6 with 36 steps\n\nSampling it with lower steps works but you might have to lower the shift value to reduce the amount of artifacts.\n\nEx: 20 steps with shift 3 seems to not produce artifacts"
103
+ ],
104
+ "color": "#432",
105
+ "bgcolor": "#653"
106
+ },
107
+ {
108
+ "id": 3,
109
+ "type": "KSampler",
110
+ "pos": [
111
+ 863,
112
+ 186
113
+ ],
114
+ "size": [
115
+ 315,
116
+ 262
117
+ ],
118
+ "flags": {},
119
+ "order": 7,
120
+ "mode": 0,
121
+ "inputs": [
122
+ {
123
+ "name": "model",
124
+ "type": "MODEL",
125
+ "link": 13
126
+ },
127
+ {
128
+ "name": "positive",
129
+ "type": "CONDITIONING",
130
+ "link": 4
131
+ },
132
+ {
133
+ "name": "negative",
134
+ "type": "CONDITIONING",
135
+ "link": 6
136
+ },
137
+ {
138
+ "name": "latent_image",
139
+ "type": "LATENT",
140
+ "link": 17
141
+ }
142
+ ],
143
+ "outputs": [
144
+ {
145
+ "name": "LATENT",
146
+ "type": "LATENT",
147
+ "links": [
148
+ 14
149
+ ],
150
+ "slot_index": 0
151
+ }
152
+ ],
153
+ "properties": {
154
+ "Node name for S&R": "KSampler"
155
+ },
156
+ "widgets_values": [
157
+ 555934016055860,
158
+ "randomize",
159
+ 25,
160
+ 4,
161
+ "res_multistep",
162
+ "simple",
163
+ 1
164
+ ]
165
+ },
166
+ {
167
+ "id": 15,
168
+ "type": "Note",
169
+ "pos": [
170
+ 71.95149993896484,
171
+ 192.96051025390625
172
+ ],
173
+ "size": [
174
+ 319.26513671875,
175
+ 197.89625549316406
176
+ ],
177
+ "flags": {},
178
+ "order": 1,
179
+ "mode": 0,
180
+ "inputs": [],
181
+ "outputs": [],
182
+ "properties": {},
183
+ "widgets_values": [
184
+ "The \"You are an assistant... <Prompt Start> \" text before the actual prompt is the one used in the official example.\n\nThe reason it is exposed to the user like this is because the model still works if you modify or remove it."
185
+ ],
186
+ "color": "#432",
187
+ "bgcolor": "#653"
188
+ },
189
+ {
190
+ "id": 4,
191
+ "type": "CheckpointLoaderSimple",
192
+ "pos": [
193
+ 72.95474243164062,
194
+ 451.1570129394531
195
+ ],
196
+ "size": [
197
+ 315,
198
+ 98
199
+ ],
200
+ "flags": {},
201
+ "order": 2,
202
+ "mode": 0,
203
+ "inputs": [],
204
+ "outputs": [
205
+ {
206
+ "name": "MODEL",
207
+ "type": "MODEL",
208
+ "links": [
209
+ 12
210
+ ],
211
+ "slot_index": 0
212
+ },
213
+ {
214
+ "name": "CLIP",
215
+ "type": "CLIP",
216
+ "links": [
217
+ 3,
218
+ 5
219
+ ],
220
+ "slot_index": 1
221
+ },
222
+ {
223
+ "name": "VAE",
224
+ "type": "VAE",
225
+ "links": [
226
+ 8
227
+ ],
228
+ "slot_index": 2
229
+ }
230
+ ],
231
+ "properties": {
232
+ "Node name for S&R": "CheckpointLoaderSimple"
233
+ },
234
+ "widgets_values": [
235
+ "lumina_2.safetensors"
236
+ ]
237
+ },
238
+ {
239
+ "id": 7,
240
+ "type": "CLIPTextEncode",
241
+ "pos": [
242
+ 420,
243
+ 411.4213562011719
244
+ ],
245
+ "size": [
246
+ 425.27801513671875,
247
+ 180.6060791015625
248
+ ],
249
+ "flags": {},
250
+ "order": 6,
251
+ "mode": 0,
252
+ "inputs": [
253
+ {
254
+ "name": "clip",
255
+ "type": "CLIP",
256
+ "link": 5
257
+ }
258
+ ],
259
+ "outputs": [
260
+ {
261
+ "name": "CONDITIONING",
262
+ "type": "CONDITIONING",
263
+ "links": [
264
+ 6
265
+ ],
266
+ "slot_index": 0
267
+ }
268
+ ],
269
+ "title": "CLIP Text Encode (Negative Prompt)",
270
+ "properties": {
271
+ "Node name for S&R": "CLIPTextEncode"
272
+ },
273
+ "widgets_values": [
274
+ "blurry ugly bad"
275
+ ],
276
+ "color": "#322",
277
+ "bgcolor": "#533"
278
+ },
279
+ {
280
+ "id": 13,
281
+ "type": "EmptySD3LatentImage",
282
+ "pos": [
283
+ 524.9237670898438,
284
+ 645.3810424804688
285
+ ],
286
+ "size": [
287
+ 315,
288
+ 106
289
+ ],
290
+ "flags": {},
291
+ "order": 3,
292
+ "mode": 0,
293
+ "inputs": [],
294
+ "outputs": [
295
+ {
296
+ "name": "LATENT",
297
+ "type": "LATENT",
298
+ "links": [
299
+ 17
300
+ ],
301
+ "slot_index": 0
302
+ }
303
+ ],
304
+ "properties": {
305
+ "Node name for S&R": "EmptySD3LatentImage"
306
+ },
307
+ "widgets_values": [
308
+ 1024,
309
+ 1024,
310
+ 1
311
+ ]
312
+ },
313
+ {
314
+ "id": 9,
315
+ "type": "SaveImage",
316
+ "pos": [
317
+ 1469.457275390625,
318
+ -62.67449951171875
319
+ ],
320
+ "size": [
321
+ 733.1611938476562,
322
+ 813.8931884765625
323
+ ],
324
+ "flags": {},
325
+ "order": 9,
326
+ "mode": 0,
327
+ "inputs": [
328
+ {
329
+ "name": "images",
330
+ "type": "IMAGE",
331
+ "link": 16
332
+ }
333
+ ],
334
+ "outputs": [],
335
+ "properties": {},
336
+ "widgets_values": [
337
+ "ComfyUI"
338
+ ]
339
+ },
340
+ {
341
+ "id": 6,
342
+ "type": "CLIPTextEncode",
343
+ "pos": [
344
+ 420,
345
+ 190
346
+ ],
347
+ "size": [
348
+ 423.83001708984375,
349
+ 177.11770629882812
350
+ ],
351
+ "flags": {},
352
+ "order": 5,
353
+ "mode": 0,
354
+ "inputs": [
355
+ {
356
+ "name": "clip",
357
+ "type": "CLIP",
358
+ "link": 3
359
+ }
360
+ ],
361
+ "outputs": [
362
+ {
363
+ "name": "CONDITIONING",
364
+ "type": "CONDITIONING",
365
+ "links": [
366
+ 4
367
+ ],
368
+ "slot_index": 0
369
+ }
370
+ ],
371
+ "title": "CLIP Text Encode (Positive Prompt)",
372
+ "properties": {
373
+ "Node name for S&R": "CLIPTextEncode"
374
+ },
375
+ "widgets_values": [
376
+ "You are an assistant designed to generate superior images with the superior degree of image-text alignment based on textual prompts or user prompts. <Prompt Start> focused exterior view on a living room of a limestone rock regular blocks shaped villa with sliding windows and timber screens in Provence along the cliff facing the sea, with waterfalls from the roof to the pool, designed by Zaha Hadid, with rocky textures and form, made of regular giant rock blocks stacked each other with infinity edge pool in front of it, blends in with the surrounding nature. Regular rock blocks. Giant rock blocks shaping the space. The image to capture the infinity edge profile of the pool and the flow of water going down creating a waterfall effect. Adriatic Sea. The design is sustainable and semi prefab. The photo is shot on a canon 5D mark 4"
377
+ ],
378
+ "color": "#232",
379
+ "bgcolor": "#353"
380
+ }
381
+ ],
382
+ "links": [
383
+ [
384
+ 3,
385
+ 4,
386
+ 1,
387
+ 6,
388
+ 0,
389
+ "CLIP"
390
+ ],
391
+ [
392
+ 4,
393
+ 6,
394
+ 0,
395
+ 3,
396
+ 1,
397
+ "CONDITIONING"
398
+ ],
399
+ [
400
+ 5,
401
+ 4,
402
+ 1,
403
+ 7,
404
+ 0,
405
+ "CLIP"
406
+ ],
407
+ [
408
+ 6,
409
+ 7,
410
+ 0,
411
+ 3,
412
+ 2,
413
+ "CONDITIONING"
414
+ ],
415
+ [
416
+ 8,
417
+ 4,
418
+ 2,
419
+ 8,
420
+ 1,
421
+ "VAE"
422
+ ],
423
+ [
424
+ 12,
425
+ 4,
426
+ 0,
427
+ 11,
428
+ 0,
429
+ "MODEL"
430
+ ],
431
+ [
432
+ 13,
433
+ 11,
434
+ 0,
435
+ 3,
436
+ 0,
437
+ "MODEL"
438
+ ],
439
+ [
440
+ 14,
441
+ 3,
442
+ 0,
443
+ 8,
444
+ 0,
445
+ "LATENT"
446
+ ],
447
+ [
448
+ 16,
449
+ 8,
450
+ 0,
451
+ 9,
452
+ 0,
453
+ "IMAGE"
454
+ ],
455
+ [
456
+ 17,
457
+ 13,
458
+ 0,
459
+ 3,
460
+ 3,
461
+ "LATENT"
462
+ ]
463
+ ],
464
+ "groups": [],
465
+ "config": {},
466
+ "extra": {
467
+ "ds": {
468
+ "scale": 0.5730855330116895,
469
+ "offset": [
470
+ 302.2462990996616,
471
+ 229.43425637784026
472
+ ]
473
+ },
474
+ "ue_links": []
475
+ },
476
+ "version": 0.4
477
+ }
example workflow/lumina2_basic_example.png ADDED

Git LFS Details

  • SHA256: 125c6c9050e4059f0e4983b17cc10dd852a06c1a7c4ab021d9ffa3fa033d04ea
  • Pointer size: 132 Bytes
  • Size of remote file: 2 MB