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("alvdansen/dimension-w")
prompt = "a woman with blonde-brown hair in a ponytail, blue eyes, big round glasses, white t shirt, illustration"
image = pipe(prompt).images[0]Dimension W XL

- Prompt
- a woman with blonde-brown hair in a ponytail, blue eyes, big round glasses, white t shirt, illustration
- Negative Prompt
- bad, messy, ugly

- Prompt
- a small fairy with glowing wings, eerie, illustration
- Negative Prompt
- bad, messy, ugly

- Prompt
- a crane character, white t shirt, illustration
- Negative Prompt
- bad, messy, ugly

- Prompt
- a strange man with a hunched over body, bizarre, cryptid, illustration
- Negative Prompt
- bad, messy, ugly
Model description
Illustration model with a rich array of colors and themes. Great for paranormal content.
Download model
Weights for this model are available in Safetensors format.
Download them in the Files & versions tab.
- Downloads last month
- 1
Model tree for alvdansen/dimension-w
Base model
stabilityai/stable-diffusion-xl-base-1.0