mask blur max value increase to 256
This commit is contained in:
parent
5836f7e92f
commit
55ab68dee2
2 changed files with 2 additions and 5 deletions
|
@ -138,9 +138,6 @@ imported a transparent clip of a [relatively famous happy lil kitty](https://com
|
|||
- 0.0.5.5 - highly attractive and functional floating control panel which will be extremely useful for infinite canvas, [@Kalekki](https://github.com/Kalekki) is literally the best ([11](https://github.com/zero01101/openOutpaint/pull/11)) [dac188d](https://github.com/zero01101/openOutpaint/commit/dac188dbfb086d3063f14b1a6a6a5b3add1aa5f5)
|
||||
|
||||
## what's with the fish?
|
||||
|
||||
![fullres fishy favicon](docs/05-openOutpaintFish.png)
|
||||
|
||||
deep aquatic life is _fascinating_ so i went with something underwater for a default prompt which led to making an _"illustration of a bright orange fish, plain blue solid background"_ favicon which led to "ok then, fish is mascot"
|
||||
|
||||
![fullres fishy favicon](docs/05-openOutpaintFish.png)
|
||||
the end 🐠
|
||||
|
|
|
@ -87,7 +87,7 @@
|
|||
step="1" /><br />
|
||||
<label for="maskBlur">Mask blur:</label>
|
||||
<span id="maskBlurText"></span><br />
|
||||
<input type="number" id="maskBlur" name="maskBlur" min="0" max="64" value="0" step="1"
|
||||
<input type="number" id="maskBlur" name="maskBlur" min="0" max="256" value="0" step="1"
|
||||
onchange="changeMaskBlur()" /><br />
|
||||
<button type="button" class="collapsible">Save/Load/New image</button>
|
||||
<div class="content">
|
||||
|
|
Loading…
Reference in a new issue