Doctor Diffusion's Stylized Silhouette Photography XL LoRA
Model description
Trained on a collection of my personal and CC0 stylized silhouette photography.
Use "sli artyle" in prompt.
Other powerful control Tokens:
"in water"
"vintage"
"infront of" "city" "fire" "space"
"backlight"
☕ Like what I do? ☕
☕ Buy me a coffee or two! ☕
Trigger words
You should use sli artstyle
, infront of
, in water
to trigger the image generation.
Download model
Weights for this model are available in Safetensors format.
Download them in the Files & versions tab.
Use it with the 🧨 diffusers library
from diffusers import AutoPipelineForText2Image
import torch
pipeline = AutoPipelineForText2Image.from_pretrained('stabilityai/stable-diffusion-xl-base-1.0', torch_dtype=torch.float16).to('cuda')
pipeline.load_lora_weights('DoctorDiffusion/doctor-diffusion-s-stylized-silhouette-photography-xl-lora', weight_name='DD-sli-v1.safetensors')
image = pipeline('`sli artstyle`, `infront of`, `in water`').images[0]
For more details, including weighting, merging and fusing LoRAs, check the documentation on loading LoRAs in diffusers
- Downloads last month
- 12
Model tree for DoctorDiffusion/doctor-diffusion-s-stylized-silhouette-photography-xl-lora
Base model
stabilityai/stable-diffusion-xl-base-1.0