Benjamin Berman
c9598ec26d
include curl
2025-04-24 10:23:34 -07:00
Benjamin Berman
4015e59be5
update workflows and tweak installation script
2025-04-24 10:20:19 -07:00
Benjamin Berman
480b59b913
Migrate to pure pyproject.toml and uv for significantly faster and correct installation, add model paths for flux all in ones, and fix PathsList bug
2025-04-24 10:01:36 -07:00
doctorpangloss
0a1b118cd4
try to free disk space using better script
2025-02-07 07:23:01 -08:00
doctorpangloss
713c3f06af
Use vanilla container
2025-02-07 07:05:48 -08:00
doctorpangloss
3fa9e98d02
Try to run locally, remove unused workflows, add compose file
2025-02-07 06:53:18 -08:00
doctorpangloss
4c72ef5bac
Try to free more disk space in github actions runner
2025-02-06 10:43:58 -08:00
doctorpangloss
dfa3a36f83
maximize build space
2025-02-06 10:05:43 -08:00
doctorpangloss
7e122202f6
set image name
2025-02-06 09:56:31 -08:00
doctorpangloss
49fcfaedce
Fix github actions docker image workflow
2025-02-06 09:48:41 -08:00
doctorpangloss
f4647a03e7
Add Docker build action
2025-02-06 09:25:56 -08:00
doctorpangloss
631d9e44c6
Merge branch 'master' of github.com:comfyanonymous/ComfyUI
2025-01-16 09:58:02 -08:00
comfyanonymous
bfd5dfd611
3.13 doesn't work yet.
2025-01-15 20:32:44 -05:00
comfyanonymous
55ade36d01
Remove python 3.8 from test-build workflow.
2025-01-15 20:24:55 -05:00
comfyanonymous
1709a8441e
Use latest python 3.12.8 the portable release.
2025-01-15 14:50:40 -05:00
Chenlei Hu
9c773a241b
Add pyproject.toml ( #6386 )
...
* Add pyproject.toml
* doc
* Static version file
* Add github action to sync version.py
* Change trigger to PR
* Fix commit
* Grant pr write permission
* nit
* nit
* Don't run on fork PRs
* Rename version.py to comfyui_version.py
2025-01-11 03:09:25 -05:00
Chenlei Hu
b65b83af6f
Add update-frontend github action ( #6336 )
...
* Add update-frontend github action
* Update secrets
* nit
2025-01-05 04:32:11 -05:00
comfyanonymous
8f29664057
Change defaults in nightly package workflow.
2025-01-03 12:12:17 -05:00
comfyanonymous
160ca08138
Use python 3.9 in launch test instead of 3.8
...
Fix ruff check.
2024-12-26 20:05:54 -05:00
Yoland Yan
5def9fbc83
Update CI workflow to remove Windows testing configuration ( #6007 )
...
- Commented out Windows OS from the CI matrix in test-ci.yml.
- Removed the test-win-nightly job to streamline testing on macOS and Linux only.
- Adjusted the matrix strategy to focus on Python versions and CUDA compatibility without Windows support.
2024-12-11 16:48:41 -05:00
Chenlei Hu
a220d11e6b
Replace pylint with ruff ( #5987 )
2024-12-09 22:04:23 -05:00
Chenlei Hu
48272448ad
[Developer Experience] Add node typing ( #5676 )
...
* [Developer Experience] Add node typing
* Shim StrEnum
* nit
* nit
* nit
2024-12-04 15:01:00 -05:00
Benjamin Berman
97400a679b
Disable ROCm again
2024-11-10 20:33:56 -08:00
comfyanonymous
8473019d40
Pytorch can be shipped with numpy 2 now.
2024-10-17 19:15:17 -04:00
Benjamin Berman
7587e42d8b
Re-enable ROCm tests
2024-10-17 11:16:17 -07:00
comfyanonymous
191a0d56b4
Switch default packaging workflows to python 3.12
2024-10-13 06:59:31 -04:00
Yoland Yan
25eac1d780
Change runner label for the new runners ( #5197 )
2024-10-09 20:08:57 -04:00
doctorpangloss
bbe2ed330c
Memory management and compilation improvements
...
- Experimental support for sage attention on Linux
- Diffusers loader now supports model indices
- Transformers model management now aligns with updates to ComfyUI
- Flux layers correctly use unbind
- Add float8 support for model loading in more places
- Experimental quantization approaches from Quanto and torchao
- Model upscaling interacts with memory management better
This update also disables ROCm testing because it isn't reliable enough
on consumer hardware. ROCm is not really supported by the 7600.
2024-10-09 09:13:47 -07:00
Robin Huang
6ad0ddbae4
Run unit tests on Windows/MacOS as well. ( #5018 )
...
* Run unit tests on Windows as well.
* Test on mac.
* Continue running on error.
* Compared normalized paths to work cross platform.
* Only test common set of mimetypes across operating systems.
2024-09-22 05:01:39 -04:00
Benjamin Berman
da4bc5dba3
Delete .github/workflows/test-unit.yml
2024-09-18 07:47:01 -07:00
doctorpangloss
ffb4ed9cf2
Merge branch 'master' of github.com:comfyanonymous/ComfyUI
2024-09-13 12:45:23 -07:00
doctorpangloss
253c021e77
Add more environment flags for ROCm
2024-09-13 09:02:47 -07:00
doctorpangloss
5d1eda7832
Try better ROCm configuration
2024-09-12 17:45:17 -07:00
Chenlei Hu
cd4955367e
Add back CI action for tests-ui ( #4859 )
2024-09-09 04:32:55 -04:00
comfyanonymous
dc2eb75b85
Update stable release workflow to latest pytorch with cuda 12.4.
2024-09-05 19:21:52 -04:00
doctorpangloss
38bcd9fcbd
Merge branch 'master' of github.com:comfyanonymous/ComfyUI
2024-09-03 15:28:52 -07:00
Alex "mcmonkey" Goodwin
f1c2301697
fix typo in stale-issues ( #4735 )
2024-09-01 17:44:49 -04:00
Alex "mcmonkey" Goodwin
d4aeefc297
add github action to automatically handle stale user support issues ( #4683 )
...
* add github action to automatically handle stale user support issues
* improve stale message
* remove token part
2024-08-31 01:57:18 -04:00
doctorpangloss
ccdbd957ef
Fix pylint issues
2024-08-28 15:48:47 -07:00
Benjamin Berman
01feca812f
nf4 test and import module tweaks
2024-08-25 21:31:05 -07:00
doctorpangloss
5155a3e248
Merge WIP
2024-08-25 18:52:29 -07:00
comfyanonymous
5f84ea63e8
Add a shortcut to the nightly package to run with --fast.
2024-08-21 23:36:58 -04:00
Yoland Yan
fc90ceb6ba
Update issue template config.yml to direct frontend issues to frontend repos ( #4486 )
...
* Update config.yml
* Typos
2024-08-19 13:41:30 -04:00
doctorpangloss
940fe6e3af
Remove unused files
2024-08-16 14:33:57 -07:00
doctorpangloss
8284ea2fca
WIP merge
2024-08-16 14:25:06 -07:00
doctorpangloss
653a970088
Fix tests, remove unsupported tests
2024-08-16 12:37:35 -07:00
Chenlei Hu
ab4dd19b91
Remove legacy ui test files ( #4316 )
2024-08-14 21:01:06 -04:00
doctorpangloss
0549f35e85
Merge commit '39fb74c5bd13a1dccf4d7293a2f7a755d9f43cbd' of github.com:comfyanonymous/ComfyUI
...
- Improvements to tests
- Fixes model management
- Fixes issues with language nodes
2024-08-13 20:08:56 -07:00
Alex "mcmonkey" Goodwin
b5c3906b38
Automatically link the Comfy CI page on PRs ( #4326 )
...
also use_prior_commit so it doesn't get a janked merge commit instead of the real one
2024-08-12 12:32:16 -04:00
Alex "mcmonkey" Goodwin
65ea6be38f
PullRequest CI Run: use pull_request_target to allow the CI Dashboard to work ( #4277 )
...
'_target' allows secrets to pass through, and we're just using the secret that allows uploading to the dashboard and are manually vetting PRs before running this workflow anyway
2024-08-08 17:20:48 -04:00