Open fantomac opened 8 months ago
I've got it too...3090 24GB VRAM 32GB MEM...any idea why?
I can install accelerate with
pip install git+https://github.com/huggingface/accelerate
Now when running a prompt I got :
Error occurred when executing DiffusersStableCascade:
BFloat16 is not supported on MPS
Hi! I don't really want to change my libraries yet, I would like to know if it is mandatory to install accelerate or maybe changing the low_cpu_mem_usage=True` to False will resolve it...Just don't know where to change it...
Hi, After installing get the error :
Error occurred when executing DiffusersStableCascade: Using
low_cpu_mem_usage=True
or adevice_map
requires Accelerate:pip install accelerate
Thanks in advance.