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("malcolmrey/serenity", dtype=torch.bfloat16, device_map="cuda")

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

About

This is my custom merge model called Serenity for Stable Diffusion 1.5

Two formats are available:

  • safetensors
  • diffusers

Civitai Link

https://civitai.com/models/110426/serenity

Support

If you feel like supporting my work, here is my coffee page :)

https://www.buymeacoffee.com/malcolmrey

Samples

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

Spaces using malcolmrey/serenity 6