comfyui-workflow-templates 0.7.15__tar.gz → 0.7.21__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.
Files changed (14) hide show
  1. {comfyui_workflow_templates-0.7.15/packages/meta/src/comfyui_workflow_templates.egg-info → comfyui_workflow_templates-0.7.21}/PKG-INFO +8 -8
  2. {comfyui_workflow_templates-0.7.15 → comfyui_workflow_templates-0.7.21/packages/meta/src/comfyui_workflow_templates.egg-info}/PKG-INFO +8 -8
  3. comfyui_workflow_templates-0.7.21/packages/meta/src/comfyui_workflow_templates.egg-info/requires.txt +23 -0
  4. {comfyui_workflow_templates-0.7.15 → comfyui_workflow_templates-0.7.21}/pyproject.toml +8 -8
  5. comfyui_workflow_templates-0.7.15/packages/meta/src/comfyui_workflow_templates.egg-info/requires.txt +0 -23
  6. {comfyui_workflow_templates-0.7.15 → comfyui_workflow_templates-0.7.21}/LICENSE +0 -0
  7. {comfyui_workflow_templates-0.7.15 → comfyui_workflow_templates-0.7.21}/MANIFEST.in +0 -0
  8. {comfyui_workflow_templates-0.7.15 → comfyui_workflow_templates-0.7.21}/README.md +0 -0
  9. {comfyui_workflow_templates-0.7.15 → comfyui_workflow_templates-0.7.21}/packages/meta/src/comfyui_workflow_templates/__init__.py +0 -0
  10. {comfyui_workflow_templates-0.7.15 → comfyui_workflow_templates-0.7.21}/packages/meta/src/comfyui_workflow_templates.egg-info/SOURCES.txt +0 -0
  11. {comfyui_workflow_templates-0.7.15 → comfyui_workflow_templates-0.7.21}/packages/meta/src/comfyui_workflow_templates.egg-info/dependency_links.txt +0 -0
  12. {comfyui_workflow_templates-0.7.15 → comfyui_workflow_templates-0.7.21}/packages/meta/src/comfyui_workflow_templates.egg-info/top_level.txt +0 -0
  13. {comfyui_workflow_templates-0.7.15 → comfyui_workflow_templates-0.7.21}/setup.cfg +0 -0
  14. {comfyui_workflow_templates-0.7.15 → comfyui_workflow_templates-0.7.21}/setup.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: comfyui_workflow_templates
3
- Version: 0.7.15
3
+ Version: 0.7.21
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.9
12
+ Requires-Dist: comfyui-workflow-templates-core==0.3.10
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.13
16
- Requires-Dist: comfyui-workflow-templates-media-other==0.3.8
15
+ Requires-Dist: comfyui-workflow-templates-media-image==0.3.16
16
+ Requires-Dist: comfyui-workflow-templates-media-other==0.3.10
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.13; extra == "image"
22
+ Requires-Dist: comfyui-workflow-templates-media-image==0.3.16; extra == "image"
23
23
  Provides-Extra: other
24
- Requires-Dist: comfyui-workflow-templates-media-other==0.3.8; extra == "other"
24
+ Requires-Dist: comfyui-workflow-templates-media-other==0.3.10; 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.13; extra == "all"
29
- Requires-Dist: comfyui-workflow-templates-media-other==0.3.8; extra == "all"
28
+ Requires-Dist: comfyui-workflow-templates-media-image==0.3.16; extra == "all"
29
+ Requires-Dist: comfyui-workflow-templates-media-other==0.3.10; extra == "all"
30
30
  Dynamic: license-file
31
31
 
32
32
  # workflow_templates
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: comfyui_workflow_templates
3
- Version: 0.7.15
3
+ Version: 0.7.21
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.9
12
+ Requires-Dist: comfyui-workflow-templates-core==0.3.10
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.13
16
- Requires-Dist: comfyui-workflow-templates-media-other==0.3.8
15
+ Requires-Dist: comfyui-workflow-templates-media-image==0.3.16
16
+ Requires-Dist: comfyui-workflow-templates-media-other==0.3.10
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.13; extra == "image"
22
+ Requires-Dist: comfyui-workflow-templates-media-image==0.3.16; extra == "image"
23
23
  Provides-Extra: other
24
- Requires-Dist: comfyui-workflow-templates-media-other==0.3.8; extra == "other"
24
+ Requires-Dist: comfyui-workflow-templates-media-other==0.3.10; 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.13; extra == "all"
29
- Requires-Dist: comfyui-workflow-templates-media-other==0.3.8; extra == "all"
28
+ Requires-Dist: comfyui-workflow-templates-media-image==0.3.16; extra == "all"
29
+ Requires-Dist: comfyui-workflow-templates-media-other==0.3.10; extra == "all"
30
30
  Dynamic: license-file
31
31
 
32
32
  # workflow_templates
@@ -0,0 +1,23 @@
1
+ comfyui-workflow-templates-core==0.3.10
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.16
5
+ comfyui-workflow-templates-media-other==0.3.10
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.16
11
+ comfyui-workflow-templates-media-other==0.3.10
12
+
13
+ [api]
14
+ comfyui-workflow-templates-media-api==0.3.14
15
+
16
+ [image]
17
+ comfyui-workflow-templates-media-image==0.3.16
18
+
19
+ [other]
20
+ comfyui-workflow-templates-media-other==0.3.10
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.15"
7
+ version = "0.7.21"
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.9",
21
+ "comfyui-workflow-templates-core==0.3.10",
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.13",
25
- "comfyui-workflow-templates-media-other==0.3.8",
24
+ "comfyui-workflow-templates-media-image==0.3.16",
25
+ "comfyui-workflow-templates-media-other==0.3.10",
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.13"]
32
- other = ["comfyui-workflow-templates-media-other==0.3.8"]
31
+ image = ["comfyui-workflow-templates-media-image==0.3.16"]
32
+ other = ["comfyui-workflow-templates-media-other==0.3.10"]
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.13",
37
- "comfyui-workflow-templates-media-other==0.3.8",
36
+ "comfyui-workflow-templates-media-image==0.3.16",
37
+ "comfyui-workflow-templates-media-other==0.3.10",
38
38
  ]
39
39
 
40
40
  [tool.setuptools.packages.find]
@@ -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