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



Trained with 30 images, 30 epochs, 10 iterations for 960 steps. Trigger and useful keywords are as follows.
Appearance: sdxl-yan-zhenqing, facial hair, male focus, beard, old man, white hair, mustache, grey hair, brown eyes, thick eyebrows
Outer: sdxl-hanfu-8c, eboshi, hat, black hat, chinese clothes, hanfu, long sleeves, red dress, coat, black boots
You should use sdxl-yan-zhenqing to trigger the image generation.
Download them in the Files & versions tab.
Base model
OnomaAIResearch/Illustrious-XL-v2.0