Hi @chenxinhua!
Thanks for your great work !
I attempting to execute the script 'train_dreambooth_light_lora.sh' with diffusers==0.25.0.dev0 specified in the the file requirements.txt file.
and I get a error
in <module> from diffusers.utils import ( ImportError: cannot import name 'DIFFUSERS_CACHE' from 'diffusers.utils' (/home/aiyun/HyperDreamBooth-main/diffusers/src/diffusers/utils/__init__.py)
What measures should I take? Does anyone have a good solution?