Linux, cu128, python3.12, needs uv
Use this PR: Added support for NewBieModel in E-Anlia/ComfyUI-NewBie
# for existing ComfyUI repo
git remote add newbie https://github.com/E-Anlia/ComfyUI-NewBie
git fetch newbie
git rebase newbie/master
need Dao-AILab/flash-attention,
which could be built with MAX_JOBS=5 python setup.py bdist_wheel.
put the artifact (in dist if built successfully)
into <root of ComfyUI>/wheels/flash_attn-2.8.3-cp312-cp312-linux_x86_64.whl
then uv sync, you should have hf cli installed in
the newly created venv. (source <root of ComfyUI>/.venv/bin/activate)
hf download --max-workers 8 jinaai/jina-clip-v2
hf download --token <your hf token> google/gemma-3-4b-it
hf download NewBie-AI/NewBie-image-Exp0.1 --include "**diffusion_pytorch_model*"
models would be downloaded to ~/.cache/huggingface/hub, use them in the workflow. (for the UNet & VAE, use symbolic link to put them into Comfy)
See also the official guide (feishu, zh-CN)