Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

stabilityai
/
stable-cascade-prior

Text-to-Image
Diffusers
Safetensors
StableCascadePriorPipeline
Model card Files Files and versions
xet
Community
3

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

  • Libraries
  • Diffusers

    How to use stabilityai/stable-cascade-prior 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-prior", 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 Settings
  • Draw Things
  • DiffusionBee
stable-cascade-prior
33.7 GB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 6 commits
multimodalart's picture
multimodalart HF Staff
dn6's picture
dn6 HF Staff
Update diffusers weights (#2)
7ca32c2 verified over 2 years ago
  • feature_extractor
    Upload folder using huggingface_hub over 2 years ago
  • figures
    Upload collage_1.jpg over 2 years ago
  • image_encoder
    Update diffusers weights (#2) over 2 years ago
  • prior
    Update diffusers weights (#2) over 2 years ago
  • prior_lite
    Update diffusers weights (#2) over 2 years ago
  • scheduler
    Update diffusers weights (#2) over 2 years ago
  • text_encoder
    Update diffusers weights (#2) over 2 years ago
  • tokenizer
    Update diffusers weights (#2) over 2 years ago
  • .gitattributes
    1.58 kB
    Upload collage_1.jpg over 2 years ago
  • LICENSE
    7.45 kB
    Update LICENSE over 2 years ago
  • README.md
    9.94 kB
    Update diffusers weights (#2) over 2 years ago
  • model_index.json
    551 Bytes
    Update diffusers weights (#2) over 2 years ago