Updated: Jul 4, 2026
toolDownload
1 variant available
This checkpoint includes a config file, download and place it along side the checkpoint.
( Last Update : 2026-07-03)
Dependencies:
git clone https://github.com/rgthree/rgthree-comfy.git
git clone https://github.com/nregret/Comfyui-Anima-Tools
git clone https://github.com/mcrfltd/ComfyUI-ALtools
(Optional for Angle prompting)
git clone https://github.com/jtydhr88/ComfyUI-qwenmultiangleShow more


1.4K0 1 2 3 4 5 6 7 8 9.0 1 2 3 4 5 6 7 8 9K
1.6K0 1 2 3 4 5 6 7 8 9.0 1 2 3 4 5 6 7 8 9K

License:
AnimaThe Anima Model is licensed by CircleStone Labs LLC. Copyright CircleStone Labs LLC. IN NO EVENT SHALL CIRCLESTONE LABS LLC BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH USE OF THIS MODEL.
Built on NVIDIA Cosmos
Simple is the Best Workflow.
Beginner -> minimal branch ( no extra dependency )
General -> general branch ( Author General Use )
Model link is inside the workflow

Docker Compose Config to run ComfyUI
services:
comfyui:
image: yanwk/comfyui-boot:cu130-slim-v2
container_name: comfyui-cu130
pull_policy: missing
ports:
- "8188:8188"
environment:
- CLI_ARGS=
- HF_TOKEN=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
volumes:
- ./storage-cache/dot-cache:/root/.cache
- ./storage-cache/dot-config:/root/.config
- ./storage-nodes/dot-local:/root/.local
- ./storage-nodes/custom_nodes:/root/ComfyUI/custom_nodes
- ./storage-models/models:/root/ComfyUI/models
- ./storage-models/hf-hub:/root/.cache/huggingface/hub
- ./storage-models/torch-hub:/root/.cache/torch/hub
- ./storage-user/input:/root/ComfyUI/input
- ./storage-user/output:/root/ComfyUI/output
- ./storage-user/user-profile:/root/ComfyUI/user
- ./storage-user/user-scripts:/root/user-scripts
deploy:
resources:
reservations:
devices:
- driver: nvidia
count: all
capabilities: [gpu]
