LoRA for characters
Collection
アニメや漫画のキャラで LoRA を公開してます。 • 70 items • Updated
How to use BlueTriangles/SDXL_YM_Airi with Diffusers:
pip install -U diffusers transformers accelerate
import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("OnomaAIResearch/Illustrious-XL-v2.0", dtype=torch.bfloat16, device_map="cuda")
pipe.load_lora_weights("BlueTriangles/SDXL_YM_Airi")
prompt = "sdxl-ym-airi"
image = pipe(prompt).images[0]




Trained by 32 images, 10 epochs, 2-10 repeats for 440 steps.
Appearance: sdxl-ym-airi, brown eyes, toddler, brown hair, medium hair, slender, flat chest, petite
Outfit: hood, black thighhighs, hoodie, white hoodie, long sleeves, zettai ryouiki, hood down, collarbone, drawstring, white sweater
You should use sdxl-ym-airi to trigger the image generation.
Download them in the Files & versions tab.
Base model
OnomaAIResearch/Illustrious-XL-v2.0