LoRA for characters
Collection
アニメや漫画のキャラで LoRA を公開してます。 • 73 items • Updated
How to use BlueTriangles/SDXL_Miwa_Haruka 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", torch_dtype=torch.bfloat16, device_map="cuda")
pipe.load_lora_weights("BlueTriangles/SDXL_Miwa_Haruka")
prompt = "BT_Miwa_Haruka_v1"
image = pipe(prompt).images[0]


Appearacne: BT_Miwa_Haruka_v1, purple eyes, brown hair, large breasts, ponytail Outfit: white clothes, wedding dress, frilled dress, wedding veil, white gloves, earrings, lipstick, makeup, white stockings, white pumps, silver broach, white necklace
@BlueTriangles 初期の頃にリリースしたので、トリガーが古いパターンです。
You should use BT_Miwa_Haruka_v1 to trigger the image generation.
Download them in the Files & versions tab.
Base model
OnomaAIResearch/Illustrious-XL-v2.0