comfyui-workflow-templates 0.1.91__py3-none-any.whl → 0.1.92__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/api_bytedance_flf2v-1.webp +0 -0
- comfyui_workflow_templates/templates/api_bytedance_flf2v.json +269 -0
- comfyui_workflow_templates/templates/api_bytedance_image_to_video-1.webp +0 -0
- comfyui_workflow_templates/templates/api_bytedance_image_to_video.json +208 -0
- comfyui_workflow_templates/templates/api_bytedance_text_to_video-1.webp +0 -0
- comfyui_workflow_templates/templates/api_bytedance_text_to_video.json +144 -0
- comfyui_workflow_templates/templates/api_kling_i2v.json +66 -58
- comfyui_workflow_templates/templates/api_wan_text_to_image-1.webp +0 -0
- comfyui_workflow_templates/templates/index.es.json +501 -285
- comfyui_workflow_templates/templates/index.fr.json +501 -285
- comfyui_workflow_templates/templates/index.ja.json +501 -285
- comfyui_workflow_templates/templates/index.json +555 -339
- comfyui_workflow_templates/templates/index.ko.json +501 -285
- comfyui_workflow_templates/templates/index.ru.json +501 -285
- comfyui_workflow_templates/templates/index.schema.json +4 -0
- comfyui_workflow_templates/templates/index.zh-TW.json +501 -285
- comfyui_workflow_templates/templates/index.zh.json +501 -285
- comfyui_workflow_templates/templates/video_wan2.1_alpha_t2v_14B-1.webp +0 -0
- comfyui_workflow_templates/templates/video_wan2.1_alpha_t2v_14B.json +977 -0
- {comfyui_workflow_templates-0.1.91.dist-info → comfyui_workflow_templates-0.1.92.dist-info}/METADATA +1 -1
- {comfyui_workflow_templates-0.1.91.dist-info → comfyui_workflow_templates-0.1.92.dist-info}/RECORD +24 -15
- {comfyui_workflow_templates-0.1.91.dist-info → comfyui_workflow_templates-0.1.92.dist-info}/WHEEL +0 -0
- {comfyui_workflow_templates-0.1.91.dist-info → comfyui_workflow_templates-0.1.92.dist-info}/licenses/LICENSE +0 -0
- {comfyui_workflow_templates-0.1.91.dist-info → comfyui_workflow_templates-0.1.92.dist-info}/top_level.txt +0 -0
|
@@ -1,52 +1,39 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "3ba6fcae-c49e-40dc-8725-12d4cd833fcb",
|
|
3
3
|
"revision": 0,
|
|
4
|
-
"last_node_id":
|
|
5
|
-
"last_link_id":
|
|
4
|
+
"last_node_id": 45,
|
|
5
|
+
"last_link_id": 29,
|
|
6
6
|
"nodes": [
|
|
7
7
|
{
|
|
8
|
-
"id":
|
|
9
|
-
"type": "
|
|
8
|
+
"id": 44,
|
|
9
|
+
"type": "MarkdownNote",
|
|
10
10
|
"pos": [
|
|
11
|
-
|
|
12
|
-
|
|
11
|
+
878.6950073242188,
|
|
12
|
+
1405.7354736328125
|
|
13
13
|
],
|
|
14
14
|
"size": [
|
|
15
|
-
|
|
16
|
-
|
|
15
|
+
326.5185852050781,
|
|
16
|
+
286.05029296875
|
|
17
17
|
],
|
|
18
18
|
"flags": {},
|
|
19
19
|
"order": 0,
|
|
20
20
|
"mode": 0,
|
|
21
21
|
"inputs": [],
|
|
22
|
-
"outputs": [
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
"type": "IMAGE",
|
|
26
|
-
"links": [
|
|
27
|
-
26
|
|
28
|
-
]
|
|
29
|
-
},
|
|
30
|
-
{
|
|
31
|
-
"name": "MASK",
|
|
32
|
-
"type": "MASK",
|
|
33
|
-
"links": null
|
|
34
|
-
}
|
|
35
|
-
],
|
|
36
|
-
"properties": {
|
|
37
|
-
"Node name for S&R": "LoadImage"
|
|
38
|
-
},
|
|
22
|
+
"outputs": [],
|
|
23
|
+
"title": "About API Node",
|
|
24
|
+
"properties": {},
|
|
39
25
|
"widgets_values": [
|
|
40
|
-
"
|
|
41
|
-
|
|
42
|
-
|
|
26
|
+
"[About API Node](https://docs.comfy.org/tutorials/api-nodes/overview) | [关于 API 节点](https://docs.comfy.org/zh-CN/tutorials/api-nodes/overview)\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\n---\n\n要使用API,你必须处于安全的网络环境中:\n\n- 允许从`127.0.0.1`或`localhost`访问。\n- 在带有 https 开头的服务中使用我们的 API Node\n- 确保你能够正常连接我们的API服务(某些地区可能需要代理)。\n- 确保你已在设置中登录,且你的账户仍有足够的积分来支付API调用的消耗。\n- 在非白名单站点或者局域网(LAN),请尝试[使用 API Key 来登录](https://docs.comfy.org/zh-CN/interface/user#%E4%BD%BF%E7%94%A8-api-key-%E8%BF%9B%E8%A1%8C%E7%99%BB%E5%BD%95)\n"
|
|
27
|
+
],
|
|
28
|
+
"color": "#432",
|
|
29
|
+
"bgcolor": "#653"
|
|
43
30
|
},
|
|
44
31
|
{
|
|
45
|
-
"id":
|
|
32
|
+
"id": 45,
|
|
46
33
|
"type": "KlingImage2VideoNode",
|
|
47
34
|
"pos": [
|
|
48
|
-
|
|
49
|
-
|
|
35
|
+
1540,
|
|
36
|
+
1400
|
|
50
37
|
],
|
|
51
38
|
"size": [
|
|
52
39
|
400,
|
|
@@ -59,7 +46,7 @@
|
|
|
59
46
|
{
|
|
60
47
|
"name": "start_frame",
|
|
61
48
|
"type": "IMAGE",
|
|
62
|
-
"link":
|
|
49
|
+
"link": 28
|
|
63
50
|
}
|
|
64
51
|
],
|
|
65
52
|
"outputs": [
|
|
@@ -67,7 +54,7 @@
|
|
|
67
54
|
"name": "VIDEO",
|
|
68
55
|
"type": "VIDEO",
|
|
69
56
|
"links": [
|
|
70
|
-
|
|
57
|
+
29
|
|
71
58
|
]
|
|
72
59
|
},
|
|
73
60
|
{
|
|
@@ -82,24 +69,28 @@
|
|
|
82
69
|
}
|
|
83
70
|
],
|
|
84
71
|
"properties": {
|
|
72
|
+
"cnr_id": "comfy-core",
|
|
73
|
+
"ver": "0.3.62",
|
|
85
74
|
"Node name for S&R": "KlingImage2VideoNode"
|
|
86
75
|
},
|
|
87
76
|
"widgets_values": [
|
|
88
77
|
"Translucent Chinese dragon, pearly white scales, delicate white whiskers, silver-white eyes, elegant claws, dragon body coiling into circular form, slowly rotating and rising, tail elegantly swaying, head slightly tilting upward, scales flowing like waves, sea of clouds surrounding dragon, white lightning flashing in background, close-up circling shot, light passing through translucent dragon body, scales refracting soft white light, mystical ethereal atmosphere, Eastern mythological style",
|
|
89
78
|
"low quality, blurry, distorted, unnatural pose, disproportionate dragon body, Western dragon design, golden sparkles, colorful elements, orange light particles, multicolored tones, stiff movement, straight flying, simplistic clouds, flat effects, lack of details, opaque dragon body, rough texture, messy composition, overexposed, low resolution, long shot, stationary dragon",
|
|
90
79
|
"kling-v2-master",
|
|
91
|
-
0,
|
|
80
|
+
0.8,
|
|
92
81
|
"std",
|
|
93
82
|
"16:9",
|
|
94
83
|
"5"
|
|
95
|
-
]
|
|
84
|
+
],
|
|
85
|
+
"color": "#432",
|
|
86
|
+
"bgcolor": "#653"
|
|
96
87
|
},
|
|
97
88
|
{
|
|
98
89
|
"id": 38,
|
|
99
90
|
"type": "SaveVideo",
|
|
100
91
|
"pos": [
|
|
101
|
-
|
|
102
|
-
|
|
92
|
+
1970,
|
|
93
|
+
1400
|
|
103
94
|
],
|
|
104
95
|
"size": [
|
|
105
96
|
270,
|
|
@@ -112,11 +103,13 @@
|
|
|
112
103
|
{
|
|
113
104
|
"name": "video",
|
|
114
105
|
"type": "VIDEO",
|
|
115
|
-
"link":
|
|
106
|
+
"link": 29
|
|
116
107
|
}
|
|
117
108
|
],
|
|
118
109
|
"outputs": [],
|
|
119
110
|
"properties": {
|
|
111
|
+
"cnr_id": "comfy-core",
|
|
112
|
+
"ver": "0.3.62",
|
|
120
113
|
"Node name for S&R": "SaveVideo"
|
|
121
114
|
},
|
|
122
115
|
"widgets_values": [
|
|
@@ -126,42 +119,57 @@
|
|
|
126
119
|
]
|
|
127
120
|
},
|
|
128
121
|
{
|
|
129
|
-
"id":
|
|
130
|
-
"type": "
|
|
122
|
+
"id": 40,
|
|
123
|
+
"type": "LoadImage",
|
|
131
124
|
"pos": [
|
|
132
|
-
|
|
133
|
-
|
|
125
|
+
1226.656982421875,
|
|
126
|
+
1398.64013671875
|
|
134
127
|
],
|
|
135
128
|
"size": [
|
|
136
|
-
|
|
137
|
-
|
|
129
|
+
274.080078125,
|
|
130
|
+
314
|
|
138
131
|
],
|
|
139
132
|
"flags": {},
|
|
140
133
|
"order": 1,
|
|
141
134
|
"mode": 0,
|
|
142
135
|
"inputs": [],
|
|
143
|
-
"outputs": [
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
136
|
+
"outputs": [
|
|
137
|
+
{
|
|
138
|
+
"name": "IMAGE",
|
|
139
|
+
"type": "IMAGE",
|
|
140
|
+
"links": [
|
|
141
|
+
28
|
|
142
|
+
]
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
"name": "MASK",
|
|
146
|
+
"type": "MASK",
|
|
147
|
+
"links": null
|
|
148
|
+
}
|
|
148
149
|
],
|
|
149
|
-
"
|
|
150
|
-
|
|
150
|
+
"properties": {
|
|
151
|
+
"cnr_id": "comfy-core",
|
|
152
|
+
"ver": "0.3.62",
|
|
153
|
+
"Node name for S&R": "LoadImage"
|
|
154
|
+
},
|
|
155
|
+
"widgets_values": [
|
|
156
|
+
"long.png",
|
|
157
|
+
"image"
|
|
158
|
+
]
|
|
151
159
|
}
|
|
152
160
|
],
|
|
153
161
|
"links": [
|
|
154
162
|
[
|
|
155
|
-
|
|
163
|
+
28,
|
|
156
164
|
40,
|
|
157
165
|
0,
|
|
158
|
-
|
|
166
|
+
45,
|
|
159
167
|
0,
|
|
160
168
|
"IMAGE"
|
|
161
169
|
],
|
|
162
170
|
[
|
|
163
|
-
|
|
164
|
-
|
|
171
|
+
29,
|
|
172
|
+
45,
|
|
165
173
|
0,
|
|
166
174
|
38,
|
|
167
175
|
0,
|
|
@@ -174,11 +182,11 @@
|
|
|
174
182
|
"ds": {
|
|
175
183
|
"scale": 0.9090909090909095,
|
|
176
184
|
"offset": [
|
|
177
|
-
-
|
|
178
|
-
-
|
|
185
|
+
-729.1508149223234,
|
|
186
|
+
-1183.0502208856924
|
|
179
187
|
]
|
|
180
188
|
},
|
|
181
|
-
"frontendVersion": "1.
|
|
189
|
+
"frontendVersion": "1.27.7"
|
|
182
190
|
},
|
|
183
191
|
"version": 0.4
|
|
184
192
|
}
|
|
Binary file
|