updates readme to add mention of browser extension incompatibilities (!?!?!?)

This commit is contained in:
tim h 2022-12-29 21:23:07 -06:00
parent 56f3310c56
commit b97ecaf81f
2 changed files with 16 additions and 11 deletions

View file

@ -54,6 +54,11 @@ A1111 webUI must be launched with the `--api` flag enabled, and the `--cors-allo
**_NOTE: the commandline flag `--gradio-debug` disables custom API routes and completely breaks openOutpaint. please remove it from your COMMANDLINE_ARGS before running openOutpaint._** **_NOTE: the commandline flag `--gradio-debug` disables custom API routes and completely breaks openOutpaint. please remove it from your COMMANDLINE_ARGS before running openOutpaint._**
### surprising incompatibilities
- [microsoft editor extension for chrome/edge seems to disable the overmask slider]()
- [duckduckgo privacy extension for firefox breaks outpainting, resulting in pure black output](https://github.com/zero01101/openOutpaint-webUI-extension/issues/3#issuecomment-1367694000) - add an exception for your openOutpaint host (likely localhost or 127.0.0.1)
### quickstart speedrun ### quickstart speedrun
1. edit your `cors-allow-origins` to include https://zero01101.github.io and run webUI 1. edit your `cors-allow-origins` to include https://zero01101.github.io and run webUI

View file

@ -4,22 +4,22 @@
<meta charset="utf-8" /> <meta charset="utf-8" />
<title>openOutpaint 🐠</title> <title>openOutpaint 🐠</title>
<!-- CSS Variables --> <!-- CSS Variables -->
<link href="../css/colors.css?v=3f81e80" rel="stylesheet" /> <link href="../css/colors.css?v=3f0d162" rel="stylesheet" />
<link href="../css/icons.css?v=a25504c" rel="stylesheet" /> <link href="../css/icons.css?v=665c8c1" rel="stylesheet" />
<link href="../css/index.css?v=ef0c943" rel="stylesheet" /> <link href="../css/index.css?v=6538a62" rel="stylesheet" />
<link href="../css/layers.css?v=b4fbf61" rel="stylesheet" /> <link href="../css/layers.css?v=104d682" rel="stylesheet" />
<link href="../css/ui/generic.css?v=a15ce4b" rel="stylesheet" /> <link href="../css/ui/generic.css?v=90f4b50" rel="stylesheet" />
<link href="../css/ui/history.css?v=0b03861" rel="stylesheet" /> <link href="../css/ui/history.css?v=ce2a69a" rel="stylesheet" />
<link href="../css/ui/layers.css?v=4fd95fe" rel="stylesheet" /> <link href="../css/ui/layers.css?v=71d2325" rel="stylesheet" />
<link href="../css/ui/toolbar.css?v=109c78f" rel="stylesheet" /> <link href="../css/ui/toolbar.css?v=dfdf183" rel="stylesheet" />
<!-- Tool Specific CSS --> <!-- Tool Specific CSS -->
<link href="../css/ui/tool/dream.css?v=2d8a8ac" rel="stylesheet" /> <link href="../css/ui/tool/dream.css?v=eff86a8" rel="stylesheet" />
<link href="../css/ui/tool/stamp.css?v=6f5ce15" rel="stylesheet" /> <link href="../css/ui/tool/stamp.css?v=85def70" rel="stylesheet" />
<link href="../css/ui/tool/colorbrush.css?v=57c8be5" rel="stylesheet" /> <link href="../css/ui/tool/colorbrush.css?v=5e5bb2f" rel="stylesheet" />
<link rel="icon" type="image/x-icon" href="favicon.ico" /> <link rel="icon" type="image/x-icon" href="favicon.ico" />