SleeplessBegonia

Results 10 comments of SleeplessBegonia

me too!how did u solve it?

solved!thanx!!!!!

> not work, could you share more detail? thanks. https://github.com/google/prompt-to-prompt/issues/37#issuecomment-1468319082 and installing diffusers==0.10.0

> Using diffusers==0.10.0, raises another error for me: no attribute 'StableUnCLIPImg2ImgPipeline' https://github.com/google/prompt-to-prompt/issues/37#issuecomment-1468319082

hello,i am wondering how should do i to solve this problem?

me too,how did you solve that?

> I am also facing a similar issue with the error `dial tcp 34.120.132.20:443: i/o timeout` is is something related to the internet setup ? me too.how did u solve...

> > @yasserben > > Just downgrade your diffusers to `0.8.1`, and it will work. > > ```shell > > pip uninstall "diffusers[torch]" > > pip install "diffusers[torch]==0.8.1" > >...