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

  • Log In
  • Sign Up

stabilityai
/
stable-cascade

Text-to-Image
Diffusers
Safetensors
StableCascadeDecoderPipeline
Model card Files Files and versions
xet
Community
68

Instructions to use stabilityai/stable-cascade with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use stabilityai/stable-cascade with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("stabilityai/stable-cascade", 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
stable-cascade / controlnet
1.25 GB
Ctrl+K
Ctrl+K
  • 6 contributors
History: 6 commits
dome272's picture
dome272
Updated checkpoints with metadata
f2a8428 verified about 2 years ago
  • canny.safetensors
    218 MB
    xet
    Updated checkpoints with metadata about 2 years ago
  • inpainting.safetensors
    218 MB
    xet
    Updated checkpoints with metadata about 2 years ago
  • super_resolution.safetensors
    814 MB
    xet
    Updated checkpoints with metadata about 2 years ago