Commit Graph

4199 Commits

Author SHA1 Message Date
patientx
01aae8eddc
Create fwd_prefill.py 2025-05-15 13:52:35 +03:00
patientx
8675b9a755
Update install-n.bat 2025-05-15 13:03:09 +03:00
patientx
39439ad736
Merge branch 'comfyanonymous:master' into master 2025-05-15 12:55:32 +03:00
Christian Byrne
f1f9763b4c
Add get_duration method to Comfy VIDEO type (#8122)
* get duration from VIDEO type

* video get_duration unit test

* fix Windows unit test: can't delete opened temp file
2025-05-15 00:11:41 -04:00
patientx
f5e064a873
Update install.bat 2025-05-15 03:26:46 +03:00
patientx
99ea24c0e9
Update install-for-older-amd.bat 2025-05-15 03:26:20 +03:00
patientx
9bafb2f1d7
Update README.md 2025-05-15 03:25:31 +03:00
patientx
64c3502f20
Update patchzluda-n.bat 2025-05-15 03:17:07 +03:00
patientx
73577e8a2e
Update README.md 2025-05-15 03:14:33 +03:00
patientx
62102de611
Merge branch 'comfyanonymous:master' into master 2025-05-15 03:10:10 +03:00
patientx
c437870e81
Update README.md 2025-05-15 03:10:04 +03:00
patientx
96dd29c07e
Update comfyui-n.bat 2025-05-15 03:04:48 +03:00
patientx
15899a4b85
Update comfyui-n.bat 2025-05-15 03:01:22 +03:00
patientx
61905df1e1
added triton and flash-attention auto install 2025-05-15 02:58:55 +03:00
comfyanonymous
08368f8e00
Update comment on ROCm pytorch attention in README. (#8123) 2025-05-14 17:54:50 -04:00
patientx
39279bda97
Merge branch 'comfyanonymous:master' into master 2025-05-14 14:15:49 +03:00
Christian Byrne
f3ff5c40db
don't retry if API returns task failure (#8111) 2025-05-14 01:28:30 -04:00
Christian Byrne
98ff01e148
Display progress and result URL directly on API nodes (#8102)
* [Luma] Print download URL of successful task result directly on nodes (#177)

[Veo] Print download URL of successful task result directly on nodes (#184)

[Recraft] Print download URL of successful task result directly on nodes (#183)

[Pixverse] Print download URL of successful task result directly on nodes (#182)

[Kling] Print download URL of successful task result directly on nodes (#181)

[MiniMax] Print progress text and download URL of successful task result directly on nodes (#179)

[Docs] Link to docs in `API_NODE` class property type annotation comment (#178)

[Ideogram] Print download URL of successful task result directly on nodes (#176)

[Kling] Print download URL of successful task result directly on nodes (#181)

[Veo] Print download URL of successful task result directly on nodes (#184)

[Recraft] Print download URL of successful task result directly on nodes (#183)

[Pixverse] Print download URL of successful task result directly on nodes (#182)

[MiniMax] Print progress text and download URL of successful task result directly on nodes (#179)

[Docs] Link to docs in `API_NODE` class property type annotation comment (#178)

[Luma] Print download URL of successful task result directly on nodes (#177)

[Ideogram] Print download URL of successful task result directly on nodes (#176)

Show output URL and progress text on Pika nodes (#168)

[BFL] Print download URL of successful task result directly on nodes (#175)

[OpenAI ] Print download URL of successful task result directly on nodes (#174)

* fix ruff errors

* fix 3.10 syntax error
2025-05-14 00:33:18 -04:00
patientx
4b643daba8
Merge branch 'comfyanonymous:master' into master 2025-05-14 04:13:11 +03:00
thot experiment
bab836d88d
rework client.py to be more robust, add logging of api requests (#7988)
* rework how errors are handled on the client side

* add logging to /temp

* fix ruff

* fix rebase, stupid vscode gui
2025-05-13 20:42:29 -04:00
patientx
c5ecbe5b30
Merge branch 'comfyanonymous:master' into master 2025-05-14 00:08:44 +03:00
comfyanonymous
4a9014e201
Hunyuan Custom initial untested implementation. (#8101) 2025-05-13 15:53:47 -04:00
patientx
4425bf945c
Merge branch 'comfyanonymous:master' into master 2025-05-13 21:27:41 +03:00
thot experiment
8a7c894d54
fix negative momentum (#8100) 2025-05-13 10:50:32 -07:00
patientx
3609a0cf35
Update zluda.py 2025-05-13 18:57:09 +03:00
patientx
a96e17fa12
Update README.md 2025-05-13 16:58:07 +03:00
patientx
3435a8dfc8
Update README.md 2025-05-13 16:49:03 +03:00
patientx
1494c9c46c
Update README.md 2025-05-13 16:45:27 +03:00
patientx
8ced886a3d
Update zluda.py 2025-05-13 16:23:24 +03:00
patientx
6fc773788f
updated how to handle comfyui package updates 2025-05-13 16:22:44 +03:00
patientx
f0127d6326
Merge branch 'comfyanonymous:master' into master 2025-05-13 16:00:32 +03:00
patientx
d934498f60
Update rmsnorm.py 2025-05-13 16:00:26 +03:00
comfyanonymous
a814f2e8cc
Fix issue with old pytorch RMSNorm. (#8095) 2025-05-13 07:54:28 -04:00
comfyanonymous
481732a0ed
Support official ACE Step loras. (#8094) 2025-05-13 07:32:16 -04:00
patientx
9a25b80a20
Merge branch 'comfyanonymous:master' into master 2025-05-13 14:19:25 +03:00
Christian Byrne
2156ce9453
add comment about using api key in headless (#8082) 2025-05-12 23:06:44 -04:00
thot experiment
4136502b7a
implement APG guidance (#8081)
* first pass at impementing AGP

* rename, cleanup code

* fix ruff

* fix modified cond to match ref impl better, support different cond arity
2025-05-12 21:10:24 -04:00
patientx
d15ce39530
Merge branch 'comfyanonymous:master' into master 2025-05-13 01:06:19 +03:00
patientx
05d6c876ad
Update zluda.py 2025-05-13 01:06:08 +03:00
patientx
6aa9077f3c
Update zluda.py 2025-05-13 01:05:49 +03:00
Terry Jia
9ad287ff20
add support to record video as output for 3d node (#7927)
* add support to record video as output for 3d node

* source format

* add support to record video for load3d animation node
2025-05-12 16:47:14 -04:00
Chenlei Hu
f5cacaeb14
Update frontend to v1.19 (#8076)
* Update frontend to v1.19

* Update requirements.txt
2025-05-12 16:47:02 -04:00
Terry Jia
b7ed5f57bd
string node (#7952) 2025-05-12 16:29:32 -04:00
thot experiment
b4abca828e
add opus and mp3 to audio output node (#8019)
* first pass at opus and mp3 as well as migrating flac to pyav

* minor mp3 encoding fix

* fix ruff

* delete dead code

* split out save audio to separate nodes per filetype

* fix ruff
2025-05-12 16:00:01 -04:00
comfyanonymous
158419f3a0 ComfyUI version 0.3.34 2025-05-12 15:58:28 -04:00
comfyanonymous
640c47e7de
Fix torch warning about deprecated function. (#8075)
Drop support for torch versions below 2.2 on the audio VAEs.
2025-05-12 14:32:01 -04:00
Christian Byrne
31e9e36c94
remove aspect ratio from kling request (#8062) 2025-05-12 13:32:24 -04:00
patientx
cd7eb9bd36
"Boolean value of Tensor with more than one value is ambiguous" fix 2025-05-11 20:39:42 +03:00
patientx
8abcc4ec4f
Update zluda.py 2025-05-11 16:51:43 +03:00
patientx
3f58f50df3
Update zluda.py 2025-05-11 16:51:06 +03:00