comfyui-workflow-templates 0.2.2__py3-none-any.whl → 0.2.4__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.
Potentially problematic release.
This version of comfyui-workflow-templates might be problematic. Click here for more details.
- comfyui_workflow_templates/templates/02_qwen_Image_edit_subgraphed.json +189 -188
- comfyui_workflow_templates/templates/04_hunyuan_3d_2.1_subgraphed.json +48 -75
- comfyui_workflow_templates/templates/api_ltxv_image_to_video-1.webp +0 -0
- comfyui_workflow_templates/templates/api_ltxv_image_to_video.json +187 -0
- comfyui_workflow_templates/templates/api_ltxv_text_to_video-1.webp +0 -0
- comfyui_workflow_templates/templates/api_ltxv_text_to_video.json +134 -0
- comfyui_workflow_templates/templates/audio_ace_step_1_m2m_editing.json +81 -81
- comfyui_workflow_templates/templates/audio_ace_step_1_t2a_song.json +45 -45
- comfyui_workflow_templates/templates/flux_kontext_dev_basic.json +39 -39
- comfyui_workflow_templates/templates/index.ar.json +159 -133
- comfyui_workflow_templates/templates/index.es.json +164 -138
- comfyui_workflow_templates/templates/index.fr.json +164 -138
- comfyui_workflow_templates/templates/index.ja.json +163 -137
- comfyui_workflow_templates/templates/index.json +163 -137
- comfyui_workflow_templates/templates/index.ko.json +163 -137
- comfyui_workflow_templates/templates/index.ru.json +164 -138
- comfyui_workflow_templates/templates/index.schema.json +2 -2
- comfyui_workflow_templates/templates/index.tr.json +164 -138
- comfyui_workflow_templates/templates/index.zh-TW.json +164 -138
- comfyui_workflow_templates/templates/index.zh.json +174 -148
- {comfyui_workflow_templates-0.2.2.dist-info → comfyui_workflow_templates-0.2.4.dist-info}/METADATA +1 -1
- {comfyui_workflow_templates-0.2.2.dist-info → comfyui_workflow_templates-0.2.4.dist-info}/RECORD +25 -21
- {comfyui_workflow_templates-0.2.2.dist-info → comfyui_workflow_templates-0.2.4.dist-info}/WHEEL +0 -0
- {comfyui_workflow_templates-0.2.2.dist-info → comfyui_workflow_templates-0.2.4.dist-info}/licenses/LICENSE +0 -0
- {comfyui_workflow_templates-0.2.2.dist-info → comfyui_workflow_templates-0.2.4.dist-info}/top_level.txt +0 -0
|
@@ -27,9 +27,9 @@
|
|
|
27
27
|
],
|
|
28
28
|
"outputs": [],
|
|
29
29
|
"properties": {
|
|
30
|
-
"Node name for S&R": "SaveGLB",
|
|
31
30
|
"cnr_id": "comfy-core",
|
|
32
31
|
"ver": "0.3.59",
|
|
32
|
+
"Node name for S&R": "SaveGLB",
|
|
33
33
|
"Camera Info": {
|
|
34
34
|
"position": {
|
|
35
35
|
"x": 9.380174569468211,
|
|
@@ -104,15 +104,39 @@
|
|
|
104
104
|
}
|
|
105
105
|
],
|
|
106
106
|
"properties": {
|
|
107
|
-
"Node name for S&R": "LoadImage",
|
|
108
107
|
"cnr_id": "comfy-core",
|
|
109
|
-
"ver": "0.3.59"
|
|
108
|
+
"ver": "0.3.59",
|
|
109
|
+
"Node name for S&R": "LoadImage"
|
|
110
110
|
},
|
|
111
111
|
"widgets_values": [
|
|
112
112
|
"04_hunyuan_3d_2.1_subgraphed_input_image.png",
|
|
113
113
|
"image"
|
|
114
114
|
]
|
|
115
115
|
},
|
|
116
|
+
{
|
|
117
|
+
"id": 20,
|
|
118
|
+
"type": "MarkdownNote",
|
|
119
|
+
"pos": [
|
|
120
|
+
-360,
|
|
121
|
+
-410
|
|
122
|
+
],
|
|
123
|
+
"size": [
|
|
124
|
+
440,
|
|
125
|
+
270
|
|
126
|
+
],
|
|
127
|
+
"flags": {},
|
|
128
|
+
"order": 2,
|
|
129
|
+
"mode": 0,
|
|
130
|
+
"inputs": [],
|
|
131
|
+
"outputs": [],
|
|
132
|
+
"title": "Note: how to use this workflow",
|
|
133
|
+
"properties": {},
|
|
134
|
+
"widgets_values": [
|
|
135
|
+
"Huanyuan3D 2.1 is an image-to-3D model tool. It can turn any of your images into a 3D model.\n\n## For Comfy Cloud users\n\nIf you are using [cloud.comfy.org](http://cloud.comfy.org/):\n1. Since the workflow in the Cloud will have the input image ready, for the first run, you can just click the run button to see what happens. \n\n2. Try to upload your own image, the input image require clean simple backgroud.\n3. You can also find some other 3D workflows in the left-sidebar templates.\n\n## For local ComfyUI users\n\nIf you are using this workflow locally, you need to download all the models to your local storage. \n\nUse the right-click menu to edit the subgraph. Then you can find the original workflow and notes inside it.\nYou can find the tutorial and original workflow [here](https://raw.githubusercontent.com/Comfy-Org/workflow_templates/refs/heads/main/templates/3d_hunyuan3d-v2.1.json)."
|
|
136
|
+
],
|
|
137
|
+
"color": "#432",
|
|
138
|
+
"bgcolor": "#653"
|
|
139
|
+
},
|
|
116
140
|
{
|
|
117
141
|
"id": 19,
|
|
118
142
|
"type": "d7344a5a-fd0d-4b8a-b5e1-1237e5b21937",
|
|
@@ -122,7 +146,7 @@
|
|
|
122
146
|
],
|
|
123
147
|
"size": [
|
|
124
148
|
340,
|
|
125
|
-
|
|
149
|
+
58
|
|
126
150
|
],
|
|
127
151
|
"flags": {},
|
|
128
152
|
"order": 3,
|
|
@@ -156,30 +180,6 @@
|
|
|
156
180
|
"widgets_values": [
|
|
157
181
|
"hunyuan_3d_v2.1.safetensors"
|
|
158
182
|
]
|
|
159
|
-
},
|
|
160
|
-
{
|
|
161
|
-
"id": 20,
|
|
162
|
-
"type": "MarkdownNote",
|
|
163
|
-
"pos": [
|
|
164
|
-
-360,
|
|
165
|
-
-410
|
|
166
|
-
],
|
|
167
|
-
"size": [
|
|
168
|
-
440,
|
|
169
|
-
270
|
|
170
|
-
],
|
|
171
|
-
"flags": {},
|
|
172
|
-
"order": 2,
|
|
173
|
-
"mode": 0,
|
|
174
|
-
"inputs": [],
|
|
175
|
-
"outputs": [],
|
|
176
|
-
"title": "Note: how to use this workflow",
|
|
177
|
-
"properties": {},
|
|
178
|
-
"widgets_values": [
|
|
179
|
-
"Huanyuan3D 2.1 is an image-to-3D model tool. It can turn any of your images into a 3D model.\n\n## For Comfy Cloud users\n\nIf you are using [cloud.comfy.org](http://cloud.comfy.org/):\n1. Since the workflow in the Cloud will have the input image ready, for the first run, you can just click the run button to see what happens. \n\n2. Try to upload your own image, the input image require clean simple backgroud.\n3. You can also find some other 3D workflows in the left-sidebar templates.\n\n## For local ComfyUI users\n\nIf you are using this workflow locally, you need to download all the models to your local storage. \n\nUse the right-click menu to edit the subgraph. Then you can find the original workflow and notes inside it.\nYou can find the tutorial and original workflow [here](https://raw.githubusercontent.com/Comfy-Org/workflow_templates/refs/heads/main/templates/3d_hunyuan3d-v2.1.json)."
|
|
180
|
-
],
|
|
181
|
-
"color": "#432",
|
|
182
|
-
"bgcolor": "#653"
|
|
183
183
|
}
|
|
184
184
|
],
|
|
185
185
|
"links": [
|
|
@@ -310,9 +310,9 @@
|
|
|
310
310
|
}
|
|
311
311
|
],
|
|
312
312
|
"properties": {
|
|
313
|
-
"Node name for S&R": "ModelSamplingAuraFlow",
|
|
314
313
|
"cnr_id": "comfy-core",
|
|
315
|
-
"ver": "0.3.59"
|
|
314
|
+
"ver": "0.3.59",
|
|
315
|
+
"Node name for S&R": "ModelSamplingAuraFlow"
|
|
316
316
|
},
|
|
317
317
|
"widgets_values": [
|
|
318
318
|
1
|
|
@@ -369,9 +369,9 @@
|
|
|
369
369
|
}
|
|
370
370
|
],
|
|
371
371
|
"properties": {
|
|
372
|
-
"Node name for S&R": "KSampler",
|
|
373
372
|
"cnr_id": "comfy-core",
|
|
374
|
-
"ver": "0.3.59"
|
|
373
|
+
"ver": "0.3.59",
|
|
374
|
+
"Node name for S&R": "KSampler"
|
|
375
375
|
},
|
|
376
376
|
"widgets_values": [
|
|
377
377
|
894796671366012,
|
|
@@ -422,9 +422,9 @@
|
|
|
422
422
|
}
|
|
423
423
|
],
|
|
424
424
|
"properties": {
|
|
425
|
-
"Node name for S&R": "CLIPVisionEncode",
|
|
426
425
|
"cnr_id": "comfy-core",
|
|
427
|
-
"ver": "0.3.59"
|
|
426
|
+
"ver": "0.3.59",
|
|
427
|
+
"Node name for S&R": "CLIPVisionEncode"
|
|
428
428
|
},
|
|
429
429
|
"widgets_values": [
|
|
430
430
|
"center"
|
|
@@ -471,9 +471,9 @@
|
|
|
471
471
|
}
|
|
472
472
|
],
|
|
473
473
|
"properties": {
|
|
474
|
-
"Node name for S&R": "Hunyuan3Dv2Conditioning",
|
|
475
474
|
"cnr_id": "comfy-core",
|
|
476
|
-
"ver": "0.3.59"
|
|
475
|
+
"ver": "0.3.59",
|
|
476
|
+
"Node name for S&R": "Hunyuan3Dv2Conditioning"
|
|
477
477
|
},
|
|
478
478
|
"widgets_values": []
|
|
479
479
|
},
|
|
@@ -503,9 +503,9 @@
|
|
|
503
503
|
}
|
|
504
504
|
],
|
|
505
505
|
"properties": {
|
|
506
|
-
"Node name for S&R": "EmptyLatentHunyuan3Dv2",
|
|
507
506
|
"cnr_id": "comfy-core",
|
|
508
|
-
"ver": "0.3.59"
|
|
507
|
+
"ver": "0.3.59",
|
|
508
|
+
"Node name for S&R": "EmptyLatentHunyuan3Dv2"
|
|
509
509
|
},
|
|
510
510
|
"widgets_values": [
|
|
511
511
|
4096,
|
|
@@ -568,9 +568,9 @@
|
|
|
568
568
|
}
|
|
569
569
|
],
|
|
570
570
|
"properties": {
|
|
571
|
-
"Node name for S&R": "VoxelToMesh",
|
|
572
571
|
"cnr_id": "comfy-core",
|
|
573
|
-
"ver": "0.3.59"
|
|
572
|
+
"ver": "0.3.59",
|
|
573
|
+
"Node name for S&R": "VoxelToMesh"
|
|
574
574
|
},
|
|
575
575
|
"widgets_values": [
|
|
576
576
|
"surface net",
|
|
@@ -616,9 +616,9 @@
|
|
|
616
616
|
}
|
|
617
617
|
],
|
|
618
618
|
"properties": {
|
|
619
|
-
"Node name for S&R": "VAEDecodeHunyuan3D",
|
|
620
619
|
"cnr_id": "comfy-core",
|
|
621
|
-
"ver": "0.3.59"
|
|
620
|
+
"ver": "0.3.59",
|
|
621
|
+
"Node name for S&R": "VAEDecodeHunyuan3D"
|
|
622
622
|
},
|
|
623
623
|
"widgets_values": [
|
|
624
624
|
8000,
|
|
@@ -677,9 +677,9 @@
|
|
|
677
677
|
}
|
|
678
678
|
],
|
|
679
679
|
"properties": {
|
|
680
|
-
"Node name for S&R": "ImageOnlyCheckpointLoader",
|
|
681
680
|
"cnr_id": "comfy-core",
|
|
682
681
|
"ver": "0.3.59",
|
|
682
|
+
"Node name for S&R": "ImageOnlyCheckpointLoader",
|
|
683
683
|
"models": [
|
|
684
684
|
{
|
|
685
685
|
"name": "hunyuan_3d_v2.1.safetensors",
|
|
@@ -693,34 +693,7 @@
|
|
|
693
693
|
]
|
|
694
694
|
}
|
|
695
695
|
],
|
|
696
|
-
"groups": [
|
|
697
|
-
{
|
|
698
|
-
"id": 1,
|
|
699
|
-
"title": "Step 1 - Load model",
|
|
700
|
-
"bounding": [
|
|
701
|
-
440,
|
|
702
|
-
-670,
|
|
703
|
-
356.3746337890625,
|
|
704
|
-
183.60000610351562
|
|
705
|
-
],
|
|
706
|
-
"color": "#3f789e",
|
|
707
|
-
"font_size": 24,
|
|
708
|
-
"flags": {}
|
|
709
|
-
},
|
|
710
|
-
{
|
|
711
|
-
"id": 2,
|
|
712
|
-
"title": "Step 2 - Upload image here",
|
|
713
|
-
"bounding": [
|
|
714
|
-
440,
|
|
715
|
-
-470,
|
|
716
|
-
350,
|
|
717
|
-
410
|
|
718
|
-
],
|
|
719
|
-
"color": "#3f789e",
|
|
720
|
-
"font_size": 24,
|
|
721
|
-
"flags": {}
|
|
722
|
-
}
|
|
723
|
-
],
|
|
696
|
+
"groups": [],
|
|
724
697
|
"links": [
|
|
725
698
|
{
|
|
726
699
|
"id": 16,
|
|
@@ -834,13 +807,13 @@
|
|
|
834
807
|
"config": {},
|
|
835
808
|
"extra": {
|
|
836
809
|
"ds": {
|
|
837
|
-
"scale": 0.
|
|
810
|
+
"scale": 0.5017504203807984,
|
|
838
811
|
"offset": [
|
|
839
|
-
|
|
840
|
-
|
|
812
|
+
1097.7408891572666,
|
|
813
|
+
944.3281959259452
|
|
841
814
|
]
|
|
842
815
|
},
|
|
843
|
-
"frontendVersion": "1.
|
|
816
|
+
"frontendVersion": "1.28.7",
|
|
844
817
|
"VHS_latentpreview": false,
|
|
845
818
|
"VHS_latentpreviewrate": 0,
|
|
846
819
|
"VHS_MetadataImage": true,
|
|
Binary file
|
|
@@ -0,0 +1,187 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "280b29d8-e24d-444f-ba04-dbbd81ac1977",
|
|
3
|
+
"revision": 0,
|
|
4
|
+
"last_node_id": 48,
|
|
5
|
+
"last_link_id": 49,
|
|
6
|
+
"nodes": [
|
|
7
|
+
{
|
|
8
|
+
"id": 47,
|
|
9
|
+
"type": "LoadImage",
|
|
10
|
+
"pos": [
|
|
11
|
+
-250,
|
|
12
|
+
480
|
|
13
|
+
],
|
|
14
|
+
"size": [
|
|
15
|
+
274.080078125,
|
|
16
|
+
314.00000000000006
|
|
17
|
+
],
|
|
18
|
+
"flags": {},
|
|
19
|
+
"order": 0,
|
|
20
|
+
"mode": 0,
|
|
21
|
+
"inputs": [],
|
|
22
|
+
"outputs": [
|
|
23
|
+
{
|
|
24
|
+
"name": "IMAGE",
|
|
25
|
+
"type": "IMAGE",
|
|
26
|
+
"links": [
|
|
27
|
+
49
|
|
28
|
+
]
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"name": "MASK",
|
|
32
|
+
"type": "MASK",
|
|
33
|
+
"links": null
|
|
34
|
+
}
|
|
35
|
+
],
|
|
36
|
+
"properties": {
|
|
37
|
+
"cnr_id": "comfy-core",
|
|
38
|
+
"ver": "0.3.66",
|
|
39
|
+
"Node name for S&R": "LoadImage"
|
|
40
|
+
},
|
|
41
|
+
"widgets_values": [
|
|
42
|
+
"api_ltxv_image_to_video_input_image.png",
|
|
43
|
+
"image"
|
|
44
|
+
]
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"id": 48,
|
|
48
|
+
"type": "MarkdownNote",
|
|
49
|
+
"pos": [
|
|
50
|
+
-650,
|
|
51
|
+
480
|
|
52
|
+
],
|
|
53
|
+
"size": [
|
|
54
|
+
380,
|
|
55
|
+
210
|
|
56
|
+
],
|
|
57
|
+
"flags": {},
|
|
58
|
+
"order": 1,
|
|
59
|
+
"mode": 0,
|
|
60
|
+
"inputs": [],
|
|
61
|
+
"outputs": [],
|
|
62
|
+
"title": "Note:About API Node",
|
|
63
|
+
"properties": {
|
|
64
|
+
"ue_properties": {
|
|
65
|
+
"widget_ue_connectable": {},
|
|
66
|
+
"version": "7.1",
|
|
67
|
+
"input_ue_unconnectable": {}
|
|
68
|
+
}
|
|
69
|
+
},
|
|
70
|
+
"widgets_values": [
|
|
71
|
+
"[About API Node](https://docs.comfy.org/tutorials/api-nodes/overview) - [Pricing](https://docs.comfy.org/tutorials/api-nodes/pricing)\n \nTo use the API, you must be in a secure network environment:\n\n- Allows access from `127.0.0.1` or `localhost`.\n\n- Use our API Node in website services starting with `https`\n\n- Make sure you can normally connect to our API services (some regions may need a proxy).\n\n- Make sure you are logged in in the settings and that your account still has enough credits to cover the consumption of API calls.\n\n- On non-whitelisted sites or local area networks (LANs), please try to [log in using an API Key](https://docs.comfy.org/interface/user#logging-in-with-an-api-key).\n"
|
|
72
|
+
],
|
|
73
|
+
"color": "#432",
|
|
74
|
+
"bgcolor": "#653"
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"id": 41,
|
|
78
|
+
"type": "SaveVideo",
|
|
79
|
+
"pos": [
|
|
80
|
+
490,
|
|
81
|
+
480
|
|
82
|
+
],
|
|
83
|
+
"size": [
|
|
84
|
+
520,
|
|
85
|
+
370
|
|
86
|
+
],
|
|
87
|
+
"flags": {},
|
|
88
|
+
"order": 3,
|
|
89
|
+
"mode": 0,
|
|
90
|
+
"inputs": [
|
|
91
|
+
{
|
|
92
|
+
"name": "video",
|
|
93
|
+
"type": "VIDEO",
|
|
94
|
+
"link": 40
|
|
95
|
+
}
|
|
96
|
+
],
|
|
97
|
+
"outputs": [],
|
|
98
|
+
"properties": {
|
|
99
|
+
"cnr_id": "comfy-core",
|
|
100
|
+
"ver": "0.3.66",
|
|
101
|
+
"Node name for S&R": "SaveVideo"
|
|
102
|
+
},
|
|
103
|
+
"widgets_values": [
|
|
104
|
+
"ltx\\ltx-2-pro-I2V",
|
|
105
|
+
"mp4",
|
|
106
|
+
"h264"
|
|
107
|
+
]
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
"id": 36,
|
|
111
|
+
"type": "LtxvApiImageToVideo",
|
|
112
|
+
"pos": [
|
|
113
|
+
60.333078925512766,
|
|
114
|
+
478.577602397265
|
|
115
|
+
],
|
|
116
|
+
"size": [
|
|
117
|
+
400,
|
|
118
|
+
254
|
|
119
|
+
],
|
|
120
|
+
"flags": {},
|
|
121
|
+
"order": 2,
|
|
122
|
+
"mode": 0,
|
|
123
|
+
"inputs": [
|
|
124
|
+
{
|
|
125
|
+
"name": "image",
|
|
126
|
+
"type": "IMAGE",
|
|
127
|
+
"link": 49
|
|
128
|
+
}
|
|
129
|
+
],
|
|
130
|
+
"outputs": [
|
|
131
|
+
{
|
|
132
|
+
"name": "VIDEO",
|
|
133
|
+
"type": "VIDEO",
|
|
134
|
+
"links": [
|
|
135
|
+
40
|
|
136
|
+
]
|
|
137
|
+
}
|
|
138
|
+
],
|
|
139
|
+
"properties": {
|
|
140
|
+
"cnr_id": "comfy-core",
|
|
141
|
+
"ver": "0.3.66",
|
|
142
|
+
"Node name for S&R": "LtxvApiImageToVideo"
|
|
143
|
+
},
|
|
144
|
+
"widgets_values": [
|
|
145
|
+
"LTX-2 (Pro)",
|
|
146
|
+
"A laundromat full of spinning machines, performers sitting on washing machines rap verses while others casually fold clothes in rhythm to the beat",
|
|
147
|
+
8,
|
|
148
|
+
"3840x2160",
|
|
149
|
+
25,
|
|
150
|
+
true
|
|
151
|
+
],
|
|
152
|
+
"color": "#432",
|
|
153
|
+
"bgcolor": "#653"
|
|
154
|
+
}
|
|
155
|
+
],
|
|
156
|
+
"links": [
|
|
157
|
+
[
|
|
158
|
+
40,
|
|
159
|
+
36,
|
|
160
|
+
0,
|
|
161
|
+
41,
|
|
162
|
+
0,
|
|
163
|
+
"VIDEO"
|
|
164
|
+
],
|
|
165
|
+
[
|
|
166
|
+
49,
|
|
167
|
+
47,
|
|
168
|
+
0,
|
|
169
|
+
36,
|
|
170
|
+
0,
|
|
171
|
+
"IMAGE"
|
|
172
|
+
]
|
|
173
|
+
],
|
|
174
|
+
"groups": [],
|
|
175
|
+
"config": {},
|
|
176
|
+
"extra": {
|
|
177
|
+
"ds": {
|
|
178
|
+
"scale": 0.889787745788863,
|
|
179
|
+
"offset": [
|
|
180
|
+
800.2513843521124,
|
|
181
|
+
-159.36075390141752
|
|
182
|
+
]
|
|
183
|
+
},
|
|
184
|
+
"frontendVersion": "1.28.7"
|
|
185
|
+
},
|
|
186
|
+
"version": 0.4
|
|
187
|
+
}
|
|
Binary file
|
|
@@ -0,0 +1,134 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "280b29d8-e24d-444f-ba04-dbbd81ac1977",
|
|
3
|
+
"revision": 0,
|
|
4
|
+
"last_node_id": 45,
|
|
5
|
+
"last_link_id": 32,
|
|
6
|
+
"nodes": [
|
|
7
|
+
{
|
|
8
|
+
"id": 44,
|
|
9
|
+
"type": "MarkdownNote",
|
|
10
|
+
"pos": [
|
|
11
|
+
-490,
|
|
12
|
+
440
|
|
13
|
+
],
|
|
14
|
+
"size": [
|
|
15
|
+
380,
|
|
16
|
+
210
|
|
17
|
+
],
|
|
18
|
+
"flags": {},
|
|
19
|
+
"order": 0,
|
|
20
|
+
"mode": 0,
|
|
21
|
+
"inputs": [],
|
|
22
|
+
"outputs": [],
|
|
23
|
+
"title": "Note:About API Node",
|
|
24
|
+
"properties": {
|
|
25
|
+
"ue_properties": {
|
|
26
|
+
"widget_ue_connectable": {},
|
|
27
|
+
"version": "7.1",
|
|
28
|
+
"input_ue_unconnectable": {}
|
|
29
|
+
}
|
|
30
|
+
},
|
|
31
|
+
"widgets_values": [
|
|
32
|
+
"[About API Node](https://docs.comfy.org/tutorials/api-nodes/overview) - [Pricing](https://docs.comfy.org/tutorials/api-nodes/pricing)\n \nTo use the API, you must be in a secure network environment:\n\n- Allows access from `127.0.0.1` or `localhost`.\n\n- Use our API Node in website services starting with `https`\n\n- Make sure you can normally connect to our API services (some regions may need a proxy).\n\n- Make sure you are logged in in the settings and that your account still has enough credits to cover the consumption of API calls.\n\n- On non-whitelisted sites or local area networks (LANs), please try to [log in using an API Key](https://docs.comfy.org/interface/user#logging-in-with-an-api-key).\n"
|
|
33
|
+
],
|
|
34
|
+
"color": "#432",
|
|
35
|
+
"bgcolor": "#653"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"id": 27,
|
|
39
|
+
"type": "SaveVideo",
|
|
40
|
+
"pos": [
|
|
41
|
+
330,
|
|
42
|
+
440
|
|
43
|
+
],
|
|
44
|
+
"size": [
|
|
45
|
+
641.3109511893745,
|
|
46
|
+
473.4066763012959
|
|
47
|
+
],
|
|
48
|
+
"flags": {},
|
|
49
|
+
"order": 2,
|
|
50
|
+
"mode": 0,
|
|
51
|
+
"inputs": [
|
|
52
|
+
{
|
|
53
|
+
"name": "video",
|
|
54
|
+
"type": "VIDEO",
|
|
55
|
+
"link": 22
|
|
56
|
+
}
|
|
57
|
+
],
|
|
58
|
+
"outputs": [],
|
|
59
|
+
"properties": {
|
|
60
|
+
"Node name for S&R": "SaveVideo",
|
|
61
|
+
"cnr_id": "comfy-core",
|
|
62
|
+
"ver": "0.3.66"
|
|
63
|
+
},
|
|
64
|
+
"widgets_values": [
|
|
65
|
+
"video\\ltx-t2v",
|
|
66
|
+
"mp4",
|
|
67
|
+
"h264"
|
|
68
|
+
]
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"id": 1,
|
|
72
|
+
"type": "LtxvApiTextToVideo",
|
|
73
|
+
"pos": [
|
|
74
|
+
-90,
|
|
75
|
+
440
|
|
76
|
+
],
|
|
77
|
+
"size": [
|
|
78
|
+
400,
|
|
79
|
+
254
|
|
80
|
+
],
|
|
81
|
+
"flags": {},
|
|
82
|
+
"order": 1,
|
|
83
|
+
"mode": 0,
|
|
84
|
+
"inputs": [],
|
|
85
|
+
"outputs": [
|
|
86
|
+
{
|
|
87
|
+
"name": "VIDEO",
|
|
88
|
+
"type": "VIDEO",
|
|
89
|
+
"links": [
|
|
90
|
+
22
|
|
91
|
+
]
|
|
92
|
+
}
|
|
93
|
+
],
|
|
94
|
+
"properties": {
|
|
95
|
+
"Node name for S&R": "LtxvApiTextToVideo",
|
|
96
|
+
"cnr_id": "comfy-core",
|
|
97
|
+
"ver": "0.3.66"
|
|
98
|
+
},
|
|
99
|
+
"widgets_values": [
|
|
100
|
+
"LTX-2 (Pro)",
|
|
101
|
+
"A towering wave crashes against jagged cliffs, spray exploding into the air while gulls scream overhead and the rumble of water shakes the rocks.",
|
|
102
|
+
8,
|
|
103
|
+
"1920x1080",
|
|
104
|
+
50,
|
|
105
|
+
true
|
|
106
|
+
],
|
|
107
|
+
"color": "#432",
|
|
108
|
+
"bgcolor": "#653"
|
|
109
|
+
}
|
|
110
|
+
],
|
|
111
|
+
"links": [
|
|
112
|
+
[
|
|
113
|
+
22,
|
|
114
|
+
1,
|
|
115
|
+
0,
|
|
116
|
+
27,
|
|
117
|
+
0,
|
|
118
|
+
"VIDEO"
|
|
119
|
+
]
|
|
120
|
+
],
|
|
121
|
+
"groups": [],
|
|
122
|
+
"config": {},
|
|
123
|
+
"extra": {
|
|
124
|
+
"ds": {
|
|
125
|
+
"scale": 0.8464031480832783,
|
|
126
|
+
"offset": [
|
|
127
|
+
963.053299678959,
|
|
128
|
+
-247.8683378423521
|
|
129
|
+
]
|
|
130
|
+
},
|
|
131
|
+
"frontendVersion": "1.31.0"
|
|
132
|
+
},
|
|
133
|
+
"version": 0.4
|
|
134
|
+
}
|