How to use from the
Use from the
Diffusers library
pip install -U diffusers transformers accelerate
import torch
from diffusers import DiffusionPipeline

# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("runwayml/stable-diffusion-v1-5", dtype=torch.bfloat16, device_map="cuda")
pipe.load_lora_weights("Norod78/SD15-Pumpkinhead-LoRA")

prompt = "American gothic Pumpkinhead"
image = pipe(prompt).images[0]

Trigger word

Use "Pumpkinhead" in your prompts

Examples

Prompt: "van gogh self portrait Pumpkinhead"

van gogh self portrait Pumpkinhead

Prompt: "The girl with a pearl earring Pumpkinhead , Very detailed, clean, high quality, sharp image"

The girl with a pearl earring Pumpkinhead

Downloads last month
44
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for Norod78/SD15-Pumpkinhead-LoRA

Adapter
(2749)
this model