Text-to-Image
Diffusers
English
Japanese
stable-diffusion-xl
sdxl
lora
image-generation
anime
character
character-lora
illustration
sfw
hanamori
anime-style
visual-novel
rpg-maker
Instructions to use hanamori-ai/hanamori-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use hanamori-ai/hanamori-lora with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("stabilityai/stable-diffusion-xl-base-1.0", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("hanamori-ai/hanamori-lora") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
HanaMori AI Art LoRA - Anime Style v1 (SDXL)
π Full Art Pack: 288+ SFW Anime Illustrations on itch.io β $7.99 β Support: Ko-fi Membership | π¨ Civitai Page
High-quality anime character LoRA for Stable Diffusion XL. Generates consistent SFW anime-style characters with soft lighting and clean linework.
Trigger Words
hanamori_style, anime character, soft lighting
Quick Start
from diffusers import DiffusionPipeline
import torch
pipe = DiffusionPipeline.from_pretrained(
"stabilityai/stable-diffusion-xl-base-1.0",
torch_dtype=torch.float16
).to("cuda")
pipe.load_lora_weights("hanamori-ai/HanaMori-LoRA")
image = pipe(
"hanamori_style, anime character, soft lighting, 1girl, blue hair, smile",
cross_attention_kwargs={"scale": 0.7}
).images[0]
image.save("hanamori_output.png")
Usage
| Setting | Value |
|---|---|
| Base model | SDXL 1.0 or compatible |
| Recommended weight | 0.6β0.8 |
| Compatible tools | ComfyUI, Automatic1111, Diffusers |
| Content rating | SFW only |
Showcase
See the HanaMori LoRA Showcase Space for sample outputs.
Full Art Pack
The LoRA model is free. For 288+ high-resolution SFW anime character illustrations with prompt reference sheets and commercial use rights:
HanaMori AI Art Pack Vol.01 β itch.io ($7.99)
Includes:
- 288+ character illustrations (portrait, full-body, expressions)
- Prompt reference sheets
- Ren'Py / RPG Maker ready sprites
- Commercial use OK for generated images
License
Generated images may be used commercially.
Links
- π Art Pack: https://hanamori-ai.itch.io/hanamori-ai-art-vol01
- β Ko-fi: https://ko-fi.com/hanamoriaiart
- π¨ Civitai: https://civitai.com/models/2560046
- π Showcase: https://huggingface.co/spaces/hanamori-ai/HanaMori-LoRA-Showcase
Support HanaMori
- Downloads last month
- 22
Model tree for hanamori-ai/hanamori-lora
Base model
stabilityai/stable-diffusion-xl-base-1.0