CivArchive
    Zoda Anima Workflow - general
    NSFW
    Preview 135681920
    Preview 135681692

    Simple is the Best Workflow.

    Beginner -> minimal branch ( no extra dependency )
    General -> general branch ( Author General Use )

    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]

    Description

    ( 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-qwenmultiangle

    FAQ

    Comments (2)

    HUnicornJul 31, 2026
    CivitAI

    Thanks, simple and effective. How do I use the Multi-angle node?

    al123sdaw
    Author
    Jul 31, 2026

    just unmute the node and link to extra_args ,
    but i found the prompt is not effective as expect, so i didn't include it in my regular flow.

    Workflows
    Anima

    Details

    Downloads
    404
    Platform
    CivitAI
    Platform Status
    Available
    Created
    7/4/2026
    Updated
    8/12/2026
    Deleted
    -

    Files

    zodaAnimaWorkflow_general.json

    Mirrors