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




Trained by 16 images, 10 epochs, 10 iterations for 400 steps. Trigger and useful keywords (tags) are as follows.
Appearance: sdxl-nasty-yagyu, mature female, very long hair, brown hair, straight hair, blue eyes, small breasts
Outfit: nothing to be trained.
You should use sdxl-nasty-yagyu to trigger the image generation.
Download them in the Files & versions tab.
Base model
OnomaAIResearch/Illustrious-XL-v2.0