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
Add ' ' tag
Browse files## Add tag:
This PR adds the ` ` tag to the model repository.
**Changes:**
- Added ` ` to model tags
- Updated from 6 to 7 tags
**Current tags:** diffusers, safetensors, text-to-image, license:other, diffusers:StableCascadeDecoderPipeline, region:us
**New tags:** diffusers, safetensors, text-to-image, license:other, diffusers:StableCascadeDecoderPipeline, region:us,
README.md
CHANGED
|
@@ -5,6 +5,14 @@ license_name: stable-cascade-nc-community
|
|
| 5 |
license_link: LICENSE
|
| 6 |
prior:
|
| 7 |
- stabilityai/stable-cascade-prior
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
---
|
| 9 |
|
| 10 |
# Stable Cascade
|
|
|
|
| 5 |
license_link: LICENSE
|
| 6 |
prior:
|
| 7 |
- stabilityai/stable-cascade-prior
|
| 8 |
+
tags:
|
| 9 |
+
- diffusers
|
| 10 |
+
- safetensors
|
| 11 |
+
- text-to-image
|
| 12 |
+
- license:other
|
| 13 |
+
- diffusers:StableCascadeDecoderPipeline
|
| 14 |
+
- region:us
|
| 15 |
+
- ' '
|
| 16 |
---
|
| 17 |
|
| 18 |
# Stable Cascade
|