LoRA for characters
Collection
アニメや漫画のキャラで LoRA を公開してます。 • 52 items • Updated
How to use BlueTriangles/SDXL_CowboyBepop_Julia 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_CowboyBepop_Julia")
prompt = "sdxl-cowboybepop-julia (please refer to embedded prompt and configuration in this image)"
image = pipe(prompt).images[0]





本 LoRA を使用して生成された画像について、商用利用(広告、販売、有料コンテンツへの利用等)を一切禁止します。 / Commercial use of images generated with this LoRA is strictly prohibited.
Trained by 20 images (restored with Nano Banana), 10 epochs, and 2-10 repeats for 330 steps. Useful triggers and tags (keywords) are as follows.
Appearance: sdxl-cowboybepop-julia, blonde hair, straight hair, hair between eyes, very long hair, grey eyes, makeup, lipstick, mature female
Outfit: black clothes, black coat, long coat, black turtleneck, black boots
You should use sdxl-cowboybepop-julia to trigger the image generation.
Download them in the Files & versions tab.
Base model
OnomaAIResearch/Illustrious-XL-v2.0