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
No module named 'gdf'
Traceback (most recent call last):
File "/content/StableCascade/train/train_c.py", line 11, in
from gdf import GDF, EpsilonTarget, CosineSchedule
ModuleNotFoundError: No module named 'gdf'
I tried training the model in Colab and fixed the requirements, but to no avail
Did you find any solution to this?
I'm facing the same error
No, unfortunately, I did not find a solution or training program for this model
GreyModel
Did it work for you? If I remember, I think I tried that
The problem was solved, but another set of errors appeared. Ahhh
ha indeed, there are more errors, I got through many but been unable to pass one. One of the devs/contributors is looking in to removing it.
Too bad the model looks very promising if only it could be trained