From 496e9230a72c2048960420524460949beac72112 Mon Sep 17 00:00:00 2001 From: tim h Date: Wed, 16 Nov 2022 17:23:13 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 95b113f..5148147 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ this is a completely vanilla javascript and html canvas outpainting convenience ### in order of "priority"/likelihood of me doing it - [ ] 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) -- [ ] 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) - [ ] 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)