Commit Graph

253 Commits

Author SHA1 Message Date
doctorpangloss
6810282be4 Update docker build instructions 2025-10-22 12:58:12 -07:00
doctorpangloss
aed4663bca Skip inference tests for now 2025-10-22 12:29:04 -07:00
doctorpangloss
fefcfaa2e4 Run inference tests on 3090 2025-10-21 15:21:02 -07:00
doctorpangloss
b4998009b0 tweak workflow to cd into the correct directory 2025-10-21 15:20:24 -07:00
doctorpangloss
be9856e4db Only use dGPU in this test 2025-10-21 15:05:38 -07:00
doctorpangloss
9bfc6ff14d tweak dgpu 2025-10-21 14:35:52 -07:00
doctorpangloss
9d649a18f0 remove broken build process 2025-10-21 10:53:48 -07:00
doctorpangloss
be56a14e65 Merge commit 'a4787ac83bf6c83eeb459ed80fc9b36f63d2a3a7' of github.com:comfyanonymous/ComfyUI into fix-merge 2025-10-21 10:53:43 -07:00
Alexander Piskun
4ffea0e864
feat(linter, api-nodes): add pylint for comfy_api_nodes folder (#10157) 2025-10-02 19:14:28 -04:00
comfyanonymous
6e079abc3a
Workflow permission fix. (#10110) 2025-09-29 23:11:37 -04:00
comfyanonymous
447884b657
Make stable release workflow callable. (#10108) 2025-09-29 20:37:51 -04:00
comfyanonymous
bed4b49d08
Add action to do the full stable release. (#10107) 2025-09-29 20:31:15 -04:00
comfyanonymous
342cf644ce
Add a way to have different names for stable nvidia portables. (#10106) 2025-09-29 20:05:44 -04:00
comfyanonymous
3758848423
Different base files for nvidia and amd portables. (#10105) 2025-09-29 19:54:37 -04:00
comfyanonymous
0db6aabed3
Different base files for different release. (#10104) 2025-09-29 19:54:05 -04:00
comfyanonymous
1673ace19b
Make the final release test optional in the stable release action. (#10103) 2025-09-29 19:08:42 -04:00
comfyanonymous
7f38e4c538
Add action to create cached deps with manually specified torch. (#10102) 2025-09-29 17:27:52 -04:00
comfyanonymous
555f902fc1
Fix stable workflow creating multiple draft releases. (#10067) 2025-09-27 22:43:25 -04:00
comfyanonymous
896f2e653c
Fix typo in release workflow. (#10066) 2025-09-27 21:30:35 -04:00
comfyanonymous
40ae495ddc
Improvements to the stable release workflow. (#10065) 2025-09-27 20:28:49 -04:00
comfyanonymous
2b7f9a8196
Fix the failing unit test. (#10037) 2025-09-26 14:12:43 -04:00
doctorpangloss
3de77f6e24 ROCm support 2025-09-24 14:40:28 -07:00
doctorpangloss
85474cee78 Python 3.10 unit tests pass on NVIDIA containers and older torch 2025-09-24 14:39:52 -07:00
doctorpangloss
74d77a3757 Fix container image for rocm 2025-09-23 15:33:23 -07:00
doctorpangloss
6e98a0c478 Fix linting errors, preliminary rocm 7 support 2025-09-23 15:02:21 -07:00
doctorpangloss
2a881a768e Fix #45 now test 3.10 and 3.12 images. NVIDIA doesn't support 3.11 at all! 2025-09-23 13:22:54 -07:00
doctorpangloss
a9a0f96408 Merge branch 'master' of github.com:comfyanonymous/ComfyUI 2025-09-22 14:29:50 -07:00
doctorpangloss
ffbb2f7cd3 Fix bug in model_downloader 2025-09-18 14:47:28 -07:00
doctorpangloss
1cf77157a1 Enable inference tests in CI 2025-09-18 13:56:30 -07:00
doctorpangloss
b62d4f05e1 more type documentation, fix installation with dependency group 2025-09-08 11:35:19 -07:00
guill
a9f1bb10a5
Fix progress update crossover between users (#9706)
* Fix showing progress from other sessions

Because `client_id` was missing from ths `progress_state` message, it
was being sent to all connected sessions. This technically meant that if
someone had a graph with the same nodes, they would see the progress
updates for others.

Also added a test to prevent reoccurance and moved the tests around to
make CI easier to hook up.

* Fix CI issues related to timing-sensitive tests
2025-09-04 19:13:28 -04:00
doctorpangloss
dfc47e0611 Merge branch 'master' of github.com:comfyanonymous/ComfyUI 2025-08-22 13:24:52 -07:00
filtered
644b23ac0b
Make custom node testing checkbox optional in issue templates (#9342)
The checkbox for confirming custom node testing is now optional in both bug report and user support templates. This allows users to submit issues even if they haven't been able to test with custom nodes disabled, making the reporting process more accessible.
2025-08-14 17:36:53 -04:00
comfyanonymous
afa0a45206
Reduce portable size again. (#9323)
* compress more

* test

* not needed
2025-08-13 14:42:08 -04:00
comfyanonymous
5ca8e2fac3
Update release workflow to python3.13 pytorch cu129 (#9315)
* Try to reduce size of portable even more.

* Update stable release workflow to python 3.13 cu129

* Update dependencies workflow to python3.13 cu129
2025-08-13 03:01:12 -04:00
comfyanonymous
e1d4f36d8d
Update test release package workflow with python 3.13 cu129. (#9306) 2025-08-12 20:13:04 -04:00
Benjamin Berman
8b30aac16c
add the testing env to this action 2025-08-04 09:26:01 -07:00
doctorpangloss
83184916c1 Improvements to GGUF
- GGUF now works and included 4 bit quants, this will allow WAN to run on 24GB VRAM GPUs
 - logger only shows full stack for errors
 - helper functions for colab notebook
 - fix nvcr.io auth error
 - lora issues are now reported better
 - model downloader will use huggingface cache and symlinking if it is supported on your platform
 - torch compile node now correctly patches the model before compilation
2025-07-30 18:28:52 -07:00
doctorpangloss
b5a50301f6 Merge branch 'master' of github.com:comfyanonymous/ComfyUI 2025-07-28 10:06:47 -07:00
comfyanonymous
c0207b473f
Fix issue with line endings github workflow. (#9053) 2025-07-25 17:25:08 -04:00
doctorpangloss
3684cff31b Merge branch 'master' of github.com:comfyanonymous/ComfyUI 2025-07-25 12:48:05 -07:00
comfyanonymous
5ac9ec214b
Try to fix line endings workflow. (#9001) 2025-07-22 04:07:51 -04:00
doctorpangloss
fb51c7abb0 sponsor information 2025-07-18 09:04:29 -07:00
doctorpangloss
ac8e5aee7d fix #42 install nightly for mps via comfyui[mps]@... 2025-07-16 21:15:00 -07:00
doctorpangloss
de91c11b6d disable amd docker build due to insufficient disk space 2025-07-16 20:47:33 -07:00
doctorpangloss
ff9832e6ba fix macOS testing script 2025-07-16 15:58:13 -07:00
doctorpangloss
94101b5b86 not enough space for both nvidia and amd on the same builder 2025-07-16 15:49:53 -07:00
doctorpangloss
3ee969f778 Test macOS 2025-07-16 15:48:22 -07:00
doctorpangloss
3c5f477718 fix test 2025-07-16 15:26:19 -07:00
doctorpangloss
3ff24f0985 update dockerfile 2025-07-16 15:14:15 -07:00