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

CLI can't found out my comfyUI #197

Closed Wingto closed 1 month ago

Wingto commented 1 month ago

Describe the bug I have setup comfyUI for portable zip package, but in CLI, i wrote down "comfy --recent launch", it return "warn: No recent workspace has been set." image image

yoland68 commented 1 month ago

You can try setting the location of the directory (cli only tracks the recent launched instance from cli)

Wingto commented 1 month ago

You can try setting the location of the directory (cli only tracks the recent launched instance from cli)

THANK YOU !IT WORK

joanllabata commented 1 month ago

You can try setting the location of the directory (cli only tracks the recent launched instance from cli)

THANK YOU !IT WORK

What did you do? I'm trying comfy set-default "path/ComfyUI" where path is a portable install, but it says that the path is not a comfyui path despite it is

@yoland68 @ltdrdata any hint?

yoland68 commented 1 month ago

@joanllabata Can you paste your outputs here and your result from running comfy env?

joanllabata commented 1 month ago

@yoland68 things got messy:

  1. I had originally installed comfy-cli as a package in a portable comfyUIinstall.
  2. as I was unable to point comfy-cli to the path to the portable install I installed a fresh comfy-cli on a venv
  3. now if I go back to the original portable install and run comfy env (the python embeded package) now it's showing a mix of the old comfy-cli and the new comfy-cli because it show the new workspace that was created with the new comfy-cli