sen-mao / StyleDiffusion

Official Implementations "StyleDiffusion: Prompt-Embedding Inversion for Text-Based Editing" (CVMJ2024)
55 stars 1 forks source link

Some promblems may be caused by different versions of diffusers? #3

Closed Sooplex closed 1 year ago

Sooplex commented 1 year ago

I've met some promblems when i tried to run stylediffusion with diffusers==0.20.0:

  1. It went smoothly when i tried to train the model,but if i tried to inference use the .pth file, the error message was KeyError: 'down_cross'.I noticed that the AttentionStore was still none, I have no idea what caused this error. So please tell me which version of diffusers you use and offer me some solutions?
sen-mao commented 1 year ago

StyleDiffusion works well when diffusers==0.8.0

Sooplex commented 1 year ago

StyleDiffusion works well when diffusers==0.8.0

It does work,thank u!