koi
koi copied to clipboard
Problem with the diffuser not being found
Hello, FIrst of all, thanks for your work !
I came across a big, that broke your addon. It doesn't find "StableDiffusionImg2ImgPipeline". It's linked to this : https://github.com/huggingface/diffusers/issues/305 It can be fixed by adding this line to the requirements : pip install -U git+https://github.com/huggingface/diffusers
I can do it and create a PR. Have a ncie day !
Oh! did you figure out a way to download from source within the requirements file? i tried for a few minutes the other day and couldn't get it to work.
if you did then please open a PR 😃 that would be awesome!
(hopefully save some trouble for users newer to python)
Oh, I think that's the issue I was facing here #2 😄 Well done !