CivArchive
    ANIMA-V1-Turbo-AIO - V3
    NSFW
    Preview 136222563
    Preview 136222632
    Preview 136222636
    Preview 136222644
    Preview 136222659
    Preview 136222669
    Preview 136222672
    Preview 136222691
    Preview 136222693
    Preview 136222702
    Preview 136222701
    Preview 136222713
    Preview 136222714
    Preview 136222722
    Preview 136222727
    Preview 136222738
    Preview 136222740
    Preview 136222746
    Preview 136222747
    Preview 136222751

    V3 update

    Using Turbo V3, far less qwen_heretic, no more p3-to-v1 backward move. It should be pretty close to a vanilla anima turbo, but with my own take on this aio checkpoint :D

    V2 update

    Same idea as V1, sligth change in content:

    model = load_file("anima_baseV10.safetensors")
    prefix_replace(model, "net.", "model.diffusion_model.")
    
    te = load_file("qwen_3_06b_base.safetensors")
    prefix_replace(te, "model.", "cond_stage_model.qwen3_06b.transformer.model.")
    
    for k in te:
        model[k] = te[k]
    
    merge_lora(model, "qwen-heretic-lora.safetensors", 0.4)
    merge_lora(model, "Turbo-ANIMA-v1.5.safetensors", 0.9)
    merge_lora(model, "anima-P3-to-V1.safetensors", -0.1)
    
    vae = load_file("finalcut_vae.safetensors")
    prefix_replace(vae, "", "first_stage_model.")
    for k in vae:
        model[k] = vae[k]
    
    save_file(model, "ANIMA-V1-Turbo-AIO_V2.safetensors")

    If reading this is too hard, the summary is:

    • less change in TE (0.8 before, now 0.4)

    • Turbo V1.5 instead of V1

    • FP32 VAE instead of BF16

    V1

    I had some great reviews regarding nArnima AIO, but some people would have prefered than i didn't bake in my own style to allow more flexibility... so here we go!

    This is ANIMA Base V1 with the same treatment as nArnima AIO without the style part of the LoRA (only TE/Turbo/Adapter LoRA).

    Usage:

    • Resolution: Base V1 had a huge boost in quality with a final finetune at 1536x1536 resolution = Showcases picture are 960x1440 without any Hires.Fix or Upscale.

    • sampler/scheduler: ER_SDE + Beta (or Smoothstep for sd.cpp)

    • CFG: 1 since the Turbo LoRA is included (but 1.1 to 1.5 also works and allow back some negative prompting)

    • steps: 8-12 should be enough with the Turbo LoRA but i go for 16.

    • positive prompt: i like to start with masterpiece, best quality, score_9, newest, detailed

    • flow shift: keep the default at 3 if your tool of choice display the value

    Works with Forge Neo, should work with ComfyUI.

    Quantized version for sd.cpp coming up on HF soon is here: https://huggingface.co/n-Arno/Anima-P3-Turbo-AIO-Q4_K/blob/main/Anima-V1-Turbo-AIO-Q4_K.gguf😁

    PS: don't use my nArnima V2 LoRA on top of this model as-is or the TE will get funky (not completely broken, but it may not play nice). Override this model TE with base Qwen3-0.6b if you intend to use this very specific LoRA on top (but in this case, why not use the full model?), otherwise, for any other LoRA, no problem should arise 😅


    Legal

    The CircleStone Model is licensed by CircleStone Labs LLC under the CircleStone Non-Commercial License. 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.

    Description

    Posted on Civitai, upload found elsewhere are FORBIDDEN and done without the author permission.

    FAQ

    Checkpoint
    Anima

    Details

    Downloads
    405
    Platform
    CivitAI
    Platform Status
    Available
    Created
    7/9/2026
    Updated
    7/16/2026
    Deleted
    -

    Files

    animaV1TurboAIO_v3.safetensors

    Mirrors

    TensorArt (1 mirrors)
    TensorHub (1 mirrors)