comfyui-workflow-templates 0.1.11__py3-none-any.whl → 0.1.12__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.
- comfyui_workflow_templates/templates/api_stability_ai_sd3.5_t2i.json +100 -55
- comfyui_workflow_templates/templates/audio_ace_step_1_t2m.json +475 -0
- comfyui_workflow_templates/templates/index.json +115 -98
- comfyui_workflow_templates/templates/stability_ai_sd3.5_i2i-1.webp +0 -0
- comfyui_workflow_templates/templates/stability_ai_sd3.5_i2i-2.webp +0 -0
- comfyui_workflow_templates/templates/stability_ai_sd3.5_i2i.json +241 -0
- {comfyui_workflow_templates-0.1.11.dist-info → comfyui_workflow_templates-0.1.12.dist-info}/METADATA +1 -1
- {comfyui_workflow_templates-0.1.11.dist-info → comfyui_workflow_templates-0.1.12.dist-info}/RECORD +13 -9
- /comfyui_workflow_templates/templates/{stable_audio_example-1.mp3 → audio_stable_audio_example-1.mp3} +0 -0
- /comfyui_workflow_templates/templates/{stable_audio_example.json → audio_stable_audio_example.json} +0 -0
- {comfyui_workflow_templates-0.1.11.dist-info → comfyui_workflow_templates-0.1.12.dist-info}/WHEEL +0 -0
- {comfyui_workflow_templates-0.1.11.dist-info → comfyui_workflow_templates-0.1.12.dist-info}/licenses/LICENSE +0 -0
- {comfyui_workflow_templates-0.1.11.dist-info → comfyui_workflow_templates-0.1.12.dist-info}/top_level.txt +0 -0
@@ -1,8 +1,8 @@
|
|
1
1
|
{
|
2
2
|
"id": "e62e2c49-db9e-49bc-a71b-3871b67cc7da",
|
3
3
|
"revision": 0,
|
4
|
-
"last_node_id":
|
5
|
-
"last_link_id":
|
4
|
+
"last_node_id": 5,
|
5
|
+
"last_link_id": 3,
|
6
6
|
"nodes": [
|
7
7
|
{
|
8
8
|
"id": 2,
|
@@ -16,7 +16,7 @@
|
|
16
16
|
365
|
17
17
|
],
|
18
18
|
"flags": {},
|
19
|
-
"order":
|
19
|
+
"order": 4,
|
20
20
|
"mode": 0,
|
21
21
|
"inputs": [
|
22
22
|
{
|
@@ -37,19 +37,82 @@
|
|
37
37
|
"ComfyUI"
|
38
38
|
]
|
39
39
|
},
|
40
|
+
{
|
41
|
+
"id": 4,
|
42
|
+
"type": "LoadImage",
|
43
|
+
"pos": [
|
44
|
+
1346.583740234375,
|
45
|
+
1338.996337890625
|
46
|
+
],
|
47
|
+
"size": [
|
48
|
+
274.080078125,
|
49
|
+
314
|
50
|
+
],
|
51
|
+
"flags": {},
|
52
|
+
"order": 0,
|
53
|
+
"mode": 4,
|
54
|
+
"inputs": [],
|
55
|
+
"outputs": [
|
56
|
+
{
|
57
|
+
"name": "IMAGE",
|
58
|
+
"type": "IMAGE",
|
59
|
+
"links": [
|
60
|
+
2
|
61
|
+
]
|
62
|
+
},
|
63
|
+
{
|
64
|
+
"name": "MASK",
|
65
|
+
"type": "MASK",
|
66
|
+
"links": null
|
67
|
+
}
|
68
|
+
],
|
69
|
+
"properties": {
|
70
|
+
"cnr_id": "comfy-core",
|
71
|
+
"ver": "0.3.31",
|
72
|
+
"Node name for S&R": "LoadImage"
|
73
|
+
},
|
74
|
+
"widgets_values": [
|
75
|
+
"002.jpg",
|
76
|
+
"image"
|
77
|
+
]
|
78
|
+
},
|
79
|
+
{
|
80
|
+
"id": 3,
|
81
|
+
"type": "MarkdownNote",
|
82
|
+
"pos": [
|
83
|
+
1005.7901611328125,
|
84
|
+
1342.15771484375
|
85
|
+
],
|
86
|
+
"size": [
|
87
|
+
315.338134765625,
|
88
|
+
273.75128173828125
|
89
|
+
],
|
90
|
+
"flags": {},
|
91
|
+
"order": 1,
|
92
|
+
"mode": 0,
|
93
|
+
"inputs": [],
|
94
|
+
"outputs": [],
|
95
|
+
"title": "About API Node",
|
96
|
+
"properties": {},
|
97
|
+
"widgets_values": [
|
98
|
+
"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"
|
99
|
+
],
|
100
|
+
"color": "#432",
|
101
|
+
"bgcolor": "#653"
|
102
|
+
},
|
40
103
|
{
|
41
104
|
"id": 1,
|
42
105
|
"type": "StabilityStableImageSD_3_5Node",
|
43
106
|
"pos": [
|
44
|
-
|
45
|
-
|
107
|
+
1675.613037109375,
|
108
|
+
1335.446044921875
|
46
109
|
],
|
47
110
|
"size": [
|
48
111
|
484.8544921875,
|
49
112
|
357.45458984375
|
50
113
|
],
|
51
114
|
"flags": {},
|
52
|
-
"order":
|
115
|
+
"order": 3,
|
53
116
|
"mode": 0,
|
54
117
|
"inputs": [
|
55
118
|
{
|
@@ -62,7 +125,7 @@
|
|
62
125
|
"name": "negative_prompt",
|
63
126
|
"shape": 7,
|
64
127
|
"type": "STRING",
|
65
|
-
"link":
|
128
|
+
"link": 3
|
66
129
|
}
|
67
130
|
],
|
68
131
|
"outputs": [
|
@@ -75,9 +138,9 @@
|
|
75
138
|
}
|
76
139
|
],
|
77
140
|
"properties": {
|
78
|
-
"Node name for S&R": "StabilityStableImageSD_3_5Node",
|
79
141
|
"cnr_id": "comfy-core",
|
80
142
|
"ver": "0.3.29",
|
143
|
+
"Node name for S&R": "StabilityStableImageSD_3_5Node",
|
81
144
|
"widget_ue_connectable": {
|
82
145
|
"prompt": true,
|
83
146
|
"model": true,
|
@@ -100,68 +163,42 @@
|
|
100
163
|
false,
|
101
164
|
true
|
102
165
|
]
|
103
|
-
]
|
166
|
+
],
|
167
|
+
"color": "#432",
|
168
|
+
"bgcolor": "#653"
|
104
169
|
},
|
105
170
|
{
|
106
|
-
"id":
|
107
|
-
"type": "
|
171
|
+
"id": 5,
|
172
|
+
"type": "PrimitiveStringMultiline",
|
108
173
|
"pos": [
|
109
|
-
|
110
|
-
|
174
|
+
1348.482666015625,
|
175
|
+
1712.058837890625
|
111
176
|
],
|
112
177
|
"size": [
|
113
|
-
274.
|
114
|
-
|
178
|
+
274.6571044921875,
|
179
|
+
184.1536865234375
|
115
180
|
],
|
116
181
|
"flags": {},
|
117
|
-
"order":
|
118
|
-
"mode":
|
182
|
+
"order": 2,
|
183
|
+
"mode": 0,
|
119
184
|
"inputs": [],
|
120
185
|
"outputs": [
|
121
186
|
{
|
122
|
-
"name": "
|
123
|
-
"type": "
|
187
|
+
"name": "STRING",
|
188
|
+
"type": "STRING",
|
124
189
|
"links": [
|
125
|
-
|
190
|
+
3
|
126
191
|
]
|
127
|
-
},
|
128
|
-
{
|
129
|
-
"name": "MASK",
|
130
|
-
"type": "MASK",
|
131
|
-
"links": null
|
132
192
|
}
|
133
193
|
],
|
134
194
|
"properties": {
|
135
|
-
"
|
195
|
+
"cnr_id": "comfy-core",
|
196
|
+
"ver": "0.3.31",
|
197
|
+
"Node name for S&R": "PrimitiveStringMultiline"
|
136
198
|
},
|
137
199
|
"widgets_values": [
|
138
|
-
"
|
139
|
-
"image"
|
200
|
+
""
|
140
201
|
]
|
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
202
|
}
|
166
203
|
],
|
167
204
|
"links": [
|
@@ -180,6 +217,14 @@
|
|
180
217
|
1,
|
181
218
|
0,
|
182
219
|
"IMAGE"
|
220
|
+
],
|
221
|
+
[
|
222
|
+
3,
|
223
|
+
5,
|
224
|
+
0,
|
225
|
+
1,
|
226
|
+
1,
|
227
|
+
"STRING"
|
183
228
|
]
|
184
229
|
],
|
185
230
|
"groups": [],
|
@@ -188,11 +233,11 @@
|
|
188
233
|
"ds": {
|
189
234
|
"scale": 1.1,
|
190
235
|
"offset": [
|
191
|
-
-
|
192
|
-
-
|
236
|
+
-618.4652809968507,
|
237
|
+
-1097.8925369209926
|
193
238
|
]
|
194
239
|
},
|
195
|
-
"frontendVersion": "1.18.
|
240
|
+
"frontendVersion": "1.18.9",
|
196
241
|
"ue_links": [],
|
197
242
|
"links_added_by_ue": []
|
198
243
|
},
|
@@ -0,0 +1,475 @@
|
|
1
|
+
{
|
2
|
+
"id": "88ac5dad-efd7-40bb-84fe-fbaefdee1fa9",
|
3
|
+
"revision": 0,
|
4
|
+
"last_node_id": 48,
|
5
|
+
"last_link_id": 112,
|
6
|
+
"nodes": [
|
7
|
+
{
|
8
|
+
"id": 18,
|
9
|
+
"type": "VAEDecodeAudio",
|
10
|
+
"pos": [
|
11
|
+
1370,
|
12
|
+
100
|
13
|
+
],
|
14
|
+
"size": [
|
15
|
+
150.93612670898438,
|
16
|
+
46
|
17
|
+
],
|
18
|
+
"flags": {},
|
19
|
+
"order": 7,
|
20
|
+
"mode": 0,
|
21
|
+
"inputs": [
|
22
|
+
{
|
23
|
+
"name": "samples",
|
24
|
+
"type": "LATENT",
|
25
|
+
"link": 101
|
26
|
+
},
|
27
|
+
{
|
28
|
+
"name": "vae",
|
29
|
+
"type": "VAE",
|
30
|
+
"link": 83
|
31
|
+
}
|
32
|
+
],
|
33
|
+
"outputs": [
|
34
|
+
{
|
35
|
+
"name": "AUDIO",
|
36
|
+
"type": "AUDIO",
|
37
|
+
"links": [
|
38
|
+
26
|
39
|
+
]
|
40
|
+
}
|
41
|
+
],
|
42
|
+
"properties": {
|
43
|
+
"cnr_id": "comfy-core",
|
44
|
+
"ver": "0.3.32",
|
45
|
+
"Node name for S&R": "VAEDecodeAudio"
|
46
|
+
},
|
47
|
+
"widgets_values": []
|
48
|
+
},
|
49
|
+
{
|
50
|
+
"id": 3,
|
51
|
+
"type": "KSampler",
|
52
|
+
"pos": [
|
53
|
+
1040,
|
54
|
+
90
|
55
|
+
],
|
56
|
+
"size": [
|
57
|
+
315,
|
58
|
+
262
|
59
|
+
],
|
60
|
+
"flags": {},
|
61
|
+
"order": 6,
|
62
|
+
"mode": 0,
|
63
|
+
"inputs": [
|
64
|
+
{
|
65
|
+
"name": "model",
|
66
|
+
"type": "MODEL",
|
67
|
+
"link": 112
|
68
|
+
},
|
69
|
+
{
|
70
|
+
"name": "positive",
|
71
|
+
"type": "CONDITIONING",
|
72
|
+
"link": 110
|
73
|
+
},
|
74
|
+
{
|
75
|
+
"name": "negative",
|
76
|
+
"type": "CONDITIONING",
|
77
|
+
"link": 109
|
78
|
+
},
|
79
|
+
{
|
80
|
+
"name": "latent_image",
|
81
|
+
"type": "LATENT",
|
82
|
+
"link": 23
|
83
|
+
}
|
84
|
+
],
|
85
|
+
"outputs": [
|
86
|
+
{
|
87
|
+
"name": "LATENT",
|
88
|
+
"type": "LATENT",
|
89
|
+
"slot_index": 0,
|
90
|
+
"links": [
|
91
|
+
101
|
92
|
+
]
|
93
|
+
}
|
94
|
+
],
|
95
|
+
"properties": {
|
96
|
+
"cnr_id": "comfy-core",
|
97
|
+
"ver": "0.3.32",
|
98
|
+
"Node name for S&R": "KSampler"
|
99
|
+
},
|
100
|
+
"widgets_values": [
|
101
|
+
104920095063250,
|
102
|
+
"randomize",
|
103
|
+
50,
|
104
|
+
4,
|
105
|
+
"res_multistep",
|
106
|
+
"simple",
|
107
|
+
1
|
108
|
+
]
|
109
|
+
},
|
110
|
+
{
|
111
|
+
"id": 44,
|
112
|
+
"type": "ConditioningZeroOut",
|
113
|
+
"pos": [
|
114
|
+
790,
|
115
|
+
610
|
116
|
+
],
|
117
|
+
"size": [
|
118
|
+
197.712890625,
|
119
|
+
26
|
120
|
+
],
|
121
|
+
"flags": {},
|
122
|
+
"order": 5,
|
123
|
+
"mode": 0,
|
124
|
+
"inputs": [
|
125
|
+
{
|
126
|
+
"name": "conditioning",
|
127
|
+
"type": "CONDITIONING",
|
128
|
+
"link": 108
|
129
|
+
}
|
130
|
+
],
|
131
|
+
"outputs": [
|
132
|
+
{
|
133
|
+
"name": "CONDITIONING",
|
134
|
+
"type": "CONDITIONING",
|
135
|
+
"links": [
|
136
|
+
109
|
137
|
+
]
|
138
|
+
}
|
139
|
+
],
|
140
|
+
"properties": {
|
141
|
+
"cnr_id": "comfy-core",
|
142
|
+
"ver": "0.3.32",
|
143
|
+
"Node name for S&R": "ConditioningZeroOut"
|
144
|
+
},
|
145
|
+
"widgets_values": []
|
146
|
+
},
|
147
|
+
{
|
148
|
+
"id": 17,
|
149
|
+
"type": "EmptyAceStepLatentAudio",
|
150
|
+
"pos": [
|
151
|
+
710,
|
152
|
+
690
|
153
|
+
],
|
154
|
+
"size": [
|
155
|
+
270,
|
156
|
+
82
|
157
|
+
],
|
158
|
+
"flags": {},
|
159
|
+
"order": 0,
|
160
|
+
"mode": 0,
|
161
|
+
"inputs": [],
|
162
|
+
"outputs": [
|
163
|
+
{
|
164
|
+
"name": "LATENT",
|
165
|
+
"type": "LATENT",
|
166
|
+
"links": [
|
167
|
+
23
|
168
|
+
]
|
169
|
+
}
|
170
|
+
],
|
171
|
+
"properties": {
|
172
|
+
"cnr_id": "comfy-core",
|
173
|
+
"ver": "0.3.32",
|
174
|
+
"Node name for S&R": "EmptyAceStepLatentAudio"
|
175
|
+
},
|
176
|
+
"widgets_values": [
|
177
|
+
30,
|
178
|
+
1
|
179
|
+
]
|
180
|
+
},
|
181
|
+
{
|
182
|
+
"id": 40,
|
183
|
+
"type": "CheckpointLoaderSimple",
|
184
|
+
"pos": [
|
185
|
+
179.5068359375,
|
186
|
+
87.76739501953125
|
187
|
+
],
|
188
|
+
"size": [
|
189
|
+
375,
|
190
|
+
98
|
191
|
+
],
|
192
|
+
"flags": {},
|
193
|
+
"order": 1,
|
194
|
+
"mode": 0,
|
195
|
+
"inputs": [],
|
196
|
+
"outputs": [
|
197
|
+
{
|
198
|
+
"name": "MODEL",
|
199
|
+
"type": "MODEL",
|
200
|
+
"links": [
|
201
|
+
111
|
202
|
+
]
|
203
|
+
},
|
204
|
+
{
|
205
|
+
"name": "CLIP",
|
206
|
+
"type": "CLIP",
|
207
|
+
"links": [
|
208
|
+
80
|
209
|
+
]
|
210
|
+
},
|
211
|
+
{
|
212
|
+
"name": "VAE",
|
213
|
+
"type": "VAE",
|
214
|
+
"links": [
|
215
|
+
83
|
216
|
+
]
|
217
|
+
}
|
218
|
+
],
|
219
|
+
"properties": {
|
220
|
+
"cnr_id": "comfy-core",
|
221
|
+
"ver": "0.3.32",
|
222
|
+
"Node name for S&R": "CheckpointLoaderSimple",
|
223
|
+
"models": [
|
224
|
+
{
|
225
|
+
"name": "ace_step_v1_3.5b.safetensors",
|
226
|
+
"url": "https://huggingface.co/Comfy-Org/ACE-Step_ComfyUI_repackaged/resolve/main/all_in_one/ace_step_v1_3.5b.safetensors?download=true",
|
227
|
+
"directory": "checkpoints"
|
228
|
+
}
|
229
|
+
]
|
230
|
+
},
|
231
|
+
"widgets_values": [
|
232
|
+
"ace_step_v1_3.5b.safetensors"
|
233
|
+
],
|
234
|
+
"color": "#322",
|
235
|
+
"bgcolor": "#533"
|
236
|
+
},
|
237
|
+
{
|
238
|
+
"id": 45,
|
239
|
+
"type": "ModelSamplingSD3",
|
240
|
+
"pos": [
|
241
|
+
715.2496948242188,
|
242
|
+
-31.243383407592773
|
243
|
+
],
|
244
|
+
"size": [
|
245
|
+
270,
|
246
|
+
58
|
247
|
+
],
|
248
|
+
"flags": {},
|
249
|
+
"order": 3,
|
250
|
+
"mode": 0,
|
251
|
+
"inputs": [
|
252
|
+
{
|
253
|
+
"name": "model",
|
254
|
+
"type": "MODEL",
|
255
|
+
"link": 111
|
256
|
+
}
|
257
|
+
],
|
258
|
+
"outputs": [
|
259
|
+
{
|
260
|
+
"name": "MODEL",
|
261
|
+
"type": "MODEL",
|
262
|
+
"links": [
|
263
|
+
112
|
264
|
+
]
|
265
|
+
}
|
266
|
+
],
|
267
|
+
"properties": {
|
268
|
+
"cnr_id": "comfy-core",
|
269
|
+
"ver": "0.3.32",
|
270
|
+
"Node name for S&R": "ModelSamplingSD3"
|
271
|
+
},
|
272
|
+
"widgets_values": [
|
273
|
+
4.000000000000001
|
274
|
+
]
|
275
|
+
},
|
276
|
+
{
|
277
|
+
"id": 48,
|
278
|
+
"type": "MarkdownNote",
|
279
|
+
"pos": [
|
280
|
+
-360.0564270019531,
|
281
|
+
45.08247375488281
|
282
|
+
],
|
283
|
+
"size": [
|
284
|
+
499.296875,
|
285
|
+
571.3455200195312
|
286
|
+
],
|
287
|
+
"flags": {},
|
288
|
+
"order": 2,
|
289
|
+
"mode": 0,
|
290
|
+
"inputs": [],
|
291
|
+
"outputs": [],
|
292
|
+
"title": "About ACE Step",
|
293
|
+
"properties": {},
|
294
|
+
"widgets_values": [
|
295
|
+
"[Tutorial](http://docs.comfy.org/tutorials/audio/ace-step/ace-step-v1) | [教程](http://docs.comfy.org/zh-CN/tutorials/audio/ace-step/ace-step-v1)\n\n\n### Model Download\n\nDownload the following model and save it to the **ComfyUI/models/checkpoints** folder.\n[ace_step_v1_3.5b.safetensors](https://huggingface.co/Comfy-Org/ACE-Step_ComfyUI_repackaged/blob/main/all_in_one/ace_step_v1_3.5b.safetensors)\n\n\n### Multilingual Support\n\nCurrently, ACE-Step V1 supports multiple languages. When running, the ACE-Step model will obtain the English letters after the conversion of the corresponding different languages, and then generate music.\n\nHowever, currently in ComfyUI, we have not fully implemented the conversion from multiple languages to English letters (Japanese has been implemented at present). Therefore, if you need to use multiple languages for relevant music generation, you need to first convert the corresponding language into English letters, and then input the abbreviation of the corresponding language code at the beginning of the corresponding `lyrics`.\n\nFor example, Chinese `[zh]`, Japanese `[ja]`, Korean `[ko]`, etc.\nFor example:\n```\n[zh]ni hao\n[ja]kon ni chi wa\n[ko]an nyeong\n```\n\n---\n\n### 模型下载\n\n下载下面的模型并保存到 **ComfyUI/models/checkpoints** 文件夹下\n[ace_step_v1_3.5b.safetensors](https://huggingface.co/Comfy-Org/ACE-Step_ComfyUI_repackaged/blob/main/all_in_one/ace_step_v1_3.5b.safetensors)\n\n\n### 多语言支持\n\n目前 ACE-Step V1 是支持多语言的,运行是 ACE-Step 模型会获取到对应的不同语言转换后的英文字母,然后进行音乐生成。\n\n但目前在 ComfyUI 中我们并没有完全实现多语言到英文字母的转换(目前日文已经实现),所以如果你需要使用多语言来进行相关的音乐生成,你需要首先将对应的语言转换成英文字母,然后在对应 `lyrics` 开头输入对应语言代码的缩写。\n\n比如中文`[zh]` 日语 `[ja]` 韩语 `[ko]` 等\n比如:\n```\n[zh]ni hao\n[ja]kon ni chi wa\n[ko]an nyeong\n```"
|
296
|
+
],
|
297
|
+
"color": "#432",
|
298
|
+
"bgcolor": "#653"
|
299
|
+
},
|
300
|
+
{
|
301
|
+
"id": 14,
|
302
|
+
"type": "TextEncodeAceStepAudio",
|
303
|
+
"pos": [
|
304
|
+
581.5770874023438,
|
305
|
+
82.79544830322266
|
306
|
+
],
|
307
|
+
"size": [
|
308
|
+
413.60076904296875,
|
309
|
+
447.163330078125
|
310
|
+
],
|
311
|
+
"flags": {},
|
312
|
+
"order": 4,
|
313
|
+
"mode": 0,
|
314
|
+
"inputs": [
|
315
|
+
{
|
316
|
+
"name": "clip",
|
317
|
+
"type": "CLIP",
|
318
|
+
"link": 80
|
319
|
+
}
|
320
|
+
],
|
321
|
+
"outputs": [
|
322
|
+
{
|
323
|
+
"name": "CONDITIONING",
|
324
|
+
"type": "CONDITIONING",
|
325
|
+
"links": [
|
326
|
+
108,
|
327
|
+
110
|
328
|
+
]
|
329
|
+
}
|
330
|
+
],
|
331
|
+
"properties": {
|
332
|
+
"cnr_id": "comfy-core",
|
333
|
+
"ver": "0.3.32",
|
334
|
+
"Node name for S&R": "TextEncodeAceStepAudio"
|
335
|
+
},
|
336
|
+
"widgets_values": [
|
337
|
+
"funk, pop, soul, rock, melodic, guitar, drums, bass, keyboard, percussion, 105 BPM, energetic, upbeat, groovy, vibrant, dynamic",
|
338
|
+
"[Verse]\nI don't care about the view\n'Cause I exist for me and you\nI live my whole life in this planter\nI can't find my car so just call me the\nHorny gardener\n\n[Verse 2]\nMayflies land on me and tell me they just moved to town\nRemind me of my cousin Dottie she could put five hundred seeds down\nUsed to have a little guy sit beside me but he died in '22\nHmm I think that I was that little guy\nWhoa Tongue slip it wasn't mutual\n\n[Chorus]\nSticky green time in the flowery bob\nMy top shelf's looking good enough to chew\nRight now every fly in the town is talking to me and buzzing too\nDaisy Daisy can you come outside to play or else\nI'll put a garden stake through you\n\n[Verse 3]\nAll the buzzers lockin' up their stems and suckin' up their cuticles\nShe breathes my air I got her light I'm like her cute little cubical\nSome caring soul in my seat might say I'm rotting away it's pitiful\nBut she's the reason I go on and on and every single root'll crawl\n\n[Chorus]\nSticky green time in the flowery bob\nMy top shelf's looking good enough to chew\nRight now every fly in the town is talking to me and buzzing too\nDaisy Daisy can you come outside to play or else\nI'll put a garden stake through you\nOh my pot\nDon't scrape\nOh no\n\n[Verse 4]\nAh hah ahhah ahhah oohhh\nAh ahhahhahhah oh Hah\nOhhh oooh Oooh ohhh\nAh hhah Oh",
|
339
|
+
1
|
340
|
+
]
|
341
|
+
},
|
342
|
+
{
|
343
|
+
"id": 19,
|
344
|
+
"type": "SaveAudio",
|
345
|
+
"pos": [
|
346
|
+
1539,
|
347
|
+
100
|
348
|
+
],
|
349
|
+
"size": [
|
350
|
+
375.57366943359375,
|
351
|
+
112
|
352
|
+
],
|
353
|
+
"flags": {},
|
354
|
+
"order": 8,
|
355
|
+
"mode": 0,
|
356
|
+
"inputs": [
|
357
|
+
{
|
358
|
+
"name": "audio",
|
359
|
+
"type": "AUDIO",
|
360
|
+
"link": 26
|
361
|
+
}
|
362
|
+
],
|
363
|
+
"outputs": [],
|
364
|
+
"properties": {
|
365
|
+
"cnr_id": "comfy-core",
|
366
|
+
"ver": "0.3.32"
|
367
|
+
},
|
368
|
+
"widgets_values": [
|
369
|
+
"audio/ComfyUI"
|
370
|
+
]
|
371
|
+
}
|
372
|
+
],
|
373
|
+
"links": [
|
374
|
+
[
|
375
|
+
23,
|
376
|
+
17,
|
377
|
+
0,
|
378
|
+
3,
|
379
|
+
3,
|
380
|
+
"LATENT"
|
381
|
+
],
|
382
|
+
[
|
383
|
+
26,
|
384
|
+
18,
|
385
|
+
0,
|
386
|
+
19,
|
387
|
+
0,
|
388
|
+
"AUDIO"
|
389
|
+
],
|
390
|
+
[
|
391
|
+
80,
|
392
|
+
40,
|
393
|
+
1,
|
394
|
+
14,
|
395
|
+
0,
|
396
|
+
"CLIP"
|
397
|
+
],
|
398
|
+
[
|
399
|
+
83,
|
400
|
+
40,
|
401
|
+
2,
|
402
|
+
18,
|
403
|
+
1,
|
404
|
+
"VAE"
|
405
|
+
],
|
406
|
+
[
|
407
|
+
101,
|
408
|
+
3,
|
409
|
+
0,
|
410
|
+
18,
|
411
|
+
0,
|
412
|
+
"LATENT"
|
413
|
+
],
|
414
|
+
[
|
415
|
+
108,
|
416
|
+
14,
|
417
|
+
0,
|
418
|
+
44,
|
419
|
+
0,
|
420
|
+
"CONDITIONING"
|
421
|
+
],
|
422
|
+
[
|
423
|
+
109,
|
424
|
+
44,
|
425
|
+
0,
|
426
|
+
3,
|
427
|
+
2,
|
428
|
+
"CONDITIONING"
|
429
|
+
],
|
430
|
+
[
|
431
|
+
110,
|
432
|
+
14,
|
433
|
+
0,
|
434
|
+
3,
|
435
|
+
1,
|
436
|
+
"CONDITIONING"
|
437
|
+
],
|
438
|
+
[
|
439
|
+
111,
|
440
|
+
40,
|
441
|
+
0,
|
442
|
+
45,
|
443
|
+
0,
|
444
|
+
"MODEL"
|
445
|
+
],
|
446
|
+
[
|
447
|
+
112,
|
448
|
+
45,
|
449
|
+
0,
|
450
|
+
3,
|
451
|
+
0,
|
452
|
+
"MODEL"
|
453
|
+
]
|
454
|
+
],
|
455
|
+
"groups": [
|
456
|
+
{
|
457
|
+
"id": 1,
|
458
|
+
"title": "Load model here",
|
459
|
+
"bounding": [
|
460
|
+
169.5068359375,
|
461
|
+
14.167394638061523,
|
462
|
+
395,
|
463
|
+
181.60000610351562
|
464
|
+
],
|
465
|
+
"color": "#3f789e",
|
466
|
+
"font_size": 24,
|
467
|
+
"flags": {}
|
468
|
+
}
|
469
|
+
],
|
470
|
+
"config": {},
|
471
|
+
"extra": {
|
472
|
+
"frontendVersion": "1.18.9"
|
473
|
+
},
|
474
|
+
"version": 0.4
|
475
|
+
}
|