|
|
@ -49,7 +49,7 @@ jobs: |
|
|
|
echo 'import site' >> ./python3${{ inputs.python_minor }}._pth |
|
|
|
echo 'import site' >> ./python3${{ inputs.python_minor }}._pth |
|
|
|
curl 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 get-pip.py |
|
|
|
python -m pip wheel torch torchvision torchaudio mpmath==1.3.0 --pre --extra-index-url https://download.pytorch.org/whl/nightly/cu${{ inputs.cu }} -r ../ComfyUI/requirements.txt pygit2 -w ../temp_wheel_dir |
|
|
|
python -m pip wheel torch torchvision torchaudio mpmath==1.3.0 numpy==1.26.4 --pre --extra-index-url https://download.pytorch.org/whl/nightly/cu${{ inputs.cu }} -r ../ComfyUI/requirements.txt pygit2 -w ../temp_wheel_dir |
|
|
|
ls ../temp_wheel_dir |
|
|
|
ls ../temp_wheel_dir |
|
|
|
./python.exe -s -m pip install --pre ../temp_wheel_dir/* |
|
|
|
./python.exe -s -m pip install --pre ../temp_wheel_dir/* |
|
|
|
sed -i '1i../ComfyUI' ./python3${{ inputs.python_minor }}._pth |
|
|
|
sed -i '1i../ComfyUI' ./python3${{ inputs.python_minor }}._pth |
|
|
|