From 80bcd539bdd0d70cc499ef2bedcb26d7944a8223 Mon Sep 17 00:00:00 2001 From: pinks Date: Tue, 12 Sep 2023 22:37:55 +0200 Subject: [PATCH] remove TODOs from readme --- README.md | 31 ------------------------------- 1 file changed, 31 deletions(-) diff --git a/README.md b/README.md index 98944f3..9882cb5 100644 --- a/README.md +++ b/README.md @@ -22,34 +22,3 @@ You can put these in `.env` file or pass them as environment variables. - Start stable diffusion webui: `cd sd-webui`, `./webui.sh --api` - Start bot: `deno task start` - -## TODO - -- [x] Keep generation history -- [x] Changing params, parsing png info in request -- [x] Cancelling jobs by deleting message -- [x] Multiple parallel workers -- [x] Replying to another text message to copy prompt and generate -- [x] Replying to bot message, conversation in DMs -- [x] Replying to png message to extract png info nad generate -- [ ] Banning tags -- [x] Img2Img + Upscale - - [ ] special param "scale" to change image size preserving aspect ratio -- [ ] Admin WebUI -- [ ] User daily generation limits -- [ ] Querying all generation history, displaying stats -- [ ] Analyzing prompt quality based on tag csv -- [ ] Report aliased/unknown tags based on csv -- [ ] Report unknown loras -- [ ] Investigate "sendMediaGroup failed" -- [ ] Changing sampler without error on unknown sampler -- [ ] Changing model -- [ ] Inpaint using telegram photo edit -- [ ] Outpaint -- [ ] Non-SD (extras) upscale -- [ ] Tiled generation to allow very big images -- [ ] Downloading raw images -- [ ] Extra prompt syntax, fixing `()+++` syntax -- [ ] Translations - - replace fmtDuration usage - - replace formatOrdinal usage