forked from comfyanonymous/ComfyUI
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'comfyanonymous:master' into master
- Loading branch information
Showing
151 changed files
with
23,025 additions
and
5,711 deletions.
There are no files selected for viewing
3 changes: 0 additions & 3 deletions
3
.ci/nightly/update_windows/update_comfyui_and_python_dependencies.bat
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,8 @@ | ||
@echo off | ||
..\python_embeded\python.exe .\update.py ..\ComfyUI\ | ||
pause | ||
if exist update_new.py ( | ||
move /y update_new.py update.py | ||
echo Running updater again since it got updated. | ||
..\python_embeded\python.exe .\update.py ..\ComfyUI\ --skip_self_update | ||
) | ||
if "%~1"=="" pause |
3 changes: 0 additions & 3 deletions
3
.ci/update_windows/update_comfyui_and_python_dependencies.bat
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
.ci/update_windows_cu118/update_comfyui_and_python_dependencies.bat
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
name: Tests CI | ||
|
||
on: [push, pull_request] | ||
|
||
jobs: | ||
test: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: actions/setup-node@v3 | ||
with: | ||
node-version: 18 | ||
- uses: actions/setup-python@v4 | ||
with: | ||
python-version: '3.10' | ||
- name: Install requirements | ||
run: | | ||
python -m pip install --upgrade pip | ||
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu | ||
pip install -r requirements.txt | ||
- name: Run Tests | ||
run: | | ||
npm ci | ||
npm run test:generate | ||
npm test -- --verbose | ||
working-directory: ./tests-ui |
This file was deleted.
Oops, something went wrong.
37 changes: 0 additions & 37 deletions
37
.github/workflows/windows_release_cu118_dependencies_2.yml
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.