Closed harshvb20 closed 3 days ago
How to fix it?
Reinstall the latest diffusers from source will fix this. refer to this
I used pip install diffusers --upgrade, and this is what I get, but the problem is not solved.
I used pip install diffusers --upgrade, and this is what I get, but the problem is not solved.
you need to install from source.
pip uninstall diffusers
git clone https://github.com/huggingface/diffusers.git
cd diffusers
pip install -e .
Thanks man, it worked
谢谢,成功了 你好,你有出现没有shape属性这个错误吗
How to fix it?