Automated PR - 2026-01-13

This commit is contained in:
sync-bot
2026-01-13 13:09:02 +00:00
parent 391c0a2462
commit a519c7c8f6
8 changed files with 359 additions and 22 deletions
+3 -2
View File
@@ -27,8 +27,9 @@ All detailed guides and technical documentation are in the [docs](./docs/) direc
- **LTX-2 Model Checkpoint** - Local `.safetensors` file
- **Gemma Text Encoder** - Local Gemma model directory (required for LTX-2)
- **Linux with CUDA** - CUDA 13+ recommended for optimal performance
- **Nvidia GPU with 80GB+ VRAM** - Is highly recommended; lower VRAM may work with gradient checkpointing and lower
resolutions
- **Nvidia GPU with 80GB+ VRAM** - Recommended for the standard config. For GPUs with 32GB VRAM (e.g., RTX 5090),
use the [low VRAM config](configs/ltx2_av_lora_low_vram.yaml) which enables INT8 quantization and other
memory optimizations
---