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




Appearance: sdxl-melvina-macgarlen, black hair, jewelry, lipstick, short hair, earrings, makeup, red lips, green eyes, ahoge, black eyes, hair between eyes, small breasts, mature female
I did not train clothes.
※ Civitai に投稿したときのサンプル画像は失くしてしまいました。あれ、再現度はそれなりにあったので残念。
You should use sdxl-melvina-macgarlen to trigger the image generation.
Download them in the Files & versions tab.
Base model
OnomaAIResearch/Illustrious-XL-v2.0