Skip to content

Commit

Permalink
Update entry.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
Eisaichen authored Sep 16, 2024
1 parent f5fae9a commit 86f4cf0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion entry.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
@robocopy C:\app\ComfyUI\_models C:\app\ComfyUI\models /E /XC /XN /XO /R:3 /W:1 /NP >nul
@type C:\app\README_VERY_IMPORTANT.txt
@echo.
@echo.
@echo.
@.\python_embeded\python.exe -s ComfyUI\main.py --windows-standalone-build --listen 0.0.0.0 --disable-auto-launch %ARGS%
@exit
@exit

0 comments on commit 86f4cf0

Please sign in to comment.