mhc-characters-sdxl
A LoRA fine-tuned on HoorayUser/mhc-characters using stabilityai/stable-diffusion-xl-base-1.0 as the base model.
Trigger token: Use
hooray characterin your prompts to activate this LoRA.
Model Details
| Field | Value |
|---|---|
| Base model | stabilityai/stable-diffusion-xl-base-1.0 |
| Dataset | HoorayUser/mhc-characters |
| Training type | character |
| Job ID | 90965eaa-0188-4f5d-bb07-c4c606b2626d-e2 |
| Trained at | 2026-02-22T13:40:38.664146+00:00 |
| Trigger token | hooray character |
Training Configuration
| Parameter | Value |
|---|---|
| aspect_bucket_alignment | 64 |
| batch_size | 1 |
| caption_dropout_probability | 0.05 |
| gradient_accumulation_steps | 4 |
| learning_rate | 0.0001 |
| lora_rank | 16 |
| lr_scheduler | cosine |
| lr_warmup_steps | 200 |
| mixed_precision | bf16 |
| model_family | sdxl |
| optimizer | adamw_bf16 |
| resolution | 1024 |
| resolution_type | pixel_area |
| steps | 1000 |
Usage
from diffusers import StableDiffusionXLPipeline
import torch
pipe = StableDiffusionXLPipeline.from_pretrained("stabilityai/stable-diffusion-xl-base-1.0", torch_dtype=torch.float16)
pipe.load_lora_weights("HoorayUser/mhc-characters-sdxl")
pipe = pipe.to("cuda")
image = pipe("hooray character a photo").images[0]
image.save("output.png")
Sample Images
- Downloads last month
- -
Model tree for HoorayUser/mhc-characters-sdxl
Base model
stabilityai/stable-diffusion-xl-base-1.0


