anima-test / README.md
vovler's picture
Update README.md
b1c785f verified
|
Raw
History Blame Contribute Delete
987 Bytes
https://github.com/BobJohnson24/ComfyUI-INT8-Fast
ComfyUI-Crystools
ComfyUI-Dev-Utils
ComfyUI-KJNodes
nano /opt/supervisor-scripts/comfyui.sh
LD_PRELOAD=libtcmalloc_minimal.so.4 \
python main.py \
--disable-auto-launch --use-sage-attention --disable-xformers --port 18188 --enable-cors-header --fast fp16_accumulation cublas_ops 2>&1
supervisorctl restart comfyui
supervisorctl status comfyui
git checkout master && \
git pull origin master && \
/venv/main/bin/uv pip install --upgrade -r requirements.txt && \
/venv/main/bin/uv pip install --upgrade comfyui-frontend-package
/venv/main/bin/uv pip install --force-reinstall "sageattention==2.2.0" --no-build-isolation --extra-index-url https://comfy-org.github.io/wheels
supervisorctl restart comfyui
Anima
1.42it/ - Int8 + Comfy Sage
try compile at 1440x1440, weirdly enough it may increase it/s instead of decreasing it, if sageattention doens't help, just use SPDA, as we need less installation steps for that