wheels / ComfyUI-Easy-Install-Windows /FIX_RECOVER_COMFYUI-doPortable.bat
Luis-Filipe's picture
Upload 267 files
ab31d3a verified
@echo off
set "source=D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable"
set "destination=D:\comfyuiAutoInstallerWAN21_v20\ComfyUI_windows_portable"
robocopy "%source%" "%destination%" /E /IS /IT /R:3 /W:5 /NFL /NDL
echo Existing files were overwritten where needed.
pause