import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("Krebzonide/LazyMixPlus", dtype=torch.bfloat16, device_map="cuda")
prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
image = pipe(prompt).images[0]I didn't make this. I found it on Civitai by kaylazy. I wanted to add it as a checkpoint to a private hugging space but I couldn't figure out how to get it from Civitai diretly and I couldn't figure out how to use a user access token to keep this private so I guess it has to be public.
The original can be found here: https://civitai.com/models/10961
- Downloads last month
- 8