From 832241fa50222f58a41e9242c9c2f31b7f88036f Mon Sep 17 00:00:00 2001 From: JetVarimax <140423365+JetVarimax@users.noreply.github.com> Date: Sat, 29 Jul 2023 17:31:49 +0100 Subject: [PATCH 1/6] typo fix --- SECURITY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SECURITY.md b/SECURITY.md index 3f9f43ec5..340188e48 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -10,7 +10,7 @@ All issues are tracked publicly on GitHub: Date: Sat, 29 Jul 2023 17:33:24 +0100 Subject: [PATCH 2/6] typo fixes --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f0056e936..2ce027cc4 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ All Individual features are not listed here, instead check [ChangeLog](CHANGELOG - Advanced metadata caching and handling to speed up operations - Enterprise level logging and hardened API - Modern localization and hints engine -- Broad compatibility with extisting extensions ecosystem and new extensions manager +- Broad compatibility with existing extensions ecosystem and new extensions manager - Built in installer with automatic updates and dependency management - Modernized UI (still based on Gradio) with theme support @@ -82,7 +82,7 @@ Additional models will be added as they become available and there is public int - Server can run without virtual environment, but it is recommended to use it to avoid library version conflicts with other applications -- **nVidia/CUDA** and **AMD/ROCm** are auto-detected is present and available, +- **nVidia/CUDA** and **AMD/ROCm** are auto-detected if present and available, but for any other use case specify required parameter explicitly or wrong packages may be installed as installer will assume CPU-only environment - Full startup sequence is logged in `sdnext.log`, so if you encounter any issues, please check it first From b9e43afe36c0f4faf5138a33eb8aa0337028fb14 Mon Sep 17 00:00:00 2001 From: JetVarimax <140423365+JetVarimax@users.noreply.github.com> Date: Sat, 29 Jul 2023 17:45:56 +0100 Subject: [PATCH 3/6] typo fixes --- CHANGELOG.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89376edd8..8fe8c6323 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,7 +19,7 @@ Actual changelog is: - general: - new loading screens and artwork - major ui simplification for both txt2img and img2img - nothing is removed, but you can show/hide invidividual sections + nothing is removed, but you can show/hide individual sections default is very simple interface, but you can enable any sections and save it as default in settings - themes: add additional built-in theme, `amethyst-nightfall` - extra networks: add add/remove tags to prompt (e.g. lora activation keywords) @@ -46,7 +46,7 @@ Actual changelog is: - sd-xl: initial lora support right now this applies to official lora released by **stability-ai**, support for **kohya's** lora is expected soon - implement img2img and inpainting (experimental) - actual support and qualiy depends on model + actual support and quality depends on model it works as expected for sd 1.5, but not so much for sd-xl for now - implement limited stop/interrupt for diffusers works between stages, not within steps @@ -230,7 +230,7 @@ But even if not, it still includes bunch of cumulative fixes since last release - minor improvements to extra networks ui - more hints/tooltips integrated into ui -- new decidated api server +- new dedicated api server - but highly promising for high throughput server - improve server logging and monitoring with - server log file rotation @@ -248,7 +248,7 @@ Second stage of a jumbo merge from upstream plus few minor changes... - skipped/did-not-port: add separate hires prompt: unnecessarily complicated and spread over large number of commits due to many regressions allow external scripts to add cross-optimization methods: dangerous and i don't see a use case for it so far - load extension info in threads: unnecessary as other optimizations ive already put place perform equally good + load extension info in threads: unnecessary as other optimizations i've already put place perform equally good - broken/reverted: sub-quadratic optimization changes @@ -315,18 +315,18 @@ that caused my phone to go crazy with notifications over the weekend... Some quality-of-life improvements while working on larger stuff in the background... -- redesign action box to be uniform accross all themes +- redesign action box to be uniform across 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 + very elegant way to getting full queueing capabilities, 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 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 + reason is that a lot of libaries try to blindly import xformers even if they are not selected or not functional ## Update for 05/30/2023 @@ -577,7 +577,7 @@ what's new: - merge tomesd token merging - merge 23 PRs pending from a1111 backlog (!!) -*expect shorter updates for the next few days as i'll be partically ooo* +*expect shorter updates for the next few days as i'll be partially ooo* ## Update for 04/20/2023 @@ -619,7 +619,7 @@ note: if you previously had command line optimizations such as --no-half, those this forces it to use HTTP instead of WebSockets and can help on unreliable network connections - set scripts & extensions loading priority and allow custom priorities fixes random extension issues: - `ScuNet` upscaler dissapearing, `Additional Networks` not showing up on XYZ axis, etc. + `ScuNet` upscaler disappearing, `Additional Networks` not showing up on XYZ axis, etc. - improve html loading order - remove some `asserts` causing runtime errors and replace with user-friendly messages - update README.md @@ -643,7 +643,7 @@ note: if you previously had command line optimizations such as --no-half, those - ability to restart server from ui - updated requirements - removed `styles.csv` from repo, its now fully under user control -- removed model-keyword extension as overly aggresive +- removed model-keyword extension as overly aggressive - rewrite of the fastapi middleware handlers - install bugfixes, hopefully new installer is now ok \ i really want to focus on features and not troubleshooting installer @@ -652,7 +652,7 @@ note: if you previously had command line optimizations such as --no-half, those - update default values - remove `ui-config.json` from repo, its not fully under user control -- updated extensions mangager +- updated extensions manager - updated locon/lycoris plugin - enable quick launch by default - add multidiffusion upscaler extensions From fd01e26d2f487c08e10aecd907f37492e2a5e106 Mon Sep 17 00:00:00 2001 From: JetVarimax <140423365+JetVarimax@users.noreply.github.com> Date: Sat, 29 Jul 2023 17:47:26 +0100 Subject: [PATCH 4/6] fix typo I think this is a typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fe8c6323..dec98b47e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -510,7 +510,7 @@ To take advantage of new out-of-the-box tunings, its recommended to delete your a bit shorter list as: -- i've been busy with buxfixing +- i've been busy with bugfixing there are a lot of them, not going to list each here. but seems like critical issues backlog is quieting down and soon i can focus on new features development. - i've started collaboration with couple of major projects, From 36fc7ae0a790939cd29a3f45901a9c69eabda970 Mon Sep 17 00:00:00 2001 From: JetVarimax <140423365+JetVarimax@users.noreply.github.com> Date: Sat, 29 Jul 2023 17:48:33 +0100 Subject: [PATCH 5/6] add space between lines --- SECURITY.md | 1 + 1 file changed, 1 insertion(+) diff --git a/SECURITY.md b/SECURITY.md index 340188e48..af9687f8c 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -11,6 +11,7 @@ All issues are tracked publicly on GitHub: Date: Sat, 29 Jul 2023 17:49:17 +0100 Subject: [PATCH 6/6] typo fix --- TODO.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index 8f771ec39..f84b578b0 100644 --- a/TODO.md +++ b/TODO.md @@ -4,7 +4,7 @@ Stuff to be fixed, in no particular order... -- Misterious Extra network corruptions +- Mysterious Extra network corruptions - Unet type mismatch/autocast issues on some platforms ## Features