mirror of https://github.com/vladmandic/automatic
parent
bd540efb73
commit
fe1b0a8d35
|
|
@ -1,6 +1,6 @@
|
|||
# Change Log for SD.Next
|
||||
|
||||
## Update for 2024-12-11
|
||||
## Update for 2024-12-12
|
||||
|
||||
### New models and integrations
|
||||
|
||||
|
|
@ -36,6 +36,8 @@
|
|||
|
||||
### UI and workflow improvements
|
||||
|
||||
- **Docs**:
|
||||
- New documentation site! <https://vladmandic.github.io/sdnext-docs/>
|
||||
- **LoRA** handler rewrite:
|
||||
- LoRA weights are no longer calculated on-the-fly during model execution, but are pre-calculated at the start
|
||||
this results in perceived overhead on generate startup, but results in overall faster execution as LoRA does not need to be processed on each step
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<div align="center">
|
||||
<img src="https://github.com/vladmandic/automatic/blob/master/html/logo-transparent.png" width=200 alt="SD.Next">
|
||||
<img src="https://github.com/vladmandic/automatic/raw/master/html/logo-transparent.png" width=200 alt="SD.Next">
|
||||
|
||||
**Image Diffusion implementation with advanced features**
|
||||
|
||||
|
|
@ -8,13 +8,14 @@
|
|||
[](https://discord.gg/VjvR2tabEX)
|
||||
[](https://github.com/sponsors/vladmandic)
|
||||
|
||||
[Wiki](https://github.com/vladmandic/automatic/wiki) | [Discord](https://discord.gg/VjvR2tabEX) | [Changelog](CHANGELOG.md)
|
||||
[Docs](https://vladmandic.github.io/sdnext-docs/) | [Wiki](https://github.com/vladmandic/automatic/wiki) | [Discord](https://discord.gg/VjvR2tabEX) | [Changelog](CHANGELOG.md)
|
||||
|
||||
</div>
|
||||
</br>
|
||||
|
||||
## Table of contents
|
||||
|
||||
- [Documentation](https://vladmandic.github.io/sdnext-docs/)
|
||||
- [SD.Next Features](#sdnext-features)
|
||||
- [Model support](#model-support)
|
||||
- [Platform support](#platform-support)
|
||||
|
|
@ -137,7 +138,7 @@ This should be fully cross-platform, but we'd really love to have additional con
|
|||
|
||||
### Credits
|
||||
|
||||
- Main credit goes to [Automatic1111 WebUI](https://github.com/AUTOMATIC1111/stable-diffusion-webui) for original codebase
|
||||
- Main credit goes to [Automatic1111 WebUI](https://github.com/AUTOMATIC1111/stable-diffusion-webui) for the original codebase
|
||||
- Additional credits are listed in [Credits](https://github.com/AUTOMATIC1111/stable-diffusion-webui/#credits)
|
||||
- Licenses for modules are listed in [Licenses](html/licenses.html)
|
||||
|
||||
|
|
@ -154,7 +155,7 @@ This should be fully cross-platform, but we'd really love to have additional con
|
|||
|
||||
### Docs
|
||||
|
||||
If you're unsure how to use a feature, best place to start is [Wiki](https://github.com/vladmandic/automatic/wiki) and if its not there,
|
||||
If you're unsure how to use a feature, best place to start is [Docs](https://vladmandic.github.io/sdnext-docs/) or [Wiki](https://github.com/vladmandic/automatic/wiki) and if its not there,
|
||||
check [ChangeLog](CHANGELOG.md) for when feature was first introduced as it will always have a short note on how to use it
|
||||
|
||||
### Sponsors
|
||||
|
|
|
|||
2
wiki
2
wiki
|
|
@ -1 +1 @@
|
|||
Subproject commit db828893c803f1d5d0180cfe09689884bf27af2d
|
||||
Subproject commit 8d63a0f04687f24c4ef413f231970087f167175c
|
||||
Loading…
Reference in New Issue