Yoland Yan

Results 14 issues of Yoland Yan

When comfy command is installed in global context but triggered in venv or conda env, it should use python and pip from that environment

enhancement

**Describe the bug** When I run `comfy --install-completion` or `comfy --install-completion zsh`, the command inject the following into the zshrc and ~/.zfunc/ ``` autoload -Uz compinit zstyle ':completion:*' menu select...

bug

Based on the PR: https://github.com/comfyanonymous/ComfyUI/pull/3439 1. Download and Install Anaconda 2. Launch anaconda prompt 3. Create an anaconda environment ``` conda create -n comfyui python=3.10 conda activate comfyui conda install...

enhancement

E.g. something like this: https://github.com/user-attachments/assets/c95d7a96-adff-4c09-95e4-8b648048a25d

enhancement

### Is there an existing issue for this? - [X] I have searched the existing issues and checked the recent builds/commits ### What would your feature do ? Ctrl +...

enhancement

os.get_terminal_size() can fail and causing logs to be unable to render in frontend

Good PR