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





Trained by 37 images with 20 epochs, 5 repeats for 480 steps. Trigger and useful keywords (tags) are as follows.
Appearance: sdxl-ath-14-st, no humans, robot, mecha, science fiction, antennae, shield, machinery, mecha focus, radio antenna, holding weapon
You should use sdxl-ath-14-st to trigger the image generation.
Download them in the Files & versions tab.
Base model
OnomaAIResearch/Illustrious-XL-v2.0