import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("nadanainone/popnm", dtype=torch.bfloat16, device_map="cuda")
prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
image = pipe(prompt).images[0]Model based on the art style from the rhythm game Pop n Music. Not 100% sure on this one but still gives decent results with the right settings depending on the prompt, but I couldn't tell you exactly which because I haven't gotten it entirely down.
Prompt is popnm
I claim no ownership over this, all rights belong to their respective owners.
- Downloads last month
- 8





