comfyui-workflow-templates 0.1.30__py3-none-any.whl → 0.1.32__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_i2i.json +79 -89
- comfyui_workflow_templates/templates/api_stability_ai_sd3.5_t2i.json +89 -103
- comfyui_workflow_templates/templates/flux_dev_full_text_to_image.json +26 -49
- comfyui_workflow_templates/templates/flux_kontext_dev_basic-1.webp +0 -0
- comfyui_workflow_templates/templates/flux_kontext_dev_basic-2.webp +0 -0
- comfyui_workflow_templates/templates/flux_kontext_dev_basic.json +168 -144
- comfyui_workflow_templates/templates/flux_kontext_dev_grouped-1.webp +0 -0
- comfyui_workflow_templates/templates/flux_kontext_dev_grouped-2.webp +0 -0
- comfyui_workflow_templates/templates/flux_schnell_full_text_to_image.json +28 -51
- comfyui_workflow_templates/templates/image_omnigen2_image_edit-1.webp +0 -0
- comfyui_workflow_templates/templates/image_omnigen2_image_edit-2.webp +0 -0
- comfyui_workflow_templates/templates/image_omnigen2_image_edit.json +1497 -0
- comfyui_workflow_templates/templates/image_omnigen2_t2i-1.webp +0 -0
- comfyui_workflow_templates/templates/image_omnigen2_t2i.json +774 -0
- comfyui_workflow_templates/templates/index.json +18 -1
- {comfyui_workflow_templates-0.1.30.dist-info → comfyui_workflow_templates-0.1.32.dist-info}/METADATA +9 -5
- {comfyui_workflow_templates-0.1.30.dist-info → comfyui_workflow_templates-0.1.32.dist-info}/RECORD +20 -15
- {comfyui_workflow_templates-0.1.30.dist-info → comfyui_workflow_templates-0.1.32.dist-info}/WHEEL +0 -0
- {comfyui_workflow_templates-0.1.30.dist-info → comfyui_workflow_templates-0.1.32.dist-info}/licenses/LICENSE +0 -0
- {comfyui_workflow_templates-0.1.30.dist-info → comfyui_workflow_templates-0.1.32.dist-info}/top_level.txt +0 -0
@@ -29,13 +29,13 @@
|
|
29
29
|
}
|
30
30
|
],
|
31
31
|
"properties": {
|
32
|
-
"Node name for S&R": "VAELoader",
|
33
32
|
"cnr_id": "comfy-core",
|
34
33
|
"ver": "0.3.40",
|
34
|
+
"Node name for S&R": "VAELoader",
|
35
35
|
"models": [
|
36
36
|
{
|
37
37
|
"name": "ae.safetensors",
|
38
|
-
"url": "https://huggingface.co/
|
38
|
+
"url": "https://huggingface.co/Comfy-Org/Lumina_Image_2.0_Repackaged/resolve/main/split_files/vae/ae.safetensors",
|
39
39
|
"directory": "vae"
|
40
40
|
}
|
41
41
|
]
|
@@ -71,13 +71,13 @@
|
|
71
71
|
}
|
72
72
|
],
|
73
73
|
"properties": {
|
74
|
-
"Node name for S&R": "DualCLIPLoader",
|
75
74
|
"cnr_id": "comfy-core",
|
76
75
|
"ver": "0.3.40",
|
76
|
+
"Node name for S&R": "DualCLIPLoader",
|
77
77
|
"models": [
|
78
78
|
{
|
79
79
|
"name": "clip_l.safetensors",
|
80
|
-
"url": "https://huggingface.co/comfyanonymous/flux_text_encoders/
|
80
|
+
"url": "https://huggingface.co/comfyanonymous/flux_text_encoders/resolve/main/clip_l.safetensors",
|
81
81
|
"directory": "text_encoders"
|
82
82
|
},
|
83
83
|
{
|
@@ -122,9 +122,9 @@
|
|
122
122
|
}
|
123
123
|
],
|
124
124
|
"properties": {
|
125
|
-
"Node name for S&R": "EmptySD3LatentImage",
|
126
125
|
"cnr_id": "comfy-core",
|
127
|
-
"ver": "0.3.40"
|
126
|
+
"ver": "0.3.40",
|
127
|
+
"Node name for S&R": "EmptySD3LatentImage"
|
128
128
|
},
|
129
129
|
"widgets_values": [
|
130
130
|
1024,
|
@@ -148,7 +148,7 @@
|
|
148
148
|
"flags": {
|
149
149
|
"collapsed": true
|
150
150
|
},
|
151
|
-
"order":
|
151
|
+
"order": 6,
|
152
152
|
"mode": 0,
|
153
153
|
"inputs": [
|
154
154
|
{
|
@@ -167,9 +167,9 @@
|
|
167
167
|
}
|
168
168
|
],
|
169
169
|
"properties": {
|
170
|
-
"Node name for S&R": "ConditioningZeroOut",
|
171
170
|
"cnr_id": "comfy-core",
|
172
|
-
"ver": "0.3.40"
|
171
|
+
"ver": "0.3.40",
|
172
|
+
"Node name for S&R": "ConditioningZeroOut"
|
173
173
|
},
|
174
174
|
"widgets_values": []
|
175
175
|
},
|
@@ -187,7 +187,7 @@
|
|
187
187
|
"flags": {
|
188
188
|
"collapsed": true
|
189
189
|
},
|
190
|
-
"order":
|
190
|
+
"order": 8,
|
191
191
|
"mode": 0,
|
192
192
|
"inputs": [
|
193
193
|
{
|
@@ -212,9 +212,9 @@
|
|
212
212
|
}
|
213
213
|
],
|
214
214
|
"properties": {
|
215
|
-
"Node name for S&R": "VAEDecode",
|
216
215
|
"cnr_id": "comfy-core",
|
217
|
-
"ver": "0.3.40"
|
216
|
+
"ver": "0.3.40",
|
217
|
+
"Node name for S&R": "VAEDecode"
|
218
218
|
},
|
219
219
|
"widgets_values": []
|
220
220
|
},
|
@@ -230,7 +230,7 @@
|
|
230
230
|
660
|
231
231
|
],
|
232
232
|
"flags": {},
|
233
|
-
"order":
|
233
|
+
"order": 9,
|
234
234
|
"mode": 0,
|
235
235
|
"inputs": [
|
236
236
|
{
|
@@ -248,29 +248,6 @@
|
|
248
248
|
"ComfyUI"
|
249
249
|
]
|
250
250
|
},
|
251
|
-
{
|
252
|
-
"id": 44,
|
253
|
-
"type": "MarkdownNote",
|
254
|
-
"pos": [
|
255
|
-
-330,
|
256
|
-
-60
|
257
|
-
],
|
258
|
-
"size": [
|
259
|
-
300,
|
260
|
-
130
|
261
|
-
],
|
262
|
-
"flags": {},
|
263
|
-
"order": 3,
|
264
|
-
"mode": 0,
|
265
|
-
"inputs": [],
|
266
|
-
"outputs": [],
|
267
|
-
"properties": {},
|
268
|
-
"widgets_values": [
|
269
|
-
"[English] flux1-dev.safetensors can be downloaded normally only after agreeing to the BFL protocol in the Hugging Face model repository.\n\n[中文]flux1-dev.safetensors 需要同意 BFL 在 huggingface 模型仓库的协议后才可以正常下载"
|
270
|
-
],
|
271
|
-
"color": "#432",
|
272
|
-
"bgcolor": "#653"
|
273
|
-
},
|
274
251
|
{
|
275
252
|
"id": 38,
|
276
253
|
"type": "UNETLoader",
|
@@ -283,7 +260,7 @@
|
|
283
260
|
82
|
284
261
|
],
|
285
262
|
"flags": {},
|
286
|
-
"order":
|
263
|
+
"order": 3,
|
287
264
|
"mode": 0,
|
288
265
|
"inputs": [],
|
289
266
|
"outputs": [
|
@@ -296,13 +273,13 @@
|
|
296
273
|
}
|
297
274
|
],
|
298
275
|
"properties": {
|
299
|
-
"Node name for S&R": "UNETLoader",
|
300
276
|
"cnr_id": "comfy-core",
|
301
277
|
"ver": "0.3.40",
|
278
|
+
"Node name for S&R": "UNETLoader",
|
302
279
|
"models": [
|
303
280
|
{
|
304
281
|
"name": "flux1-schnell.safetensors",
|
305
|
-
"url": "https://huggingface.co/
|
282
|
+
"url": "https://huggingface.co/Comfy-Org/flux1-schnell/resolve/main/flux1-schnell.safetensors",
|
306
283
|
"directory": "diffusion_models"
|
307
284
|
}
|
308
285
|
]
|
@@ -326,7 +303,7 @@
|
|
326
303
|
262
|
327
304
|
],
|
328
305
|
"flags": {},
|
329
|
-
"order":
|
306
|
+
"order": 7,
|
330
307
|
"mode": 0,
|
331
308
|
"inputs": [
|
332
309
|
{
|
@@ -361,9 +338,9 @@
|
|
361
338
|
}
|
362
339
|
],
|
363
340
|
"properties": {
|
364
|
-
"Node name for S&R": "KSampler",
|
365
341
|
"cnr_id": "comfy-core",
|
366
|
-
"ver": "0.3.40"
|
342
|
+
"ver": "0.3.40",
|
343
|
+
"Node name for S&R": "KSampler"
|
367
344
|
},
|
368
345
|
"widgets_values": [
|
369
346
|
167447334682596,
|
@@ -387,7 +364,7 @@
|
|
387
364
|
250
|
388
365
|
],
|
389
366
|
"flags": {},
|
390
|
-
"order":
|
367
|
+
"order": 5,
|
391
368
|
"mode": 0,
|
392
369
|
"inputs": [
|
393
370
|
{
|
@@ -407,9 +384,9 @@
|
|
407
384
|
}
|
408
385
|
],
|
409
386
|
"properties": {
|
410
|
-
"Node name for S&R": "CLIPTextEncodeFlux",
|
411
387
|
"cnr_id": "comfy-core",
|
412
|
-
"ver": "0.3.40"
|
388
|
+
"ver": "0.3.40",
|
389
|
+
"Node name for S&R": "CLIPTextEncodeFlux"
|
413
390
|
},
|
414
391
|
"widgets_values": [
|
415
392
|
"Cute retro mini car, pastel - colored 3D flowers overflowing from it, soft green background, minimalist and fresh style, high - precision rendering, spring - like vibrant atmosphere, delicate petal details, gentle color grading, whimsical and lovely scene",
|
@@ -429,13 +406,13 @@
|
|
429
406
|
360
|
430
407
|
],
|
431
408
|
"flags": {},
|
432
|
-
"order":
|
409
|
+
"order": 4,
|
433
410
|
"mode": 0,
|
434
411
|
"inputs": [],
|
435
412
|
"outputs": [],
|
436
413
|
"properties": {},
|
437
414
|
"widgets_values": [
|
438
|
-
"**Diffusion Model**\n\
|
415
|
+
"**Diffusion Model**\n\n- [flux1-schnell.safetensors](https://huggingface.co/Comfy-Org/flux1-schnell/resolve/main/flux1-schnell.safetensors)\n\n**Text Encoder**\n\n- [clip_l.safetensors](https://huggingface.co/comfyanonymous/flux_text_encoders/blob/main/clip_l.safetensors)\n\n- [t5xxl_fp16.safetensors](https://huggingface.co/comfyanonymous/flux_text_encoders/resolve/main/t5xxl_fp16.safetensors) or [t5xxl_fp8_e4m3fn_scaled.safetensors](https://huggingface.co/comfyanonymous/flux_text_encoders/resolve/main/t5xxl_fp8_e4m3fn_scaled.safetensors)\n\n**VAE**\n\n- [ae.safetensors](https://huggingface.co/Comfy-Org/Lumina_Image_2.0_Repackaged/resolve/main/split_files/vae/ae.safetensors)\n\n\n```\nComfyUI/\n├── models/\n│ ├── diffusion_models/\n│ │ └─── flux1-schnell.safetensors\n│ ├── text_encoders/\n│ │ ├── clip_l.safetensors\n│ │ └─── t5xxl_fp16.safetensors # or t5xxl_fp8_e4m3fn_scaled.safetensors\n│ └── vae/\n│ └── ae.safetensors\n```\n"
|
439
416
|
],
|
440
417
|
"color": "#432",
|
441
418
|
"bgcolor": "#653"
|
@@ -559,13 +536,13 @@
|
|
559
536
|
"config": {},
|
560
537
|
"extra": {
|
561
538
|
"ds": {
|
562
|
-
"scale": 0.
|
539
|
+
"scale": 0.9680000000000099,
|
563
540
|
"offset": [
|
564
|
-
|
565
|
-
|
541
|
+
995.4367874070468,
|
542
|
+
273.41433531597636
|
566
543
|
]
|
567
544
|
},
|
568
|
-
"frontendVersion": "1.
|
545
|
+
"frontendVersion": "1.23.4",
|
569
546
|
"VHS_latentpreview": false,
|
570
547
|
"VHS_latentpreviewrate": 0,
|
571
548
|
"VHS_MetadataImage": true,
|
Binary file
|
Binary file
|