k4d3 commited on
Commit
67354e2
1 Parent(s): bad3c60

remove --fast

Browse files

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

Files changed (1) hide show
  1. .zshrc +1 -2
.zshrc CHANGED
@@ -1015,11 +1015,10 @@ source ~/toolkit/zsh/png2mp4.zsh
1015
  # - --preview-method taesd provides better previews
1016
  # - --use-pytorch-cross-attention and --disable-xformers affect performance and compatibility
1017
  # - --front-end-version ensures the latest UI is used
1018
- # - --fast option may improve overall performance
1019
  c() {
1020
  cd ~/ComfyUI &&
1021
  conda activate comfyui
1022
- python main.py --listen 0.0.0.0 --preview-method taesd --use-pytorch-cross-attention --disable-xformers --fast
1023
  # --front-end-version /home/kade/source/repos/ComfyUI_frontend/dist
1024
  }
1025
  #
 
1015
  # - --preview-method taesd provides better previews
1016
  # - --use-pytorch-cross-attention and --disable-xformers affect performance and compatibility
1017
  # - --front-end-version ensures the latest UI is used
 
1018
  c() {
1019
  cd ~/ComfyUI &&
1020
  conda activate comfyui
1021
+ python main.py --listen 0.0.0.0 --preview-method taesd --use-pytorch-cross-attention --disable-xformers
1022
  # --front-end-version /home/kade/source/repos/ComfyUI_frontend/dist
1023
  }
1024
  #