Closed Andreilys closed 2 years ago
Hi @Andreilys , thanks for reporting the bug. In the mean time, you can restart the notebook after installing accelerate then rerun the cell 4 (on your image) then it will work. We will fix it soon in our StochasticX library.
Was trying to run this colab notebook - https://colab.research.google.com/drive/1m3n2n5bfNpRgWJ8K-xwTvhzrTQETWduq?usp=sharing#scrollTo=ONitKUKN4CCW
and seem to be stuck on this error despite pip installing the libraries in the cell above
"ImportError: Please install the
accelerate
library to use Diffusers with PyTorch. You can do so by runningpip install diffusers[torch]
. Or if torch is already installed, you can runpip install accelerate
."