Upload UmeAiRT-Start-ComfyUI.bat
Browse files
scripts/ComfyUI/UmeAiRT-Start-ComfyUI.bat
CHANGED
|
@@ -16,6 +16,6 @@ set "BASE_DIR=%~dp0"
|
|
| 16 |
if "%BASE_DIR:~-1%"=="\" set "BASE_DIR=%BASE_DIR:~0,-1%"
|
| 17 |
|
| 18 |
REM On exécute le script en utilisant la variable de chemin nettoyée.
|
| 19 |
-
python main.py --use-sage-attention --disable-smart-memory --base-directory "%BASE_DIR%"
|
| 20 |
|
| 21 |
pause
|
|
|
|
| 16 |
if "%BASE_DIR:~-1%"=="\" set "BASE_DIR=%BASE_DIR:~0,-1%"
|
| 17 |
|
| 18 |
REM On exécute le script en utilisant la variable de chemin nettoyée.
|
| 19 |
+
python main.py --use-sage-attention --disable-smart-memory --base-directory "%BASE_DIR%" --auto-launch
|
| 20 |
|
| 21 |
pause
|