LoRA for characters
Collection
アニメや漫画のキャラで LoRA を公開してます。 • 52 items • Updated
How to use BlueTriangles/SDXL_S7_Shiori 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_S7_Shiori")
prompt = "sdxl-s7-shiori"
image = pipe(prompt).images[0]




Trained by 30 images, 10 epochs, 2-10 repeats for 430 steps. Trigger and useful keywords (tags) are as follows.
Appearance: sdxl-s7-shiori, green eyes, black hair, short hair, ribbon, hair ribbon, bob cut, blunt bangs, medium breasts, green ribbon, blunt ends
Outfit (maid): maid, maid headdress, white shirt, maid apron, short sleeves, puffy sleeves, dress, puffy short sleeves, frills, black dress, wrist cuffs, frilled dress, red ribbon, frilled apron, cross-laced clothes, neck ribbon, enmaided, buttons, two-tone dress, wristband
You should use sdxl-s7-shiori to trigger the image generation.
Download them in the Files & versions tab.
Base model
OnomaAIResearch/Illustrious-XL-v2.0