SDXL LoRA
Collection
A few SDXL-LoRA models I've trained • 20 items • Updated • 8
How to use Norod78/SDXL-HuWoof-LoRA with Diffusers:
pip install -U diffusers transformers accelerate
import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("stabilityai/stable-diffusion-xl-base-1.0", dtype=torch.bfloat16, device_map="cuda")
pipe.load_lora_weights("Norod78/SDXL-HuWoof-LoRA")
prompt = "The Starry Night HuWoof"
image = pipe(prompt).images[0]





This is HuWoof (Human + Woof): A LoRA for generating human(oid) dogs as well as getting random dogs to appear in scenes where the trigger word 'HuWoof' is used.
The dataset is available for download
You should use HuWoof to trigger the image generation.
Weights for this model are available in Safetensors format.
Download them in the Files & versions tab.
Base model
stabilityai/stable-diffusion-xl-base-1.0