Open khawar-islam opened 3 months 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!
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