axodox / unpaint

A simple Windows / Xbox app for generating AI images with Stable Diffusion.
Other
273 stars 12 forks source link

[Question] How to actually use ControlNet? #42

Open ke1ne opened 1 year ago

ke1ne commented 1 year ago

Hi, I downloaded a canny model. Could you please give some giude, how to use it in real world? In UI I got this:

image

Thanks!

axodox commented 1 year ago

Ah, ok there was a mistake in the code, that made UI weird in case of only one controlnet mode was available. I pushed a fix for it.

You otherwise it would be like this:

axodox commented 1 year ago

The fixed version is released. Currently only canny, depth, hed and openpose have feature extractors, so all others need an input image already in the target format.

axodox commented 1 year ago

I plan to do more bugfixing and documentation on the weekend. Also writing guides for controlnet ready model conversion.

ke1ne commented 1 year ago

Thank you for the update. Also, that guide could be useful in the Wiki. Cheers!