comfyui-workflow-templates 0.1.10__py3-none-any.whl → 0.1.11__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 (22) hide show
  1. comfyui_workflow_templates/templates/api_hailuo_minimax_i2v.json +132 -31
  2. comfyui_workflow_templates/templates/api_kling_effects-1.webp +0 -0
  3. comfyui_workflow_templates/templates/api_kling_effects.json +188 -0
  4. comfyui_workflow_templates/templates/api_kling_flf-1.webp +0 -0
  5. comfyui_workflow_templates/templates/api_kling_flf.json +246 -0
  6. comfyui_workflow_templates/templates/api_luma_photon_i2i.json +57 -64
  7. comfyui_workflow_templates/templates/api_pika_scene.json +214 -41
  8. comfyui_workflow_templates/templates/api_pixverse_i2v.json +37 -61
  9. comfyui_workflow_templates/templates/api_pixverse_t2v.json +69 -6
  10. comfyui_workflow_templates/templates/api_pixverse_template_i2v.json +144 -63
  11. comfyui_workflow_templates/templates/api_stability_ai_i2i-1.webp +0 -0
  12. comfyui_workflow_templates/templates/api_stability_ai_i2i-2.webp +0 -0
  13. comfyui_workflow_templates/templates/api_stability_ai_i2i.json +202 -0
  14. comfyui_workflow_templates/templates/api_stability_ai_sd3.5_t2i-1.webp +0 -0
  15. comfyui_workflow_templates/templates/api_stability_ai_sd3.5_t2i.json +200 -0
  16. comfyui_workflow_templates/templates/api_veo2_i2v.json +29 -5
  17. comfyui_workflow_templates/templates/index.json +28 -0
  18. {comfyui_workflow_templates-0.1.10.dist-info → comfyui_workflow_templates-0.1.11.dist-info}/METADATA +1 -1
  19. {comfyui_workflow_templates-0.1.10.dist-info → comfyui_workflow_templates-0.1.11.dist-info}/RECORD +22 -13
  20. {comfyui_workflow_templates-0.1.10.dist-info → comfyui_workflow_templates-0.1.11.dist-info}/WHEEL +0 -0
  21. {comfyui_workflow_templates-0.1.10.dist-info → comfyui_workflow_templates-0.1.11.dist-info}/licenses/LICENSE +0 -0
  22. {comfyui_workflow_templates-0.1.10.dist-info → comfyui_workflow_templates-0.1.11.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,200 @@
1
+ {
2
+ "id": "e62e2c49-db9e-49bc-a71b-3871b67cc7da",
3
+ "revision": 0,
4
+ "last_node_id": 4,
5
+ "last_link_id": 2,
6
+ "nodes": [
7
+ {
8
+ "id": 2,
9
+ "type": "SaveImage",
10
+ "pos": [
11
+ 2189.6669921875,
12
+ 1334.1549072265625
13
+ ],
14
+ "size": [
15
+ 315,
16
+ 365
17
+ ],
18
+ "flags": {},
19
+ "order": 3,
20
+ "mode": 0,
21
+ "inputs": [
22
+ {
23
+ "name": "images",
24
+ "type": "IMAGE",
25
+ "link": 1
26
+ }
27
+ ],
28
+ "outputs": [],
29
+ "properties": {
30
+ "cnr_id": "comfy-core",
31
+ "ver": "0.3.29",
32
+ "widget_ue_connectable": {
33
+ "filename_prefix": true
34
+ }
35
+ },
36
+ "widgets_values": [
37
+ "ComfyUI"
38
+ ]
39
+ },
40
+ {
41
+ "id": 1,
42
+ "type": "StabilityStableImageSD_3_5Node",
43
+ "pos": [
44
+ 1655.4786376953125,
45
+ 1333.7921142578125
46
+ ],
47
+ "size": [
48
+ 484.8544921875,
49
+ 357.45458984375
50
+ ],
51
+ "flags": {},
52
+ "order": 2,
53
+ "mode": 0,
54
+ "inputs": [
55
+ {
56
+ "name": "image",
57
+ "shape": 7,
58
+ "type": "IMAGE",
59
+ "link": 2
60
+ },
61
+ {
62
+ "name": "negative_prompt",
63
+ "shape": 7,
64
+ "type": "STRING",
65
+ "link": null
66
+ }
67
+ ],
68
+ "outputs": [
69
+ {
70
+ "name": "IMAGE",
71
+ "type": "IMAGE",
72
+ "links": [
73
+ 1
74
+ ]
75
+ }
76
+ ],
77
+ "properties": {
78
+ "Node name for S&R": "StabilityStableImageSD_3_5Node",
79
+ "cnr_id": "comfy-core",
80
+ "ver": "0.3.29",
81
+ "widget_ue_connectable": {
82
+ "prompt": true,
83
+ "model": true,
84
+ "aspect_ratio": true,
85
+ "style_preset": true,
86
+ "cfg_scale": true,
87
+ "seed": true,
88
+ "image_denoise": true
89
+ }
90
+ },
91
+ "widgets_values": [
92
+ "a serene and peaceful scene of a glass cup filled with water and white daisies, the glass cup is positioned in the center of the image, with the flowers scattered around it, to the left of the cup, the camera is positioned directly, capturing the delicate petals and golden centers of the flowers, the background is blurred, with soft sunlight filtering through the leaves, creating a warm and inviting atmosphere, the overall effect is one of tranquility and natural beauty",
93
+ "sd3.5-large",
94
+ "1:1",
95
+ "cinematic",
96
+ 4,
97
+ 0,
98
+ 1,
99
+ [
100
+ false,
101
+ true
102
+ ]
103
+ ]
104
+ },
105
+ {
106
+ "id": 4,
107
+ "type": "LoadImage",
108
+ "pos": [
109
+ 1346.583740234375,
110
+ 1338.996337890625
111
+ ],
112
+ "size": [
113
+ 274.080078125,
114
+ 314
115
+ ],
116
+ "flags": {},
117
+ "order": 0,
118
+ "mode": 4,
119
+ "inputs": [],
120
+ "outputs": [
121
+ {
122
+ "name": "IMAGE",
123
+ "type": "IMAGE",
124
+ "links": [
125
+ 2
126
+ ]
127
+ },
128
+ {
129
+ "name": "MASK",
130
+ "type": "MASK",
131
+ "links": null
132
+ }
133
+ ],
134
+ "properties": {
135
+ "Node name for S&R": "LoadImage"
136
+ },
137
+ "widgets_values": [
138
+ "002.jpg",
139
+ "image"
140
+ ]
141
+ },
142
+ {
143
+ "id": 3,
144
+ "type": "MarkdownNote",
145
+ "pos": [
146
+ 1005.7901611328125,
147
+ 1342.15771484375
148
+ ],
149
+ "size": [
150
+ 315.338134765625,
151
+ 273.75128173828125
152
+ ],
153
+ "flags": {},
154
+ "order": 1,
155
+ "mode": 0,
156
+ "inputs": [],
157
+ "outputs": [],
158
+ "title": "About API Node",
159
+ "properties": {},
160
+ "widgets_values": [
161
+ "To use the API, you must be in a secure network environment:\n\n- Only allows access from `127.0.0.1` or `localhost`.\n\n- Using the `--listen` parameter to access API Nodes via the LAN is not supported.\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---\n\n要使用API,你必须处于安全的网络环境中:\n\n- 仅允许从`127.0.0.1`或`localhost`访问。\n- 不支持使用`--listen`参数通过局域网访问API节点。\n- 确保你能够正常连接我们的API服务(某些地区可能需要代理)。\n- 确保你已在设置中登录,且你的账户仍有足够的积分来支付API调用的消耗。\n"
162
+ ],
163
+ "color": "#432",
164
+ "bgcolor": "#653"
165
+ }
166
+ ],
167
+ "links": [
168
+ [
169
+ 1,
170
+ 1,
171
+ 0,
172
+ 2,
173
+ 0,
174
+ "IMAGE"
175
+ ],
176
+ [
177
+ 2,
178
+ 4,
179
+ 0,
180
+ 1,
181
+ 0,
182
+ "IMAGE"
183
+ ]
184
+ ],
185
+ "groups": [],
186
+ "config": {},
187
+ "extra": {
188
+ "ds": {
189
+ "scale": 1.1,
190
+ "offset": [
191
+ -1348.4191820688502,
192
+ -1060.5253187391743
193
+ ]
194
+ },
195
+ "frontendVersion": "1.18.5",
196
+ "ue_links": [],
197
+ "links_added_by_ue": []
198
+ },
199
+ "version": 0.4
200
+ }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "3ba6fcae-c49e-40dc-8725-12d4cd833fcb",
3
3
  "revision": 0,
4
- "last_node_id": 62,
4
+ "last_node_id": 63,
5
5
  "last_link_id": 30,
6
6
  "nodes": [
7
7
  {
@@ -16,7 +16,7 @@
16
16
  249.875
17
17
  ],
18
18
  "flags": {},
19
- "order": 2,
19
+ "order": 3,
20
20
  "mode": 0,
21
21
  "inputs": [
22
22
  {
@@ -47,7 +47,7 @@
47
47
  453.20001220703125
48
48
  ],
49
49
  "flags": {},
50
- "order": 1,
50
+ "order": 2,
51
51
  "mode": 0,
52
52
  "inputs": [
53
53
  {
@@ -80,6 +80,30 @@
80
80
  "randomize"
81
81
  ]
82
82
  },
83
+ {
84
+ "id": 63,
85
+ "type": "MarkdownNote",
86
+ "pos": [
87
+ 1121.4820556640625,
88
+ 1535.4681396484375
89
+ ],
90
+ "size": [
91
+ 378.2833251953125,
92
+ 274.91668701171875
93
+ ],
94
+ "flags": {},
95
+ "order": 0,
96
+ "mode": 0,
97
+ "inputs": [],
98
+ "outputs": [],
99
+ "title": "About API Node",
100
+ "properties": {},
101
+ "widgets_values": [
102
+ "To use the API, you must be in a secure network environment:\n\n- Only allows access from `127.0.0.1` or `localhost`.\n\n- Using the `--listen` parameter to access API Nodes via the LAN is not supported.\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---\n\n要使用API,你必须处于安全的网络环境中:\n\n- 仅允许从`127.0.0.1`或`localhost`访问。\n- 不支持使用`--listen`参数通过局域网访问API节点。\n- 确保你能够正常连接我们的API服务(某些地区可能需要代理)。\n- 确保你已在设置中登录,且你的账户仍有足够的积分来支付API调用的消耗。\n"
103
+ ],
104
+ "color": "#432",
105
+ "bgcolor": "#653"
106
+ },
83
107
  {
84
108
  "id": 61,
85
109
  "type": "LoadImage",
@@ -92,7 +116,7 @@
92
116
  314
93
117
  ],
94
118
  "flags": {},
95
- "order": 0,
119
+ "order": 1,
96
120
  "mode": 0,
97
121
  "inputs": [],
98
122
  "outputs": [
@@ -146,7 +170,7 @@
146
170
  -1315.7268448064015
147
171
  ]
148
172
  },
149
- "frontendVersion": "1.18.4"
173
+ "frontendVersion": "1.18.5"
150
174
  },
151
175
  "version": 0.4
152
176
  }
