StableCascade
StableCascade copied to clipboard
Official Code for Stable Cascade
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...
   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...