LoRA
Collection
7 items • Updated
How to use bean980310/aino-koito-xl-animagine with Diffusers:
pip install -U diffusers transformers accelerate
import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("cagliostrolab/animagine-xl-3.1", dtype=torch.bfloat16, device_map="cuda")
pipe.load_lora_weights("bean980310/aino-koito-xl-animagine")
prompt = "masterpiece, best quality, very aesthetic, absurdres, digital art, stage, stage lights, cowboy shot, solo, Aino Koito, a adult very handsone tomboy girl with very boyish handsome shortcut blonde hair and very handsome face and aqua eyes and perfect female body and large breasts wearing yellow idol uniform and idol clothes and pleated miniskirt and gloves and thighhighs and high heels and smile face with angry eyeblows"
image = pipe(prompt).images[0]import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("cagliostrolab/animagine-xl-3.1", dtype=torch.bfloat16, device_map="cuda")
pipe.load_lora_weights("bean980310/aino-koito-xl-animagine")
prompt = "masterpiece, best quality, very aesthetic, absurdres, digital art, stage, stage lights, cowboy shot, solo, Aino Koito, a adult very handsone tomboy girl with very boyish handsome shortcut blonde hair and very handsome face and aqua eyes and perfect female body and large breasts wearing yellow idol uniform and idol clothes and pleated miniskirt and gloves and thighhighs and high heels and smile face with angry eyeblows"
image = pipe(prompt).images[0]


Koito Aino, the tomboyish idol girl
Trained on Animagine XL V3.1 with 402 images of generated images by 3030 steps and 10 epochs.
My other LoRA
Minami Asuka XL for Animagine XL 3.1
Minami Asuka XL for Animagine XL 3.1 Revision 1
Tomboy XL for Animagine XL 3.1
Tomboy XL for Illustrious XL
You should use Aino Koito to trigger the image generation.
You should use a adult very handsone tomboy girl with very boyish handsome shortcut blonde hair and very handsome face and aqua eyes and perfect female body and large breasts to trigger the image generation.
Weights for this model are available in Safetensors format.
Download them in the Files & versions tab.
Base model
stabilityai/stable-diffusion-xl-base-1.0