mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-26 06:10:15 +08:00
Update install.bat
This commit is contained in:
parent
1d9338b4b9
commit
c25a7e0077
@ -79,7 +79,7 @@ if "!HIP_VERSION!"=="5.7" (
|
|||||||
|
|
||||||
:: Download matching ZLUDA version
|
:: Download matching ZLUDA version
|
||||||
rmdir /S /Q zluda 2>nul
|
rmdir /S /Q zluda 2>nul
|
||||||
curl -sL --ssl-no-revoke https://github.com/lshqqytiger/ZLUDA/releases/download/rel.!ZLUDA_HASH!/ZLUDA-windows-!ZLUDA_LABEL!-amd64.zip > zluda.zip
|
%SystemRoot%\system32\curl.exe -sL --ssl-no-revoke https://github.com/lshqqytiger/ZLUDA/releases/download/rel.!ZLUDA_HASH!/ZLUDA-windows-!ZLUDA_LABEL!-amd64.zip > zluda.zip
|
||||||
|
|
||||||
if not exist zluda.zip (
|
if not exist zluda.zip (
|
||||||
echo Failed to download ZLUDA zip for HIP version !HIP_VERSION!
|
echo Failed to download ZLUDA zip for HIP version !HIP_VERSION!
|
||||||
@ -87,7 +87,7 @@ if not exist zluda.zip (
|
|||||||
exit /b 1
|
exit /b 1
|
||||||
)
|
)
|
||||||
|
|
||||||
tar -xf zluda.zip
|
%SystemRoot%\system32\tar.exe -xf zluda.zip
|
||||||
del zluda.zip
|
del zluda.zip
|
||||||
|
|
||||||
:: Patch DLLs
|
:: Patch DLLs
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user