version bump, update readme
yay extension!!
This commit is contained in:
parent
9c2252716b
commit
29321a9467
2 changed files with 5 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
[openOutpaint creating some undersea... well, stuff](https://user-images.githubusercontent.com/1649724/205455599-7817812e-5b50-4c96-807e-268b40fa2fd7.mp4)
|
||||
|
||||
_silly demo example current as of [9b174d6](https://github.com/zero01101/openOutpaint/commit/9b174d66c9b9d83ce8657128c97f917b473b13a9) / v0.0.8 / 2022-12-03_ //TODO UPDATE
|
||||
_silly demo example current as of [9b174d6](https://github.com/zero01101/openOutpaint/commit/9b174d66c9b9d83ce8657128c97f917b473b13a9) / v0.0.8 / 2022-12-03_ //TODO UPDATE SRSLY
|
||||
|
||||
this is a completely vanilla javascript and html canvas outpainting convenience doodad built for the API optionally exposed by [AUTOMATIC1111's stable diffusion webUI](https://github.com/AUTOMATIC1111/stable-diffusion-webui), operating similarly to a few others that are probably more well-known. this simply offers an alternative for my following vain desires:
|
||||
|
||||
|
@ -16,6 +16,8 @@ this is a completely vanilla javascript and html canvas outpainting convenience
|
|||
|
||||
## features
|
||||
|
||||
- [now available as an extension for webUI!](https://github.com/zero01101/openOutpaint-webUI-extension) you can find it under the default "available" section in the webUI _extensions_ tab
|
||||
- **_NOTE: extension still requires `--api` flag in webui-user launch script_**
|
||||
- intuitive, convenient outpainting - that's like the whole point right
|
||||
- queueable, cancelable dreams - just start a'clickin' all over the place
|
||||
- arbitrary dream reticle size - draw the rectangle of your dreams
|
||||
|
@ -27,7 +29,7 @@ this is a completely vanilla javascript and html canvas outpainting convenience
|
|||
- optional (visibly) inverted mask mode - red masks get mutated, blue masks stay the same, but you can't take both pills at once
|
||||
- inpainting color brush to bring out your inner vincent van bob ross
|
||||
- dedicated img2img tool with optional border masking for enhanced output coherence with existing subject matter
|
||||
- marquee select tool to select regions and arbitrarily scale, create stamps, move chunks, do all sorts of damage
|
||||
- marquee select tool to select regions and arbitrarily scale, create stamps, move chunks, peek at lower layers, do all sorts of damage
|
||||
- optionally decoupled cursor size and output resolution
|
||||
- interrogate tool
|
||||
- floating control panel to easily change models/samplers/steps/prompts/CFG/etc options for each dream summoned from the latent void _(NOTE: model switching requires A1111 webUI to be on commit [5a6387e](https://github.com/AUTOMATIC1111/stable-diffusion-webui/commit/5a6387e189dc365c47a7979b9040d5b6fdd7ba43) or more recent)_
|
||||
|
|
|
@ -177,7 +177,7 @@
|
|||
<br />
|
||||
<span id="version">
|
||||
<a href="https://github.com/zero01101/openOutpaint" target="_blank">
|
||||
Alpha release v0.0.11
|
||||
Alpha release v0.0.12
|
||||
</a>
|
||||
</span>
|
||||
<br />
|
||||
|
|
Loading…
Reference in a new issue