You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--gpus all ^ # remove this line if you don't have a GPU
--rm ^
--name comfyui_launcher ^
-p 4000-4100:4000-4100 ^
-v %cd%/comfyui_launcher_models:/app/server/models ^
-v %cd%/comfyui_launcher_projects:/app/server/projects ^
-it thecooltechguy/comfyui_launcher
At line:2 char:3
--gpus all ^ # remove this line if you don't have a GPU
~
Missing expression after unary operator '--'.
At line:2 char:3
--gpus all ^ # remove this line if you don't have a GPU
Unexpected token 'gpus' in expression or statement.
At line:3 char:3
--rm ^
~
Missing expression after unary operator '--'.
At line:3 char:3
--rm ^
~~
Unexpected token 'rm' in expression or statement.
At line:4 char:3
--name comfyui_launcher ^
~
Missing expression after unary operator '--'.
At line:4 char:3
--name comfyui_launcher ^
Unexpected token 'name' in expression or statement.
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : MissingExpressionAfterOperator
(base) PS D:\Program Files (x86)\ComfyUI_windows_portable\ComfyUI-Launcher-main> docker run `
windows 11
Docker Desktop
[2024-04-23 01:55:02,059: INFO/MainProcess] celery@59aa4f2e23b1 ready.
(base) PS D:\Program Files (x86)\ComfyUI_windows_portable\ComfyUI-Launcher-main> docker run ^
Missing expression after unary operator '--'.
At line:2 char:3
Unexpected token 'gpus' in expression or statement.
At line:3 char:3
Missing expression after unary operator '--'.
At line:3 char:3
Unexpected token 'rm' in expression or statement.
At line:4 char:3
Missing expression after unary operator '--'.
At line:4 char:3
Unexpected token 'name' in expression or statement.
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : MissingExpressionAfterOperator
(base) PS D:\Program Files (x86)\ComfyUI_windows_portable\ComfyUI-Launcher-main> docker run `
The text was updated successfully, but these errors were encountered: