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




Trained by 31 images, 10 epochs, 2-10 repeats for 420 steps. Triger and useful keywords (tags) are as follows.
Appearance: sdxl-s7-ami, green hair, brown eyes, ponytail, long hair, high ponytail, hair ribbon, bow, hair bow
Outfit (maid): maid, thighhighs, maid headdress, short sleeves, puffy sleeves, puffy short sleeves, pink thighhighs, dress, wrist cuffs, black dress, zettai ryouiki, frills, black shoes, apron, skirt, enmaided, mary janes, red ribbon, black apron
You should use sdxl-s7-ami to trigger the image generation.
Download them in the Files & versions tab.
Base model
OnomaAIResearch/Illustrious-XL-v2.0