Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
ComfyUI
Commits
ed4810e6
Commit
ed4810e6
authored
Mar 14, 2023
by
comfyanonymous
Browse files
CI fix.
parent
5bde1349
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
.github/workflows/windows_release.yml
.github/workflows/windows_release.yml
+2
-2
.github/workflows/windows_release_cu118.yml
.github/workflows/windows_release_cu118.yml
+2
-2
.github/workflows/windows_release_nightly_pytorch.yml
.github/workflows/windows_release_nightly_pytorch.yml
+2
-2
No files found.
.github/workflows/windows_release.yml
View file @
ed4810e6
...
...
@@ -22,11 +22,11 @@ jobs:
run
:
|
cd ..
cp -r ComfyUI ComfyUI_copy
wget
https://www.python.org/ftp/python/3.10.9/python-3.10.9-embed-amd64.zip -
O
python_embeded.zip
curl
https://www.python.org/ftp/python/3.10.9/python-3.10.9-embed-amd64.zip -
o
python_embeded.zip
unzip python_embeded.zip -d python_embeded
cd python_embeded
echo 'import site' >> ./python310._pth
wget
https://bootstrap.pypa.io/get-pip.py -
O
get-pip.py
curl
https://bootstrap.pypa.io/get-pip.py -
o
get-pip.py
./python.exe get-pip.py
./python.exe -s -m pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu117 xformers -r ../ComfyUI/requirements.txt pygit2
sed -i '1i../ComfyUI' ./python310._pth
...
...
.github/workflows/windows_release_cu118.yml
View file @
ed4810e6
...
...
@@ -22,11 +22,11 @@ jobs:
run
:
|
cd ..
cp -r ComfyUI ComfyUI_copy
wget
https://www.python.org/ftp/python/3.10.9/python-3.10.9-embed-amd64.zip -
O
python_embeded.zip
curl
https://www.python.org/ftp/python/3.10.9/python-3.10.9-embed-amd64.zip -
o
python_embeded.zip
unzip python_embeded.zip -d python_embeded
cd python_embeded
echo 'import site' >> ./python310._pth
wget
https://bootstrap.pypa.io/get-pip.py -
O
get-pip.py
curl
https://bootstrap.pypa.io/get-pip.py -
o
get-pip.py
./python.exe get-pip.py
./python.exe -s -m pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu118 xformers -r ../ComfyUI/requirements.txt pygit2
sed -i '1i../ComfyUI' ./python310._pth
...
...
.github/workflows/windows_release_nightly_pytorch.yml
View file @
ed4810e6
...
...
@@ -24,11 +24,11 @@ jobs:
run
:
|
cd ..
cp -r ComfyUI ComfyUI_copy
wget
https://www.python.org/ftp/python/3.10.9/python-3.10.9-embed-amd64.zip -
O
python_embeded.zip
curl
https://www.python.org/ftp/python/3.10.9/python-3.10.9-embed-amd64.zip -
o
python_embeded.zip
unzip python_embeded.zip -d python_embeded
cd python_embeded
echo 'import site' >> ./python310._pth
wget
https://bootstrap.pypa.io/get-pip.py -
O
get-pip.py
curl
https://bootstrap.pypa.io/get-pip.py -
o
get-pip.py
./python.exe get-pip.py
python -m pip wheel torch torchvision torchaudio --pre --extra-index-url https://download.pytorch.org/whl/nightly/cu118 -r ../ComfyUI/requirements.txt pygit2 -w ../temp_wheel_dir
ls ../temp_wheel_dir
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment