Jedrzej Kosinski
698c80b9e2
Remove commented out UILatents class, will be added back in later when finished
2025-07-31 14:17:07 -07:00
Jedrzej Kosinski
65fcf9a26b
Remove pyproject.toml changes - should be done in separate PR
2025-07-30 20:02:03 -07:00
Jedrzej Kosinski
040e062800
Removed nodes_v3_test.py
2025-07-30 19:51:25 -07:00
Jedrzej Kosinski
22cbb96c63
Merge pull request #9124 from comfyanonymous/v3-definition-wip
...
V3 update - fixed ComfyExtension, removed v3/v1 test nodes from loading
2025-07-30 19:46:33 -07:00
Jedrzej Kosinski
006a8981f7
Removed nodes_v1_test.py, removed both v1/v3 test nodes from being attempted to be loaded in nodes.py
2025-07-30 19:45:16 -07:00
Jedrzej Kosinski
f90beb73f8
Fix ComfyExtension registration not working
2025-07-30 19:42:44 -07:00
Jedrzej Kosinski
7a522e4b6f
Merge pull request #9103 from guill/js/extension-api-example
...
`ComfyExtension` Example (PR to v3-definition)
2025-07-30 19:26:24 -07:00
Jedrzej Kosinski
1d72917fad
Merge branch 'v3-definition' into js/extension-api-example
2025-07-30 19:25:24 -07:00
Jedrzej Kosinski
6405730e00
Merge pull request #9120 from comfyanonymous/v3-definition-wip
...
V3 update - move ExecutionBlocker to graph_utils.py to avoid CI torch import too soon
2025-07-30 15:11:23 -07:00
Jedrzej Kosinski
ccfa2a80ff
Moved ExecutionBlocker to graph_utils.py, maintained backwards compatibility
2025-07-30 15:09:39 -07:00
Jedrzej Kosinski
babd7bbf00
Adding TYPE_CHECKING ifs into _io.py to try to clean up failing CI
2025-07-30 14:59:15 -07:00
Jedrzej Kosinski
fafe53ece8
Merge pull request #9119 from comfyanonymous/v3-definition-wip
...
Removed v3 resources - needs more time to cook
2025-07-30 13:11:32 -07:00
Jedrzej Kosinski
2aa853df76
Satisfy ruff
2025-07-30 13:11:06 -07:00
Jedrzej Kosinski
bd367c8e54
Removed v3 resources - needs more time to cook
2025-07-30 13:08:52 -07:00
Jedrzej Kosinski
82fd2c8f84
Merge pull request #9118 from comfyanonymous/v3-definition-wip
...
V3 update - Removed v3 extras nodes, will live in v3-nodes branch until needed
2025-07-30 13:01:33 -07:00
Jedrzej Kosinski
9177cfd895
Removed v3 extras nodes - will live in v3-nodes branch until needed
2025-07-30 12:48:54 -07:00
Jedrzej Kosinski
0247b7bd17
Merge branch 'master' into v3-definition
2025-07-29 19:52:15 -07:00
guill
0a3d062e06
ComfyAPI Core v0.0.2 ( #8962 )
...
* ComfyAPI Core v0.0.2
* Respond to PR feedback
* Fix Python 3.9 errors
* Fix missing backward compatibility proxy
* Reorganize types a bit
The input types, input impls, and utility types are now all available in
the versioned API. See the change in `comfy_extras/nodes_video.py` for
an example of their usage.
* Remove the need for `--generate-api-stubs`
* Fix generated stubs differing by Python version
* Fix ruff formatting issues
2025-07-29 22:17:22 -04:00
comfyanonymous
2f74e17975
ComfyUI version 0.3.47
v0.3.47
2025-07-29 20:08:25 -04:00
Jacob Segal
e9a9762ca0
Create a ComfyExtension
class for future growth
2025-07-29 16:44:53 -07:00
comfyanonymous
dca6bdd4fa
Make wan2.2 5B i2v take a lot less memory. ( #9102 )
2025-07-29 19:44:18 -04:00
Jedrzej Kosinski
930f8d9e6d
Merge branch 'master' into v3-definition
2025-07-29 12:49:16 -07:00
comfyanonymous
7d593baf91
Extra reserved vram on large cards on windows. ( #9093 )
2025-07-29 04:07:45 -04:00
comfyanonymous
c60dc4177c
Remove unecessary clones in the wan2.2 VAE. ( #9083 )
2025-07-28 14:48:19 -04:00
comfyanonymous
5d4cc3ba1b
ComfyUI 0.3.46
v0.3.46
2025-07-28 08:04:04 -04:00
comfyanonymous
9f1388c0a3
Add wan2.2 to readme. ( #9081 )
2025-07-28 08:01:53 -04:00
comfyanonymous
a88788dce6
Wan 2.2 support. ( #9080 )
2025-07-28 08:00:23 -04:00
ComfyUI Wiki
d0210fe2e5
Update template to 0.1.41 ( #9079 )
2025-07-28 07:55:02 -04:00
Christian Byrne
e6d9f62744
Add Moonvalley Marey V2V node with updated input validation ( #9069 )
...
* [moonvalley] Update V2V node to match API specification
- Add exact resolution validation for supported resolutions (1920x1080, 1080x1920, 1152x1152, 1536x1152, 1152x1536)
- Change frame count validation from divisible by 32 to 16
- Add MP4 container format validation
- Remove internal parameters (steps, guidance_scale) from V2V inference params
- Update video duration handling to support only 5 seconds (auto-trim if longer)
- Add motion_intensity parameter (0-100) for Motion Transfer control type
- Add get_container_format() method to VideoInput classes
* update negative prompt
2025-07-27 19:51:36 -04:00
comfyanonymous
78672d0ee6
Small readme update. ( #9071 )
2025-07-27 07:42:58 -04:00
Jedrzej Kosinski
9a3d02eb3a
Merge branch 'js/core-api-framework' into v3-definition
2025-07-26 15:26:48 -07:00
Jedrzej Kosinski
b341c96386
Merge PR #9068 from comfyanonymous/v3-definition-wip
...
V3 update - make schema imports available on non-latest API
2025-07-26 15:25:15 -07:00
Jedrzej Kosinski
b365fb4138
Revert accidentally merged change to nodes_v3_test.py
2025-07-26 15:21:26 -07:00
Jedrzej Kosinski
1415219375
Make io, ui, and resources available in comfy_api.v0_0_2
2025-07-26 15:19:01 -07:00
ComfyUI Wiki
1ef70fcde4
Fix the broken link ( #9060 )
2025-07-26 17:25:33 -04:00
comfyanonymous
0621d73a9c
Remove useless code. ( #9059 )
2025-07-26 04:44:19 -04:00
Jedrzej Kosinski
320f4be792
Merge branch 'v3-definition' into v3-definition-wip
2025-07-25 20:53:33 -07:00
Jacob Segal
2f0cc45682
Fix ruff formatting issues
2025-07-25 19:38:23 -07:00
Jacob Segal
b6754d935b
Fix generated stubs differing by Python version
2025-07-25 19:24:57 -07:00
comfyanonymous
b850d9a8bb
Add map_function to get_history. ( #9056 )
2025-07-25 21:25:45 -04:00
Jacob Segal
689db36073
Remove the need for --generate-api-stubs
2025-07-25 14:32:27 -07:00
Thor-ATX
c60467a148
Update negative prompt for Moonvalley nodes ( #9038 )
...
Co-authored-by: thorsten <thorsten@tripod-digital.co.nz >
2025-07-25 17:27:03 -04:00
comfyanonymous
c0207b473f
Fix issue with line endings github workflow. ( #9053 )
2025-07-25 17:25:08 -04:00
Jacob Segal
b45a110de6
Reorganize types a bit
...
The input types, input impls, and utility types are now all available in
the versioned API. See the change in `comfy_extras/nodes_video.py` for
an example of their usage.
2025-07-25 14:00:47 -07:00
Jedrzej Kosinski
b007125398
Merge pull request #9050 from bigcat88/v3/nodes/last-extra-nodes
...
[V3] final V3 nodes files from comfy_extras folder
2025-07-25 13:06:46 -07:00
bigcat88
31b1bc20cc
restore nodes order as it in the V1 version for smaller git diff (4)
2025-07-25 21:03:11 +03:00
bigcat88
de54491deb
restore nodes order as it in the V1 version for smaller git diff (3)
2025-07-25 20:47:04 +03:00
ComfyUI Wiki
93bc2f8e4d
Update template to 0.1.40 ( #9048 )
2025-07-25 13:24:23 -04:00
bigcat88
e55b540899
restore nodes order as it in the V1 version for smaller git diff (2)
2025-07-25 20:11:08 +03:00
bigcat88
918ca7f2ea
restore nodes order as it in the V1 version for smaller git diff (1)
2025-07-25 17:59:03 +03:00