qqAys@Jinx jinx
jinx synced new reference refs/tags/v0.3.45 to jinx/ComfyUI from mirror 2025-07-22 08:18:58 +08:00
jinx synced commits to refs/tags/v0.3.45 at jinx/ComfyUI from mirror 2025-07-22 08:18:58 +08:00
jinx synced commits to master at jinx/ComfyUI from mirror 2025-07-22 08:18:58 +08:00
0aa1c58b04 This is not needed. (#8991)
5249e45a1c Add hidream e1.1 example to readme. (#8990)
54a45b9967 Replace torchaudio.load with pyav. (#8989)
9a470e073e ComfyUI version 0.3.45
Compare 4 commits »
jinx synced and deleted reference refs/tags/comfyanonymous-patch-1 at jinx/ComfyUI from mirror 2025-07-22 08:18:58 +08:00
jinx synced commits to openapi-spec at jinx/ComfyUI from mirror 2025-07-22 00:08:57 +08:00
1eb00c0a51 Upgrade to OpenAPI 3.1.0 with prefixItems and streamlined validation
jinx synced commits to openapi-spec at jinx/ComfyUI from mirror 2025-07-21 09:56:32 +08:00
7a691c980f Fix OpenAPI validation by resolving duplicate content blocks
6a70191868 Fix remaining duplicate content blocks in internal endpoints
f2cd7d3e13 Fix duplicate content blocks in model and system endpoints
90e701b411 Fix more duplicate content blocks (upload and view endpoints)
90d6b88739 Fix more duplicate content blocks in OpenAPI spec
Compare 7 commits »
jinx synced commits to master at jinx/ComfyUI from mirror 2025-07-21 09:56:32 +08:00
7d627f764c Update template to 0.1.39 (#8981)
jinx synced commits to v3-definition-wip at jinx/ComfyUI from mirror 2025-07-20 17:26:33 +08:00
a7c59dc3d6 Removed state from ComfyNodeV3
96d317b3e2 Add is_experimental to v3 test sleep node
87e72fc04c Merge pull request #8968 from bigcat88/v3/nodes/latent-and-lt
1de63e8e41 Merge pull request #8966 from bigcat88/v3/nodes/some-small-nodes
b196fb954e v3: converted nodes_lt.py
Compare 7 commits »
jinx synced commits to v3-definition at jinx/ComfyUI from mirror 2025-07-20 17:26:33 +08:00
517be3d980 Merge pull request #8972 from comfyanonymous/v3-definition-wip
a7c59dc3d6 Removed state from ComfyNodeV3
96d317b3e2 Add is_experimental to v3 test sleep node
87e72fc04c Merge pull request #8968 from bigcat88/v3/nodes/latent-and-lt
1de63e8e41 Merge pull request #8966 from bigcat88/v3/nodes/some-small-nodes
Compare 8 commits »
jinx synced commits to master at jinx/ComfyUI from mirror 2025-07-20 17:26:33 +08:00
a0c0785635 Document what the fast_fp16_accumulation is in the portable. (#8973)
100c2478ea Add SamplingPercentToSigma node (#8963)
Compare 2 commits »
jinx synced commits to master at jinx/ComfyUI from mirror 2025-07-20 00:50:00 +08:00
1da5639e86 Update template to 0.1.37 (#8967)
1b96fae1d4 Add nested style of dual cfg to DualCFGGuider node. (#8965)
Compare 2 commits »
jinx synced commits to v3-definition-wip at jinx/ComfyUI from mirror 2025-07-19 08:30:00 +08:00
b6a4a4c664 Support async for v3's execute function, still need to test validate_inputs, fingerprint_inputs, and check_lazy_status, fix Any type for v3 by introducing __ne__ trick from comfy_api's typing.py
fd9c34a3eb Merge branch 'master' into v3-definition - async v3 nodes do not currently work, but I will fix that in the next v3 PR
de0901bd02 Merge pull request #8953 from bigcat88/v3/nodes/c-part1
2a7793394f converted ImageRebatch, LatentRebatch, DifferentialDiffusion
18ed598fa1 converted extra nodes files starting with "f,g"
Compare 29 commits »
jinx synced commits to v3-definition at jinx/ComfyUI from mirror 2025-07-19 08:30:00 +08:00
b6a4a4c664 Support async for v3's execute function, still need to test validate_inputs, fingerprint_inputs, and check_lazy_status, fix Any type for v3 by introducing __ne__ trick from comfy_api's typing.py
fd9c34a3eb Merge branch 'master' into v3-definition - async v3 nodes do not currently work, but I will fix that in the next v3 PR
de0901bd02 Merge pull request #8953 from bigcat88/v3/nodes/c-part1
2a7793394f converted ImageRebatch, LatentRebatch, DifferentialDiffusion
18ed598fa1 converted extra nodes files starting with "f,g"
Compare 29 commits »
jinx synced commits to openapi-spec at jinx/ComfyUI from mirror 2025-07-19 08:29:59 +08:00
78fcc57e33 Update to OpenAPI 3.1.0 and use prefixItems for QueueItem
jinx synced new reference js/core-api-framework to jinx/ComfyUI from mirror 2025-07-19 08:29:59 +08:00
jinx synced commits to js/core-api-framework at jinx/ComfyUI from mirror 2025-07-19 08:29:59 +08:00
jinx synced commits to master at jinx/ComfyUI from mirror 2025-07-19 00:19:59 +08:00
7f492522b6 Forgot this (#8957)
jinx synced new reference comfyanonymous-patch-1 to jinx/ComfyUI from mirror 2025-07-19 00:19:59 +08:00
jinx synced commits to comfyanonymous-patch-1 at jinx/ComfyUI from mirror 2025-07-19 00:19:59 +08:00
jinx synced commits to v3-definition-wip at jinx/ComfyUI from mirror 2025-07-18 16:09:58 +08:00
bc6b0113e2 Merge pull request #8952 from comfyanonymous/v3-definition-wip
bf12dcc066 Reference is_class from internal in execution.py
e431868c0d Satisfy ruff
95289b3952 Moved helper functions into internal.__init__.py instead of in io.helpers.py as the functions will likely stay the same across different revisions of v3, move helper functions out of io.py to clean up the file a bit, remove Serialization class as not needed at the moment, fix ComfyNodeInternal inherting from ABC breaking lock_class function by removing ABC parent; will need better solution later
f8b7170103 Merge pull request #8951 from comfyanonymous/v3-definition-wip
Compare 5 commits »