update changelog

Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2024-12-30 14:19:15 -05:00
parent 1f0ad43c50
commit 4b28f52384
4 changed files with 13 additions and 3 deletions
+1
View File
@@ -31,6 +31,7 @@ ignore-paths=/usr/lib/.*$,
modules/rife,
modules/schedulers,
modules/taesd,
modules/teacache,
modules/todo,
modules/unipc,
modules/xadapter,
+1
View File
@@ -26,6 +26,7 @@ exclude = [
"modules/schedulers",
"modules/segmoe",
"modules/taesd",
"modules/teacache",
"modules/todo",
"modules/unipc",
"modules/xadapter",
+7 -3
View File
@@ -7,9 +7,13 @@
- quantized models support
- fuse support with on-demand apply/unapply
- add legacy option in *settings -> networks*
- **HunyuanVideo** optimizations: full offload, quantization and tiling support
- **LTXVideo** optimizations: full offload, quantization and tiling support
- **VAE**: tiling granular options in *settings -> variable auto encoder*
- **HunyuanVideo**
- optimizations: full offload, quantization and tiling support
- **LTXVideo**
- optimizations: full offload, quantization and tiling support
- [TeaCache](https://github.com/ali-vilab/TeaCache/blob/main/TeaCache4LTX-Video/README.md) integration
- **VAE**:
- tiling granular options in *settings -> variable auto encoder*
- **UI**:
- live preview optimizations and error handling
- live preview high quality output, thanks @Disty0
+4
View File
@@ -1,3 +1,7 @@
"""
source: https://github.com/ali-vilab/TeaCache/blob/main/TeaCache4LTX-Video/teacache_ltx.py
"""
from typing import Any, Dict, Optional, Tuple
import numpy as np
import torch