new //todo

This commit is contained in:
tim h 2022-11-16 20:29:48 -06:00 committed by GitHub
parent fd639a151d
commit 09fc1eeefc

View file

@ -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~~