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("lckidwell/album-cover-style", dtype=torch.bfloat16, device_map="cuda")

prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
image = pipe(prompt).images[0]

Album-Cover-Style Dreambooth model

trained by lckidwell with TheLastBen's fast-DreamBooth notebook

Trained on ~80 album covers, mostly from the 50s and 60s, a mix of Jazz, pop, polka, religious, children's and other genres.

Sample Prompts:

  • Kanye plays jazz, albumcover style
  • Swingin' with Henry Kissinger, albumcover style
  • Jay Z Children's album, albumcover style
  • Polka Party with Machine Gun Kelly, albumcover style

Sample pictures of this concept:

0 2 3 4 5 6 7 8 9 10 11 12 13 14

Moar Samples

0 1 2 3 4

Downloads last month
32
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Spaces using lckidwell/album-cover-style 5