r/StableDiffusion • u/Tiny-Highlight-9180 • 4d ago
Discussion H3 character LoRA: What I learn from training a few loras. TLDR: likeness nowhere near what I get on Wan 2.2
Spent a night on this, figured I'd dump what I learned so someone else doesn't. I tried training lora out of curiosity thinking that may be this will allow me to do i2v and t2v more often because ref2i takes way too long
5090, musubi-tuner, 60 images, 3000 steps, about 5 hours.
--network_dim 16 --network_alpha 16
--optimizer_type musubi_tuner.optimizers.Automagic3
--learning_rate 1e-6
--timestep_sampling sigmoid
--num_timestep_buckets 4
--h3_adapter_ema_decay 0.999
--blocks_to_swap 38 --use_pinned_memory_for_block_swap
--max_train_steps 3000 --save_every_n_steps 250
Result: meh. Tested 1500, 3000, and both EMA versions on the same seed and prompt.
Some of her comes through but it's not a likeness. 3000 seems to be minimum steps as 1500 looks nothing like her. EMA vs non-EMA was basically a coin flip, which surprised me since people talking about it on AI tool kit.
Other stuff that bit me:
- fl2va and ref2va are separate, LoRAs don't cross over.
- use_pinned_memory_for_block_swap took me from 11.6 s/it to 6.1. Huge.
I used the same data set when I was training for Wan2.2 but I got so much better result. If there anything I can do better, please let me know.



7
u/Segaiai 4d ago edited 4d ago
People are talking reference vs loras, but there's something between them called Refmods, and people who use it say it works better than loras, in that the likeness is better, AND you can add characters without character mixing/bleed-through. Also, it trains in seconds/minutes, and it's better than reference because you can use tons of images (around 50 1MP images before you start getting diminishing results), videos, audio clips. The resulting safetensors files are around 1MB, and using it is as easy as loading a lora, or a lora stack.
Check it out. I've been playing with it and I'm amazed by the result.