| @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 | |