diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f601a162..b1d740e4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/TODO.md b/TODO.md index 8c0f7599d..5b9b5faa6 100644 --- a/TODO.md +++ b/TODO.md @@ -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: +- 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: - - -- -- update `train.py` to use `interrogator` -- update `train.py` to use `rembg` - - 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 ..coreweave.cloud diff --git a/javascript/style.css b/javascript/style.css index c564b512c..af4680a42 100644 --- a/javascript/style.css +++ b/javascript/style.css @@ -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{