k4d3 commited on
Commit
5af5474
1 Parent(s): 308c69e

change frontend load for comfy

Browse files

Signed-off-by: Balazs Horvath <[email protected]>

Files changed (1) hide show
  1. .zshrc +2 -1
.zshrc CHANGED
@@ -1015,7 +1015,8 @@ source ~/toolkit/zsh/png2mp4.zsh
1015
  c() {
1016
  cd ~/ComfyUI &&
1017
  conda activate comfyui
1018
- python main.py --listen 0.0.0.0 --preview-method taesd --use-pytorch-cross-attention --disable-xformers --front-end-version Comfy-Org/ComfyUI_frontend@latest --fast
 
1019
  }
1020
  #
1021
  # Usage:
 
1015
  c() {
1016
  cd ~/ComfyUI &&
1017
  conda activate comfyui
1018
+ python main.py --listen 0.0.0.0 --preview-method taesd --use-pytorch-cross-attention --disable-xformers --fast
1019
+ # --front-end-version /home/kade/source/repos/ComfyUI_frontend/dist
1020
  }
1021
  #
1022
  # Usage: