update changelog

This commit is contained in:
Vladimir Mandic
2023-06-02 12:56:44 -04:00
parent d25b020f61
commit 5f2bdba818
3 changed files with 16 additions and 19 deletions
+12 -5
View File
@@ -1,14 +1,21 @@
# Change Log for SD.Next
## Update for 05/31/2023
## Update for 06/02/2023
- redesign action box to be uniform accross all themes
- add pause option next to stop/skip
- redesign progress bar
Some quality-of-life improvements while working on larger stuff in the background...
- redesign action box to be uniform accross all themes
- add **pause** option next to stop/skip
- redesigned progress bar
- add new built-in extension: **agent-scheduler**
very elegant way to getting full queing capabilies, thank @artventurdev
- enable more image formats
note: not all are understood by browser so previews and images may appear as blank
unless you have some browser extensions that can handle them
but they do get stored correctly. and cant beat raw quality of 32-bit tiff or psd :)
but they are saved correctly. and cant beat raw quality of 32-bit `tiff` or `psd` :)
- change in behavior: `xformers` will be uninstalled on startup if they are not active
if you do have `xformers` selected as your desired cross-optimization method, then they will be used
reason is that a lot of libaries try to blindy import xformers even if they are not selected or not functional
## Update for 05/30/2023
+2 -12
View File
@@ -12,7 +12,8 @@ Stuff to be added...
- Update `Wiki`
- Create new `GitHub` hooks/actions for CI/CD
- Import core repos
- Improve core `Stability-AI` code: <https://github.com/vladmandic/automatic/discussions/795>
- Update `train.py` to use `interrogator`
- Update `train.py` to use `rembg`
## Investigate
@@ -48,17 +49,6 @@ Tech that can be integrated as part of the core workflow...
- Bunch of stuff: <https://pharmapsychotic.com/tools.html>
- <https://towardsdatascience.com/mastering-memoization-in-python-dcdd8b435189>
- <https://github.com/AUTOMATIC1111/stable-diffusion-webui/compare/89f9faa...20ae71f>
- <https://github.com/vladmandic/automatic/issues/1056>
- update `train.py` to use `interrogator`
- update `train.py` to use `rembg`
- <https://github.com/vladmandic/automatic/discussions/1246>
- shared.info
- hints
shutdown instance -> edit
and on the right hand side you'll see kubernetes config for the instance
which also includes dns name for the instance
external-dns.alpha.kubernetes.io/hostname: sdnext-a6000.tenant-91a92d-prod.coreweave.cloud
ui -> namespaces -> tenant-91a92d-prod
dns name for the instance is <instance-name>.<tenant-id>.coreweave.cloud
+2 -2
View File
@@ -274,8 +274,8 @@ div#extras_scale_to_tab div.form{
.livePreview{
position: absolute;
z-index: 300;
background-color: white;
margin: -4px;
background-color: transparent;
width: -webkit-fill-available;
}
.dark .livePreview{