-
Notifications
You must be signed in to change notification settings - Fork 50
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
diffusers multicontrolnet pipeline with paint with words #44
Comments
Hi, there (1) I might be able to revise it directly if it's open-source. If so, please show me the repo link. (2) To revise the multi-control (mc) pipeline, you can refer to the pipeline implementation
in 'paint_with_words.py' at
(3) I'd also recommend you to try (latent couple)[https://github.com/opparco/stable-diffusion-webui-two-shot], which simply modify the unet input by adding text weighted map. Using this, you don't even need to inject the forward function of cross attention module but directly revise the denoising steps. |
I'll be completely honest with you. I don't know how either multicontrolnet or paintwithwords work beyond some theory. Are we just adding more and more weights and it works? But paintwithwords doesn't use weights and won't things get corrupted eventually with all those models and weights? |
In that case, I'm afraid it would be hard for you to revise the code without knowing the theory behind them, which is probably why (a) and (b) are difficult to understand. |
Hi, I'm not at your level and was wondering how I could add paint with words to my multicontrolnet pipeline. Here's code that works for example (partial):
I would appreciate your input on it and am ready to pay if necessary
The text was updated successfully, but these errors were encountered: