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




本 LoRA を使用して生成された画像について、商用利用(広告、販売、有料コンテンツへの利用等)を一切禁止します。 / Commercial use of images generated with this LoRA is strictly prohibited.
Trained by 10 images for 250 steps. Trigger and useful keywords (tags) are as follows.
Appearance: sdxl-lotta-otus, blonde hair, ponytail, blue eyes, long hair, small breasts
Outfit: socks, shoes, school uniform, loafers, skirt, white shirt, brown shoes, white socks, long sleeves, kneehighs, blue skirt, pinafore dress, bow, red ribbon, blue dress, collared shirt, buttons, red bowtie, puffy long sleeves, pleated skirt
You should use sdxl-lotta-otus to trigger the image generation.
Download them in the Files & versions tab.
Base model
OnomaAIResearch/Illustrious-XL-v2.0