update changelog

This commit is contained in:
Vladimir Mandic
2023-09-06 13:27:22 -04:00
parent ac267d7f3f
commit 1faaea86bf
+19 -18
View File
@@ -1,19 +1,18 @@
# Change Log for SD.Next
## Update for 2023-09-05
## Update for 2023-09-06
One week later, another large update!
- system:
- system:
- full **python 3.11** support
note that changing python version does require reinstall
and if you're already on python 3.10, really no need to upgrade
- themes:
- new default theme: **black-teal**
- new light theme: **light-teal**
- new additional theme: **midnight-barbie**
thanks @nyxia
- extra networks:
- themes:
- new default theme: **black-teal**
- new light theme: **light-teal**
- new additional theme: **midnight-barbie**, thanks @nyxia
- extra networks:
- support for **tags**
show tags on hover, search by tag, list tags, add to prompt, etc.
- **styles** are now also listed as part of extra networks
@@ -21,39 +20,41 @@ One week later, another large update!
this is stage one of new styles functionality
old styles interface is still available, but will be removed in future
- cache file lists for much faster startup
speedups are 50+% for large number of extra networks
- ui refresh button now refreshes selected page, not all pages
speedups are 50+% for large number of extra networks
- ui refresh button now refreshes selected page, not all pages
- simplified handling of **descriptions**
now shows on-mouse-over without the need for user interaction
- **metadata** and **info** buttons only show if there is actual content
- diffusers:
- diffusers:
- add full support for **textual inversions** (embeddings)
this applies to both sd15 and sdxl
thanks @ai-casanova for porting compel/sdxl code
thanks @ai-casanova for porting compel/sdxl code
- mix&match **base** and **refiner** models (*experimental*):
most of those are "because why not" and can result in corrupt images, but some are actually useful
also note that if you're not using actual refiner model, you need to bump refiner steps
as normal models are not designed to work with low step count
and if you're having issues, try setting prompt parser to "fixed attention" as majority of problems
are due to token mismatches when using prompt attention
- any sd15 + any sd15
- any sd15 + sdxl-refiner
- any sdxl-base + sdxl-refiner
- any sdxl-base + any sd15
- any sdxl-base + any sdxl-base
- any sd15 + any sd15
- any sd15 + sdxl-refiner
- any sdxl-base + sdxl-refiner
- any sdxl-base + any sd15
- any sdxl-base + any sdxl-base
- ability to **interrupt** (stop/skip) model generate
- added **aesthetics score** setting (for sdxl)
used to automatically guide unet towards higher pleasing images
highly recommended for simple prompts
- added **force zeros** setting
create zero-tensor for prompt if prompt is empty (positive or negative)
- general:
- general:
- `rembg` remove backgrounds support for **is-net** model
- **settings** now show markers for all items set to non-default values
- **metadata** refactored how/what/when metadata is added to images
should result in much cleaner and more complete metadata
- pre-create all system folders on startup
- handle model load errors gracefully
- improved vram reporting in ui
- improved script profiling (when running in debug mode)
## Update for 2023-08-30