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




本 LoRA を使用して生成された画像について、商用利用(広告、販売、有料コンテンツへの利用等)を一切禁止します。 / Commercial use of images generated with this LoRA is strictly prohibited.
Trained by 59 images, 10 epochs, 5 repeats for 740 steps. Trigger and useful keywords (tags) are as follows.
Appearance: sdxl-kabaneri-mumei, black hair, twintails, ribbon choker, brown eyes, short hair, hair ribbon, short twintails, blunt bangs, blue choker, yellow ribbon, sidelocks, blue neck ribbon, eyelashes
Outfit: japanese clothes, kimono, pink kimono, orange bow, obi, floral print kimono, short kimono, sandals
You should use sdxl-kabaneri-mumei to trigger the image generation.
Download them in the Files & versions tab.
Base model
OnomaAIResearch/Illustrious-XL-v2.0