CivArchive
    Anima - preview2
    NSFW
    Preview 123853908
    Preview 123853901
    Preview 123853897
    Preview 123853905
    Preview 123853909
    Preview 123853910
    Preview 123853903
    Preview 123853898
    Preview 123853900
    Preview 123853902
    Preview 123853894
    Preview 123853904
    Preview 123853912
    Preview 123853896

    Anima is a 2 billion parameter text-to-image model created via a collaboration between CircleStone Labs and Comfy Org. It is focused mainly on anime concepts, characters, and styles, but is also capable of generating a wide variety of other non-photorealistic content. The model is designed for making illustrations and artistic images, and will not work well at realism.

    It is trained on several million anime images and about 800k non-anime artistic images. No synthetic data was used for training. The knowledge cut-off date for the anime training data is September 2025.

    NEW: Try the Turbo LoRA for better stability and much faster generations.

    Versions

    • Anima-Base

      • The pretrained, unrefined base model. Maximum flexibility, diversity, and style adherence.

    • Anima-Turbo

      • Coming soon.

    Installing and running

    Get the text encoder and VAE from the HuggingFage page.

    The model is natively supported in ComfyUI. The model files go in their respective folders inside your model directory:

    • anima-base-v1.0.safetensors goes in ComfyUI/models/diffusion_models

    • qwen_3_06b_base.safetensors goes in ComfyUI/models/text_encoders

    • qwen_image_vae.safetensors goes in ComfyUI/models/vae (this is the Qwen-Image VAE, you might already have it)

    Generation settings

    • Works at resolutions between 512^2 and 1536^2 pixels.

    • 30-50 steps, CFG 4-6.

    • A variety of samplers work. Some of my favorites:

      • er_sde: neutral style, flat colors, sharp lines. I use this as a reasonable default.

      • euler_a: Softer, thinner lines. Can sometimes tend towards a 2.5D look. CFG can be pushed a bit higher than other samplers without burning the image.

      • dpmpp_2m_sde_gpu: similar in style to er_sde but can produce more variety and be more "creative". Depending on the prompt it can get too wild sometimes.

    • If going for a more realistic / painterly look, the beta57 scheduler (ComfyUI RES4LYF custom node pack) can help make better textures, since it puts more emphasis on low-noise timesteps.

    Prompting

    The model is trained on Danbooru-style tags, natural language captions, and combinations of tags and captions.

    • Use lowercase for tags, and spaces instead of underscores. Score tags are the only tags that use underscores.

    • Recommended positive prefix: "masterpiece, best quality, score_7, safe, "

    • Recommended negative: "worst quality, low quality, score_1, score_2, score_3, artist name"

    • When using a tag that is different between Danbooru and Gelbooru, prefer the Gelbooru version.

    • Prompt weighting works, but needs a weight higher than typically used for SDXL. Example: "(chibi:2)"

    Tag order

    [quality/meta/year/safety tags] [1girl/1boy/1other etc] [character] [series] [artist] [general tags]

    Within each tag section, the tags can be in arbitrary order.

    Quality tags

    Human score based: masterpiece, best quality, good quality, normal quality, low quality, worst quality

    PonyV7 aesthetic model based: score_9, score_8, ..., score_1

    You can use either the human score quality tags, the aesthetic model tags, both together, or neither. All combinations work.

    Time period tags

    Specific year: year 2025, year 2024, ...

    Period: newest, recent, mid, early, old

    Meta tags

    highres, absurdres, anime screenshot, jpeg artifacts, official art, etc

    Safety tags

    safe, sensitive, nsfw, explicit

    Artist tags

    Prefix artist with @. E.g. "@big chungus". You must put @ in front of the artist. The effect will be very weak if you don't.

    Full tag example

    year 2025, newest, normal quality, score_5, highres, safe, 1girl, oomuro sakurako, yuru yuri, @nnn yryr, smile, brown hair, hat, solo, fur-trimmed gloves, open mouth, long hair, gift box, fang, skirt, red gloves, blunt bangs, gloves, one eye closed, shirt, brown eyes, santa costume, red hat, skin fang, twitter username, white background, holding bag, fur trim, simple background, brown skirt, bag, gift bag, looking at viewer, santa hat, ;d, red shirt, box, gift, fur-trimmed headwear, holding, red capelet, holding box, capelet

    Tag dropout

    The model was trained with random tag dropout. You don't need to include every single relevant tag for the image.

    Dataset tags

    To improve style and content diversity, the model was additionally trained on two non-anime datasets: LAION-POP (specifically the ye-pop version) and DeviantArt. Both were filtered to exclude photos. Because these datasets are qualitatively different from anime datasets, captions from them have been labeled with a "dataset tag". This occurs at the very beginning of a prompt followed by a newline. Optionally, the second line can contain either the image alt-text (ye-pop) or the title of the work (DeviantArt). Examples:

    ye-pop
    For Sale: Others by Arun Prem
    Abstract, oil painting of three faceless, blue-skinned figures. Left: white, draped figure; center: yellow-shirted, dark-haired figure; right: red-veiled, dark-haired figure carrying another. Bold, textured colors, minimalist style.
    deviantart
    Flame
    Digital painting of a fiery dragon with glowing yellow eyes, black horns, and a long, sinuous tail, perched on a glowing, molten rock formation. The background is a gradient of dark purple to orange.

    Natural language prompting tips

    • Follow standard English capitalization rules for character and series names.

    • If using pure natural language, more descriptive is better. Aim for at least 2 sentences. Extremely short prompts can give unexpected results.

    • You can mix tags and natural language in arbitrary order.

    • You can put quality / artist tags at the beginning of a natural language prompt.

      • "masterpiece, best quality, @big chungus. An anime girl with medium-length blonde hair is..."

    • Name a character, then describe their basic appearance.

      • "Digital artwork of Fern from Sousou no Frieren, with long purple hair and purple eyes, wearing a black coat over a white dress with puffy sleeves..."

      • This is extra important when prompting for multiple characters. If you just list off character names with no description of appearance, the model can get confused.

    Limitations

    • The model doesn't do realism well. This is intended. It is an anime / illustration / art focused model.

    • The model may generate undesired content, especially if the prompt is short or lacking details.

      • Avoid this by using the appropriate safety tags in the positive and negative prompts, and by writing sufficiently detailed prompts.

    • The model isn't great at text rendering. It can generally do single words and sometimes short phrases, but lengthy text rendering won't work well.

    • The base version is a true base model. It hasn't been aesthetic tuned on a curated dataset. The default style is very plain and neutral, which is especially apparent if you don't use artist or quality tags.

    Finetuning tips

    • Don't train the LLM adapter. My own training script, diffusion-pipe, lets you set llm_adapter_lr=0 to completely disable training it, and the example config has this as a default.

      • Other trainers like sd-scripts have similar options that should be used.

      • The LLM adapter processes the text embeddings before they get to the diffusion model, and therefore has an outsized influence on the generated images. The adapter itself contains a surprising amount of knowledge and is easy to degrade by training it.

    • Use a low learning rate. For a rank 32 LoRA, start with 2e-5 and adjust up or down from there.

      • As a base model, there is no aggressive aesthetic tuning or RLHF you need to overcome when finetuning.

      • The model has an extremely large and diverse amount of visual concepts baked in already. A light touch is all you need.

    • Example of a style LoRA, with dataset and configs shared.

    License

    This model is licensed under the CircleStone Labs Non-Commercial License. The model and derivatives are only usable for non-commercial purposes. Additionally, this model constitutes a "Derivative Model" of Cosmos-Predict2-2B-Text2Image, and therefore is subject to the NVIDIA Open Model License Agreement insofar as it applies to Derivative Models.

    If you would like a commercial license, please email [email protected]

    Built on NVIDIA Cosmos.

    Description

    FAQ

    Comments (200)

    zeuss194Mar 11, 2026· 35 reactions
    CivitAI

    Hail to the king, baby

    AIDreamingMar 11, 2026
    CivitAI

    PSA: If you have "TAESD" set in ComfyUI preview and you get an error it might be due to having "lighttaew2_1.safetensors" file in your VAE_approx folder.

    GPUPoorChadMar 11, 2026· 5 reactions
    CivitAI

    Seems like a really good upgrade over base, but maybe a side grade when compared to community models. I'm sure the community will finetune this model and make it more of a pure upgrade. So far the following seems improved:

    - Image diversity (greatly improved)

    - Art style knowledge

    - Prompt adherence (in some cases)

    Worse:

    - Prompt adherence (in some cases again)

    - Stability (in some cases)

    I feel like maybe the training was stopped and uploaded when the model was in middle of trying to generalize in new ways maybe if that makes sense I get that kind of vibe

    SkibidiGeorgeDroydMar 11, 2026· 14 reactions
    CivitAI

    Obvious improvement in all ways I've tested, appreciate the work you're doing on this.

    Big_SodaMar 11, 2026· 20 reactions
    CivitAI

    Who up circling they stone rn?

    ibara0608Mar 12, 2026· 2 reactions
    CivitAI

    How many epochs will the final version be, and how many epochs do the current two preview versions correspond to?

    ThetaCursedMar 12, 2026· 37 reactions
    CivitAI

    Anima Style Explorer:
    https://thetacursed.github.io/Anima-Style-Explorer/
    (20k danbooru-tagged artist previews)

    Shio_NMar 12, 2026· 1 reaction

    More like a content for negative prompt... Not so much good artists among all 20k. No wonder an average result of this model looks not good without extra quality tags.

    It would be interesting to rate them and train on the best (the worst for "negative" training)

    upscaleanon537Mar 13, 2026· 1 reaction

    @Shio_N I see plenty of good artists amongst those 20k, especially if you sort by unique.

    Yes there's quite a few bad ones too, but if you can't find a good amount of good styles in there, either you have a very bad taste in styles or you're delusional, take your pick.

    I'm really glad this list exists and wish it did for more models.

    Shio_NMar 13, 2026

    @upscaleanon537 I mean I have seen and tested a lot up to #3800 by uniqueness. The problem after 3000 they have almost no effect on complex prompts. 85% of these artists are bad by my criteria. Also the worst of them look like a good thing for negative prompt. Honestly, negative prompt only for artists looks like a better idea as you would have a big variety in output instead of a specific style, so seeking artists for negative prompt is not a bad idea.

    _Jarvis_Mar 15, 2026

    Damn, this is a great site. It would be perfect to integrate it into Forge Neo.

    toghashie441Mar 12, 2026· 11 reactions
    CivitAI

    Thank you very much for your tremendous efforts!

    It seems that LoRA models trained in Preview 1 can also be used in Preview 2. That's good.

    Shio_NMar 12, 2026· 1 reaction

    Can be, but they are less precise, as base model have a lot of changes.

    straytzenscribeMar 12, 2026· 9 reactions
    CivitAI

    pony/illustrious cappacities, with qwen prompt adherence, simply amazing!

    1543674486668Mar 13, 2026· 1 reaction

    @kugelkoter867 Compared to others, you are still more disgusting

    I like it, feel like its worse at hands than illustrious and some pony fine tunes which is crazy considering they're not only old in ai space, they're old in general

    Shio_NMar 13, 2026

    @Autokrator_Mechanicus it's better in hands than any illustrious I know. Try euler (default) + sgm uniform.

    @Shio_N I use sa solver pece and beta57 ( occasionally beta_1_1 ) which is far better than both, not sure why people still use euler it's so bad compared to the schedulers released the past year, glad sgm uniform is getting hype nowadays though ( yes i've already done tried the recommended samplers and schedules as should anyone who installs a new checkpoint should, they were even worse )

    Shio_NMar 14, 2026

    @Autokrator_Mechanicus I have tested all schedulers. Euler works better. Maybe because it was trained on euler (not sure about this)... Euler ancestral works bad. Something like er_sde people recommending have some issues. Only euler have almost no problems.

    Shio_NMar 14, 2026

    @Autokrator_Mechanicus also sa_solver_pece you mentioned is 2x times slower than euler. Euler just wins in all directions on my tests as 40 steps euler is much better than 20 steps sa_solver_pece.

    @Shio_N sa solver pece is a triple step scheduler that is why, but its calculated to only use double steps so it's the most advanced, not sure how you say euler is better as when i check your images the fingers are all terrible which is a general euler issue as well as the image being generally blurry, what sampler did you use? i admit i've only used multiple beta variations and exponential with sa solver pece so it might be awful with other samplers

    Shio_NMar 14, 2026

    @Autokrator_Mechanicus "all terrible"? There are no problems with fingers on my images. If you want better - just generate realistic. Realistic tags remove all the fingers problems most of the time together with anime style. I have tested a lot of things... But your "it's so bad compared to the schedulers released the past year" say it all. You don't want to use old not because it's bad, only because it's old.

    compgamer1337267Mar 12, 2026
    CivitAI

    and will final version use more than 0.6B encoder, guys?

    SilvicultorMar 13, 2026· 1 reaction

    No, using a different text encoder would destroy a lot of training progress and would make the final training time much longer for no reason. A small text encoder for a small Diffusion model. There are enough big models, this one is supposed to be lightweight.

    Just try the model, it's amazing how good the natural language prompt adherence is despite the tiny 0.6B LLM TE.

    SkibidiGeorgeDroydMar 14, 2026

    @compgamer1337267 Hey, use this UI. Has native support for Anima and is very well optimized. - https://github.com/Haoming02/sd-webui-forge-classic/tree/neo

    popim48846589Mar 12, 2026· 27 reactions
    CivitAI

    After testing, it appears the PW2 version is inferior for academic art. It is now much more difficult to achieve academic-level aesthetics, especially while approaching realism while maintaining a stylized appearance. Figure drawing (especially in a Western style), composition, and lighting are all much more difficult to control. I now constantly have to fight the model to prevent the gens look like photo-medium/3D/ai-generated whenever I want them to look professional and academic. Could the influx of generic anime artists with poor figure drawing skills used to train the character knowledge in the dataset be the reason?

    DazrockMar 12, 2026· 1 reaction

    But isn't the whole point of this model to produce only anime?
    Finetunes will come out soon. They will have realism ones.

    popim48846589Mar 12, 2026· 2 reactions

    @Dazrock As I wrote, it's not about realism. It's about the artists' technical skill and mastery, which the built-in aesthetic tags don't capture whatsoever. Professional-level figure drawing and composition are used everywhere, including anime and cartons with flat coloring and cell shading. Danbooru is 99.9% low-skill garbage, and the dataset ripped from it may be skewed. Not toward anime but toward poor skill. If you don't have good taste or aren't a professional artist, you might not notice, but I do. Even anime artists need to learn the basics and study academic art, but most don't. Again, it's not about fancy rendering or realism.

    In theory, I should be able to raise the technicality of my gens by using low-skilled artists in a negative prompt. However, the Anima model doesn't quite allow this for some reason. Perhaps it's the architecture or overfitting; the PW1 version isn't good at this either, unlike the SDXL models I use every day.

    Honestly, I've yet to see a model that wasn't horribly poisoned by low-skilled artists. I wish the people training models were more technically proficient and aware of this problem.

    And no, fine-tuning will not magically solve the problem. Finetuned models always involve tradeoffs.

    DazrockMar 12, 2026· 2 reactions

    @popim48846589 Do you know how SDXL looked when it first got launched as a base model?
    I'd say this is ALREADY a good base model, and it's not even finished yet.
    We will get finetunes later which can be more aesthetically focused later.

    sylveriateMar 13, 2026· 2 reactions

    What the hell are you even talking about?

    1543674486668Mar 13, 2026· 4 reactions

    This is a free model, and it's a preview version. You have different requirements here and there, and it's your niche requirement. With so many requirements, why don't you train a model yourself

    LostcutMar 13, 2026· 1 reaction

    @popim48846589 Can you give some comparison examples? Not only for this model and previous preview, but overall, i am genuinely interested in what do you mean by that (and maybe what you consider artists suitable for neg prompt).

    I of course have no idea about academic art, but maybe i'll learn something from examples xD

    For now i just see a model that can do some things locally much better than ill/noob ai. But lacks in details, higher res, and realism, at least for now. But i am happy that i can finally more or less efficiently run model that semi-decently can place a text on image, and follows things like "place this in left-bottom corner"

    LostcutMar 13, 2026

    @popim48846589 i also saw some comparison in one of AnimaPreview finetunes, someone compared Aivazovsky style there in base version and in finetune, and in the latter it completely lost the "painting" part of it. But i guess you are talking about something else here.

    deitychaserMar 13, 2026

    @popim48846589 Honestly you should train stryle loras for Chroma and roll with it. Chroma + Style lora will give you what you need because of its extended realistic knowledge and ability to generalize and apply its photographic perspectives and background quality to your style lora and turns effectively your style into an academic art excersize. Its just slow and hard to prompt on the downside (best technique in chroma is to just caption images with Gemini and use those captions for vibe, atmosphere, theme etc and mixed with some booru tags)

    Or, for that matter, wait for Lodestone's Flux Klein finetune with his Chroma dataset. It's small and fast and Chroma-Klein + Style LoRa will go hard. There is also a higher chance of people touching his klein chroma base for a more extended anime finetune than Chroma1-HD which is just too big to do so.

    Ses_AIMar 12, 2026
    CivitAI

    Whats special about this particular version?

    DazrockMar 12, 2026

    Small upgrades across the board, basically.
    Character recognition has been improved.
    It leans deeper into it's anime styles,
    and prompt coherency with complex scenes has been improved.

    DazrockMar 13, 2026· 4 reactions

    @kugelkoter867 There will always be some...

    sylveriateMar 13, 2026· 16 reactions
    CivitAI

    I think it comes down to a matter of taste, but I personally prefer preview 2. It feels better at fine details (especially hands) and mixing styles.

    TheNoobUserMar 13, 2026· 4 reactions
    CivitAI

    if anyone ask v1 or v2 better, i choose v2

    kugelkoter867Mar 13, 2026· 6 reactions

    I choose Nano Banana Pro.

    TheNoobUserMar 13, 2026· 9 reactions

    @kugelkoter867 no one ask for it bro :))

    Shio_NMar 13, 2026

    @kugelkoter867 you compared something as big as nano banana to a 2B model you can run on your own PC/laptop. Indeed, nano banana have better coherency, but this model have more possibilities. Not only nsfw, but it have better creativity with right settings/prompts. Nano banana love to generate very average looking images.

    Shio_NMar 13, 2026· 6 reactions

    @kugelkoter867 what is this then? It's difficult to get something like this out of nano banana: https://civitai.com/posts/27218014

    xenexiaMar 16, 2026

    @Shio_N I'm not sure if it's just feeding a troll but I might add in two cents - models like Nano Banana Pro are bound to strict safety filtering beyond just reinforcement learning & sanatized datasets and no possibility of finetuning or providing it any more subjects than it already knows. And with Anima being a model that is half the size of SDXL, I feel it's even more developer friendly than it has ever been for people to create finetunes and LoRAs that arent just for generalized aesthetics. And the blend of caption and Booru tag learning means there is no need to write essays for a prompt, making it a very easy to use model.

    fulletMar 13, 2026· 10 reactions
    CivitAI

    I made a custom ComfyUI node called Anima-Style-Explorer. https://github.com/fulletLab/comfyui-anima-style-nodes It lets you copy prompts and styles into your prompts directly inside ComfyUI without leaving your workflow, with batch loading while scrolling, preview support, favorites/integration features, and updated media handling. If you try it, feel free to share feedback or feature suggestions.

    Hisa_eromikoMar 13, 2026· 2 reactions
    CivitAI
    Is it a good idea to use both natural language and tags simultaneously? If so, should I avoid redundancy between the two, or is it not worth worrying about?

    deitychaserMar 13, 2026

    If some concepts don't get through the tags then adding natlang is recommended, yea. Also mixing styles works nicely with natlang. Like if you want to make aesthetic changes to the way an artist style draws images you can add natlang descriptions that oppose the usual style and get nice blendings that way.

    luckmiriwindsMar 13, 2026

    I've found a good way is to describe the image composition using natural language and then add tags for stuff like outfits or lighting. Not sure if all natural language would be better but I CBA coming up with that

    sylveriateMar 13, 2026

    Some stuff works and some doesn't when it comes to NL. Tags are most reliable but most rigid. It's hard to say what works best for every scenario especially since it's an underbaked preview. Just gotta experiment.

    SkibidiGeorgeDroydMar 13, 2026

    Yes, it's definitely worth it. The longer the prompt the better, add in lots of tags and NL.

    Hisa_eromikoMar 14, 2026

    @deitychaser Thanks, and my main concern is whether we should avoid having duplicate elements between the natural language and the TAG, or if it doesn't matter

    metal079Mar 13, 2026· 12 reactions
    CivitAI

    I made anima preview 2 available for free on mobians.ai for those interested.

    ChertiloMar 14, 2026· 2 reactions

    9 minutes per generation? Go to hell!

    metal079Mar 14, 2026· 4 reactions

    @Chertilo It runs off my personal gaming computer, if I could make it faster I would

    Monfor_SalentaielMar 14, 2026

    @metal079 I am not sure it is viable business strategy, when you have only a single gaming PC

    Shio_NMar 14, 2026

    @metal079 I have a cheap Intel Arc B580 GPU, but even so 30 steps generation 1024x1024 is under 20 seconds. So on my GPU 9 minutes is like 27 people are trying to generate something.

    Shio_NMar 14, 2026· 2 reactions

    @Chertilo that's rude to write this to someone who is offering you something for free.

    metal079Mar 14, 2026· 1 reaction

    @Shio_N Its pretty busy usually with 100+ people in the queue,for the record I have a 5090, a 4090 and another 4090 running the website usually

    metal079Mar 14, 2026· 1 reaction

    @Monfor_Salentaiel I recently upgraded to a second PC, right now its 1 5090 and 2 4090s running the website. Obviously not enough to meet demand though of course

    ThreadZenMar 17, 2026

    You can use TorchCompile, which will speed things up.

    On my B580, a 32-step run at 1216x832 just 15 seconds.

    ArarayaMar 13, 2026· 14 reactions
    CivitAI

    Anatomy on fingers has degraded on v2

    SkibidiGeorgeDroydMar 14, 2026· 2 reactions

    Hands/fingers are fine for me, what workflow/prompt are you using?

    ArarayaMar 14, 2026· 1 reaction

    @SkibidiGeorgeDroyd It might depend on artist thought, but try for example orie h artist, my friend showed my v1 and v2 comparsions, v2 made all the fingers bad. Might also depend on scheduler. on er_sde its more ovbious, on euler less obvious. Just that we dont see such behavior on v1

    SkibidiGeorgeDroydMar 14, 2026· 6 reactions

    @Araraya Just did some gens with that style and not noticing where all the fingers are bad or anything like that. I just used er_sde with sgm uniform scheduler and 30 steps. Negative prompt matters a lot, you could try the below that I use:

    worst quality, low quality, score_1, score_2, score_3.

    film grain, scan artifacts, jpeg artifacts, dithering, halftone, screentone.

    cropped, signature, watermark, logo, text, english text, japanese text, sound effects, speech bubble, patreon username, web address, dated, artist name.

    bad hands, missing finger, bad anatomy, fused fingers, extra arms, extra legs, disembodied limb, amputee, mutation.

    muscular female, abs, ribs, crazy eyes, @_@, mismatched pupils.

    But sometimes its just rng whether fingers are good or not, luckily inpainting and img2img/hr fix upscaling work w/o artifacts on this version as long as you dont go too high with the resolution (although multidiffusion/tiled upscaling is the best way imo).

    deitychaserMar 14, 2026· 3 reactions

    @SkibidiGeorgeDroyd we are back to sd 1.5. day of schizo negative prompts. Add elongated torso and elongated throat :D

    SkibidiGeorgeDroydMar 14, 2026

    @deitychaser XD

    true, only annoying thing but i like the rest of the model, has super good artist coherency and the base res has better clarity than other 1024 models at the same time, not sure how they managed that but very cool

    ArarayaMar 14, 2026· 1 reaction

    @Autokrator_Mechanicus So true. I dont even need nhentai or the sorts with this anymore

    deitychaserMar 14, 2026· 1 reaction

    @Araraya yet anima is also pretty good with that too

    Shio_NMar 14, 2026

    @deitychaser except in this model they actually work as model can understand natural language and content better.

    Shio_NMar 14, 2026

    I have tested it on both models. v1 really have more positive outcomes, BUT v1 is trying to generate much more simple scenes when v2 is trying to do creative angles which is more difficult. I think it may be fixed after further training as it looks like model is trying to learn more rare concepts.

    ArarayaMar 14, 2026

    @Shio_N I agree on simplified outputs on v1, v2 give out more artistic details

    low_channel_1503Mar 14, 2026

    @SkibidiGeorgeDroyd cfg?

    SkibidiGeorgeDroydMar 14, 2026

    @low_channel_1503 4 cfg

    low_channel_1503Mar 14, 2026

    @SkibidiGeorgeDroyd thanks. do you use any of the meta tags like highres, absurdres, or do they not really help? i find sometimes the images are better and sometimes worse

    SkibidiGeorgeDroydMar 14, 2026· 1 reaction

    @low_channel_1503 Tags like highres/absurd res I don't really use, but I'm sure they have some kind of effect. I keep "masterpiece, best quality, newest" sometimes and year tags which do work well for artists. But really if your prompt has artist tag(s), style descriptor tags/NL, etc.. you dont really need any quality tags. There's no aesthetic finetuning so the model will be super creative, that's why the images are "better or worse" since the model isn't rigid. If you don't like that, making prompts detailed and not short helps to make it more "consistent".

    SpicyPixelMar 15, 2026

    true hands are really horrible most of the time. especially when its a bit more of a complex shot

    AzulAuthorityMar 15, 2026

    @SkibidiGeorgeDroyd You got any example images to post?

    SkibidiGeorgeDroydMar 15, 2026· 2 reactions
    kafay11061923Mar 14, 2026· 46 reactions
    CivitAI

    Stop complaining dumbass people We don't get things like this every day, only every year Be grateful and Support the guys who made it

    empek17Mar 14, 2026· 8 reactions

    There's no point in just 'being grateful' feedback is VERY important and listing problems with the model is how creators know what could be improved.
    Complaining is literally essential for making those models better.

    Not saying to not support those who made the models, bless them.

    mpp33332Mar 14, 2026· 11 reactions
    CivitAI

    Ver 2 definitely seems smarter, but also hardy to control style wise.

    MasterArtMar 15, 2026· 4 reactions
    CivitAI

    Wow! Big improvement! Some prompts are still unstable but not sure if is prompt or model issue. Also, any changes for increased generation speed?

    CappyAdamsMar 15, 2026· 13 reactions
    CivitAI

    THANK YOU!!!!!!!!!!!!

    Shio_NMar 15, 2026· 2 reactions
    CivitAI

    It looks like there are damaged images in dataset. Some outputs can generate something that looks like corrupted png (missing part of an image). Is there any tag that describes it? (for negative prompt)

    xenexiaMar 16, 2026

    Any examples? Only other model I've seen with this kind of thing is NovelAI in rare circumstances, like it's trained on stitched panning shots and missing parts of the image, or some anime sources seem to be in wrong aspect ratio. Is it like that or garbled messes?

    Shio_NMar 16, 2026· 1 reaction

    @xenexia it may be cropped image with black borders. It may be just black rectangles on an image, it may be only one side of image have black border. Sometimes this border is not straight - it looks like an average corrupted png, but exaggerated. This is the most obvious example - just random black rectangles: https://ibb.co/3yZXpHxd

    xenexiaMar 16, 2026

    @Shio_N oh yeah I see what you mean. Also Im training a lora right now and on the 20th image or so it generated, it gave me an incomplete image, only showing like 200px of the top, and majority of the image being white. So yeah something is definitely up.

    tosermeplsMar 16, 2026· 8 reactions
    CivitAI

    Really happy with Preview2.

    From my testing and training Loras, Preview2 is a direct upgrade with better prompt adherence and overall improved details.

    xenexiaMar 16, 2026· 2 reactions

    I like they are giving us intermediate checkpoints to work with. It's a good chance for developers to understand the model, training process for loras and full-finetunes and build toolsets & datasets now. When the full model releases, we'll have everything ready to go and tightens the timeframe between model release and community derivatives being available. The risk is some people will complain about the quality of the model and gain a certain reputation pre the final release but it's well worth it. Also they are basically distributing QA of the model by gaining community feedback

    tosermeplsMar 16, 2026

    @xenexia I agree. I think the team was a bit apprehensive to release the training code but if PonyV7 has taught us anything is that early training support is important for 2D/Anime model. Proving that the model can be easily trained is important for wider adoption.

    xenexiaMar 16, 2026

    @tosermepls Yeah that's true. Also it's never to late to update the dataset during training if it's going in the wrong direction without needing to go back to step 1. Something like Pony V7 probably cost thousands or tens of thousands, and re-running training from the beginning after all that expense would be devastating. This model has a lot to like from the get-go though, especially the blend of caption and Booru tag prompts - it's what has kept me using NovelAI quite a bit and this is a very attractive alternative.

    randomlygeneratedMar 16, 2026· 3 reactions
    CivitAI

    Been following this one on HF for a while. I could see this being big, and V2 is a pretty noticeable improvement in flexibility.

    alucardnoir941Mar 16, 2026
    CivitAI

    Dumb question: is this a literal checkpoint in your training of the model, a fine-tune of the original or another trained one one the same dataset from scratch? Also, thanks for the full output rights with the license.

    deitychaserMar 16, 2026

    This is a continuation of the anima preview with more training. You can read about the details on his huggingface page of the model.

    Monfor_SalentaielMar 16, 2026· 2 reactions
    CivitAI

    I have been experiencing it for a few days already, states "No results found". Hopes on CivitAI to finally fix it

    paconad945320Mar 16, 2026

    They said after a months 😭 💀💀 idk why

    AzulAuthorityMar 16, 2026
    CivitAI

    How is upscaling done with this model? I tried the regular hires fix and the final image comes out cooked

    SilvicultorMar 16, 2026· 1 reaction

    Keep the upscaling factor reasonable (~1.5x) and keep denoising moderate (0.3). Don't use latent upscale, but any pixel space upscaler of your choice. That works for me.
    If you upscale too much it falls apart, but that is expect, most of the model training was done at 512x so far.

    spunkymcgooMar 18, 2026

    works fine for me at 1.5x and 0.6

    yorgashMar 18, 2026

    It can do any size, just use tiled upscaling!

    kitkalplusMar 19, 2026

    @yorgash Could you share how you do tiled upscaling, please.

    yorgashMar 19, 2026· 3 reactions
    AzulAuthorityMar 19, 2026

    @yorgash That's awesome. Left a comment

    yorgashMar 19, 2026

    @AzulAuthority Thanks!

    kitkalplusMar 20, 2026

    @yorgash Thank you!

    paconad945320Mar 16, 2026
    CivitAI

    Can someone pls do these style in this model https://x.com/PEAPEAFur

    https://x.com/pegu2726

    ereshkigalenthusiastMar 17, 2026· 9 reactions
    CivitAI

    really great and promising model for anime. It adheres really well with natural language and with standard tags. Its also very flexible with characters and styles. It knows some of the artist styles to a better degree than illustrious and pony base models (without loras)

    puckMar 18, 2026· 10 reactions
    CivitAI

    Will this be available to use on Civitai's generation UI? Asking as a mobile user.

    ropiw69459375Mar 18, 2026· 8 reactions

    No sorry but you can here tensor.art/models/964715998236132754

    tensor.art/models/974860244985332606/Anima-Official-preview-2

    IndolentCatMar 20, 2026

    Civitai would have to buy a license for that and being that the model is still in development that seems unlikely. Oh, and also update their backend, which sometimes it seems they don't know how to lol.

    IamTouhouLoverMar 19, 2026
    CivitAI

    Can't we do the training online?

    FunnyGrifterMar 19, 2026· 7 reactions
    CivitAI

    Other than style mixing becoming better, I hope later versions also improve character knowledge to be even better than NoobAI models, there are so many popular characters weirdly absent or barely recognized by Anima while many newer lesser popular characters work perfectly

    deitychaserMar 19, 2026

    Try describing the character with additional tags and especially some natural language helps alot for example by captioning an image of the character via gemini and then copy the description of its appearance.

    FunnyGrifterMar 19, 2026· 1 reaction

    @deitychaser It can help mildly but there's definitely something weird when Purah from TotK or Kawakami from Persona 5 are still noticeably off-model after filling their tags up but Hulkenberg from Metaphor is game-accurate with the name tag alone

    deitychaserMar 19, 2026

    @FunnyGrifter tried 1girl, kawakami sadayo, persona 5 & 1girl, purah , the legend of zelda and it looks pretty good to me.

    kapes97793352Mar 19, 2026

    ask him here https://huggingface.co/circlestone-labs/Anima/discussions

    kapes97793352Mar 19, 2026· 7 reactions
    CivitAI

    If you guys get any Question say it here https://huggingface.co/circlestone-labs/Anima/discussions

    KINGOALMar 20, 2026· 9 reactions
    CivitAI

    The level of prompt precision and the sheer range of tag recognition in this model is honestly staggering, as a base model. It picks up on nuances that most current bases struggle with. However, the anatomy—specifically the hands—still feels very "work in progress" and can be quite rough at times. Since this is an early development build, it's totally understandable. Overall, this has massive potential to become the next-gen universal base model. Really excited to see where this goes!

    xenexiaMar 23, 2026

    Apparently the full release version will be trained on higher resolution - this should hopefully resolve the finer anatomy issues as the current training resolution is quite small

    loller97Mar 20, 2026· 8 reactions
    CivitAI

    I still have to git gud with the prompting but man, finally a fresh non-realistic good model, thank you.
    Can't wait to see the final result :)

    Kaze111Mar 21, 2026· 22 reactions
    CivitAI

    Hope we will get the full version soon.

    evilstormhot109Mar 21, 2026· 55 reactions
    CivitAI

    Dear Illu, I am sorry I have to confess, I cheat u with Anima now. And I think it would be better for us both to break up!

    ponzomut146Mar 22, 2026· 1 reaction
    CivitAI

    Bit of an odd question but has anyone been able to use Anima to change the shape or style of a blue archive student's halo?

    Rue_Mar 22, 2026· 1 reaction
    CivitAI

    would love to test it, but there not being a webui version of it kinda ruins it for me and others

    Big_SodaMar 22, 2026· 5 reactions

    What do you mean? It works perfectly fine in Forge Neo, SwarmUI and Comfy.

    Rue_Mar 22, 2026

    @Big_Soda could be the version of forge im using (reforge), but even with all the files in the right spot it just doesnt work

    Fish788Mar 23, 2026· 3 reactions

    @Rue_ It doesn't work on Reforge. You need the latest version of Neo Forge. https://github.com/Haoming02/sd-webui-forge-classic/tree/neo?tab=readme-ov-file

    Rue_Mar 24, 2026

    @Fish788 gotcha, thanks!

    AilanuMar 23, 2026· 1 reaction
    CivitAI

    Could you merge this with Text Encoder? As someone who's very used to En fooocus, I can't use the model :D

    RisingVMar 24, 2026

    I guess text encoder is not the problem. The model is just not supported by Fooocus or derivatives (I am not sure which version you are refering to). If you don't want to use ComfyUI, you can give Forge Neo a try:
    https://civitai.com/articles/27039/setting-up-forge-neo-for-using-anima-with-stability-matrix

    Julio912Mar 24, 2026· 3 reactions
    CivitAI

    I need to ask, we will get in some point some training method like the one civitai provides so we can do our own loras?

    RisingVMar 24, 2026· 1 reaction

    Here is a trainer with user interface using sd-scripts for local anima training:
    https://github.com/citronlegacy/citron-anima-lora-trainer-ui

    KonanMar 24, 2026· 8 reactions
    CivitAI

    Honestly, good job. It's already way better than Noob/Illustrious and it's not a big model too hard to run.

    monicalucciMar 25, 2026

    it is actually 5gb if u combine it with the vae and clip, and since the model is not yet fully release, so i think it might go beyond 6gb

    RisingVMar 25, 2026

    @monicalucci Nope, it won't. Model size does not depend on training steps/duration. It's determined by model architecture and network dimension, which has to be set at the begin of training.

    guy90Mar 24, 2026· 13 reactions
    CivitAI

    Can we get this on the generator? This model has a lot of potential. Would love to see what people generate on the platform using it to see how well it holds up.

    artyclawMar 25, 2026· 6 reactions
    CivitAI

    It's getting better and better <3

    ourouwus225Mar 26, 2026· 24 reactions
    CivitAI

    Absolutely amazing model, I tried and I can't believe how good the results are. I really hope this keeps getting more attention, it is undoubtedly a huge improvement since Noob and Illustrious. Keep going!

    AetherlynMar 26, 2026· 4 reactions
    CivitAI

    This model seems to have fairly strict requirements for the input format. When I inputted a very long text, the generated image's visuals completely broke down—sometimes it could only be described as barely humanoid, with extremely poor results. Reducing the text to half its original length by various means made it much better. Is there any documentation or summary on this aspect?

    monicalucciMar 26, 2026· 4 reactions

    im pretty sure they have said it here

    AetherlynMar 27, 2026

    @monicalucci Perhaps it's because I didn't express myself clearly. My "long text" refers to input in natural language, not tag-style language. But the official only mentioned "at least 2 sentences" without saying anything about "at most"...

    DjojiMar 26, 2026· 1 reaction
    CivitAI

    did this thing work with Stable diffusion?

    munchkinMar 28, 2026· 2 reactions

    No, Anima has nothing to do with Stable Diffusion. And if you meant Stable Diffusion webui by A1111, then the answer is still no, it doesn't support it.

    FunnyGrifterMar 28, 2026· 6 reactions

    You can use Anima in the Forge fork called Forge Neo if you want an A1111 UI for it

    MiracleKeyMar 29, 2026
    CivitAI

    how can i stabilise images? a single prompt generates completely different results, style is recognisable, but its always different

    LostcutMar 29, 2026· 10 reactions
    CivitAI

    This has a potential to become next big thing imo (on Pony/Ill + Nai level).

    There are problems (hands, instability, some weird connections like "This artist style doesnt work if you don't add linear hatching to prompt", no upscale), but some of them can be fixed with Ill/Nai upscale part + depth controlnet to preserve composition. Also hands are not that bad? Most of the time it works ok.

    But the fact that it is a model that is fast, can be ran on 8gb and can even do text, control positioning, knows LOTS of characters and styles is amazing. All previous i tried were either slow, or too cleaned up of characters and styles, or whatever, This one balances all that.

    I understand though that i use only a tiny fraction of what it is capable of xD

    I am Really waiting for a final version, but even now it is quite amazing.

    Oh, also it can do quite semi-realistic images with simple lora addition, so that potential is also there.

    DazrockMar 29, 2026· 5 reactions

    Couldn't have said it better myself.
    So looking forward to the base model.

    SfdwackysMar 30, 2026· 2 reactions

    How did you get depth controlnet to work? whenever I try it it's either a jumbled mess or just doesn't work at all. (A specific preprocessor and/or model would be greatly appreciated)

    LostcutMar 30, 2026· 1 reaction

    @Sfdwackys no, i meant anima -> depth + ill/nai, sorry for confusion

    One of pipelines i tried to use is like this:
    1) Gen latent image via anima
    2) Decode it, encode it with sdxl vae instead
    3) Now use standard sdxl controlnet and latent upscale.

    This is image has full pipeline https://civitai.com/images/125815042

    Though it is originally basically this thing
    https://civitai.com/models/2481616/animatosdxlilponywithfacedetailer
    so you can get workflow from there

    BingusChungusMar 29, 2026· 1 reaction
    CivitAI

    I am not sure why, but I am really struggling to get detailed faces with Anima. I am using SwarmUI and have made sure I have the VAE and T5 enabled, and I'm also using adetailer. No matter what though, the faces severely lack detail.

    Anyone else have this issue or know how to fix it?

    springmushroom_86Mar 30, 2026

    Perhaps because the model is mostly trained at 512px, so details may be lacking for small parts.

    reilgunMar 30, 2026· 16 reactions
    CivitAI

    good future , but dont want to train much for now, the autor says all loras are likely be *throwable* so il just wait for future stable release!

    HenkeiMar 30, 2026· 19 reactions
    CivitAI

    High potential possible Illustrious replacement, and it's about time we moved away from SDXL which is 4 years old at this point.

    dreamyS69Mar 31, 2026
    CivitAI

    how do you go about mixing artist tags with weighting? i tried the usual way in a few different configurations, but it seems that loras are the only way to get a consistent mixed style

    FunnyGrifterMar 31, 2026· 3 reactions

    Try the syntax [@Artist1,|@Artist2,|@Artist3,]

    dehaincMar 31, 2026· 18 reactions
    CivitAI

    this is 10x better than any illustrious or pony bullshit. this is like gemini tier work. i will start my own propaganda campaign online about this model. needs more recognition.

    koloh65592999Apr 1, 2026· 6 reactions
    CivitAI

    bitches stop using this old ass style from 2023 using this model you got 20k style no way

    Neon_signsApr 1, 2026· 20 reactions
    CivitAI

    Haven't used illustrious since this came out lol, truly next gen thing

    reilgunApr 1, 2026
    CivitAI

    after test ive seen the model dont do e621 stuff well , i think because there are not much data used, also the girls with u know what dont do well either , probably because e621 stuff too.

    Big_SodaApr 1, 2026

    That's actually a very controversial topic among the Anima community on Huggingface. There isn't any E621 in the dataset and people on the Anima discussion page either really want E621 in or consider E621 to be objectively poison.

    Hopefully all things with the model improve for the final release.

    reilgunApr 1, 2026· 2 reactions

    @Big_Soda ty for info didnt know about that

    ShocksOnDeckApr 1, 2026· 4 reactions
    CivitAI

    This is incredibly good and the prompt coherence is just out of the world. Very excited for the full version!

    hereWeGoAgainApr 2, 2026· 3 reactions
    CivitAI

    Wow! Model actually draws what I have in mind consistently and without side effects.

    I wasn't able to achieve this with other 6-8 local models that I tried and was about to give up on idea of chibi anime character design with local models

    leepeter1231Apr 3, 2026
    CivitAI

    Comparing to illustrious, what is the main difference? Can it fix hands more than 5 fingers?

    N3kor0Apr 3, 2026· 2 reactions

    it can generate much more complex details without needing a specific lora, and works better if combined with natural language, but it's a bit slower than sdxl finetunes, almost no need to use lora artstyle.

    raidou88Apr 3, 2026
    CivitAI

    i was using the previous anima model, a gguf q8, that works but this one doesn't with the same vae and text encoders. i don't know what's wrong. they both seem the same file.

    raidou88Apr 3, 2026
    CivitAI

    mat1 and mat2 must have the same dtype, but got Float and BFloat16

    No idea what is wrong. maybe the file is bad? the previous version works fine on gguf but this doesn't

    N3kor0Apr 3, 2026· 5 reactions
    CivitAI

    res_2m + beta57 also can gives some unique results.

    leepeter1231Apr 3, 2026
    CivitAI

    1990s (style) has no effect at all, why? how to ?

    Neon_signsApr 4, 2026

    Try 1990s \(style\)

    SpicyPixelApr 4, 2026

    you could try something longer and more detailed like: , (Late 80s and early 90s high-budget OVA style, retro, tactical realism, intricate details, matte cel-shading, muted industrial color palette, harsh fluorescent lighting, cinematic noir, high-fidelity hand-drawn tech:1.1)

    VYAApr 3, 2026· 1 reaction
    CivitAI

    So is this usable on any on-site generators? I'm pretty sure the answer is no but clarification would be nice.

    VYAApr 3, 2026

    @koloh65592999 does tensor have unrestricted generation? do i need to worry about it blocking anything i put into the prompt? (besides illegal stuff obviously)

    koloh65592999Apr 3, 2026

    @VYA no NSFW But is not very strict + no real people from real life

    LeonmitchellyApr 6, 2026

    @VYA go to tensorhub. its for "experimental" generation

    TanakaArtApr 3, 2026· 12 reactions
    CivitAI

    I love Illustrious but this is even more fantastic.

    leepeter1231Apr 5, 2026
    CivitAI

    Does anyone know how to prompt a man trying to kiss a girl and she doesnt want to be kissed and face away from him? I find it hard to prompt

    reilgunApr 6, 2026

    U probably better make or find Lora concept for hard positions

    cakod54604602Apr 5, 2026· 3 reactions
    CivitAI

    tutorial how to use this model online 🙀: just go to tensor art the end

    leepeter1231Apr 5, 2026· 2 reactions
    CivitAI

    Comparing to illustrious, Anima seems not able to generate dog's J (its p_ _is) , will the creator update this?

    LoramanApr 5, 2026

    Do you mean an art style? With Anima, you need to put a @ before the artist's name.

    leepeter1231Apr 5, 2026

    @Loraman no, J = cock

    reilgunApr 6, 2026· 1 reaction

    It's hard because no e6 training in the model

    FinisherStrikeApr 6, 2026

    Try the tags: "animal penis, knotted penis, dog penis". I'm not sure how good Anima is on generate it, maybe will need a lora for it.

    1543674486668Apr 7, 2026

    ??????

    shanchenApr 7, 2026

    绷不住了

    letmereadApr 5, 2026· 2 reactions
    CivitAI

    Really nice, I hope it gets more attention/momentum once the final version is released!

    ghghgjcdvApr 5, 2026· 3 reactions
    CivitAI

    great model but has a serious issue making hands while the character is upside-down

    Kasper369Apr 5, 2026· 3 reactions
    CivitAI

    How many characters does it know natively? i am asking because i have 3.5k loras for illustrations, and i dont want to download again for this T.T

    sizykingApr 6, 2026· 2 reactions

    It's unclear how many characters there are, but 20,000 artists have already been found. Maybe the strength here is in the artists, not the characters. You take a character from an old model, refinish it with a better model where the quality is higher and you don't need a heavy model.

    LeonmitchellyApr 6, 2026· 2 reactions

    The latest training data is from September 2025, so this model likely knows all characters up to that date. Too bad Illustrious LoRAs won't work with this model.

    leepeter1231Apr 6, 2026
    CivitAI

    When character's one arm behind, the orientation of the hand is wrong. Hope new technology comes out and solve this

    portableshotApr 6, 2026· 2 reactions
    CivitAI

    wait for full base chekpoint an on site lora train guide

    ThijsApr 6, 2026· 2 reactions
    CivitAI

    The model seems to have trouble with many characters, especially those from before 2020, but overall it’s still pretty decent in my opinion. I combined some tags, and it surprisingly worked great.

    cakod54604602Apr 7, 2026

    post it here https://huggingface.co/circlestone-labs/Anima/discussions

    PupperApr 7, 2026· 6 reactions
    CivitAI

    Ready to get some sleep after a whole night of promp-ANIMA PREVIEW BASE 3???

    navimixuApr 7, 2026· 1 reaction
    CivitAI

    gimmi that 💚

    mac2492Apr 7, 2026· 8 reactions
    CivitAI

    Just about to leave on vacation and preview3 drops! Will have to quickly grab this before the flight haha