comfyui-workflow-templates 0.1.19__py3-none-any.whl → 0.1.20__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (15) hide show
  1. comfyui_workflow_templates/templates/{hunyuan3d-non-multiview-train.json → 3d_hunyuan3d_image_to_model.json} +375 -226
  2. comfyui_workflow_templates/templates/{hunyuan-3d-multiview-elf.json → 3d_hunyuan3d_multiview_to_model.json} +775 -273
  3. comfyui_workflow_templates/templates/3d_hunyuan3d_multiview_to_model_turbo.json +1115 -0
  4. comfyui_workflow_templates/templates/index.json +3 -3
  5. {comfyui_workflow_templates-0.1.19.dist-info → comfyui_workflow_templates-0.1.20.dist-info}/METADATA +1 -1
  6. {comfyui_workflow_templates-0.1.19.dist-info → comfyui_workflow_templates-0.1.20.dist-info}/RECORD +14 -14
  7. {comfyui_workflow_templates-0.1.19.dist-info → comfyui_workflow_templates-0.1.20.dist-info}/WHEEL +1 -1
  8. comfyui_workflow_templates/templates/hunyuan-3d-turbo.json +0 -525
  9. /comfyui_workflow_templates/templates/{hunyuan3d-non-multiview-train-1.webp → 3d_hunyuan3d_image_to_model-1.webp} +0 -0
  10. /comfyui_workflow_templates/templates/{hunyuan-3d-multiview-elf-1.webp → 3d_hunyuan3d_multiview_to_model-1.webp} +0 -0
  11. /comfyui_workflow_templates/templates/{hunyuan-3d-multiview-elf-2.webp → 3d_hunyuan3d_multiview_to_model-2.webp} +0 -0
  12. /comfyui_workflow_templates/templates/{hunyuan-3d-turbo-1.webp → 3d_hunyuan3d_multiview_to_model_turbo-1.webp} +0 -0
  13. /comfyui_workflow_templates/templates/{hunyuan-3d-turbo-2.webp → 3d_hunyuan3d_multiview_to_model_turbo-2.webp} +0 -0
  14. {comfyui_workflow_templates-0.1.19.dist-info → comfyui_workflow_templates-0.1.20.dist-info}/licenses/LICENSE +0 -0
  15. {comfyui_workflow_templates-0.1.19.dist-info → comfyui_workflow_templates-0.1.20.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,1115 @@
1
+ {
2
+ "id": "b22dbb77-aac1-4849-b05a-1d3c7f8b9d95",
3
+ "revision": 0,
4
+ "last_node_id": 91,
5
+ "last_link_id": 178,
6
+ "nodes": [
7
+ {
8
+ "id": 51,
9
+ "type": "CLIPVisionEncode",
10
+ "pos": [
11
+ -1190,
12
+ 230
13
+ ],
14
+ "size": [
15
+ 253.60000610351562,
16
+ 78
17
+ ],
18
+ "flags": {},
19
+ "order": 13,
20
+ "mode": 0,
21
+ "inputs": [
22
+ {
23
+ "label": "clip_vision",
24
+ "name": "clip_vision",
25
+ "type": "CLIP_VISION",
26
+ "link": 111
27
+ },
28
+ {
29
+ "label": "image",
30
+ "name": "image",
31
+ "type": "IMAGE",
32
+ "link": 145
33
+ }
34
+ ],
35
+ "outputs": [
36
+ {
37
+ "label": "CLIP_VISION_OUTPUT",
38
+ "name": "CLIP_VISION_OUTPUT",
39
+ "type": "CLIP_VISION_OUTPUT",
40
+ "slot_index": 0,
41
+ "links": [
42
+ 144
43
+ ]
44
+ }
45
+ ],
46
+ "properties": {
47
+ "Node name for S&R": "CLIPVisionEncode"
48
+ },
49
+ "widgets_values": [
50
+ "none"
51
+ ]
52
+ },
53
+ {
54
+ "id": 82,
55
+ "type": "LoadImage",
56
+ "pos": [
57
+ -890,
58
+ 350
59
+ ],
60
+ "size": [
61
+ 401.6362609863281,
62
+ 345.33544921875
63
+ ],
64
+ "flags": {},
65
+ "order": 0,
66
+ "mode": 0,
67
+ "inputs": [],
68
+ "outputs": [
69
+ {
70
+ "label": "IMAGE",
71
+ "name": "IMAGE",
72
+ "type": "IMAGE",
73
+ "slot_index": 0,
74
+ "links": [
75
+ 164
76
+ ]
77
+ },
78
+ {
79
+ "label": "MASK",
80
+ "name": "MASK",
81
+ "type": "MASK",
82
+ "slot_index": 1,
83
+ "links": []
84
+ }
85
+ ],
86
+ "properties": {
87
+ "Node name for S&R": "LoadImage"
88
+ },
89
+ "widgets_values": [
90
+ "back@1x.jpg",
91
+ "image"
92
+ ]
93
+ },
94
+ {
95
+ "id": 81,
96
+ "type": "CLIPVisionEncode",
97
+ "pos": [
98
+ -750,
99
+ 230
100
+ ],
101
+ "size": [
102
+ 253.60000610351562,
103
+ 78
104
+ ],
105
+ "flags": {},
106
+ "order": 10,
107
+ "mode": 0,
108
+ "inputs": [
109
+ {
110
+ "label": "clip_vision",
111
+ "name": "clip_vision",
112
+ "type": "CLIP_VISION",
113
+ "link": 167
114
+ },
115
+ {
116
+ "label": "image",
117
+ "name": "image",
118
+ "type": "IMAGE",
119
+ "link": 164
120
+ }
121
+ ],
122
+ "outputs": [
123
+ {
124
+ "label": "CLIP_VISION_OUTPUT",
125
+ "name": "CLIP_VISION_OUTPUT",
126
+ "type": "CLIP_VISION_OUTPUT",
127
+ "slot_index": 0,
128
+ "links": [
129
+ 170
130
+ ]
131
+ }
132
+ ],
133
+ "properties": {
134
+ "Node name for S&R": "CLIPVisionEncode"
135
+ },
136
+ "widgets_values": [
137
+ "none"
138
+ ]
139
+ },
140
+ {
141
+ "id": 87,
142
+ "type": "LoadImage",
143
+ "pos": [
144
+ -890,
145
+ 930
146
+ ],
147
+ "size": [
148
+ 401.6362609863281,
149
+ 345.33544921875
150
+ ],
151
+ "flags": {},
152
+ "order": 1,
153
+ "mode": 4,
154
+ "inputs": [],
155
+ "outputs": [
156
+ {
157
+ "label": "IMAGE",
158
+ "name": "IMAGE",
159
+ "type": "IMAGE",
160
+ "slot_index": 0,
161
+ "links": [
162
+ 176
163
+ ]
164
+ },
165
+ {
166
+ "label": "MASK",
167
+ "name": "MASK",
168
+ "type": "MASK",
169
+ "slot_index": 1,
170
+ "links": []
171
+ }
172
+ ],
173
+ "properties": {
174
+ "Node name for S&R": "LoadImage"
175
+ },
176
+ "widgets_values": [
177
+ "back.jpg",
178
+ "image"
179
+ ]
180
+ },
181
+ {
182
+ "id": 85,
183
+ "type": "LoadImage",
184
+ "pos": [
185
+ -1330,
186
+ 930
187
+ ],
188
+ "size": [
189
+ 401.6362609863281,
190
+ 345.33544921875
191
+ ],
192
+ "flags": {},
193
+ "order": 2,
194
+ "mode": 4,
195
+ "inputs": [],
196
+ "outputs": [
197
+ {
198
+ "label": "IMAGE",
199
+ "name": "IMAGE",
200
+ "type": "IMAGE",
201
+ "slot_index": 0,
202
+ "links": [
203
+ 172
204
+ ]
205
+ },
206
+ {
207
+ "label": "MASK",
208
+ "name": "MASK",
209
+ "type": "MASK",
210
+ "slot_index": 1,
211
+ "links": []
212
+ }
213
+ ],
214
+ "properties": {
215
+ "Node name for S&R": "LoadImage"
216
+ },
217
+ "widgets_values": [
218
+ "back.jpg",
219
+ "image"
220
+ ]
221
+ },
222
+ {
223
+ "id": 86,
224
+ "type": "CLIPVisionEncode",
225
+ "pos": [
226
+ -1190,
227
+ 800
228
+ ],
229
+ "size": [
230
+ 253.60000610351562,
231
+ 78
232
+ ],
233
+ "flags": {},
234
+ "order": 11,
235
+ "mode": 4,
236
+ "inputs": [
237
+ {
238
+ "label": "clip_vision",
239
+ "name": "clip_vision",
240
+ "type": "CLIP_VISION",
241
+ "link": 173
242
+ },
243
+ {
244
+ "label": "image",
245
+ "name": "image",
246
+ "type": "IMAGE",
247
+ "link": 172
248
+ }
249
+ ],
250
+ "outputs": [
251
+ {
252
+ "label": "CLIP_VISION_OUTPUT",
253
+ "name": "CLIP_VISION_OUTPUT",
254
+ "type": "CLIP_VISION_OUTPUT",
255
+ "slot_index": 0,
256
+ "links": [
257
+ 177
258
+ ]
259
+ }
260
+ ],
261
+ "properties": {
262
+ "Node name for S&R": "CLIPVisionEncode"
263
+ },
264
+ "widgets_values": [
265
+ "none"
266
+ ]
267
+ },
268
+ {
269
+ "id": 88,
270
+ "type": "CLIPVisionEncode",
271
+ "pos": [
272
+ -750,
273
+ 800
274
+ ],
275
+ "size": [
276
+ 253.60000610351562,
277
+ 78
278
+ ],
279
+ "flags": {},
280
+ "order": 12,
281
+ "mode": 4,
282
+ "inputs": [
283
+ {
284
+ "label": "clip_vision",
285
+ "name": "clip_vision",
286
+ "type": "CLIP_VISION",
287
+ "link": 175
288
+ },
289
+ {
290
+ "label": "image",
291
+ "name": "image",
292
+ "type": "IMAGE",
293
+ "link": 176
294
+ }
295
+ ],
296
+ "outputs": [
297
+ {
298
+ "label": "CLIP_VISION_OUTPUT",
299
+ "name": "CLIP_VISION_OUTPUT",
300
+ "type": "CLIP_VISION_OUTPUT",
301
+ "slot_index": 0,
302
+ "links": [
303
+ 178
304
+ ]
305
+ }
306
+ ],
307
+ "properties": {
308
+ "Node name for S&R": "CLIPVisionEncode"
309
+ },
310
+ "widgets_values": [
311
+ "none"
312
+ ]
313
+ },
314
+ {
315
+ "id": 54,
316
+ "type": "ImageOnlyCheckpointLoader",
317
+ "pos": [
318
+ -1330,
319
+ 40
320
+ ],
321
+ "size": [
322
+ 369.6000061035156,
323
+ 98
324
+ ],
325
+ "flags": {},
326
+ "order": 3,
327
+ "mode": 0,
328
+ "inputs": [],
329
+ "outputs": [
330
+ {
331
+ "label": "MODEL",
332
+ "name": "MODEL",
333
+ "type": "MODEL",
334
+ "slot_index": 0,
335
+ "links": [
336
+ 155
337
+ ]
338
+ },
339
+ {
340
+ "label": "CLIP_VISION",
341
+ "name": "CLIP_VISION",
342
+ "type": "CLIP_VISION",
343
+ "slot_index": 1,
344
+ "links": [
345
+ 111,
346
+ 167,
347
+ 173,
348
+ 175
349
+ ]
350
+ },
351
+ {
352
+ "label": "VAE",
353
+ "name": "VAE",
354
+ "type": "VAE",
355
+ "slot_index": 2,
356
+ "links": [
357
+ 158
358
+ ]
359
+ }
360
+ ],
361
+ "properties": {
362
+ "Node name for S&R": "ImageOnlyCheckpointLoader",
363
+ "models": [
364
+ {
365
+ "name": "hunyuan3d-dit-v2-mv-turbo.safetensors",
366
+ "url": "https://huggingface.co/tencent/Hunyuan3D-2mv/resolve/main/hunyuan3d-dit-v2-mv-turbo/model.fp16.safetensors?download=true",
367
+ "directory": "checkpoints"
368
+ }
369
+ ]
370
+ },
371
+ "widgets_values": [
372
+ "hunyuan3d-dit-v2-mv-turbo.safetensors"
373
+ ],
374
+ "color": "#322",
375
+ "bgcolor": "#533"
376
+ },
377
+ {
378
+ "id": 70,
379
+ "type": "ModelSamplingAuraFlow",
380
+ "pos": [
381
+ -810,
382
+ 50
383
+ ],
384
+ "size": [
385
+ 310,
386
+ 60
387
+ ],
388
+ "flags": {},
389
+ "order": 9,
390
+ "mode": 0,
391
+ "inputs": [
392
+ {
393
+ "label": "model",
394
+ "name": "model",
395
+ "type": "MODEL",
396
+ "link": 155
397
+ }
398
+ ],
399
+ "outputs": [
400
+ {
401
+ "label": "MODEL",
402
+ "name": "MODEL",
403
+ "type": "MODEL",
404
+ "slot_index": 0,
405
+ "links": [
406
+ 156
407
+ ]
408
+ }
409
+ ],
410
+ "properties": {
411
+ "Node name for S&R": "ModelSamplingAuraFlow"
412
+ },
413
+ "widgets_values": [
414
+ 1.0000000000000002
415
+ ]
416
+ },
417
+ {
418
+ "id": 78,
419
+ "type": "FluxGuidance",
420
+ "pos": [
421
+ -430,
422
+ 333
423
+ ],
424
+ "size": [
425
+ 270,
426
+ 60
427
+ ],
428
+ "flags": {},
429
+ "order": 15,
430
+ "mode": 0,
431
+ "inputs": [
432
+ {
433
+ "name": "conditioning",
434
+ "type": "CONDITIONING",
435
+ "link": 162
436
+ }
437
+ ],
438
+ "outputs": [
439
+ {
440
+ "name": "CONDITIONING",
441
+ "type": "CONDITIONING",
442
+ "slot_index": 0,
443
+ "links": [
444
+ 163
445
+ ]
446
+ }
447
+ ],
448
+ "properties": {
449
+ "Node name for S&R": "FluxGuidance"
450
+ },
451
+ "widgets_values": [
452
+ 3.5
453
+ ]
454
+ },
455
+ {
456
+ "id": 66,
457
+ "type": "EmptyLatentHunyuan3Dv2",
458
+ "pos": [
459
+ -430,
460
+ 440
461
+ ],
462
+ "size": [
463
+ 270,
464
+ 82
465
+ ],
466
+ "flags": {},
467
+ "order": 4,
468
+ "mode": 0,
469
+ "inputs": [],
470
+ "outputs": [
471
+ {
472
+ "label": "LATENT",
473
+ "name": "LATENT",
474
+ "type": "LATENT",
475
+ "links": [
476
+ 143
477
+ ]
478
+ }
479
+ ],
480
+ "properties": {
481
+ "Node name for S&R": "EmptyLatentHunyuan3Dv2"
482
+ },
483
+ "widgets_values": [
484
+ 3072,
485
+ 1
486
+ ]
487
+ },
488
+ {
489
+ "id": 65,
490
+ "type": "Hunyuan3Dv2ConditioningMultiView",
491
+ "pos": [
492
+ -430,
493
+ 200
494
+ ],
495
+ "size": [
496
+ 270,
497
+ 86
498
+ ],
499
+ "flags": {},
500
+ "order": 14,
501
+ "mode": 0,
502
+ "inputs": [
503
+ {
504
+ "label": "front",
505
+ "name": "front",
506
+ "shape": 7,
507
+ "type": "CLIP_VISION_OUTPUT",
508
+ "link": 144
509
+ },
510
+ {
511
+ "label": "left",
512
+ "name": "left",
513
+ "shape": 7,
514
+ "type": "CLIP_VISION_OUTPUT",
515
+ "link": 177
516
+ },
517
+ {
518
+ "label": "back",
519
+ "name": "back",
520
+ "shape": 7,
521
+ "type": "CLIP_VISION_OUTPUT",
522
+ "link": 170
523
+ },
524
+ {
525
+ "label": "right",
526
+ "name": "right",
527
+ "shape": 7,
528
+ "type": "CLIP_VISION_OUTPUT",
529
+ "link": 178
530
+ }
531
+ ],
532
+ "outputs": [
533
+ {
534
+ "label": "positive",
535
+ "name": "positive",
536
+ "type": "CONDITIONING",
537
+ "slot_index": 0,
538
+ "links": [
539
+ 162
540
+ ]
541
+ },
542
+ {
543
+ "label": "negative",
544
+ "name": "negative",
545
+ "type": "CONDITIONING",
546
+ "slot_index": 1,
547
+ "links": [
548
+ 151
549
+ ]
550
+ }
551
+ ],
552
+ "properties": {
553
+ "Node name for S&R": "Hunyuan3Dv2ConditioningMultiView"
554
+ },
555
+ "widgets_values": []
556
+ },
557
+ {
558
+ "id": 61,
559
+ "type": "VAEDecodeHunyuan3D",
560
+ "pos": [
561
+ 190,
562
+ 200
563
+ ],
564
+ "size": [
565
+ 315,
566
+ 102
567
+ ],
568
+ "flags": {},
569
+ "order": 17,
570
+ "mode": 0,
571
+ "inputs": [
572
+ {
573
+ "label": "samples",
574
+ "name": "samples",
575
+ "type": "LATENT",
576
+ "link": 130
577
+ },
578
+ {
579
+ "label": "vae",
580
+ "name": "vae",
581
+ "type": "VAE",
582
+ "link": 158
583
+ }
584
+ ],
585
+ "outputs": [
586
+ {
587
+ "label": "VOXEL",
588
+ "name": "VOXEL",
589
+ "type": "VOXEL",
590
+ "slot_index": 0,
591
+ "links": [
592
+ 168
593
+ ]
594
+ }
595
+ ],
596
+ "properties": {
597
+ "Node name for S&R": "VAEDecodeHunyuan3D"
598
+ },
599
+ "widgets_values": [
600
+ 8000,
601
+ 256
602
+ ]
603
+ },
604
+ {
605
+ "id": 83,
606
+ "type": "VoxelToMesh",
607
+ "pos": [
608
+ 200,
609
+ 350
610
+ ],
611
+ "size": [
612
+ 270,
613
+ 82
614
+ ],
615
+ "flags": {},
616
+ "order": 18,
617
+ "mode": 0,
618
+ "inputs": [
619
+ {
620
+ "name": "voxel",
621
+ "type": "VOXEL",
622
+ "link": 168
623
+ }
624
+ ],
625
+ "outputs": [
626
+ {
627
+ "name": "MESH",
628
+ "type": "MESH",
629
+ "links": [
630
+ 169
631
+ ]
632
+ }
633
+ ],
634
+ "properties": {
635
+ "Node name for S&R": "VoxelToMesh"
636
+ },
637
+ "widgets_values": [
638
+ "surface net",
639
+ 0.6
640
+ ]
641
+ },
642
+ {
643
+ "id": 67,
644
+ "type": "SaveGLB",
645
+ "pos": [
646
+ -430,
647
+ 570
648
+ ],
649
+ "size": [
650
+ 920,
651
+ 720
652
+ ],
653
+ "flags": {},
654
+ "order": 19,
655
+ "mode": 0,
656
+ "inputs": [
657
+ {
658
+ "label": "mesh",
659
+ "name": "mesh",
660
+ "type": "MESH",
661
+ "link": 169
662
+ }
663
+ ],
664
+ "outputs": [],
665
+ "properties": {
666
+ "Node name for S&R": "SaveGLB",
667
+ "Camera Info": {
668
+ "position": {
669
+ "x": -2.247885399040935,
670
+ "y": 4.89545337077619,
671
+ "z": -6.155573344337851
672
+ },
673
+ "target": {
674
+ "x": 0,
675
+ "y": 2.5,
676
+ "z": 0
677
+ },
678
+ "zoom": 1,
679
+ "cameraType": "perspective"
680
+ }
681
+ },
682
+ "widgets_values": [
683
+ "mesh/ComfyUI",
684
+ ""
685
+ ]
686
+ },
687
+ {
688
+ "id": 56,
689
+ "type": "LoadImage",
690
+ "pos": [
691
+ -1330,
692
+ 350
693
+ ],
694
+ "size": [
695
+ 401.6362609863281,
696
+ 345.33544921875
697
+ ],
698
+ "flags": {},
699
+ "order": 5,
700
+ "mode": 0,
701
+ "inputs": [],
702
+ "outputs": [
703
+ {
704
+ "label": "IMAGE",
705
+ "name": "IMAGE",
706
+ "type": "IMAGE",
707
+ "slot_index": 0,
708
+ "links": [
709
+ 145
710
+ ]
711
+ },
712
+ {
713
+ "label": "MASK",
714
+ "name": "MASK",
715
+ "type": "MASK",
716
+ "slot_index": 1,
717
+ "links": []
718
+ }
719
+ ],
720
+ "properties": {
721
+ "Node name for S&R": "LoadImage"
722
+ },
723
+ "widgets_values": [
724
+ "front@1x.jpg",
725
+ "image"
726
+ ]
727
+ },
728
+ {
729
+ "id": 3,
730
+ "type": "KSampler",
731
+ "pos": [
732
+ -140,
733
+ 200
734
+ ],
735
+ "size": [
736
+ 315,
737
+ 262
738
+ ],
739
+ "flags": {},
740
+ "order": 16,
741
+ "mode": 0,
742
+ "inputs": [
743
+ {
744
+ "label": "model",
745
+ "name": "model",
746
+ "type": "MODEL",
747
+ "link": 156
748
+ },
749
+ {
750
+ "label": "positive",
751
+ "name": "positive",
752
+ "type": "CONDITIONING",
753
+ "link": 163
754
+ },
755
+ {
756
+ "label": "negative",
757
+ "name": "negative",
758
+ "type": "CONDITIONING",
759
+ "link": 151
760
+ },
761
+ {
762
+ "label": "latent_image",
763
+ "name": "latent_image",
764
+ "type": "LATENT",
765
+ "link": 143
766
+ }
767
+ ],
768
+ "outputs": [
769
+ {
770
+ "label": "LATENT",
771
+ "name": "LATENT",
772
+ "type": "LATENT",
773
+ "slot_index": 0,
774
+ "links": [
775
+ 130
776
+ ]
777
+ }
778
+ ],
779
+ "properties": {
780
+ "Node name for S&R": "KSampler"
781
+ },
782
+ "widgets_values": [
783
+ 528364197559477,
784
+ "randomize",
785
+ 20,
786
+ 4,
787
+ "euler",
788
+ "normal",
789
+ 1
790
+ ]
791
+ },
792
+ {
793
+ "id": 91,
794
+ "type": "MarkdownNote",
795
+ "pos": [
796
+ -140,
797
+ 20
798
+ ],
799
+ "size": [
800
+ 310,
801
+ 130
802
+ ],
803
+ "flags": {},
804
+ "order": 6,
805
+ "mode": 0,
806
+ "inputs": [],
807
+ "outputs": [],
808
+ "title": "CFG setting",
809
+ "properties": {},
810
+ "widgets_values": [
811
+ "Try adjusting the cfg settings to get the best results. It should be between 4 and 8. Thanks for the feedback from Manifold. \n\n---\n\n试着调整 cfg 设置以获得最佳结果。在 4-8 之间,感谢来自 Manifold 的反馈"
812
+ ],
813
+ "color": "#432",
814
+ "bgcolor": "#653"
815
+ },
816
+ {
817
+ "id": 89,
818
+ "type": "MarkdownNote",
819
+ "pos": [
820
+ -1710,
821
+ 190
822
+ ],
823
+ "size": [
824
+ 348.69091796875,
825
+ 109.14118194580078
826
+ ],
827
+ "flags": {},
828
+ "order": 7,
829
+ "mode": 0,
830
+ "inputs": [],
831
+ "outputs": [],
832
+ "title": "About Input Images",
833
+ "properties": {},
834
+ "widgets_values": [
835
+ "It is recommended to use images with a ratio close to 1:1\n\n---\n\n建议使用接近 1:1 比例的图片"
836
+ ],
837
+ "color": "#432",
838
+ "bgcolor": "#653"
839
+ },
840
+ {
841
+ "id": 77,
842
+ "type": "MarkdownNote",
843
+ "pos": [
844
+ -1330,
845
+ -130
846
+ ],
847
+ "size": [
848
+ 348.69091796875,
849
+ 109.14118194580078
850
+ ],
851
+ "flags": {},
852
+ "order": 8,
853
+ "mode": 0,
854
+ "inputs": [],
855
+ "outputs": [],
856
+ "properties": {},
857
+ "widgets_values": [
858
+ "[Tutorials](https://docs.comfy.org/tutorials/3d/hunyuan3D-2) | [教程](https://docs.comfy.org/zh-CN/tutorials/3d/hunyuan3D-2)\n\n## Model\n\nDownload [hunyuan3d-dit-v2-mv-turbo/model.fp16.safetensors](https://huggingface.co/tencent/Hunyuan3D-2mv/resolve/main/hunyuan3d-dit-v2-mv-turbo/model.fp16.safetensors?download=true) and rename to **hunyuan3d-dit-v2-mv-turbo.safetensors**\n\nPut it in the **ComfyUI/models/checkpoints** directory"
859
+ ],
860
+ "color": "#432",
861
+ "bgcolor": "#653"
862
+ }
863
+ ],
864
+ "links": [
865
+ [
866
+ 111,
867
+ 54,
868
+ 1,
869
+ 51,
870
+ 0,
871
+ "CLIP_VISION"
872
+ ],
873
+ [
874
+ 130,
875
+ 3,
876
+ 0,
877
+ 61,
878
+ 0,
879
+ "LATENT"
880
+ ],
881
+ [
882
+ 143,
883
+ 66,
884
+ 0,
885
+ 3,
886
+ 3,
887
+ "LATENT"
888
+ ],
889
+ [
890
+ 144,
891
+ 51,
892
+ 0,
893
+ 65,
894
+ 0,
895
+ "CLIP_VISION_OUTPUT"
896
+ ],
897
+ [
898
+ 145,
899
+ 56,
900
+ 0,
901
+ 51,
902
+ 1,
903
+ "IMAGE"
904
+ ],
905
+ [
906
+ 151,
907
+ 65,
908
+ 1,
909
+ 3,
910
+ 2,
911
+ "CONDITIONING"
912
+ ],
913
+ [
914
+ 155,
915
+ 54,
916
+ 0,
917
+ 70,
918
+ 0,
919
+ "MODEL"
920
+ ],
921
+ [
922
+ 156,
923
+ 70,
924
+ 0,
925
+ 3,
926
+ 0,
927
+ "MODEL"
928
+ ],
929
+ [
930
+ 158,
931
+ 54,
932
+ 2,
933
+ 61,
934
+ 1,
935
+ "VAE"
936
+ ],
937
+ [
938
+ 162,
939
+ 65,
940
+ 0,
941
+ 78,
942
+ 0,
943
+ "CONDITIONING"
944
+ ],
945
+ [
946
+ 163,
947
+ 78,
948
+ 0,
949
+ 3,
950
+ 1,
951
+ "CONDITIONING"
952
+ ],
953
+ [
954
+ 164,
955
+ 82,
956
+ 0,
957
+ 81,
958
+ 1,
959
+ "IMAGE"
960
+ ],
961
+ [
962
+ 167,
963
+ 54,
964
+ 1,
965
+ 81,
966
+ 0,
967
+ "CLIP_VISION"
968
+ ],
969
+ [
970
+ 168,
971
+ 61,
972
+ 0,
973
+ 83,
974
+ 0,
975
+ "VOXEL"
976
+ ],
977
+ [
978
+ 169,
979
+ 83,
980
+ 0,
981
+ 67,
982
+ 0,
983
+ "MESH"
984
+ ],
985
+ [
986
+ 170,
987
+ 81,
988
+ 0,
989
+ 65,
990
+ 2,
991
+ "CLIP_VISION_OUTPUT"
992
+ ],
993
+ [
994
+ 172,
995
+ 85,
996
+ 0,
997
+ 86,
998
+ 1,
999
+ "IMAGE"
1000
+ ],
1001
+ [
1002
+ 173,
1003
+ 54,
1004
+ 1,
1005
+ 86,
1006
+ 0,
1007
+ "CLIP_VISION"
1008
+ ],
1009
+ [
1010
+ 175,
1011
+ 54,
1012
+ 1,
1013
+ 88,
1014
+ 0,
1015
+ "CLIP_VISION"
1016
+ ],
1017
+ [
1018
+ 176,
1019
+ 87,
1020
+ 0,
1021
+ 88,
1022
+ 1,
1023
+ "IMAGE"
1024
+ ],
1025
+ [
1026
+ 177,
1027
+ 86,
1028
+ 0,
1029
+ 65,
1030
+ 1,
1031
+ "CLIP_VISION_OUTPUT"
1032
+ ],
1033
+ [
1034
+ 178,
1035
+ 88,
1036
+ 0,
1037
+ 65,
1038
+ 3,
1039
+ "CLIP_VISION_OUTPUT"
1040
+ ]
1041
+ ],
1042
+ "groups": [
1043
+ {
1044
+ "id": 1,
1045
+ "title": "Front",
1046
+ "bounding": [
1047
+ -1340,
1048
+ 160,
1049
+ 421.63623046875,
1050
+ 548.9354248046875
1051
+ ],
1052
+ "color": "#3f789e",
1053
+ "font_size": 24,
1054
+ "flags": {}
1055
+ },
1056
+ {
1057
+ "id": 2,
1058
+ "title": "Back",
1059
+ "bounding": [
1060
+ -900,
1061
+ 160,
1062
+ 421.63623046875,
1063
+ 548.9354248046875
1064
+ ],
1065
+ "color": "#3f789e",
1066
+ "font_size": 24,
1067
+ "flags": {}
1068
+ },
1069
+ {
1070
+ "id": 3,
1071
+ "title": "Left",
1072
+ "bounding": [
1073
+ -1340,
1074
+ 730,
1075
+ 421.63623046875,
1076
+ 558.9354248046875
1077
+ ],
1078
+ "color": "#3f789e",
1079
+ "font_size": 24,
1080
+ "flags": {}
1081
+ },
1082
+ {
1083
+ "id": 4,
1084
+ "title": "Right",
1085
+ "bounding": [
1086
+ -900,
1087
+ 730,
1088
+ 421.6362609863281,
1089
+ 558.9354248046875
1090
+ ],
1091
+ "color": "#3f789e",
1092
+ "font_size": 24,
1093
+ "flags": {}
1094
+ }
1095
+ ],
1096
+ "config": {},
1097
+ "extra": {
1098
+ "ds": {
1099
+ "scale": 0.841087613293136,
1100
+ "offset": [
1101
+ 1780.0452487640039,
1102
+ 340.3268574459246
1103
+ ]
1104
+ },
1105
+ "frontendVersion": "1.19.9",
1106
+ "node_versions": {
1107
+ "comfy-core": "0.3.35"
1108
+ },
1109
+ "VHS_latentpreview": false,
1110
+ "VHS_latentpreviewrate": 0,
1111
+ "VHS_MetadataImage": true,
1112
+ "VHS_KeepIntermediate": true
1113
+ },
1114
+ "version": 0.4
1115
+ }