Merge pull request #1883 from JetVarimax/master

Typo fixes
This commit is contained in:
Disty0
2023-07-30 00:48:25 +03:00
committed by GitHub
4 changed files with 17 additions and 16 deletions
+12 -12
View File
@@ -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
@@ -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,
@@ -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
+2 -2
View File
@@ -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
+2 -1
View File
@@ -10,7 +10,8 @@ All issues are tracked publicly on GitHub: <https://github.com/vladmandic/automa
## Vulnerabilities
`SD.Next` code base and indluded dependencies are automatically scanned against known security vulnerabilities
`SD.Next` code base and included dependencies are automatically scanned against known security vulnerabilities
Any code commit is validated before merge
- [Dependencies](https://github.com/vladmandic/automatic/security/dependabot)
+1 -1
View File
@@ -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