I was using this autotrain collab and when i labbelled and put my images into images folder and tried to run it , It says this error how do i solve this ?
to reproduce :
click link of ipynb
make a new folder name images
add some images and replace the prompt to something which describes your images
go to runtime and run all
This is happening due to the newer version of diffusers library.
At the very start, run pip install diffusers==0.20.2
and then execute the cells.