mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 17:24:32 +02:00
@@ -31,6 +31,7 @@ ignore-paths=/usr/lib/.*$,
|
||||
modules/rife,
|
||||
modules/schedulers,
|
||||
modules/taesd,
|
||||
modules/teacache,
|
||||
modules/todo,
|
||||
modules/unipc,
|
||||
modules/xadapter,
|
||||
|
||||
@@ -26,6 +26,7 @@ exclude = [
|
||||
"modules/schedulers",
|
||||
"modules/segmoe",
|
||||
"modules/taesd",
|
||||
"modules/teacache",
|
||||
"modules/todo",
|
||||
"modules/unipc",
|
||||
"modules/xadapter",
|
||||
|
||||
+7
-3
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user