update requirements and notes

Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2024-12-02 12:26:27 -05:00
parent 9acfb4431d
commit 52ea181389
3 changed files with 10 additions and 4 deletions
+7 -2
View File
@@ -29,13 +29,13 @@
style-aligned applies selected attention layers uniformly to all images to achive consistency
can be used with or without input image in which case first prompt is used to establish baseline
*note:* all prompts are processes as a single batch, so vram is limiting factor
- **OpenVINO**: update to 2024.5.0
### UI and workflow improvements
- **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
thanks @AI-Casanova
- *note*: LoRA weights backups are required so LoRA can be unapplied, but can take quite a lot of system memory
if you know you will not need to unapply LoRA, you can disable backups in *settings -> networks -> lora fuse*
in which case, you need to reload model to unapply LoRA
@@ -51,6 +51,7 @@
- faster and more compatible *balanced* mode
- balanced offload: units are now in percentage instead of bytes
- balanced offload: add both high and low watermark
*note*: balanced offload is recommended method for offload when using any large models such as sd35 or flux
- **UI**:
- improved stats on generate completion
- improved live preview display and performance
@@ -60,7 +61,11 @@
- control: optionn to hide input column
- control: add stats
- browser -> server logging framework
- add addtional themes: `black-reimagined`
- add addtional themes: `black-reimagined`, thanks @Artheriax
### Updates
- **OpenVINO**: update to 2024.5.0
- **Sampler** improvements
- Euler FlowMatch: add sigma methods (*karras/exponential/betas*)
- DPM FlowMatch: update all and add sigma methods
+2 -1
View File
@@ -9,7 +9,8 @@ Main ToDo list can be found at [GitHub projects](https://github.com/users/vladma
- Flux IPAdapter: <https://github.com/huggingface/diffusers/issues/9825>
- Flux NF4: <https://github.com/huggingface/diffusers/issues/9996>
- SANA: <https://github.com/huggingface/diffusers/pull/9982>
- LTX-Video: <https://huggingface.co/Lightricks/LTX-Video> <https://huggingface.co/spaces/Lightricks/LTX-Video-Playground/tree/main>
- LTX-Video: <https://github.com/huggingface/diffusers/pull/10021> <https://huggingface.co/Lightricks/LTX-Video> <https://huggingface.co/spaces/Lightricks/LTX-Video-Playground/tree/main>
- TorchAO: <https://github.com/huggingface/diffusers/pull/10009>
## Other
+1 -1
View File
@@ -52,7 +52,7 @@ numba==0.59.1
protobuf==4.25.3
pytorch_lightning==1.9.4
tokenizers==0.20.3
transformers==4.46.2
transformers==4.46.3
urllib3==1.26.19
Pillow==10.4.0
timm==0.9.16