StableCascade icon indicating copy to clipboard operation
StableCascade copied to clipboard

Official Code for Stable Cascade

Results 121 StableCascade issues
Sort by recently updated
recently updated
newest added

Things that went great: 1. Cloning `git clone https://github.com/Stability-AI/StableCascade` 1. installing a venv `python3 -m venv ./venv` 2. activating the venv `source ./venv/bin/activate` 3. installing the python notebook `./venv/bin/pip3 install...

In the gradio_app/app.py: 1- load one model at a time, 2- c_dtype = torch.bfloat16 3- miss a generator=generator on def generate_prior(...) as an example see: https://github.com/another-ai/stable_cascade_easy With a nvidia rtx...

I executed the download script "models/download_models.sh" with these arguments: "essential big-big float32". This doesn't download the "bf16" variants. This in turn causes the inference/text_to_image.ipynb script to fail, because it expects...

Try to run the notebook for Image to Image, but can't able to locate from inference.utils import * from core.utils import load_or_fail from train import WurstCoreC, WurstCoreB can't able to...

![generated_image_1](https://github.com/Stability-AI/StableCascade/assets/136751652/736c5fca-a1ec-45a1-90fd-13bd7c261c8b) ![Output_image_2](https://github.com/Stability-AI/StableCascade/assets/136751652/53d55ef3-8583-48d6-9e2e-a57aa4831022) ![Output_image_3](https://github.com/Stability-AI/StableCascade/assets/136751652/b578f7ce-e84d-4e59-9a59-1be1793eb81c) Are there any default steps that should be changed to improve the outputs?

Modified the download_models.sh script in the StableCascade repository on GitHub to enhance the downloading process by using the -c flag with wget. This modification allows wget to detect if files...

I installed the diffusers package as specified on the HF page, and I use this code for simple inference: ```python import os import sys import torch from diffusers import StableCascadeDecoderPipeline,...

I encountered a RuntimeError while trying to run the code within text to image.ipynb, indicating an issue with loading the model's state dictionary. The error reports missing keys and also...

overriden -> overridden

You can download our scripts here : https://www.patreon.com/posts/98410661 I have developed an amazing 1 click installer and Gradio app for this newest amazing model. This app working many times faster than...