mingyi456 commited on
Commit
5959669
·
verified ·
1 Parent(s): eb7583d

Upload 3 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
+ anima-preview-DF11-workflow.png filter=lfs diff=lfs merge=lfs -text
anima-preview-DF11-workflow.json ADDED
@@ -0,0 +1,496 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "id": "353006e1-36b9-49e9-a613-f2674646f636",
3
+ "revision": 0,
4
+ "last_node_id": 92,
5
+ "last_link_id": 190,
6
+ "nodes": [
7
+ {
8
+ "id": 91,
9
+ "type": "VAEDecode",
10
+ "pos": [
11
+ 2194.8117937872275,
12
+ 2583.319303146402
13
+ ],
14
+ "size": [
15
+ 202.8099173553719,
16
+ 46
17
+ ],
18
+ "flags": {},
19
+ "order": 8,
20
+ "mode": 0,
21
+ "inputs": [
22
+ {
23
+ "name": "samples",
24
+ "type": "LATENT",
25
+ "link": 185
26
+ },
27
+ {
28
+ "name": "vae",
29
+ "type": "VAE",
30
+ "link": 186
31
+ }
32
+ ],
33
+ "outputs": [
34
+ {
35
+ "name": "IMAGE",
36
+ "type": "IMAGE",
37
+ "links": [
38
+ 187
39
+ ]
40
+ }
41
+ ],
42
+ "properties": {
43
+ "cnr_id": "comfy-core",
44
+ "ver": "0.11.0",
45
+ "Node name for S&R": "VAEDecode"
46
+ },
47
+ "widgets_values": []
48
+ },
49
+ {
50
+ "id": 3,
51
+ "type": "CLIPTextEncode",
52
+ "pos": [
53
+ 1639.8600960653655,
54
+ 2617.9360072210593
55
+ ],
56
+ "size": [
57
+ 433.7184433109511,
58
+ 117.97355371900812
59
+ ],
60
+ "flags": {},
61
+ "order": 5,
62
+ "mode": 0,
63
+ "inputs": [
64
+ {
65
+ "name": "clip",
66
+ "type": "CLIP",
67
+ "link": 5
68
+ }
69
+ ],
70
+ "outputs": [
71
+ {
72
+ "name": "CONDITIONING",
73
+ "type": "CONDITIONING",
74
+ "links": [
75
+ 117
76
+ ]
77
+ }
78
+ ],
79
+ "properties": {
80
+ "cnr_id": "comfy-core",
81
+ "ver": "0.3.65",
82
+ "Node name for S&R": "CLIPTextEncode"
83
+ },
84
+ "widgets_values": [
85
+ "worst quality, low quality, score_1, score_2, score_3, blurry, jpeg artifacts"
86
+ ],
87
+ "color": "#322",
88
+ "bgcolor": "#533"
89
+ },
90
+ {
91
+ "id": 92,
92
+ "type": "DFloat11ModelLoader",
93
+ "pos": [
94
+ 1289.3238180649298,
95
+ 2202.115260803336
96
+ ],
97
+ "size": [
98
+ 284.48046875,
99
+ 58
100
+ ],
101
+ "flags": {},
102
+ "order": 0,
103
+ "mode": 0,
104
+ "inputs": [],
105
+ "outputs": [
106
+ {
107
+ "name": "MODEL",
108
+ "type": "MODEL",
109
+ "links": [
110
+ 190
111
+ ]
112
+ }
113
+ ],
114
+ "properties": {
115
+ "aux_id": "mingyi456/ComfyUI-DFloat11-Extended",
116
+ "ver": "3eac32bf71f0530fb8587fc18d3a3d76d6c4bc0f",
117
+ "Node name for S&R": "DFloat11ModelLoader"
118
+ },
119
+ "widgets_values": [
120
+ "anima-preview-DF11.safetensors"
121
+ ]
122
+ },
123
+ {
124
+ "id": 57,
125
+ "type": "ModelSamplingAuraFlow",
126
+ "pos": [
127
+ 1746.7292173927613,
128
+ 2209.638424689105
129
+ ],
130
+ "size": [
131
+ 270,
132
+ 58
133
+ ],
134
+ "flags": {},
135
+ "order": 4,
136
+ "mode": 0,
137
+ "inputs": [
138
+ {
139
+ "name": "model",
140
+ "type": "MODEL",
141
+ "link": 190
142
+ }
143
+ ],
144
+ "outputs": [
145
+ {
146
+ "name": "MODEL",
147
+ "type": "MODEL",
148
+ "links": [
149
+ 115
150
+ ]
151
+ }
152
+ ],
153
+ "properties": {
154
+ "cnr_id": "comfy-core",
155
+ "ver": "0.3.58",
156
+ "Node name for S&R": "ModelSamplingAuraFlow"
157
+ },
158
+ "widgets_values": [
159
+ 3
160
+ ]
161
+ },
162
+ {
163
+ "id": 4,
164
+ "type": "CLIPTextEncode",
165
+ "pos": [
166
+ 1641.4867022387937,
167
+ 2342.635895038439
168
+ ],
169
+ "size": [
170
+ 435.2497656249999,
171
+ 234.40999999999985
172
+ ],
173
+ "flags": {},
174
+ "order": 6,
175
+ "mode": 0,
176
+ "inputs": [
177
+ {
178
+ "name": "clip",
179
+ "type": "CLIP",
180
+ "link": 7
181
+ }
182
+ ],
183
+ "outputs": [
184
+ {
185
+ "name": "CONDITIONING",
186
+ "type": "CONDITIONING",
187
+ "links": [
188
+ 116
189
+ ]
190
+ }
191
+ ],
192
+ "properties": {
193
+ "cnr_id": "comfy-core",
194
+ "ver": "0.3.65",
195
+ "Node name for S&R": "CLIPTextEncode"
196
+ },
197
+ "widgets_values": [
198
+ "masterpiece, best quality, 1girl, fern \\(sousou no frieren\\), sousou no frieren, @izei1337, purple hair, black robe, lips, sidelocks, feet out of frame, very long hair, puffy sleeves, white dress, butterfly on hand, eyelashes, simple background, closed mouth, mage staff, arm at side, straight hair, blush, solo, purple eyes, chromatic aberration, purple pupils, looking at viewer, hand up, standing, bug, robe, black background, signature, bright pupils, black coat, coat, long sleeves, blue butterfly, upturned eyes, wide sleeves, blunt bangs, from above, dress, blunt ends, long hair, purple butterfly, butterfly, tsurime, half updo"
199
+ ],
200
+ "color": "#232",
201
+ "bgcolor": "#353"
202
+ },
203
+ {
204
+ "id": 70,
205
+ "type": "CLIPLoader",
206
+ "pos": [
207
+ 1287.5432930863597,
208
+ 2406.23219416869
209
+ ],
210
+ "size": [
211
+ 315,
212
+ 106
213
+ ],
214
+ "flags": {},
215
+ "order": 1,
216
+ "mode": 0,
217
+ "inputs": [],
218
+ "outputs": [
219
+ {
220
+ "name": "CLIP",
221
+ "type": "CLIP",
222
+ "slot_index": 0,
223
+ "links": [
224
+ 5,
225
+ 7
226
+ ]
227
+ }
228
+ ],
229
+ "properties": {
230
+ "cnr_id": "comfy-core",
231
+ "ver": "0.3.27",
232
+ "Node name for S&R": "CLIPLoader"
233
+ },
234
+ "widgets_values": [
235
+ "qwen_3_06b_base.safetensors",
236
+ "stable_diffusion",
237
+ "default"
238
+ ]
239
+ },
240
+ {
241
+ "id": 29,
242
+ "type": "VAELoader",
243
+ "pos": [
244
+ 1306.719253635226,
245
+ 2583.671438241792
246
+ ],
247
+ "size": [
248
+ 270,
249
+ 58
250
+ ],
251
+ "flags": {},
252
+ "order": 2,
253
+ "mode": 0,
254
+ "inputs": [],
255
+ "outputs": [
256
+ {
257
+ "name": "VAE",
258
+ "type": "VAE",
259
+ "links": [
260
+ 186
261
+ ]
262
+ }
263
+ ],
264
+ "properties": {
265
+ "cnr_id": "comfy-core",
266
+ "ver": "0.3.40",
267
+ "Node name for S&R": "VAELoader"
268
+ },
269
+ "widgets_values": [
270
+ "qwen_image_vae.safetensors"
271
+ ]
272
+ },
273
+ {
274
+ "id": 75,
275
+ "type": "EmptyLatentImage",
276
+ "pos": [
277
+ 1756.7142264779795,
278
+ 2797.3499073826033
279
+ ],
280
+ "size": [
281
+ 289.75,
282
+ 106
283
+ ],
284
+ "flags": {},
285
+ "order": 3,
286
+ "mode": 0,
287
+ "inputs": [],
288
+ "outputs": [
289
+ {
290
+ "name": "LATENT",
291
+ "type": "LATENT",
292
+ "links": [
293
+ 118
294
+ ]
295
+ }
296
+ ],
297
+ "properties": {
298
+ "cnr_id": "comfy-core",
299
+ "ver": "0.3.40",
300
+ "Node name for S&R": "EmptyLatentImage"
301
+ },
302
+ "widgets_values": [
303
+ 896,
304
+ 1152,
305
+ 1
306
+ ]
307
+ },
308
+ {
309
+ "id": 90,
310
+ "type": "SaveImage",
311
+ "pos": [
312
+ 2494.9882808748457,
313
+ 2170.8035402924374
314
+ ],
315
+ "size": [
316
+ 677,
317
+ 817
318
+ ],
319
+ "flags": {},
320
+ "order": 9,
321
+ "mode": 0,
322
+ "inputs": [
323
+ {
324
+ "name": "images",
325
+ "type": "IMAGE",
326
+ "link": 187
327
+ }
328
+ ],
329
+ "outputs": [],
330
+ "properties": {
331
+ "cnr_id": "comfy-core",
332
+ "ver": "0.11.0"
333
+ },
334
+ "widgets_values": [
335
+ "ComfyUI"
336
+ ]
337
+ },
338
+ {
339
+ "id": 63,
340
+ "type": "KSampler",
341
+ "pos": [
342
+ 2145.7428206365034,
343
+ 2257.7287512826874
344
+ ],
345
+ "size": [
346
+ 297.15631103515625,
347
+ 266.5079040527344
348
+ ],
349
+ "flags": {},
350
+ "order": 7,
351
+ "mode": 0,
352
+ "inputs": [
353
+ {
354
+ "name": "model",
355
+ "type": "MODEL",
356
+ "link": 115
357
+ },
358
+ {
359
+ "name": "positive",
360
+ "type": "CONDITIONING",
361
+ "link": 116
362
+ },
363
+ {
364
+ "name": "negative",
365
+ "type": "CONDITIONING",
366
+ "link": 117
367
+ },
368
+ {
369
+ "name": "latent_image",
370
+ "type": "LATENT",
371
+ "link": 118
372
+ }
373
+ ],
374
+ "outputs": [
375
+ {
376
+ "name": "LATENT",
377
+ "type": "LATENT",
378
+ "slot_index": 0,
379
+ "links": [
380
+ 185
381
+ ]
382
+ }
383
+ ],
384
+ "properties": {
385
+ "cnr_id": "comfy-core",
386
+ "ver": "0.3.40",
387
+ "Node name for S&R": "KSampler"
388
+ },
389
+ "widgets_values": [
390
+ 807882066116956,
391
+ "randomize",
392
+ 30,
393
+ 4,
394
+ "er_sde",
395
+ "simple",
396
+ 1
397
+ ]
398
+ }
399
+ ],
400
+ "links": [
401
+ [
402
+ 5,
403
+ 70,
404
+ 0,
405
+ 3,
406
+ 0,
407
+ "CLIP"
408
+ ],
409
+ [
410
+ 7,
411
+ 70,
412
+ 0,
413
+ 4,
414
+ 0,
415
+ "CLIP"
416
+ ],
417
+ [
418
+ 115,
419
+ 57,
420
+ 0,
421
+ 63,
422
+ 0,
423
+ "MODEL"
424
+ ],
425
+ [
426
+ 116,
427
+ 4,
428
+ 0,
429
+ 63,
430
+ 1,
431
+ "CONDITIONING"
432
+ ],
433
+ [
434
+ 117,
435
+ 3,
436
+ 0,
437
+ 63,
438
+ 2,
439
+ "CONDITIONING"
440
+ ],
441
+ [
442
+ 118,
443
+ 75,
444
+ 0,
445
+ 63,
446
+ 3,
447
+ "LATENT"
448
+ ],
449
+ [
450
+ 185,
451
+ 63,
452
+ 0,
453
+ 91,
454
+ 0,
455
+ "LATENT"
456
+ ],
457
+ [
458
+ 186,
459
+ 29,
460
+ 0,
461
+ 91,
462
+ 1,
463
+ "VAE"
464
+ ],
465
+ [
466
+ 187,
467
+ 91,
468
+ 0,
469
+ 90,
470
+ 0,
471
+ "IMAGE"
472
+ ],
473
+ [
474
+ 190,
475
+ 92,
476
+ 0,
477
+ 57,
478
+ 0,
479
+ "MODEL"
480
+ ]
481
+ ],
482
+ "groups": [],
483
+ "config": {},
484
+ "extra": {
485
+ "workflowRendererVersion": "LG",
486
+ "ds": {
487
+ "scale": 1,
488
+ "offset": [
489
+ -990.5290670233335,
490
+ -1912.7595398826331
491
+ ]
492
+ },
493
+ "frontendVersion": "1.37.11"
494
+ },
495
+ "version": 0.4
496
+ }
anima-preview-DF11-workflow.png ADDED

Git LFS Details

  • SHA256: ca75304a95866706a1e866e1148a711bc92c4e80694a3cc68b0cfd225abdc2a5
  • Pointer size: 131 Bytes
  • Size of remote file: 792 kB
anima-preview-DF11.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:87e29192fc71297ceb10b0f31ab57bae817af2c603f042b9d626eefa42ab1a9c
3
+ size 2889538237