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





Trained by 16 images for 380 steps.
Appearance: sdxl-watari-melmo, black hair, short hair, brown eyes, ahoge, flat chest, petite
You should use sdxl-watari-melmo to trigger the image generation.
Download them in the Files & versions tab.
Base model
OnomaAIResearch/Illustrious-XL-v2.0