CivArchive
    hyperfusion Anima_preview LoRA 800k images - v10 noob_vpred
    NSFW
    Preview 91228928
    Preview 91229140
    Preview 91229132
    Preview 91229110
    Preview 91229176
    Preview 91981608
    Preview 91229215
    Preview 91229231
    Preview 91229270
    Preview 91229308
    Preview 91229303
    Preview 91229281
    Preview 91229360
    Preview 91229408
    Preview 91229420
    Preview 91229462
    Preview 91229387

    This LoRA was trained on 800k images of hyper sized anime characters. It focus mainly on breasts/ass/belly/thighs/fat. This dataset is a subset of the larger hyperfusion dataset, but filtered down to body shape/size related images only.

    Grab the latest Anima training checkpoints here. Ill put the final version here when its done.

    TLDR Tag Guide:

    • Body size: hyper -> immobile ( immobile is like hyper+ )

    • Body part size (like 'big ass'): small -> medium -> big -> huge -> gigantic -> colossal

    • General body shapes: topheavy, bottomheavy, assheavy, bellyheavy, frontheavy, bellyandbuttheavy, hourglass

    • See tag guide (optional files) for the rest.

    Recomendations:

    • Dora/LoRA strength: 1.0 (DoRA's work in most WebUI's by now)

    • Resolution: ~1024px

    • samplers: any sampler anima supports (should be most)

    • in v10+ you can push the lora weight more than in v9, so do that if your concepts are not working as well as you like.

    Uploaded 1.4 million custom tags used in hyperfusion here for integrating into your own datasets (updated 2026-05)

    v11 Anima_preview Release 2026/05/16:

    • This LoRA was trained on the original preview version of Anima (not the newly released base_1.0), however it seems to work with base_1.0 with some minor concept lost, so you can use whichever you want.

    • This model is technically not done training, but I want to release what I have so far, as I switch over to training on Anima_base_1.0 (5 epochs so far)

    • Ive added some new concepts and improved a number of tags, as well as having about 80% of the data captioned by qwen3, so I train on both tags and captions now. (see optional data for tag guide)

    • Its going to be a few months to continue training on base_1.0 so ill probably go silent again as it trains. I expect it won't get really good until epoch 10+, so maybe half way there (if I don't decide to start from scratch with base_1.0, we'll see).

    • I train with "@artist" format, so prepend @ for artist tags in v11 just like anima does

    v10 Noob_vpred Release 2025/07/29:

    • Did you guys think I disappeared? Nope, just hopelessly training a model with a frozen text encoder for 7 months.

    • This new DoRA has the same concepts you are used to by now, but with a few new concepts as usual. Also 200k more images than v9.

    • This version is trained on NoobAI_Vpred, so there is no guarantee it will work with anything else. Especially not on non-v_pred models.

    • Wanted to try training with the Text Encoder frozen one last time. Also decided to stick to it no matter how long it took. And now I can definitively say I will be including TE in future models just for the sake of time. It works, but its way too slow for my setup.

    • Use the tag list in v9 for now, until I get around to building the new one with the small number of new concepts.

    • This one should handle concepts a little better than v9_sdxl, and is less prone to exploding gradients as well.

    v9 Pony Release:

    • This model has been training for over 2 months now, but since Flux dropped, I decided to release what I have so far to free up a GPU. Technically it should have trained for longer, but I'm impatient, and some of you are probably tired of waiting anyway.

    • The tags are mostly the same as the last v8 release for SD1, with a few new additions like blob content for example. See the tag.csv for more in "Training Data".

    • Pony is a little tricky to train on, so I was experimenting a lot with this model. Because of this you should try to keep the DoRA strength near 1.0. Anything above 1.1 tends to explode. (weight regularization like scale_weight_norms is critical for training on pony, fyi)

    • To keep training time reasonable I trained at 768x768 resolution initially, and had planned on finishing up training with 1024px resolution, but then Flux happened. The results still seem reasonable.


    I put plans and progress here every now and then.

    Changelog Article Link

    Description

    Trained on 600k (hyper focused) images extracted from the larger hyperfusion dataset.

    The goal of this model was to power through Unet only training, and see how much longer it would take to train without the Text Encoder. The result, was that it's at least 3x longer to train because of it, so ill be including Text Encoder training in the future. Its just not worth the added time. Based on previous models I expected this to take 3 months to train to the same level as the previous DoRA, but ended up taking 7 months because of the frozen Text Encoder. It's still far from fully trained (although better at most concepts than v9_sdxl), It felt good enough to go ahead and release.

    Training Notes:

    • ~600k images

    • LR 3e-4

    • Unet only training (just as an experiment)

    • batch 4

    • gradient accumulation 32

    • dim 16

    • alpha 8

    • c_dim 8 (technically a DoRA LoCon)

    • c_alpha 4

    • optimizer: Adamw8Bit

    • scheduler: linear

    • base model NoobAI_vpred

    • flip aug

    • 525 token length (because appending captions and tags is a lot of tokens)

    • bucketing 1024, min 512, max 1280

    • tag drop chance 0.1

    • tag shuffling

    • --min_snr_gamma 2

    • --ip_noise_gamma 0.02

    • --scale_weight_norms 7

    • 7 months of training on 2x3090

      Custom training configs:

      I have implemented a number of things into Kohys's training code that have been suggested to improve training, and kept the things that seemed to make improvements.

      • drop out 75% of tags 5% of the time to hopefully improve short tag length results

      • soft_min_snr instead of min_snr

      • --no_flip_when_cap_matches: Prevent flipping images when certain tags exists like "sequence, asymmetrical, before and after, text on*, written, speech bubble" etc... This should help with text, and characters with asymmetrical features.

      • --important_tags: move important tags to the beginning of the list, and sort them separately from the unimportant ones (suggested from NovelAI if I remember correctly).

      • --tag_implication_dropout: Dropout similar tags to prevent the model from requiring them both to be present when generating. Like "breasts, big breasts" breasts will be dropped out 30-50% of the time. I used the tag implications csv from e621 as a base and added tags as needed. Even with 10%-15% tag dropout, some tag pairs were still being associated too often, this definitely made a difference. I think there were about 5k tags in total on the dropout list.

      • 30% of the dataset is captioned with VLM's (COGVLM, Quen2, etc), as well as cleaning up many of the captions with custom scripts that correct common problems.

      • Tags vs Captions: 70% of the time use tags, ~20% of the time use captions (if they exist), 10% of the time combine tags with captions in different orders.

    • For this training run specifically, I also implemented Learned Loss Weighting, and removed min_snr half way through. Learned loss weighting basically attempts to learn the noise schedule for different timesteps instead of having a static one. Hard to say if it made the model any better, but I did notice the model start to converge a bit faster after adding it. Still though, it's hard to say, but it didn't hurt it at least.

    FAQ

    Comments (19)

    5150641Jul 29, 2025· 4 reactions
    CivitAI

    hot

    BioMechaLukeAug 1, 2025· 4 reactions
    CivitAI

    About time this got an update!

    1601658Sep 1, 2025
    CivitAI

    @throwawayjm I have 2 questions:

    1) As with your Bubble Butt lora, are there tags to activate different butt sizes? I looked at hugging face and didn't see anything in the cvs file.

    2) By the way, I noticed that the cvs tags include an underscore, for example: fat_ass, bubble_butt, etc. Do they activate with or without an underscore?

    throwawayjm
    Author
    Sep 2, 2025

    no underscores, and all the size tags are in the Training Data section on the right

    1601658Sep 2, 2025

    @throwawayjm I've been testing with Bubble Butt Lora and I have the following conclusion:

    - Bubble Butt for Noobai is more precise: I can indicate more complex angles (e.g., from the side, from below), and the anatomy of the butt is much better visible.

    - Bubble Butt for Noobai is simpler: I can indicate that the girl is facing forward and a few tokens to indicate that she's facing forward (bubble butt, wide hips, medium ass, ass visible from front). However, in Hyperfusion's Lora, it's not very clear: too many tags and no more precise example collection guide. I also don't see Wide Hips in the CSV.

    throwawayjm
    Author
    Sep 2, 2025

    @nokiasupreme973 Use the full tag list from v9 for hyperfuison. The training data tag list is just the few I have improved or added.

    1601658Sep 4, 2025

    @throwawayjm I found the text file for version 9. I'm reviewing it, thanks.

    1601658Sep 19, 2025

    @throwawayjm For example, if I want to create a woman (front view) with wide hips, it would be:

    1girl, bottomheavy, from front, wide hips, massive thighs,

    ¿?

    throwawayjm
    Author
    Sep 20, 2025

    @nokiasupreme973 Yea, that seems to work.

    xrxlkoolSep 9, 2025· 1 reaction
    CivitAI

    Any chance we could get the belly clothing related concepts in its' own Illustrious lora? Love the concepts but some of them aren't super consistent

    throwawayjm
    Author
    Sep 9, 2025

    Maybe if I get some free time. I have lots of labeled images for those concepts, but haven't reduced it to a clean dataset to train on yet.

    LavTaffeeSep 16, 2025· 3 reactions
    CivitAI

    Hey there! First I wanted to thank you for giving us another version of this great model, it's been my favorite since SD1.5, and it is more even now!

    But I found a small problem. I made a few tests with NoobAI Vpred1.0, wanting to create some vore images, and I tried using the "prey shaped belly" tag. It doesn't seem to work at all, but I may be tagging wrongly...

    I ran a few tests, using it with huge and big bellies, with and without the vore tag, and it doesn't seem to do nothing. Just makes the belly smaller and that's about it. So I was wondering, what does it do exactly? And if I'm doing it wrong?

    throwawayjm
    Author
    Sep 16, 2025· 1 reaction

    I don't think your doing anything wrong. Some tags I tossed in part way through training, and the combination of training time and low count tags means the model might not have a grasp on it yet. I think that was one of those tags.

    I'm currently trying to continue where v10 left off as a full finetune and updated dataset, since LoRA training hit a wall. Hopefully it continues to improve now, but I only just resumed training.

    Ultimate goal is to get noobAI to learn my concepts as well as my SD1x vpred finetune did, and that was a full finetune as well. Its just a slow process.

    LavTaffeeSep 16, 2025

    Oooh, I see. Well thank you anyway!

    EeveelutionlvrNov 20, 2025
    CivitAI

    I've been revisiting this DORA for a while now, it's still the premium extra network when it comes to pregnancy manipulation - now having said that, I was trying to play with artist styles but when I went back to look in the hyperfusion-400k_sdxl_v9_tag_autocomplete.csv I couldn't find any artist names in there? Is there a separate csv file of tags that I'm missing?

    throwawayjm
    Author
    Nov 21, 2025

    Check the hyperfusion_SD1.5_vpred version tags. Keep in mind this NoobAI dataset was like 1/4th the size of that one so tag counts should be divided by 4 at least for a ballpark estimate.

    Art styles in this model have not converged to the same degree as the SD1.5_vpred model, so they probably wont work well here. SDXL is so slow to train...

    EeveelutionlvrApr 6, 2026
    CivitAI

    How's progress on v11 coming along?

    throwawayjm
    Author
    Apr 8, 2026

    Decided on Anima as the base model, so just waiting on the full release of Anima, and training a test version in the meantime on Anima-Preview.

    hiandthegreat600May 15, 2026· 1 reaction

    @throwawayjm base released

    LORA
    NoobAI

    Details

    Downloads
    964
    Platform
    CivitAI
    Platform Status
    Available
    Created
    7/29/2025
    Updated
    7/26/2026
    Deleted
    -

    Available On (1 platform)

    Same model published on other platforms. May have additional downloads or version variants.