mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-11 23:00:51 +08:00
Update patchzluda2.bat
This commit is contained in:
parent
1f5708663a
commit
dc9f58ca65
@ -56,7 +56,7 @@ if "%target_dir%"=="zluda" (
|
|||||||
|
|
||||||
:: Download and extract the ZIP file
|
:: Download and extract the ZIP file
|
||||||
echo Downloading ZLUDA from: %zl%
|
echo Downloading ZLUDA from: %zl%
|
||||||
curl -s -L "%zl%" -o zluda.zip
|
curl -sL --ssl-no-revoke "%zl%" -o zluda.zip
|
||||||
if %errorlevel% neq 0 (
|
if %errorlevel% neq 0 (
|
||||||
echo Error: Failed to download the file. Please check the URL and try again.
|
echo Error: Failed to download the file. Please check the URL and try again.
|
||||||
pause
|
pause
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user