@@ -424,6 +424,20 @@
424
424
  "mediaType": "image",
425
425
  "mediaSubtype": "webp"
426
426
  },
427
+ {
428
+ "name": "api_stability_ai_i2i",
429
+ "title": "Stability AI: Image to Image",
430
+ "description": "Transform your images with high-quality image-to-image generation. Perfect for professional image editing and style transfer.",
431
+ "mediaType": "image",
432
+ "mediaSubtype": "webp"
433
+ },
434
+ {
435
+ "name": "api_stability_ai_sd3.5_t2i",
436
+ "title": "Stability AI: SD3.5 Text to Image",
437
+ "description": "Generate high quality images with excellent prompt adherence. Perfect for professional use cases at 1 megapixel resolution.",
438
+ "mediaType": "image",
439
+ "mediaSubtype": "webp"
440
+ },
427
441
  {
428
442
  "name": "api_ideogram_v3_t2i",
429
443
  "title": "Ideogram V3: Text to Image",
@@ -496,6 +510,20 @@
496
510
  "mediaType": "image",
497
511
  "mediaSubtype": "webp"
498
512
  },
513
+ {
514
+ "name": "api_kling_effects",
515
+ "title": "Kling: Video Effects",
516
+ "description": "Apply stunning visual effects to your images and transform them into dynamic videos. Choose from a variety of effects.",
517
+ "mediaType": "image",
518
+ "mediaSubtype": "webp"
519
+ },
520
+ {
521
+ "name": "api_kling_flf",
522
+ "title": "Kling: FLF2V",
523
+ "description": "Generate videos through controlling the first and last frames.",
524
+ "mediaType": "image",
525
+ "mediaSubtype": "webp"
526
+ },
499
527
  {
500
528
  "name": "api_veo2_i2v",
501
529
  "title": "Veo2: Image to Video",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: comfyui_workflow_templates
3
- Version: 0.1.10
3
+ Version: 0.1.11
4
4
  Summary: ComfyUI workflow templates package
5
5
  Author: Comfy-Org
6
6
  License: GNU GENERAL PUBLIC LICENSE
@@ -5,18 +5,22 @@ comfyui_workflow_templates/templates/2_pass_pose_worship.json,sha256=WZNNxOeuH7Q
5
5
  comfyui_workflow_templates/templates/api_bfl_flux_pro_t2i-1.webp,sha256=sO3tw-E04ZrTwBvmXWuzKtIF9rzjS31zI25W3bzlGNY,13520
6
6
  comfyui_workflow_templates/templates/api_bfl_flux_pro_t2i.json,sha256=etSpreA4MVjTfVYyCMqCKuKkQOOme5izXIQ-sFTVNT8,6810
7
7
  comfyui_workflow_templates/templates/api_hailuo_minimax_i2v-1.webp,sha256=B7n2rjcqqLyBH59GFeUA1dFTVYR7SsxG71W2N0u4aDY,724132
8
- comfyui_workflow_templates/templates/api_hailuo_minimax_i2v.json,sha256=zR_CEf3GYFRNS_eIqTM-HuRjq5epmkl5B4YVfRp4odU,1799
8
+ comfyui_workflow_templates/templates/api_hailuo_minimax_i2v.json,sha256=2KUfeMYu16rEyX7dBABzZhFckqHEZIp3qEbP2O8P4F8,3724
9
9
  comfyui_workflow_templates/templates/api_hailuo_minimax_t2v-1.webp,sha256=lTqXKeCW49y0ln2HTyTBd2MZorzgy3zJQxoAaBJ6wSc,666600
10
10
  comfyui_workflow_templates/templates/api_hailuo_minimax_t2v.json,sha256=IdRCPpe_Jv32StCxwt-c5D5bO6GT69xylIeZ7PRu_yo,3807
11
11
  comfyui_workflow_templates/templates/api_ideogram_v3_t2i-1.webp,sha256=w0YREvnxjiIPLowA05A2YIT7c_RIxksIO8X-r0rGODY,12192
12
12
  comfyui_workflow_templates/templates/api_ideogram_v3_t2i.json,sha256=mGRRR0WKf87aXng_9aiwtcTIFlDZCYIApLDHMYIMaxA,5742
13
+ comfyui_workflow_templates/templates/api_kling_effects-1.webp,sha256=4zeAHuLkLFhqQqZJ34WgWyuJ0sSB9I6Uujwox0k_4DY,837812
14
+ comfyui_workflow_templates/templates/api_kling_effects.json,sha256=hvAJgnMtOZDdg1PyJMUjv2NOg3sBFSnZsemH6P5tEOE,4099
15
+ comfyui_workflow_templates/templates/api_kling_flf-1.webp,sha256=qTARBIweu_1CMRmjBXRrUhcenzUjch-FTxgNcmSZtUg,790404
16
+ comfyui_workflow_templates/templates/api_kling_flf.json,sha256=64cdOBfbRAjmYIRoDX3PEzRaEDzRbf7t1jXvCrv1xN0,5563
13
17
  comfyui_workflow_templates/templates/api_kling_i2v-1.webp,sha256=1ZkS3Fj37tyRgYlC-llDbMNNd-q-nhoHjpfpUmOE8OE,1413972
14
18
  comfyui_workflow_templates/templates/api_kling_i2v.json,sha256=W9ml-1uhWZd0OduDSe9yQ2EkF6WfooNwApY9vRSYtSY,4827
15
19
  comfyui_workflow_templates/templates/api_luma_i2v-1.webp,sha256=5NmB-k4_U1k3Xehxtg0egfpG5RUxrdZVtm70uPhFA_o,2086092
16
20
  comfyui_workflow_templates/templates/api_luma_i2v.json,sha256=mq7GNbPUbpIRhNCLghO2E4vT-bEB38PtpWJxF2Jisv0,8273
17
21
  comfyui_workflow_templates/templates/api_luma_photon_i2i-1.webp,sha256=pijIcOAeQbzpddeUuv2HiYDRxjsaCdXFlXg1eZWtRtw,28376
18
22
  comfyui_workflow_templates/templates/api_luma_photon_i2i-2.webp,sha256=zBa4zQzPlpwhUk-riHu6oNiV-t3sc6EjY6q7cKcg9wU,25082
19
- comfyui_workflow_templates/templates/api_luma_photon_i2i.json,sha256=ZnkcK4R-Rm7FstfMDU70ElnQ31wDZyXmB1olEU8C5BM,4626
23
+ comfyui_workflow_templates/templates/api_luma_photon_i2i.json,sha256=QOj683hF--optd79-SrHnRXqZnIHfNMGFHEGb5CP_iQ,4484
20
24
  comfyui_workflow_templates/templates/api_luma_photon_style_ref-1.webp,sha256=29k8VYVkRZE6GLRkrY5GTKWUwwCep53FEUKa1Ki9wqY,14502
21
25
  comfyui_workflow_templates/templates/api_luma_photon_style_ref-2.webp,sha256=RC_rEKcwz15BxbeKYnivht3Iuhf3nSg0KcHFEumIMak,21258
22
26
  comfyui_workflow_templates/templates/api_luma_photon_style_ref.json,sha256=RnqtPryVNclREwZ4IvlQETR6KaczOkwF0MdnEhBromY,18729
@@ -43,23 +47,28 @@ comfyui_workflow_templates/templates/api_openai_image_1_t2i.json,sha256=n_xwj_GM
43
47
  comfyui_workflow_templates/templates/api_pika_i2v-1.webp,sha256=YXL1L7v3mijkmwjukr7igE7Wl-dTfvHvgFZioEECyN8,595626
44
48
  comfyui_workflow_templates/templates/api_pika_i2v.json,sha256=1MOa5d0iVjWODnO9pT-ZmejJOgk4uT9s1cCKAt91J_k,4539
45
49
  comfyui_workflow_templates/templates/api_pika_scene-1.webp,sha256=148VnDSW8sF-JaQowGPGAf652stqUNQHZls7I4H1bjo,2157972
46
- comfyui_workflow_templates/templates/api_pika_scene.json,sha256=sgQrGiR0he4LKu0LgLFCkU42ZI8sehdW7XsJjOaGy4c,4130
50
+ comfyui_workflow_templates/templates/api_pika_scene.json,sha256=reZBtVwflmDh9DFumLEAh8I74MBbqE5qkcK8ZCAVSgk,6617
47
51
  comfyui_workflow_templates/templates/api_pixverse_i2v-1.webp,sha256=tKiouvRTjbYmgH9S4nkAcH78cTNqhmT9PNy4JuxCk-c,935798
48
- comfyui_workflow_templates/templates/api_pixverse_i2v.json,sha256=qQ99PpVOlXhecqcMtLa-j5eyjGZCzG47IqNgbYaTBtw,6282
52
+ comfyui_workflow_templates/templates/api_pixverse_i2v.json,sha256=VR47BqdUUh3DNQMiIMpVYhv2nvUFtlbwweDjDXRBAAI,5279
49
53
  comfyui_workflow_templates/templates/api_pixverse_t2v-1.webp,sha256=AnH-_oEKVGfCDGZtZpfN_YOnToDwCHikIfurx0vA5R0,1033464
50
- comfyui_workflow_templates/templates/api_pixverse_t2v.json,sha256=vnL6bp6jzPXeiIB-TnoKf5JNfsnFdhNPUYBIV9OCt3Y,2017
54
+ comfyui_workflow_templates/templates/api_pixverse_t2v.json,sha256=hT_0FNgKP_RCvNrp3SAtVt8IUM7Hlwij4d8m9xT8WXM,3944
51
55
  comfyui_workflow_templates/templates/api_pixverse_template_i2v-1.webp,sha256=Gvg8f8tgtJrxMgTEvJOicRCPEa0CweJZAgBs3YUvxM0,585618
52
- comfyui_workflow_templates/templates/api_pixverse_template_i2v.json,sha256=tpB3tdFU5uo_gnBBh0Mh54UnP3y2RXJraChyEBmP4xw,3017
56
+ comfyui_workflow_templates/templates/api_pixverse_template_i2v.json,sha256=lFxQmRK5Dj7Dkeqm2GKTcZlZM4JiBKOKr4YL-tcda-A,4635
53
57
  comfyui_workflow_templates/templates/api_recraft_image_gen_with_color_control-1.webp,sha256=k5LKtrWs9yRdyEY9G-iiC3SezLULGmRrJRwlP6CKspE,22306
54
58
  comfyui_workflow_templates/templates/api_recraft_image_gen_with_color_control.json,sha256=4Qls6KU_RlDcCgI7ctCLw7ZzgJkXQLhqQxLmYcZ9VNQ,12091
55
59
  comfyui_workflow_templates/templates/api_recraft_image_gen_with_style_control-1.webp,sha256=N0g0Pd-bFWlT5TVjvr5UaXv9WNromiR9YBvDv-c3ZMc,20010
56
60
  comfyui_workflow_templates/templates/api_recraft_image_gen_with_style_control.json,sha256=Wj2FpY90_AmivFCzHScJ3ph1yq3803fxaMBkiI92Fzo,12058
57
61
  comfyui_workflow_templates/templates/api_recraft_vector_gen-1.webp,sha256=tBQbuW9cQnjRzacNXLwGjvxlvIdy7UQBqSO9aob6SsE,21262
58
62
  comfyui_workflow_templates/templates/api_recraft_vector_gen.json,sha256=v20ExNIKYN5OQRwbVvm3KaYrJzamdyxaRTgHf2NaEDc,8399
63
+ comfyui_workflow_templates/templates/api_stability_ai_i2i-1.webp,sha256=d30IwubF7lDzIGIV-UrAv7AJg0rOGB0v-8b6AL-zAps,12800
64
+ comfyui_workflow_templates/templates/api_stability_ai_i2i-2.webp,sha256=BKc2_mL1iAKs9sbPkiEe5Y8XXmIW33xf9LUAolR2wh0,17222
65
+ comfyui_workflow_templates/templates/api_stability_ai_i2i.json,sha256=am5Zf1LkmeDlIguKAcHtvwRrVABUDUiWBfwO0CEcIRU,4533
66
+ comfyui_workflow_templates/templates/api_stability_ai_sd3.5_t2i-1.webp,sha256=hyhhCJF34Fgju7o2k9_9acdyL6azviDa9E00Bn0rrIE,18384
67
+ comfyui_workflow_templates/templates/api_stability_ai_sd3.5_t2i.json,sha256=BmV1j3pjcbe5iMkJatsurZ0hx7gqEoYzBbH-QYzMIEw,4843
59
68
  comfyui_workflow_templates/templates/api_stability_ai_stable_image_ultra_t2i-1.webp,sha256=cJZ1qYgFKaeBw0P7PdDAELblEVtFroMZIc0BMZJpl8s,11052
60
69
  comfyui_workflow_templates/templates/api_stability_ai_stable_image_ultra_t2i.json,sha256=n-3Dp0hoAh0pci5DJjRo5V1aYftVLmjHgqxu4xNTsUc,4329
61
70
  comfyui_workflow_templates/templates/api_veo2_i2v-1.webp,sha256=8dk6UktYxYqL5doKlQwN5jVr04vn0bNbQQ_NWbWnieg,758638
62
- comfyui_workflow_templates/templates/api_veo2_i2v.json,sha256=8UVsGGeWbquFN133Q7Es6EU5Gaqqn1Q4wshTeEligIU,3229
71
+ comfyui_workflow_templates/templates/api_veo2_i2v.json,sha256=3MTs3DaHPdIq_xHXLfnfxN6OkwKRKnuc9xRp4ENKbZY,4503
63
72
  comfyui_workflow_templates/templates/area_composition-1.webp,sha256=ZP_Q-7mthFO-SGBWjrcpX2pMYU6T1g18MgvPnqxemUo,201190
64
73
  comfyui_workflow_templates/templates/area_composition.json,sha256=RWTltC6Vt3PS_ZxQx8abbpUQjz_8vM6BU25DzFd7oLc,21399
65
74
  comfyui_workflow_templates/templates/area_composition_reversed-1.webp,sha256=HZrrn1P6wF08b9hjSD1Zzc4M2xXyySzvvkBYa39cVw0,216640
@@ -131,7 +140,7 @@ comfyui_workflow_templates/templates/image_to_video-1.webp,sha256=-3fIlyNhM-troU
131
140
  comfyui_workflow_templates/templates/image_to_video.json,sha256=0HU8Cd0_AL-HJlBf6o_yvkToA8j0G5o4Kp-5HA91sUI,6625
132
141
  comfyui_workflow_templates/templates/image_to_video_wan-1.webp,sha256=cxtxeW5KepuVvqInT1G4d6ddKN_qCWzzWW4sv0Yl6PI,926424
133
142
  comfyui_workflow_templates/templates/image_to_video_wan.json,sha256=eJJzxJcRo-f2P1EW3OOPFm0Nx-6rxFdpdkRVcXPATs4,11813
134
- comfyui_workflow_templates/templates/index.json,sha256=VB5vFJ3Nh1G3fLI_fdjo8ov0lOs71O6xCs9wQmWj7U0,28528
143
+ comfyui_workflow_templates/templates/index.json,sha256=jeBCTSvuSfD0dOOjOoNZm215-HEtyNqb6aTIz7xisxY,29709
135
144
  comfyui_workflow_templates/templates/inpain_model_outpainting-1.webp,sha256=PVdIJ4LKvAGP-OzD1FmzQGFpcUKOMdXj-bBgQwIgZDI,116632
136
145
  comfyui_workflow_templates/templates/inpain_model_outpainting-2.webp,sha256=8I_BITesJrhvWdqebcz_BUsG2O5ltayxgIkwZCs-R9w,27708
137
146
  comfyui_workflow_templates/templates/inpain_model_outpainting.json,sha256=ovkgoh1C-grKfehN495pSUKTBGnSQ6Hm9GTVgQ3LjCU,8608
@@ -189,8 +198,8 @@ comfyui_workflow_templates/templates/wan2.1_fun_control-2.webp,sha256=czOi3YuJI9
189
198
  comfyui_workflow_templates/templates/wan2.1_fun_control.json,sha256=DtwD0aCFtDAfmHFZ60SmVaTQCwAKy27Ggpi5YHTjdbE,20623
190
199
  comfyui_workflow_templates/templates/wan2.1_fun_inp-1.webp,sha256=0xKRBDLFCbMrni6o5zFlVt6o5a38Rxg1_Q0ETU2hPHc,1578046
191
200
  comfyui_workflow_templates/templates/wan2.1_fun_inp.json,sha256=PFoDxG-3_scsi2TGnDukSJ31dMC6j8ZYLqLQ_uJE5xM,19174
192
- comfyui_workflow_templates-0.1.10.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
193
- comfyui_workflow_templates-0.1.10.dist-info/METADATA,sha256=7lxaLoFRtpTLEp4v4eea6tLbJvLWJ7jF_vnYulnDn8c,55418
194
- comfyui_workflow_templates-0.1.10.dist-info/WHEEL,sha256=0CuiUZ_p9E4cD6NyLD6UG80LBXYyiSYZOKDm5lp32xk,91
195
- comfyui_workflow_templates-0.1.10.dist-info/top_level.txt,sha256=u4ElFwwqJ25NY9OpjIB2eFEaFoAIk4bHrlGJKPMwJOo,27
196
- comfyui_workflow_templates-0.1.10.dist-info/RECORD,,
201
+ comfyui_workflow_templates-0.1.11.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
202
+ comfyui_workflow_templates-0.1.11.dist-info/METADATA,sha256=L8nBIx6PP6hhdpf3M6vFQ1MqcLbiQKsMqXwqoblLywI,55418
203
+ comfyui_workflow_templates-0.1.11.dist-info/WHEEL,sha256=0CuiUZ_p9E4cD6NyLD6UG80LBXYyiSYZOKDm5lp32xk,91
204
+ comfyui_workflow_templates-0.1.11.dist-info/top_level.txt,sha256=u4ElFwwqJ25NY9OpjIB2eFEaFoAIk4bHrlGJKPMwJOo,27
205
+ comfyui_workflow_templates-0.1.11.dist-info/RECORD,,