alexv0iceh / AutoChar

Stable Diffusion WebUI extension for fast and easy automatic creation of detailed character art.
GNU Affero General Public License v3.0
162 stars 11 forks source link

Without Automatic1111 #23

Open khawar-islam opened 3 months ago

khawar-islam commented 3 months ago

Dear @alexv0iceh

Thanks for your great work. How we can achieve it with code only, not ComfyUI or Autmatic1111?

I would be very thankful if you can answer my question

alexv0iceh commented 1 day ago

HI Khawar! Thanks for you kind words!

I think best possible way you can dig in is using diffusers library, which is staple for working with Stable Diffusion and on which A1111 itself is based. Look up basic inference commands from that lib and feel free to reuse any of my helper functions, such as mask_create() to achieve desired results faster. It's not tied specifically to A1111 code. In fact, my friend wrote his own Python WebUI for generations in diffusers, since he was not happy with approach taken by A1111 very early in it's development. I'm sure you can do it too!