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





本 LoRA を使用して生成された画像について、商用利用(広告、販売、有料コンテンツへの利用等)を一切禁止します。 / Commercial use of images generated with this LoRA is strictly prohibited.
Trained by 40 images, 10 epochs, 5 iterations for 500 steps. Trigger and useful keywords are as follows.
Appearance: sdxl-kishibe-midori, brown hair, brown eyes, necklace, forehead, straight hair, small breasts, earrings
Outfit (sample): black blazer, white shirt, grey skirt, black tights, black pumps
You should use sdxl-kishibe-midori to trigger the image generation.
Download them in the Files & versions tab.
Base model
OnomaAIResearch/Illustrious-XL-v2.0