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




Trained with 49 images, 10 epochs, 5 iterations for 620 steps. Trigger and useful keywords are as follows.
Appearance: sdxl-cowboybepop-katerina, dark-skined female, long hair, black hair, earrings, dark skin, makeup, black eyes, wavy hair, parted bangs, eyeshadow, jewelry, mature female, red lips, green ribbon, hair ribbon
Outfit: cleavage cutout, clothing cutout, collarbone, long sleeves, purple dress
Optional: pregnant, pregnancy
You should use sdxl-cowboybepop-katerina to trigger the image generation.
Download them in the Files & versions tab.
Base model
OnomaAIResearch/Illustrious-XL-v2.0