Comfy-Org / comfy-cli

Command Line Interface for Managing ComfyUI
https://docs.comfy.org/comfy-cli/getting-started
GNU General Public License v3.0
288 stars 48 forks source link

Any way to use the Command Line Arguments? #203

Closed JaypTookMyJayp closed 3 weeks ago

JaypTookMyJayp commented 3 weeks ago

I found out that ComfyUI let us use multiple command line args (https://www.reddit.com/r/comfyui/comments/15jxydu/comfyui_command_line_arguments_informational/)

but I found out that the below command doesn't work "comfy launch --background --cuda-malloc --use-pytorch-cross-attention --highvram"

if there is any way to do so, please let me know!

ltdrdata commented 3 weeks ago

"comfy launch --background --cuda-malloc --use-pytorch-cross-attention --highvram"

use -- to pass extra args to ComfyUI.

comfy launch --background -- --cuda-malloc --use-pytorch-cross-attention --highvram