arcacolab commited on
Commit
37d2c0c
·
verified ·
1 Parent(s): 5d58377

Upload ANIMA_SIMPLE_1.json

Browse files
Files changed (1) hide show
  1. ANIMA_SIMPLE_1.json +575 -0
ANIMA_SIMPLE_1.json ADDED
@@ -0,0 +1,575 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "id": "c72c9093-88c0-45d5-bbd6-55861499a998",
3
+ "revision": 0,
4
+ "last_node_id": 55,
5
+ "last_link_id": 29,
6
+ "nodes": [
7
+ {
8
+ "id": 8,
9
+ "type": "VAEDecode",
10
+ "pos": [
11
+ 1180,
12
+ 0
13
+ ],
14
+ "size": [
15
+ 142.41999999999985,
16
+ 46
17
+ ],
18
+ "flags": {},
19
+ "order": 9,
20
+ "mode": 0,
21
+ "inputs": [
22
+ {
23
+ "name": "samples",
24
+ "type": "LATENT",
25
+ "link": 11
26
+ },
27
+ {
28
+ "name": "vae",
29
+ "type": "VAE",
30
+ "link": 12
31
+ }
32
+ ],
33
+ "outputs": [
34
+ {
35
+ "name": "IMAGE",
36
+ "type": "IMAGE",
37
+ "links": [
38
+ 27
39
+ ]
40
+ }
41
+ ],
42
+ "properties": {
43
+ "cnr_id": "comfy-core",
44
+ "ver": "0.12.0",
45
+ "Node name for S&R": "VAEDecode"
46
+ },
47
+ "widgets_values": []
48
+ },
49
+ {
50
+ "id": 50,
51
+ "type": "SaveImage",
52
+ "pos": [
53
+ 1180,
54
+ 110
55
+ ],
56
+ "size": [
57
+ 390,
58
+ 460
59
+ ],
60
+ "flags": {},
61
+ "order": 10,
62
+ "mode": 0,
63
+ "inputs": [
64
+ {
65
+ "name": "images",
66
+ "type": "IMAGE",
67
+ "link": 27
68
+ }
69
+ ],
70
+ "outputs": [],
71
+ "properties": {
72
+ "cnr_id": "comfy-core",
73
+ "ver": "0.12.2"
74
+ },
75
+ "widgets_values": [
76
+ "ComfyUI"
77
+ ]
78
+ },
79
+ {
80
+ "id": 15,
81
+ "type": "VAELoader",
82
+ "pos": [
83
+ 80,
84
+ 280
85
+ ],
86
+ "size": [
87
+ 270,
88
+ 58
89
+ ],
90
+ "flags": {
91
+ "collapsed": false
92
+ },
93
+ "order": 0,
94
+ "mode": 0,
95
+ "inputs": [],
96
+ "outputs": [
97
+ {
98
+ "name": "VAE",
99
+ "type": "VAE",
100
+ "links": [
101
+ 12
102
+ ]
103
+ }
104
+ ],
105
+ "properties": {
106
+ "cnr_id": "comfy-core",
107
+ "ver": "0.12.0",
108
+ "Node name for S&R": "VAELoader"
109
+ },
110
+ "widgets_values": [
111
+ "qwen_image_vae.safetensors"
112
+ ]
113
+ },
114
+ {
115
+ "id": 45,
116
+ "type": "CLIPLoader",
117
+ "pos": [
118
+ 80,
119
+ 400
120
+ ],
121
+ "size": [
122
+ 270,
123
+ 106
124
+ ],
125
+ "flags": {},
126
+ "order": 1,
127
+ "mode": 0,
128
+ "inputs": [],
129
+ "outputs": [
130
+ {
131
+ "name": "CLIP",
132
+ "type": "CLIP",
133
+ "links": [
134
+ 13,
135
+ 14
136
+ ]
137
+ }
138
+ ],
139
+ "properties": {
140
+ "cnr_id": "comfy-core",
141
+ "ver": "0.12.0",
142
+ "Node name for S&R": "CLIPLoader"
143
+ },
144
+ "widgets_values": [
145
+ "qwen_3_06b_base.safetensors",
146
+ "stable_diffusion",
147
+ "default"
148
+ ]
149
+ },
150
+ {
151
+ "id": 55,
152
+ "type": "Note",
153
+ "pos": [
154
+ 390,
155
+ -168
156
+ ],
157
+ "size": [
158
+ 450,
159
+ 88
160
+ ],
161
+ "flags": {
162
+ "pinned": true
163
+ },
164
+ "order": 2,
165
+ "mode": 0,
166
+ "inputs": [],
167
+ "outputs": [],
168
+ "title": "자동완성",
169
+ "properties": {},
170
+ "widgets_values": [
171
+ "https://huggingface.co/arcacolab/foranima/resolve/main/for_anima_danbooru_2025-09-01_pt20-ia-dd.csv\n\npysssss 에서 Replace _ with space 체크하고 사용할것,\n"
172
+ ],
173
+ "color": "#432",
174
+ "bgcolor": "#653"
175
+ },
176
+ {
177
+ "id": 12,
178
+ "type": "CLIPTextEncode",
179
+ "pos": [
180
+ 410,
181
+ 330
182
+ ],
183
+ "size": [
184
+ 408.10710699563765,
185
+ 211.43924494971913
186
+ ],
187
+ "flags": {},
188
+ "order": 6,
189
+ "mode": 0,
190
+ "inputs": [
191
+ {
192
+ "name": "clip",
193
+ "type": "CLIP",
194
+ "link": 14
195
+ }
196
+ ],
197
+ "outputs": [
198
+ {
199
+ "name": "CONDITIONING",
200
+ "type": "CONDITIONING",
201
+ "links": [
202
+ 17
203
+ ]
204
+ }
205
+ ],
206
+ "title": "CLIP Text Encode (Negative Prompt)",
207
+ "properties": {
208
+ "cnr_id": "comfy-core",
209
+ "ver": "0.12.0",
210
+ "Node name for S&R": "CLIPTextEncode"
211
+ },
212
+ "widgets_values": [
213
+ "worst quality, low quality, score_1, score_2, blank, letterboxed, jpeg artifacts, sepia, (mutated hands), bad hands, (missing fingers), (extra digit), fewer digits, bad anatomy, artistic error, watermark, patreon username, web address, patreon logo, weibo username, multiple views, distorted anatomy, high contrast, limited palette, western comics \\(style\\), furry, english text, anatomically incorrect, doodle on background, extra faces, distorted anatomy, fat, heavy chromatic aberration, mosaic censoring, ai-generated, "
214
+ ]
215
+ },
216
+ {
217
+ "id": 52,
218
+ "type": "LoraLoaderModelOnly",
219
+ "pos": [
220
+ 80,
221
+ 140
222
+ ],
223
+ "size": [
224
+ 270,
225
+ 82
226
+ ],
227
+ "flags": {},
228
+ "order": 7,
229
+ "mode": 4,
230
+ "inputs": [
231
+ {
232
+ "name": "model",
233
+ "type": "MODEL",
234
+ "link": 28
235
+ }
236
+ ],
237
+ "outputs": [
238
+ {
239
+ "name": "MODEL",
240
+ "type": "MODEL",
241
+ "links": [
242
+ 29
243
+ ]
244
+ }
245
+ ],
246
+ "properties": {
247
+ "cnr_id": "comfy-core",
248
+ "ver": "0.12.3",
249
+ "Node name for S&R": "LoraLoaderModelOnly"
250
+ },
251
+ "widgets_values": [
252
+ "TSロリおじさんの冒険ANIMAdev_LoRA.safetensors",
253
+ 1
254
+ ]
255
+ },
256
+ {
257
+ "id": 28,
258
+ "type": "EmptyLatentImage",
259
+ "pos": [
260
+ 870,
261
+ 0
262
+ ],
263
+ "size": [
264
+ 260,
265
+ 110
266
+ ],
267
+ "flags": {},
268
+ "order": 3,
269
+ "mode": 0,
270
+ "inputs": [],
271
+ "outputs": [
272
+ {
273
+ "name": "LATENT",
274
+ "type": "LATENT",
275
+ "links": [
276
+ 18
277
+ ]
278
+ }
279
+ ],
280
+ "properties": {
281
+ "cnr_id": "comfy-core",
282
+ "ver": "0.12.0",
283
+ "Node name for S&R": "EmptyLatentImage"
284
+ },
285
+ "widgets_values": [
286
+ 832,
287
+ 1216,
288
+ 1
289
+ ]
290
+ },
291
+ {
292
+ "id": 44,
293
+ "type": "UNETLoader",
294
+ "pos": [
295
+ 80,
296
+ 0
297
+ ],
298
+ "size": [
299
+ 270,
300
+ 82
301
+ ],
302
+ "flags": {},
303
+ "order": 4,
304
+ "mode": 0,
305
+ "inputs": [],
306
+ "outputs": [
307
+ {
308
+ "name": "MODEL",
309
+ "type": "MODEL",
310
+ "links": [
311
+ 28
312
+ ]
313
+ }
314
+ ],
315
+ "properties": {
316
+ "cnr_id": "comfy-core",
317
+ "ver": "0.12.0",
318
+ "Node name for S&R": "UNETLoader"
319
+ },
320
+ "widgets_values": [
321
+ "anima-preview.safetensors",
322
+ "default"
323
+ ]
324
+ },
325
+ {
326
+ "id": 19,
327
+ "type": "KSampler",
328
+ "pos": [
329
+ 870,
330
+ 170
331
+ ],
332
+ "size": [
333
+ 260,
334
+ 480
335
+ ],
336
+ "flags": {},
337
+ "order": 8,
338
+ "mode": 0,
339
+ "inputs": [
340
+ {
341
+ "name": "model",
342
+ "type": "MODEL",
343
+ "link": 29
344
+ },
345
+ {
346
+ "name": "positive",
347
+ "type": "CONDITIONING",
348
+ "link": 16
349
+ },
350
+ {
351
+ "name": "negative",
352
+ "type": "CONDITIONING",
353
+ "link": 17
354
+ },
355
+ {
356
+ "name": "latent_image",
357
+ "type": "LATENT",
358
+ "link": 18
359
+ }
360
+ ],
361
+ "outputs": [
362
+ {
363
+ "name": "LATENT",
364
+ "type": "LATENT",
365
+ "links": [
366
+ 11
367
+ ]
368
+ }
369
+ ],
370
+ "properties": {
371
+ "cnr_id": "comfy-core",
372
+ "ver": "0.12.0",
373
+ "Node name for S&R": "KSampler"
374
+ },
375
+ "widgets_values": [
376
+ 676648937151151,
377
+ "randomize",
378
+ 30,
379
+ 4,
380
+ "er_sde",
381
+ "sgm_uniform",
382
+ 1
383
+ ]
384
+ },
385
+ {
386
+ "id": 11,
387
+ "type": "CLIPTextEncode",
388
+ "pos": [
389
+ 410,
390
+ 0
391
+ ],
392
+ "size": [
393
+ 403.11178972228515,
394
+ 268.6380361257506
395
+ ],
396
+ "flags": {},
397
+ "order": 5,
398
+ "mode": 0,
399
+ "inputs": [
400
+ {
401
+ "name": "clip",
402
+ "type": "CLIP",
403
+ "link": 13
404
+ }
405
+ ],
406
+ "outputs": [
407
+ {
408
+ "name": "CONDITIONING",
409
+ "type": "CONDITIONING",
410
+ "links": [
411
+ 16
412
+ ]
413
+ }
414
+ ],
415
+ "title": "CLIP Text Encode (Positive Prompt)",
416
+ "properties": {
417
+ "cnr_id": "comfy-core",
418
+ "ver": "0.12.0",
419
+ "Node name for S&R": "CLIPTextEncode"
420
+ },
421
+ "widgets_values": [
422
+ "masterpiece, best quality, highres, absurdres, 2025, year 2024, @channel \\(caststation\\), \n\n1girl, cowboy shot, rabbit hole \\(vocaloid\\), hatsune miku, smile, looking at viewer, pink background\n\n, (A highly aesthetic Pixiv style illustration, clean composition, high-quality digital art, detailed background, sharp focus on facial expressions.:0.6),"
423
+ ]
424
+ }
425
+ ],
426
+ "links": [
427
+ [
428
+ 11,
429
+ 19,
430
+ 0,
431
+ 8,
432
+ 0,
433
+ "LATENT"
434
+ ],
435
+ [
436
+ 12,
437
+ 15,
438
+ 0,
439
+ 8,
440
+ 1,
441
+ "VAE"
442
+ ],
443
+ [
444
+ 13,
445
+ 45,
446
+ 0,
447
+ 11,
448
+ 0,
449
+ "CLIP"
450
+ ],
451
+ [
452
+ 14,
453
+ 45,
454
+ 0,
455
+ 12,
456
+ 0,
457
+ "CLIP"
458
+ ],
459
+ [
460
+ 16,
461
+ 11,
462
+ 0,
463
+ 19,
464
+ 1,
465
+ "CONDITIONING"
466
+ ],
467
+ [
468
+ 17,
469
+ 12,
470
+ 0,
471
+ 19,
472
+ 2,
473
+ "CONDITIONING"
474
+ ],
475
+ [
476
+ 18,
477
+ 28,
478
+ 0,
479
+ 19,
480
+ 3,
481
+ "LATENT"
482
+ ],
483
+ [
484
+ 27,
485
+ 8,
486
+ 0,
487
+ 50,
488
+ 0,
489
+ "IMAGE"
490
+ ],
491
+ [
492
+ 28,
493
+ 44,
494
+ 0,
495
+ 52,
496
+ 0,
497
+ "MODEL"
498
+ ],
499
+ [
500
+ 29,
501
+ 52,
502
+ 0,
503
+ 19,
504
+ 0,
505
+ "MODEL"
506
+ ]
507
+ ],
508
+ "groups": [
509
+ {
510
+ "id": 1,
511
+ "title": "모델 로드",
512
+ "bounding": [
513
+ 60,
514
+ -70,
515
+ 310,
516
+ 600
517
+ ],
518
+ "color": "#a1309b",
519
+ "font_size": 24,
520
+ "flags": {}
521
+ },
522
+ {
523
+ "id": 2,
524
+ "title": "프롬프트",
525
+ "bounding": [
526
+ 390,
527
+ -70,
528
+ 450,
529
+ 630
530
+ ],
531
+ "color": "#b58b2a",
532
+ "font_size": 24,
533
+ "flags": {}
534
+ },
535
+ {
536
+ "id": 3,
537
+ "title": "셈플링",
538
+ "bounding": [
539
+ 850,
540
+ -70,
541
+ 300,
542
+ 740
543
+ ],
544
+ "color": "#8AA",
545
+ "font_size": 24,
546
+ "flags": {}
547
+ },
548
+ {
549
+ "id": 4,
550
+ "title": "이미지 저장",
551
+ "bounding": [
552
+ 1160,
553
+ -70,
554
+ 430,
555
+ 660
556
+ ],
557
+ "color": "#3f789e",
558
+ "font_size": 24,
559
+ "flags": {}
560
+ }
561
+ ],
562
+ "config": {},
563
+ "extra": {
564
+ "ds": {
565
+ "scale": 0.8634581165532679,
566
+ "offset": [
567
+ 165.2098615804789,
568
+ 51.514224117823574
569
+ ]
570
+ },
571
+ "workflowRendererVersion": "LG",
572
+ "frontendVersion": "1.39.19"
573
+ },
574
+ "version": 0.4
575
+ }