comfyui-workflow-templates 0.7.15__tar.gz → 0.7.29__tar.gz
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-0.7.15/packages/meta/src/comfyui_workflow_templates.egg-info → comfyui_workflow_templates-0.7.29}/PKG-INFO +57 -29
- {comfyui_workflow_templates-0.7.15 → comfyui_workflow_templates-0.7.29}/README.md +49 -21
- {comfyui_workflow_templates-0.7.15 → comfyui_workflow_templates-0.7.29/packages/meta/src/comfyui_workflow_templates.egg-info}/PKG-INFO +57 -29
- comfyui_workflow_templates-0.7.29/packages/meta/src/comfyui_workflow_templates.egg-info/requires.txt +23 -0
- {comfyui_workflow_templates-0.7.15 → comfyui_workflow_templates-0.7.29}/pyproject.toml +8 -8
- comfyui_workflow_templates-0.7.15/packages/meta/src/comfyui_workflow_templates.egg-info/requires.txt +0 -23
- {comfyui_workflow_templates-0.7.15 → comfyui_workflow_templates-0.7.29}/LICENSE +0 -0
- {comfyui_workflow_templates-0.7.15 → comfyui_workflow_templates-0.7.29}/MANIFEST.in +0 -0
- {comfyui_workflow_templates-0.7.15 → comfyui_workflow_templates-0.7.29}/packages/meta/src/comfyui_workflow_templates/__init__.py +0 -0
- {comfyui_workflow_templates-0.7.15 → comfyui_workflow_templates-0.7.29}/packages/meta/src/comfyui_workflow_templates.egg-info/SOURCES.txt +0 -0
- {comfyui_workflow_templates-0.7.15 → comfyui_workflow_templates-0.7.29}/packages/meta/src/comfyui_workflow_templates.egg-info/dependency_links.txt +0 -0
- {comfyui_workflow_templates-0.7.15 → comfyui_workflow_templates-0.7.29}/packages/meta/src/comfyui_workflow_templates.egg-info/top_level.txt +0 -0
- {comfyui_workflow_templates-0.7.15 → comfyui_workflow_templates-0.7.29}/setup.cfg +0 -0
- {comfyui_workflow_templates-0.7.15 → comfyui_workflow_templates-0.7.29}/setup.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: comfyui_workflow_templates
|
|
3
|
-
Version: 0.7.
|
|
3
|
+
Version: 0.7.29
|
|
4
4
|
Summary: ComfyUI workflow templates package
|
|
5
5
|
Author: Comfy-Org
|
|
6
6
|
License: MIT
|
|
@@ -9,24 +9,24 @@ Classifier: Operating System :: OS Independent
|
|
|
9
9
|
Requires-Python: >=3.9
|
|
10
10
|
Description-Content-Type: text/markdown
|
|
11
11
|
License-File: LICENSE
|
|
12
|
-
Requires-Dist: comfyui-workflow-templates-core==0.3.
|
|
12
|
+
Requires-Dist: comfyui-workflow-templates-core==0.3.12
|
|
13
13
|
Requires-Dist: comfyui-workflow-templates-media-api==0.3.14
|
|
14
14
|
Requires-Dist: comfyui-workflow-templates-media-video==0.3.12
|
|
15
|
-
Requires-Dist: comfyui-workflow-templates-media-image==0.3.
|
|
16
|
-
Requires-Dist: comfyui-workflow-templates-media-other==0.3.
|
|
15
|
+
Requires-Dist: comfyui-workflow-templates-media-image==0.3.17
|
|
16
|
+
Requires-Dist: comfyui-workflow-templates-media-other==0.3.19
|
|
17
17
|
Provides-Extra: api
|
|
18
18
|
Requires-Dist: comfyui-workflow-templates-media-api==0.3.14; extra == "api"
|
|
19
19
|
Provides-Extra: video
|
|
20
20
|
Requires-Dist: comfyui-workflow-templates-media-video==0.3.12; extra == "video"
|
|
21
21
|
Provides-Extra: image
|
|
22
|
-
Requires-Dist: comfyui-workflow-templates-media-image==0.3.
|
|
22
|
+
Requires-Dist: comfyui-workflow-templates-media-image==0.3.17; extra == "image"
|
|
23
23
|
Provides-Extra: other
|
|
24
|
-
Requires-Dist: comfyui-workflow-templates-media-other==0.3.
|
|
24
|
+
Requires-Dist: comfyui-workflow-templates-media-other==0.3.19; extra == "other"
|
|
25
25
|
Provides-Extra: all
|
|
26
26
|
Requires-Dist: comfyui-workflow-templates-media-api==0.3.14; extra == "all"
|
|
27
27
|
Requires-Dist: comfyui-workflow-templates-media-video==0.3.12; extra == "all"
|
|
28
|
-
Requires-Dist: comfyui-workflow-templates-media-image==0.3.
|
|
29
|
-
Requires-Dist: comfyui-workflow-templates-media-other==0.3.
|
|
28
|
+
Requires-Dist: comfyui-workflow-templates-media-image==0.3.17; extra == "all"
|
|
29
|
+
Requires-Dist: comfyui-workflow-templates-media-other==0.3.19; extra == "all"
|
|
30
30
|
Dynamic: license-file
|
|
31
31
|
|
|
32
32
|
# workflow_templates
|
|
@@ -50,13 +50,13 @@ new templates" and "Publishing" for the exact steps.
|
|
|
50
50
|
- [4 — Choose Thumbnail Type](#4--choose-thumbnail-type)
|
|
51
51
|
- [5 — Compress Assets](#5--compress-assets)
|
|
52
52
|
- [6 — Rename and Move Files](#6--rename-and-move-files)
|
|
53
|
-
- [7 — Assign Bundle
|
|
53
|
+
- [7 — Assign Bundle \& Sync Assets](#7--assign-bundle--sync-assets)
|
|
54
54
|
- [8 — Add Entry to `index.json`](#8--add-entry-to-indexjson)
|
|
55
55
|
- [9 — Embed Models](#9--embed-models)
|
|
56
56
|
- [10 — Embed Node Versions (optional)](#10--embed-node-versions-optional)
|
|
57
57
|
- [11 — Add Documentation Nodes (optional)](#11--add-documentation-nodes-optional)
|
|
58
|
-
- [12 —
|
|
59
|
-
- [13 —
|
|
58
|
+
- [12 — Sync Translations](#12--sync-translations)
|
|
59
|
+
- [13 — Create PR](#13--create-pr)
|
|
60
60
|
|
|
61
61
|
## Adding New Templates
|
|
62
62
|
|
|
@@ -402,16 +402,54 @@ Raw markdown used:
|
|
|
402
402
|
> [Wan 2.1 Tutorial - docs.comfy.org](https://docs.comfy.org/tutorials/video/wan/wan-video) — Explanation of concepts and step-by-step tutorial
|
|
403
403
|
```
|
|
404
404
|
|
|
405
|
-
### 12 —
|
|
405
|
+
### 12 — Sync Translations
|
|
406
|
+
|
|
407
|
+
Before creating your PR, sync your template to all language versions using the translation management script.
|
|
408
|
+
|
|
409
|
+
1. Run the translation sync script:
|
|
410
|
+
```bash
|
|
411
|
+
python3 scripts/sync_i18n.py --templates-dir templates
|
|
412
|
+
```
|
|
413
|
+
|
|
414
|
+
2. The script will:
|
|
415
|
+
- Auto-sync technical fields (models, date, size, etc.) to all language files
|
|
416
|
+
- Detect untranslated title/description fields
|
|
417
|
+
- Add your template to `scripts/i18n.json` for translation tracking
|
|
418
|
+
- Generate language-specific template files (index.zh.json, index.ja.json, etc.)
|
|
419
|
+
|
|
420
|
+
3. (Optional) Add translations in `scripts/i18n.json`:
|
|
421
|
+
```json
|
|
422
|
+
{
|
|
423
|
+
"templates": {
|
|
424
|
+
"your_template_name": {
|
|
425
|
+
"title": {
|
|
426
|
+
"en": "Your Template Title",
|
|
427
|
+
"zh": "您的模板标题"
|
|
428
|
+
},
|
|
429
|
+
"description": {
|
|
430
|
+
"en": "Your template description",
|
|
431
|
+
"zh": "您的模板描述"
|
|
432
|
+
}
|
|
433
|
+
}
|
|
434
|
+
}
|
|
435
|
+
}
|
|
436
|
+
```
|
|
437
|
+
|
|
438
|
+
4. Run sync again to apply your translations
|
|
439
|
+
|
|
440
|
+
For detailed instructions, see [scripts/I18N_GUIDE.md](scripts/I18N_GUIDE.md).
|
|
441
|
+
|
|
442
|
+
### 13 — Create PR
|
|
406
443
|
|
|
407
444
|
1. Fully test the workflow: delete the models, input images, etc. and try it as a new user would. Ensure the process has no hiccups and you can generate the thumbnail image on the first execution (if applicable).
|
|
408
|
-
2.
|
|
409
|
-
3.
|
|
410
|
-
4.
|
|
411
|
-
5.
|
|
412
|
-
6.
|
|
413
|
-
7.
|
|
414
|
-
8.
|
|
445
|
+
2. Verify all language files (index.zh.json, index.ja.json, etc.) are synced and committed
|
|
446
|
+
3. Create a fork of https://github.com/Comfy-Org/workflow_templates (or just checkout a new branch if you are a Comfy-Org collaborator)
|
|
447
|
+
4. Clone the fork to your system (if not a collaborator)
|
|
448
|
+
5. Copy your new workflow and thumbnail(s) into the `templates` folder
|
|
449
|
+
6. Add your changes to the `templates/index.json` file
|
|
450
|
+
7. **Bump the version in the root `pyproject.toml`** ([example](https://github.com/Comfy-Org/workflow_templates/pull/32))
|
|
451
|
+
8. Commit and push changes
|
|
452
|
+
9. Create a PR on https://github.com/Comfy-Org/workflow_templates
|
|
415
453
|
|
|
416
454
|
Version bumping and package building are automated via CI/CD. Bumping the root `pyproject.toml` version automatically:
|
|
417
455
|
- Detects which subpackages have changed since their last release
|
|
@@ -422,13 +460,3 @@ Version bumping and package building are automated via CI/CD. Bumping the root `
|
|
|
422
460
|
Here is the PR I made for the Wan template: https://github.com/Comfy-Org/workflow_templates/pull/16
|
|
423
461
|
|
|
424
462
|
Once the PR is merged, if you followed step 6 correctly, a new version will be published to the [comfyui-workflow-templates PyPi package](https://pypi.org/project/comfyui-workflow-templates).
|
|
425
|
-
|
|
426
|
-
### 13 — Add Translations
|
|
427
|
-
|
|
428
|
-
Make a PR in https://github.com/Comfy-Org/ComfyUI_frontend adding the mapping from your template filename (without extension) to the English display name title. The mapping goes in [`ComfyUI_frontend/src/locales/en/main.json`](https://github.com/Comfy-Org/ComfyUI_frontend/blob/9f0abac57ba0d5752c51198bf8a075b8336fdda1/src/locales/en/main.json#L480-L487).
|
|
429
|
-
|
|
430
|
-
If you added a new category, do the same in the [categories section of the translation mappings](https://github.com/Comfy-Org/ComfyUI_frontend/blob/9f0abac57ba0d5752c51198bf8a075b8336fdda1/src/locales/en/main.json#L433).
|
|
431
|
-
|
|
432
|
-
You can edit the file and make a PR directly on the GitHub website.
|
|
433
|
-
|
|
434
|
-
Here is the PR I made for the Wan template translations: https://github.com/Comfy-Org/ComfyUI_frontend/pull/3042
|
|
@@ -19,13 +19,13 @@ new templates" and "Publishing" for the exact steps.
|
|
|
19
19
|
- [4 — Choose Thumbnail Type](#4--choose-thumbnail-type)
|
|
20
20
|
- [5 — Compress Assets](#5--compress-assets)
|
|
21
21
|
- [6 — Rename and Move Files](#6--rename-and-move-files)
|
|
22
|
-
- [7 — Assign Bundle
|
|
22
|
+
- [7 — Assign Bundle \& Sync Assets](#7--assign-bundle--sync-assets)
|
|
23
23
|
- [8 — Add Entry to `index.json`](#8--add-entry-to-indexjson)
|
|
24
24
|
- [9 — Embed Models](#9--embed-models)
|
|
25
25
|
- [10 — Embed Node Versions (optional)](#10--embed-node-versions-optional)
|
|
26
26
|
- [11 — Add Documentation Nodes (optional)](#11--add-documentation-nodes-optional)
|
|
27
|
-
- [12 —
|
|
28
|
-
- [13 —
|
|
27
|
+
- [12 — Sync Translations](#12--sync-translations)
|
|
28
|
+
- [13 — Create PR](#13--create-pr)
|
|
29
29
|
|
|
30
30
|
## Adding New Templates
|
|
31
31
|
|
|
@@ -371,16 +371,54 @@ Raw markdown used:
|
|
|
371
371
|
> [Wan 2.1 Tutorial - docs.comfy.org](https://docs.comfy.org/tutorials/video/wan/wan-video) — Explanation of concepts and step-by-step tutorial
|
|
372
372
|
```
|
|
373
373
|
|
|
374
|
-
### 12 —
|
|
374
|
+
### 12 — Sync Translations
|
|
375
|
+
|
|
376
|
+
Before creating your PR, sync your template to all language versions using the translation management script.
|
|
377
|
+
|
|
378
|
+
1. Run the translation sync script:
|
|
379
|
+
```bash
|
|
380
|
+
python3 scripts/sync_i18n.py --templates-dir templates
|
|
381
|
+
```
|
|
382
|
+
|
|
383
|
+
2. The script will:
|
|
384
|
+
- Auto-sync technical fields (models, date, size, etc.) to all language files
|
|
385
|
+
- Detect untranslated title/description fields
|
|
386
|
+
- Add your template to `scripts/i18n.json` for translation tracking
|
|
387
|
+
- Generate language-specific template files (index.zh.json, index.ja.json, etc.)
|
|
388
|
+
|
|
389
|
+
3. (Optional) Add translations in `scripts/i18n.json`:
|
|
390
|
+
```json
|
|
391
|
+
{
|
|
392
|
+
"templates": {
|
|
393
|
+
"your_template_name": {
|
|
394
|
+
"title": {
|
|
395
|
+
"en": "Your Template Title",
|
|
396
|
+
"zh": "您的模板标题"
|
|
397
|
+
},
|
|
398
|
+
"description": {
|
|
399
|
+
"en": "Your template description",
|
|
400
|
+
"zh": "您的模板描述"
|
|
401
|
+
}
|
|
402
|
+
}
|
|
403
|
+
}
|
|
404
|
+
}
|
|
405
|
+
```
|
|
406
|
+
|
|
407
|
+
4. Run sync again to apply your translations
|
|
408
|
+
|
|
409
|
+
For detailed instructions, see [scripts/I18N_GUIDE.md](scripts/I18N_GUIDE.md).
|
|
410
|
+
|
|
411
|
+
### 13 — Create PR
|
|
375
412
|
|
|
376
413
|
1. Fully test the workflow: delete the models, input images, etc. and try it as a new user would. Ensure the process has no hiccups and you can generate the thumbnail image on the first execution (if applicable).
|
|
377
|
-
2.
|
|
378
|
-
3.
|
|
379
|
-
4.
|
|
380
|
-
5.
|
|
381
|
-
6.
|
|
382
|
-
7.
|
|
383
|
-
8.
|
|
414
|
+
2. Verify all language files (index.zh.json, index.ja.json, etc.) are synced and committed
|
|
415
|
+
3. Create a fork of https://github.com/Comfy-Org/workflow_templates (or just checkout a new branch if you are a Comfy-Org collaborator)
|
|
416
|
+
4. Clone the fork to your system (if not a collaborator)
|
|
417
|
+
5. Copy your new workflow and thumbnail(s) into the `templates` folder
|
|
418
|
+
6. Add your changes to the `templates/index.json` file
|
|
419
|
+
7. **Bump the version in the root `pyproject.toml`** ([example](https://github.com/Comfy-Org/workflow_templates/pull/32))
|
|
420
|
+
8. Commit and push changes
|
|
421
|
+
9. Create a PR on https://github.com/Comfy-Org/workflow_templates
|
|
384
422
|
|
|
385
423
|
Version bumping and package building are automated via CI/CD. Bumping the root `pyproject.toml` version automatically:
|
|
386
424
|
- Detects which subpackages have changed since their last release
|
|
@@ -391,13 +429,3 @@ Version bumping and package building are automated via CI/CD. Bumping the root `
|
|
|
391
429
|
Here is the PR I made for the Wan template: https://github.com/Comfy-Org/workflow_templates/pull/16
|
|
392
430
|
|
|
393
431
|
Once the PR is merged, if you followed step 6 correctly, a new version will be published to the [comfyui-workflow-templates PyPi package](https://pypi.org/project/comfyui-workflow-templates).
|
|
394
|
-
|
|
395
|
-
### 13 — Add Translations
|
|
396
|
-
|
|
397
|
-
Make a PR in https://github.com/Comfy-Org/ComfyUI_frontend adding the mapping from your template filename (without extension) to the English display name title. The mapping goes in [`ComfyUI_frontend/src/locales/en/main.json`](https://github.com/Comfy-Org/ComfyUI_frontend/blob/9f0abac57ba0d5752c51198bf8a075b8336fdda1/src/locales/en/main.json#L480-L487).
|
|
398
|
-
|
|
399
|
-
If you added a new category, do the same in the [categories section of the translation mappings](https://github.com/Comfy-Org/ComfyUI_frontend/blob/9f0abac57ba0d5752c51198bf8a075b8336fdda1/src/locales/en/main.json#L433).
|
|
400
|
-
|
|
401
|
-
You can edit the file and make a PR directly on the GitHub website.
|
|
402
|
-
|
|
403
|
-
Here is the PR I made for the Wan template translations: https://github.com/Comfy-Org/ComfyUI_frontend/pull/3042
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: comfyui_workflow_templates
|
|
3
|
-
Version: 0.7.
|
|
3
|
+
Version: 0.7.29
|
|
4
4
|
Summary: ComfyUI workflow templates package
|
|
5
5
|
Author: Comfy-Org
|
|
6
6
|
License: MIT
|
|
@@ -9,24 +9,24 @@ Classifier: Operating System :: OS Independent
|
|
|
9
9
|
Requires-Python: >=3.9
|
|
10
10
|
Description-Content-Type: text/markdown
|
|
11
11
|
License-File: LICENSE
|
|
12
|
-
Requires-Dist: comfyui-workflow-templates-core==0.3.
|
|
12
|
+
Requires-Dist: comfyui-workflow-templates-core==0.3.12
|
|
13
13
|
Requires-Dist: comfyui-workflow-templates-media-api==0.3.14
|
|
14
14
|
Requires-Dist: comfyui-workflow-templates-media-video==0.3.12
|
|
15
|
-
Requires-Dist: comfyui-workflow-templates-media-image==0.3.
|
|
16
|
-
Requires-Dist: comfyui-workflow-templates-media-other==0.3.
|
|
15
|
+
Requires-Dist: comfyui-workflow-templates-media-image==0.3.17
|
|
16
|
+
Requires-Dist: comfyui-workflow-templates-media-other==0.3.19
|
|
17
17
|
Provides-Extra: api
|
|
18
18
|
Requires-Dist: comfyui-workflow-templates-media-api==0.3.14; extra == "api"
|
|
19
19
|
Provides-Extra: video
|
|
20
20
|
Requires-Dist: comfyui-workflow-templates-media-video==0.3.12; extra == "video"
|
|
21
21
|
Provides-Extra: image
|
|
22
|
-
Requires-Dist: comfyui-workflow-templates-media-image==0.3.
|
|
22
|
+
Requires-Dist: comfyui-workflow-templates-media-image==0.3.17; extra == "image"
|
|
23
23
|
Provides-Extra: other
|
|
24
|
-
Requires-Dist: comfyui-workflow-templates-media-other==0.3.
|
|
24
|
+
Requires-Dist: comfyui-workflow-templates-media-other==0.3.19; extra == "other"
|
|
25
25
|
Provides-Extra: all
|
|
26
26
|
Requires-Dist: comfyui-workflow-templates-media-api==0.3.14; extra == "all"
|
|
27
27
|
Requires-Dist: comfyui-workflow-templates-media-video==0.3.12; extra == "all"
|
|
28
|
-
Requires-Dist: comfyui-workflow-templates-media-image==0.3.
|
|
29
|
-
Requires-Dist: comfyui-workflow-templates-media-other==0.3.
|
|
28
|
+
Requires-Dist: comfyui-workflow-templates-media-image==0.3.17; extra == "all"
|
|
29
|
+
Requires-Dist: comfyui-workflow-templates-media-other==0.3.19; extra == "all"
|
|
30
30
|
Dynamic: license-file
|
|
31
31
|
|
|
32
32
|
# workflow_templates
|
|
@@ -50,13 +50,13 @@ new templates" and "Publishing" for the exact steps.
|
|
|
50
50
|
- [4 — Choose Thumbnail Type](#4--choose-thumbnail-type)
|
|
51
51
|
- [5 — Compress Assets](#5--compress-assets)
|
|
52
52
|
- [6 — Rename and Move Files](#6--rename-and-move-files)
|
|
53
|
-
- [7 — Assign Bundle
|
|
53
|
+
- [7 — Assign Bundle \& Sync Assets](#7--assign-bundle--sync-assets)
|
|
54
54
|
- [8 — Add Entry to `index.json`](#8--add-entry-to-indexjson)
|
|
55
55
|
- [9 — Embed Models](#9--embed-models)
|
|
56
56
|
- [10 — Embed Node Versions (optional)](#10--embed-node-versions-optional)
|
|
57
57
|
- [11 — Add Documentation Nodes (optional)](#11--add-documentation-nodes-optional)
|
|
58
|
-
- [12 —
|
|
59
|
-
- [13 —
|
|
58
|
+
- [12 — Sync Translations](#12--sync-translations)
|
|
59
|
+
- [13 — Create PR](#13--create-pr)
|
|
60
60
|
|
|
61
61
|
## Adding New Templates
|
|
62
62
|
|
|
@@ -402,16 +402,54 @@ Raw markdown used:
|
|
|
402
402
|
> [Wan 2.1 Tutorial - docs.comfy.org](https://docs.comfy.org/tutorials/video/wan/wan-video) — Explanation of concepts and step-by-step tutorial
|
|
403
403
|
```
|
|
404
404
|
|
|
405
|
-
### 12 —
|
|
405
|
+
### 12 — Sync Translations
|
|
406
|
+
|
|
407
|
+
Before creating your PR, sync your template to all language versions using the translation management script.
|
|
408
|
+
|
|
409
|
+
1. Run the translation sync script:
|
|
410
|
+
```bash
|
|
411
|
+
python3 scripts/sync_i18n.py --templates-dir templates
|
|
412
|
+
```
|
|
413
|
+
|
|
414
|
+
2. The script will:
|
|
415
|
+
- Auto-sync technical fields (models, date, size, etc.) to all language files
|
|
416
|
+
- Detect untranslated title/description fields
|
|
417
|
+
- Add your template to `scripts/i18n.json` for translation tracking
|
|
418
|
+
- Generate language-specific template files (index.zh.json, index.ja.json, etc.)
|
|
419
|
+
|
|
420
|
+
3. (Optional) Add translations in `scripts/i18n.json`:
|
|
421
|
+
```json
|
|
422
|
+
{
|
|
423
|
+
"templates": {
|
|
424
|
+
"your_template_name": {
|
|
425
|
+
"title": {
|
|
426
|
+
"en": "Your Template Title",
|
|
427
|
+
"zh": "您的模板标题"
|
|
428
|
+
},
|
|
429
|
+
"description": {
|
|
430
|
+
"en": "Your template description",
|
|
431
|
+
"zh": "您的模板描述"
|
|
432
|
+
}
|
|
433
|
+
}
|
|
434
|
+
}
|
|
435
|
+
}
|
|
436
|
+
```
|
|
437
|
+
|
|
438
|
+
4. Run sync again to apply your translations
|
|
439
|
+
|
|
440
|
+
For detailed instructions, see [scripts/I18N_GUIDE.md](scripts/I18N_GUIDE.md).
|
|
441
|
+
|
|
442
|
+
### 13 — Create PR
|
|
406
443
|
|
|
407
444
|
1. Fully test the workflow: delete the models, input images, etc. and try it as a new user would. Ensure the process has no hiccups and you can generate the thumbnail image on the first execution (if applicable).
|
|
408
|
-
2.
|
|
409
|
-
3.
|
|
410
|
-
4.
|
|
411
|
-
5.
|
|
412
|
-
6.
|
|
413
|
-
7.
|
|
414
|
-
8.
|
|
445
|
+
2. Verify all language files (index.zh.json, index.ja.json, etc.) are synced and committed
|
|
446
|
+
3. Create a fork of https://github.com/Comfy-Org/workflow_templates (or just checkout a new branch if you are a Comfy-Org collaborator)
|
|
447
|
+
4. Clone the fork to your system (if not a collaborator)
|
|
448
|
+
5. Copy your new workflow and thumbnail(s) into the `templates` folder
|
|
449
|
+
6. Add your changes to the `templates/index.json` file
|
|
450
|
+
7. **Bump the version in the root `pyproject.toml`** ([example](https://github.com/Comfy-Org/workflow_templates/pull/32))
|
|
451
|
+
8. Commit and push changes
|
|
452
|
+
9. Create a PR on https://github.com/Comfy-Org/workflow_templates
|
|
415
453
|
|
|
416
454
|
Version bumping and package building are automated via CI/CD. Bumping the root `pyproject.toml` version automatically:
|
|
417
455
|
- Detects which subpackages have changed since their last release
|
|
@@ -422,13 +460,3 @@ Version bumping and package building are automated via CI/CD. Bumping the root `
|
|
|
422
460
|
Here is the PR I made for the Wan template: https://github.com/Comfy-Org/workflow_templates/pull/16
|
|
423
461
|
|
|
424
462
|
Once the PR is merged, if you followed step 6 correctly, a new version will be published to the [comfyui-workflow-templates PyPi package](https://pypi.org/project/comfyui-workflow-templates).
|
|
425
|
-
|
|
426
|
-
### 13 — Add Translations
|
|
427
|
-
|
|
428
|
-
Make a PR in https://github.com/Comfy-Org/ComfyUI_frontend adding the mapping from your template filename (without extension) to the English display name title. The mapping goes in [`ComfyUI_frontend/src/locales/en/main.json`](https://github.com/Comfy-Org/ComfyUI_frontend/blob/9f0abac57ba0d5752c51198bf8a075b8336fdda1/src/locales/en/main.json#L480-L487).
|
|
429
|
-
|
|
430
|
-
If you added a new category, do the same in the [categories section of the translation mappings](https://github.com/Comfy-Org/ComfyUI_frontend/blob/9f0abac57ba0d5752c51198bf8a075b8336fdda1/src/locales/en/main.json#L433).
|
|
431
|
-
|
|
432
|
-
You can edit the file and make a PR directly on the GitHub website.
|
|
433
|
-
|
|
434
|
-
Here is the PR I made for the Wan template translations: https://github.com/Comfy-Org/ComfyUI_frontend/pull/3042
|
comfyui_workflow_templates-0.7.29/packages/meta/src/comfyui_workflow_templates.egg-info/requires.txt
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
comfyui-workflow-templates-core==0.3.12
|
|
2
|
+
comfyui-workflow-templates-media-api==0.3.14
|
|
3
|
+
comfyui-workflow-templates-media-video==0.3.12
|
|
4
|
+
comfyui-workflow-templates-media-image==0.3.17
|
|
5
|
+
comfyui-workflow-templates-media-other==0.3.19
|
|
6
|
+
|
|
7
|
+
[all]
|
|
8
|
+
comfyui-workflow-templates-media-api==0.3.14
|
|
9
|
+
comfyui-workflow-templates-media-video==0.3.12
|
|
10
|
+
comfyui-workflow-templates-media-image==0.3.17
|
|
11
|
+
comfyui-workflow-templates-media-other==0.3.19
|
|
12
|
+
|
|
13
|
+
[api]
|
|
14
|
+
comfyui-workflow-templates-media-api==0.3.14
|
|
15
|
+
|
|
16
|
+
[image]
|
|
17
|
+
comfyui-workflow-templates-media-image==0.3.17
|
|
18
|
+
|
|
19
|
+
[other]
|
|
20
|
+
comfyui-workflow-templates-media-other==0.3.19
|
|
21
|
+
|
|
22
|
+
[video]
|
|
23
|
+
comfyui-workflow-templates-media-video==0.3.12
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "comfyui_workflow_templates"
|
|
7
|
-
version = "0.7.
|
|
7
|
+
version = "0.7.29"
|
|
8
8
|
description = "ComfyUI workflow templates package"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.9"
|
|
@@ -18,23 +18,23 @@ classifiers = [
|
|
|
18
18
|
]
|
|
19
19
|
|
|
20
20
|
dependencies = [
|
|
21
|
-
"comfyui-workflow-templates-core==0.3.
|
|
21
|
+
"comfyui-workflow-templates-core==0.3.12",
|
|
22
22
|
"comfyui-workflow-templates-media-api==0.3.14",
|
|
23
23
|
"comfyui-workflow-templates-media-video==0.3.12",
|
|
24
|
-
"comfyui-workflow-templates-media-image==0.3.
|
|
25
|
-
"comfyui-workflow-templates-media-other==0.3.
|
|
24
|
+
"comfyui-workflow-templates-media-image==0.3.17",
|
|
25
|
+
"comfyui-workflow-templates-media-other==0.3.19",
|
|
26
26
|
]
|
|
27
27
|
|
|
28
28
|
[project.optional-dependencies]
|
|
29
29
|
api = ["comfyui-workflow-templates-media-api==0.3.14"]
|
|
30
30
|
video = ["comfyui-workflow-templates-media-video==0.3.12"]
|
|
31
|
-
image = ["comfyui-workflow-templates-media-image==0.3.
|
|
32
|
-
other = ["comfyui-workflow-templates-media-other==0.3.
|
|
31
|
+
image = ["comfyui-workflow-templates-media-image==0.3.17"]
|
|
32
|
+
other = ["comfyui-workflow-templates-media-other==0.3.19"]
|
|
33
33
|
all = [
|
|
34
34
|
"comfyui-workflow-templates-media-api==0.3.14",
|
|
35
35
|
"comfyui-workflow-templates-media-video==0.3.12",
|
|
36
|
-
"comfyui-workflow-templates-media-image==0.3.
|
|
37
|
-
"comfyui-workflow-templates-media-other==0.3.
|
|
36
|
+
"comfyui-workflow-templates-media-image==0.3.17",
|
|
37
|
+
"comfyui-workflow-templates-media-other==0.3.19",
|
|
38
38
|
]
|
|
39
39
|
|
|
40
40
|
[tool.setuptools.packages.find]
|
comfyui_workflow_templates-0.7.15/packages/meta/src/comfyui_workflow_templates.egg-info/requires.txt
DELETED
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
comfyui-workflow-templates-core==0.3.9
|
|
2
|
-
comfyui-workflow-templates-media-api==0.3.14
|
|
3
|
-
comfyui-workflow-templates-media-video==0.3.12
|
|
4
|
-
comfyui-workflow-templates-media-image==0.3.13
|
|
5
|
-
comfyui-workflow-templates-media-other==0.3.8
|
|
6
|
-
|
|
7
|
-
[all]
|
|
8
|
-
comfyui-workflow-templates-media-api==0.3.14
|
|
9
|
-
comfyui-workflow-templates-media-video==0.3.12
|
|
10
|
-
comfyui-workflow-templates-media-image==0.3.13
|
|
11
|
-
comfyui-workflow-templates-media-other==0.3.8
|
|
12
|
-
|
|
13
|
-
[api]
|
|
14
|
-
comfyui-workflow-templates-media-api==0.3.14
|
|
15
|
-
|
|
16
|
-
[image]
|
|
17
|
-
comfyui-workflow-templates-media-image==0.3.13
|
|
18
|
-
|
|
19
|
-
[other]
|
|
20
|
-
comfyui-workflow-templates-media-other==0.3.8
|
|
21
|
-
|
|
22
|
-
[video]
|
|
23
|
-
comfyui-workflow-templates-media-video==0.3.12
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|