mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-02-10 13:32:36 +08:00
Update install.bat
This commit is contained in:
parent
9c4ff71e18
commit
81294f30a5
@ -49,8 +49,8 @@ git clone https://github.com/ltdrdata/ComfyUI-Impact-Subpack impact_subpack --qu
|
|||||||
cd ..
|
cd ..
|
||||||
cd ..
|
cd ..
|
||||||
echo.
|
echo.
|
||||||
echo :: %time:~0,8% :: - Patching ZLUDA
|
echo :: %time:~0,8% :: - Patching ZLUDA (Zluda 3.8.4 for HIP SDK 5.7)
|
||||||
curl -s -L https://github.com/lshqqytiger/ZLUDA/releases/download/rel.11cc5844514f93161e0e74387f04e2c537705a82/ZLUDA-windows-amd64.zip > zluda.zip
|
curl -s -L https://github.com/lshqqytiger/ZLUDA/releases/download/rel.c0804ca624963aab420cb418412b1c7fbae3454b/ZLUDA-windows-rocm5-amd64.zip > zluda.zip
|
||||||
tar -xf zluda.zip
|
tar -xf zluda.zip
|
||||||
del zluda.zip
|
del zluda.zip
|
||||||
copy zluda\cublas.dll venv\Lib\site-packages\torch\lib\cublas64_11.dll /y >NUL
|
copy zluda\cublas.dll venv\Lib\site-packages\torch\lib\cublas64_11.dll /y >NUL
|
||||||
@ -69,4 +69,4 @@ echo .....................................................
|
|||||||
echo.
|
echo.
|
||||||
echo *** Starting the Comfyui-ZLUDA for the first time, please be patient...
|
echo *** Starting the Comfyui-ZLUDA for the first time, please be patient...
|
||||||
echo.
|
echo.
|
||||||
.\zluda\zluda.exe -- python main.py --auto-launch
|
.\zluda\zluda.exe -- python main.py --auto-launch --use-quad-cross-attention
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user