AUTOMATIC1111

Results 457 comments of AUTOMATIC1111

Well, this is pretty raw just as you wrote. If you're going to continue to work on this, I'd like to not have another file with copies requirements - only...

The bulk of API should be in its own file, something like modules/api.py, with just one function called from webui.py

Come on now, imperator maxmus, you should be able to solve this. args is there for a reason, if I could use kwards, I would.

Gradio is not perfect but it's not bad enough to switch away from it.

keep `webui()` function as it is, add a single `api()` (or name it however you want) to `modules.api` and do ``` if __name__ == "__main__": if cmd_opts.api: modules.api.api() else: webui()...

finally people of color are going to get some recognition

Baby steps. Let the guy finish what he planned then we will think about expanding the API.

![firefox_nagKUO4kwy](https://user-images.githubusercontent.com/20920490/196427822-015df7a0-ef2e-493b-9b8a-0bfd18196501.png) this button already does it

It does not restart the app. You still have the same process running after you press the button.

you already can escape commas by using the standard CSV syntax - quotes: `a,"b,c,d",e` - this will produce three items