update changelog&todo

pull/1683/head
Vladimir Mandic 2023-07-14 15:26:45 -04:00
parent 8b24efe1b5
commit 53dc92d46c
3 changed files with 20 additions and 2 deletions

1
.gitignore vendored
View File

@ -14,6 +14,7 @@ node_modules
pnpm-lock.yaml
package-lock.json
venv
.history
# all models and temp files
*.log

View File

@ -1,5 +1,22 @@
# Change Log for SD.Next
## Update for 07/14/2023:
Trying to unify settings for both original and diffusers backend without introducing duplicates...
- renamed **hires fix** to **second pass**
as that is what it actually is, name hires fix is misleading to start with
- actual **hires fix** and **refiner** are now options inside **second pass** section
- obsoleted settings -> sampler -> **force_latent_sampler**
it is now part of **second pass** options and it works the same for both original and diffusers backend
which means you can use different scheduler settings for txt2img and hires if you want
- sd-xl refiner will run if its loaded and if second pass is enabled
so you can quickly enable/disable refiner by simply enabling/disabling second pass
- you can mix&match **model** and **refiner**
for example, you can generate image using sd 1.5 and still use sd-xl refiner as second pass
- reorganized settings -> samplers to show which section refers to which backend
- added diffusers **lmsd** sampler
## Update for 07/13/2023
Another big one, but now improvements to both **diffusers** and **original** backends as well plus ability to dynamically switch between them!

View File

@ -5,7 +5,7 @@
Stuff to be fixed, in no particular order...
- SD-XL Lora
- SD-XL Img2Img/Inpaint
- SD-XL Sketch/Inpaint
- Kandinsky 2.2 (2.1 is working)
- Misterious Extensions auto-enabling
- Misterious Extra network corruptions
@ -35,7 +35,7 @@ Stuff to be added, in no particular order...
- Improve `lyco` logging
- Cache models when switching backends
- Style editor
- Built-in notifications
- Built-in motd-style notifications
## Investigate