qqAys@Jinx jinx
jinx synced commits to master at jinx/ComfyUI from mirror 2025-07-26 02:04:48 +08:00
93bc2f8e4d Update template to 0.1.40 (#9048)
jinx synced new reference v3-nodes to jinx/ComfyUI from mirror 2025-07-25 17:54:47 +08:00
jinx synced commits to v3-nodes at jinx/ComfyUI from mirror 2025-07-25 17:54:47 +08:00
jinx synced commits to v3-definition-wip at jinx/ComfyUI from mirror 2025-07-25 17:54:47 +08:00
a4253f49e6 Fixed some docstrings
631916dfb2 Merge pull request #9037 from comfyanonymous/v3-definition-wip
Compare 2 commits »
jinx synced commits to master at jinx/ComfyUI from mirror 2025-07-25 17:54:47 +08:00
e6e5d33b35 Remove useless code. (#9041)
jinx synced commits to v3-definition-wip at jinx/ComfyUI from mirror 2025-07-25 09:44:48 +08:00
00c46797b8 Satisfy ruff by sorting imports
9b5a44ce6e Moved comfy_api.v3 stuff onto comfy_api.latest
c52b5dcb52 Merge branch 'js/core-api-framework' into v3-definition-wip
ed95d603df Merge pull request #9036 from comfyanonymous/v3-definition-wip
a998a3ce4f Prepare a mock ComboDynamic scaffolding for future
Compare 30 commits »
jinx synced commits to v3-definition at jinx/ComfyUI from mirror 2025-07-25 09:44:48 +08:00
631916dfb2 Merge pull request #9037 from comfyanonymous/v3-definition-wip
00c46797b8 Satisfy ruff by sorting imports
9b5a44ce6e Moved comfy_api.v3 stuff onto comfy_api.latest
c52b5dcb52 Merge branch 'js/core-api-framework' into v3-definition-wip
ed95d603df Merge pull request #9036 from comfyanonymous/v3-definition-wip
Compare 33 commits »
jinx synced commits to master at jinx/ComfyUI from mirror 2025-07-25 09:44:48 +08:00
4293e4da21 Add WAN ATI support (#8874)
69cb57b342 Print xpu device name. (#9035)
d03ae077b4 Added parameter required_frontend_version in the /system_stats API response (#8875)
0ccc88b03f Support Iluvatar CoreX (#8585)
Compare 4 commits »
jinx synced commits to v3-definition-wip at jinx/ComfyUI from mirror 2025-07-24 17:24:46 +08:00
7d710727a9 Begin porting io, ui, and resources to be compatible with versioned Core API
7ef18d5afd Remove leftover v3 state code in execution.py
Compare 2 commits »
jinx synced commits to v3-definition-wip at jinx/ComfyUI from mirror 2025-07-24 09:14:46 +08:00
e5cac06bbe Merge branch 'master' into v3-definition
f672515ba6 Merge pull request #9030 from comfyanonymous/v3-definition-wip
d3504e1778 Enable pytorch attention by default for gfx1201 on torch 2.8 (#9029)
2e6ed6a10f Added enable_expand toggle on Schema and corresponding enforcement in EXECUTE_NORMALIZED* functions
32c46c044c Merge pull request #9028 from comfyanonymous/v3-definition-wip
Compare 35 commits »
jinx synced commits to v3-definition at jinx/ComfyUI from mirror 2025-07-24 09:14:46 +08:00
e5cac06bbe Merge branch 'master' into v3-definition
f672515ba6 Merge pull request #9030 from comfyanonymous/v3-definition-wip
d3504e1778 Enable pytorch attention by default for gfx1201 on torch 2.8 (#9029)
2e6ed6a10f Added enable_expand toggle on Schema and corresponding enforcement in EXECUTE_NORMALIZED* functions
32c46c044c Merge pull request #9028 from comfyanonymous/v3-definition-wip
Compare 31 commits »
jinx synced commits to master at jinx/ComfyUI from mirror 2025-07-24 09:14:46 +08:00
eb2f78b4e0 [Training Node] algo support, grad acc, optional grad ckpt (#9015)
e729a5cc11 Separate denoised and noise estimation in Euler CFG++ (#9008)
e78d230496 Only enable cuda malloc on cuda torch. (#9031)
d3504e1778 Enable pytorch attention by default for gfx1201 on torch 2.8 (#9029)
a86a58c308 Fix xpu function not implemented p2. (#9027)
Compare 7 commits »
jinx synced commits to v3-definition at jinx/ComfyUI from mirror 2025-07-23 16:54:49 +08:00
941dea9439 Merge pull request #8986 from bigcat88/v3/nodes/nodes-part1-s-letter
54bf03466f use fixed super(), remove use of TorchDictFolderFilename
7f8c51e36d v3 nodes: sd3, selfattent, s4_4xupscale, skiplayer
Compare 3 commits »
jinx synced commits to js/core-api-framework at jinx/ComfyUI from mirror 2025-07-23 16:54:49 +08:00
4a461b6093 Fix missing backward compatibility proxy
jinx synced commits to worksplit-multigpu at jinx/ComfyUI from mirror 2025-07-23 08:48:58 +08:00
3c4104652b Merge branch 'master' into worksplit-multigpu-wip
5ac9ec214b Try to fix line endings workflow. (#9001)
0aa1c58b04 This is not needed. (#8991)
5249e45a1c Add hidream e1.1 example to readme. (#8990)
54a45b9967 Replace torchaudio.load with pyav. (#8989)
Compare 34 commits »
jinx synced commits to v3-definition-wip at jinx/ComfyUI from mirror 2025-07-23 08:48:58 +08:00
8c03ff085d Fixed super() calls not working from within v3's execute function due to shallow_clone_class not accounting for bases properly
6a77eb15bc Merge pull request #8964 from bigcat88/v3/nodes/video-save
5afcca1c17 Merge pull request #8974 from bigcat88/v3/nodes/refactor-image-save
aae60881de v3: refactoring of image saving code
45363ad31f v3: removed "id" from Output nodes
Compare 9 commits »
jinx synced commits to v3-definition at jinx/ComfyUI from mirror 2025-07-23 08:48:57 +08:00
27734d9527 Merge pull request #9010 from comfyanonymous/v3-definition-wip
8c03ff085d Fixed super() calls not working from within v3's execute function due to shallow_clone_class not accounting for bases properly
6a77eb15bc Merge pull request #8964 from bigcat88/v3/nodes/video-save
5afcca1c17 Merge pull request #8974 from bigcat88/v3/nodes/refactor-image-save
aae60881de v3: refactoring of image saving code
Compare 9 commits »
jinx synced commits to master at jinx/ComfyUI from mirror 2025-07-23 08:48:57 +08:00
255f139863 Add xpu version for async offload and some other things. (#9004)
jinx synced commits to js/core-api-framework at jinx/ComfyUI from mirror 2025-07-23 08:48:57 +08:00
d673124343 Fix Python 3.9 errors
cf4ba2787d Respond to PR feedback
Compare 2 commits »
jinx synced commits to master at jinx/ComfyUI from mirror 2025-07-22 16:28:58 +08:00
5ac9ec214b Try to fix line endings workflow. (#9001)