You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I try to run python3 main.py
I get the following error
ImportError: cannot import name 'text_encoder_lora_state_dict' from 'diffusers.models.lora' (/usr/local/lib/python3.11/site-packages/diffusers/models/lora.py)
I had to change a couple of things to get to this point
I changed to requirements file to this in order to make it work
when I try to run python3 main.py
I get the following error
ImportError: cannot import name 'text_encoder_lora_state_dict' from 'diffusers.models.lora' (/usr/local/lib/python3.11/site-packages/diffusers/models/lora.py)
I had to change a couple of things to get to this point
I changed to requirements file to this in order to make it work
accelerate==0.24.1
bitsandbytes==0.41.2.post2
datasets==2.15.0
diffusers==0.25.0.dev0
and deleted diffusers.egg==info
The text was updated successfully, but these errors were encountered: