cloneofsimo / paint-with-words-sd

Implementation of Paint-with-words with Stable Diffusion : method from eDiff-I that let you generate image from text-labeled segmentation map.
MIT License
635 stars 52 forks source link

AUTOMATIC1111 extension of PwW + ControlNet #34

Closed lwchen6309 closed 1 year ago

lwchen6309 commented 1 year ago

Hi @cloneofsimo, I just implemented PwW extension for AUTOMATIC1111 webui here. (I haven't update any readme yet)

Now the issue is, my implementation combines PwW and ControlNet, which is based on the controller extension, thus making code much more complicated.

I wonder shall we just import all the repo of PwW+ControlNet as submodule here, or just leave it as another independent repo. What do you say?

For UI of PwW+ControlNet, please see the following example:

screencapture-127-0-0-1-7860-2023-03-13-10_56_34

cloneofsimo commented 1 year ago

Hey @lwchen6309, thank you for your work. I think either of the choices are all good, adding it as a submodule here would direct people to your repo when they come by, but adding your repo to the readme would be just as good as well. Since you are making all the progress here, I think you have the full right to decide what to do here (such as adding donation links to yourself, etc) Thank you for your works again!

lwchen6309 commented 1 year ago

I see, let it be a submodule then :)