-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Closed
Labels
bugSomething isn't workingSomething isn't workingstaleIssues that haven't received updatesIssues that haven't received updates
Description
You know that there is a demo released here : https://huggingface.co/spaces/multimodalart/stable-cascade
I am using it locally. Works perfectly fine
But I have to change float type to float16 from bfloat16 on Kaggle
That is where error starts
\venv\lib\site-packages\diffusers\utils\pil_utils.py:43: RuntimeWarning: invalid value encountered in cast
images = (images * 255).round().astype("uint8")
I tested on my local computer and fp16 fails - bf16 works
I tested float32 on Kaggle and works but ultra slow
the error causing file : kashif@d67eba0#commitcomment-138598496
woctezuma and havefive
Metadata
Metadata
Labels
bugSomething isn't workingSomething isn't workingstaleIssues that haven't received updatesIssues that haven't received updates