From c0ccc9c4f03f03144c5f897863e174fa8dcc3568 Mon Sep 17 00:00:00 2001 From: tim h Date: Thu, 15 Dec 2022 21:55:54 -0600 Subject: [PATCH] version bump, update readme --- README.md | 9 +++++++-- index.html | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d595a7f..4b1928b 100644 --- a/README.md +++ b/README.md @@ -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_ +_silly demo example current as of [9b174d6](https://github.com/zero01101/openOutpaint/commit/9b174d66c9b9d83ce8657128c97f917b473b13a9) / v0.0.8 / 2022-12-03_ //TODO UPDATE 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: @@ -17,14 +17,18 @@ this is a completely vanilla javascript and html canvas outpainting convenience ## features - 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 - a giant, resizable, scalable canvas for you to paint all over _(infinite canvas area planned, in //todo already)_ + - **_NOTE: v0.0.10 introduces a new "camera control" modifier key - hold [`CTRL`] ([`CMD`] on mac) and use the scrollwheel to zoom (scroll the wheel) and pan (hold the wheel button) around the canvas_** - a very nicely functional and familiar layer system - inpainting/touchup mask brush +- prompt history panel - 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 -- decoupled cursor size and output resolution +- 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)_ - floating toolbox with handy keyboard shortcuts @@ -36,6 +40,7 @@ this is a completely vanilla javascript and html canvas outpainting convenience - saves your preferences/imported images to browser localstorage for maximum convenience - reset to defaults button to unsave your preferences if things go squirrely - floating navigable undo/redo palette with ctrl+z/y keyboard shortcuts for additional maximum convenience and desquirreliness +- _all this and much more for the low, low price of just owning a capable GPU already!_ ## operation diff --git a/index.html b/index.html index a16b2d5..528dac7 100644 --- a/index.html +++ b/index.html @@ -177,7 +177,7 @@
- Alpha release v0.0.9.6 + Alpha release v0.0.10