Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with the diffuser not being found #20

Open
ilisparrow opened this issue Sep 3, 2022 · 2 comments
Open

Problem with the diffuser not being found #20

ilisparrow opened this issue Sep 3, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@ilisparrow
Copy link

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 :
huggingface/diffusers#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 !

@nousr
Copy link
Owner

nousr commented Sep 4, 2022

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)

@nousr nousr added the enhancement New feature or request label Sep 4, 2022
@tocram1
Copy link
Contributor

tocram1 commented Sep 5, 2022

Oh, I think that's the issue I was facing here #2 😄
Well done !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants