StableCascade icon indicating copy to clipboard operation
StableCascade copied to clipboard

If float32 download option is selected, subsequent code fails

Open lutusp opened this issue 1 year ago • 0 comments

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 the "bf16" variants to be present and doesn't manage the exception.

Some users may want only one or the other variant of the weights, not both, but this may trigger an unmanaged exception.

lutusp avatar Feb 15 '24 20:02 lutusp