mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-19 19:00:21 +08:00
Update fixforrx580.bat
This commit is contained in:
parent
60713b205d
commit
ff66fa800b
@ -11,7 +11,8 @@ Call "%VIRTUAL_ENV%\Scripts\activate.bat"
|
|||||||
|
|
||||||
cls
|
cls
|
||||||
pip uninstall torch torchvision torchaudio -y
|
pip uninstall torch torchvision torchaudio -y
|
||||||
pip install torch==2.2.1 torchvision==0.17.1 torchaudio==2.2.1 --index-url https://download.pytorch.org/whl/cu118
|
pip install --force-reinstall torch==2.2.1 torchvision==0.17.1 torchaudio==2.2.1 --index-url https://download.pytorch.org/whl/cu118
|
||||||
|
pip install --force-reinstall transformers==4.51.3 safetensors==0.5.3
|
||||||
echo .....................................................
|
echo .....................................................
|
||||||
echo *** "Patching ZLUDA Again"
|
echo *** "Patching ZLUDA Again"
|
||||||
echo.
|
echo.
|
||||||
@ -30,3 +31,4 @@ echo .....................................................
|
|||||||
echo *** Installation is done. --
|
echo *** Installation is done. --
|
||||||
echo .....................................................
|
echo .....................................................
|
||||||
echo.
|
echo.
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user