From e05a503bf4fb87dbc1cb56a537e28394ae8b5c38 Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Sun, 3 Sep 2023 16:39:58 -0400 Subject: [PATCH] update todo and changelog --- CHANGELOG.md | 1 + TODO.md | 7 +++---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1119adcd8..9e5a6a52f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,7 @@ create zero-tensor for prompt if prompt is empty (positive or negative) - add `diffusers_aesthetics_score` setting automatically guide unet towards higher pleasing images + highly recommended for simple prompts - general: - `rembg` remove backgrounds support for **is-net** model - pre-create all system folders on startup diff --git a/TODO.md b/TODO.md index 3ef5981ad..58172fdbe 100644 --- a/TODO.md +++ b/TODO.md @@ -4,27 +4,26 @@ Stuff to be fixed, in no particular order... -- Mysterious Extra network corruptions -- Unet type mismatch/autocast issues on some platforms +N/A ## Features Stuff to be added, in no particular order... - Diffusers: - - Add Lora/Lyco mixer + - Add Lyco support - Add ControlNet - Add SD and SD-XL Pix2Pix - Fix DeepFloyd IF model - Add unCLIP model - Add Training support + - Add long prompts - Technical debt: - Port **A1111** stuff - Port `p.all_hr_prompts` - Import core repos to reduce dependencies - Parse StabilityAI `modelspec` metadata - Non-technical: - - Create additional themes - Update Wiki - Get more high-quality upscalers - Rename repo: **automatic** -> **sdnext**