High-quality anime character LoRA for Stable Diffusion XL. Generates consistent SFW anime-style characters with soft lighting and clean linework.
1from diffusers import DiffusionPipeline
2import torch
3
4pipe = DiffusionPipeline.from_pretrained(
5 "stabilityai/stable-diffusion-xl-base-1.0",
6 torch_dtype=torch.float16
7).to("cuda")
8
9pipe.load_lora_weights("hanamori-ai/HanaMori-LoRA")
10
11image = pipe(
12 "hanamori_style, anime character, soft lighting, 1girl, blue hair, smile",
13 cross_attention_kwargs={"scale": 0.7}
14).images[0]
15image.save("hanamori_output.png")
The LoRA model is free. For 288+ high-resolution SFW anime character illustrations with prompt reference sheets and commercial use rights:
Generated images may be used commercially.