From 09fc1eeefc551d02b28526951b10ff8da8ccb973 Mon Sep 17 00:00:00 2001 From: tim h Date: Wed, 16 Nov 2022 20:29:48 -0600 Subject: [PATCH] new //todo --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bd82856..c794172 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ this is a completely vanilla javascript and html canvas outpainting convenience 8. once an image appears*, click the `<` and `>` buttons at the bottom-left corner of the image to cycle through the others in the batch if you requested multiple (it defaults to 2 batch size, 2 batch count) - click `y` to choose one you like, or `n` to cancel that image generation batch outright and possibly try again 9. now that you've got a starter, click somewhere near it to outpaint - try and include as much of the "context" as possible in the reticle for the best result convergence 10. use the mask mode to prepare previously rendered image areas for touchups/inpainting -11. play around with the available options, click "dl img" to save the cropped region of outpainted canvas (thanks [@Kalekki](https://github.com/Kalekki)! (https://github.com/zero01101/openOutpaint/pull/2)) +11. play around with the available options, make your click "dl img" to save the cropped region of outpainted canvas (thanks [@Kalekki](https://github.com/Kalekki)! (https://github.com/zero01101/openOutpaint/pull/2)) *if it _doesn't_ create an image, check your console output to see if you've got CORS errors @@ -47,6 +47,7 @@ this is a completely vanilla javascript and html canvas outpainting convenience - [x] split out CSS to its own file (remedial cleanup task) - [ ] split out JS to separation-of-concerns individual files (oh no) - [ ] add error handling for async/XHR POST in case of, yknow, errors +- [ ] image erase region in case you decide later that you're not too happy with earlier results - [ ] controls for the rest of API-available options (e.g. hires fix, inpaint fill modes, etc) - [ ] render progress spinner/bar - [ ] ~~smart crop downloaded image~~