A tab with the full openOutpaint UI. Run with the --api flag.
 
 
 
Go to file
zero01101 36a58c2dfe submodule update 2023-02-26 08:56:40 -06:00
.github/ISSUE_TEMPLATE Update bug_report.yml 2023-01-17 18:11:47 -06:00
.github.ignore/workflows yeah i'll revisit this later 2022-12-22 19:26:54 -06:00
app@81e3c34cd9 submodule update 2023-02-26 08:56:40 -06:00
javascript make async 2023-02-22 13:34:49 -03:00
scripts removed worthless code 2023-02-04 14:29:36 -06:00
.gitignore update oo 2022-12-23 21:52:11 -03:00
.gitmodules update submodule and specify branch in .gitmodules 2022-12-20 08:52:01 -06:00
.prettierrc.json Should mostly work and send to openoutpaint button 2022-12-19 13:15:14 -03:00
LICENSE Initial commit 2022-12-18 14:11:06 -06:00
README.MD adds cmdline arg to prevent auto-update, only installs if index.html doesn't exist, checks for update in main.py again instead of install 2023-01-23 19:30:48 -06:00
install.py dont run installer twice 2023-01-31 09:29:03 -05:00
preload.py add exception handler in case preload breaks? 2023-01-24 19:44:30 -03:00
style.css force refresh button to live on top of the canvas 2022-12-20 08:31:52 -06:00

README.MD

In this repo lives a mighty handy little wrapper for adding openOutpaint to AUTOMATIC1111 webUI directly as a native extension.

Please see the respective READMEs and wikis for each of the above projects for a more comprehensive understanding of their feature sets.

This extension also adds buttons to send output from webUI txt2img and img2img tools directly to openOutpaint which will also include the prompts used for convenience.

2023-01-23: new --lock-oo-submodule commandline argument if you want to roll back to a previous version of openOutpaint and keep it there - be sure to install/run openOutpaint extension at least once before enabling this flag

Note: Requires --api flag enabled in your webui-user launch script!

FURTHER NOTE: the commandline flag --gradio-debug disables custom API routes and completely breaks openOutpaint. please remove it from your COMMANDLINE_ARGS before running openOutpaint.

EVEN FURTHER NOTE: PLEASE SEE DOCUMENTATION REGARDING NEW HRfix FEATURES IMPLEMENTED AS OF webUI COMMIT ef27a18

image

surprising incompatibilities

COLAB USERS: you may experience issues installing openOutpaint (and other webUI extensions) - there is a workaround that has been discovered and tested against TheLastBen's fast-stable-diffusion. Please see this discussion containing the workaround, which requires adding a command into the final cell of the colab, as well as setting Enable_API to True.