Instructions to use lckidwell/album-cover-style with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use lckidwell/album-cover-style with Diffusers:
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] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
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:
Moar Samples
- Downloads last month
- 32


















