Update README.md

This commit is contained in:
tim h 2022-11-16 17:23:13 -06:00 committed by GitHub
parent 81c67c04f9
commit 496e9230a7

View file

@ -43,7 +43,7 @@ this is a completely vanilla javascript and html canvas outpainting convenience
### in order of "priority"/likelihood of me doing it ### in order of "priority"/likelihood of me doing it
- [ ] comment basically everything that isn't self documenting (ongoing) - [ ] comment basically everything that isn't self documenting (ongoing)
- [ ] overmask seam of img2img (https://www.reddit.com/r/StableDiffusion/comments/ys9lhq/kollai_an_infinite_multiuser_canvas_running_on/ivzygwk/?context=3) - [ ] overmask seam of img2img (https://www.reddit.com/r/StableDiffusion/comments/ys9lhq/kollai_an_infinite_multiuser_canvas_running_on/ivzygwk/?context=3)
- [ ] split out CSS to its own file (remedial cleanup task) - [x] split out CSS to its own file (remedial cleanup task)
- [ ] split out JS to separation-of-concerns individual files (oh no) - [ ] split out JS to separation-of-concerns individual files (oh no)
- [ ] add error handling for async/XHR POST in case of, yknow, errors - [ ] add error handling for async/XHR POST in case of, yknow, errors
- [ ] controls for the rest of API-available options (e.g. hires fix, inpaint fill modes, etc) - [ ] controls for the rest of API-available options (e.g. hires fix, inpaint fill modes, etc)