Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

malcolmrey
/
serenity

Text-to-Image
Diffusers
Safetensors
English
StableDiffusionPipeline
stable-diffusion
Model card Files Files and versions
xet
Community
1

Instructions to use malcolmrey/serenity with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use malcolmrey/serenity with Diffusers:

    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]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
serenity
15.5 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 12 commits
malcolmrey's picture
malcolmrey
Upload serenity_v2.1.safetensors
17343f1 verified 6 months ago
  • feature_extractor
    Upload 15 files over 2 years ago
  • safety_checker
    Adding `safetensors` variant of this model (#1) 11 months ago
  • scheduler
    Upload 15 files over 2 years ago
  • text_encoder
    Adding `safetensors` variant of this model (#1) 11 months ago
  • tokenizer
    Upload 15 files over 2 years ago
  • unet
    Adding `safetensors` variant of this model (#1) 11 months ago
  • vae
    Adding `safetensors` variant of this model (#1) 11 months ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    3.79 kB
    Update README.md over 2 years ago
  • model_index.json
    544 Bytes
    Upload model_index.json over 2 years ago
  • serenity_v1.safetensors
    2.38 GB
    xet
    Upload serenity_v1.safetensors over 2 years ago
  • serenity_v2.1.safetensors
    2.13 GB
    xet
    Upload serenity_v2.1.safetensors 6 months ago