Norod78/muppetshow-blip-captions
Viewer • Updated • 402 • 14 • 3
How to use Norod78/sdxl-muppetshow-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-muppetshow-lora")
prompt = "Teenage mutant ninja turtles MuppetShow "
image = pipe(prompt).images[0]









(CivitAI)
It's the Muppet Show yayyyy (Kermit's hands flail)
Use "MuppetShow" in your prompts
I've made the dataset available here
The girl with a pearl earring by vermeer on the MuppetShow
A photo of Gal Gadot as wonderwoman MuppetShow
American gothic by grant wood on the MuppetShow
Cthulhu rising from the sea MuppetShow
Mechanical robot santa MuppetShow
A starry night by Vincent Van Gogh MuppetShow
Elsa from frozen, Disney style MuppetShow
Sparkle rainbow unicorn kitten MuppetShow
Godzilla MuppetShow
Base model
stabilityai/stable-diffusion-xl-base-1.0