Support LTX2 tiny vae (taeltx_2) (#11929)

This commit is contained in:
Jukka Seppänen
2026-01-22 06:03:51 +02:00
committed by GitHub
parent f09904720d
commit 3365ad18a5
4 changed files with 38 additions and 24 deletions

View File

@@ -11,7 +11,7 @@ import logging
default_preview_method = args.preview_method
MAX_PREVIEW_RESOLUTION = args.preview_size
VIDEO_TAES = ["taehv", "lighttaew2_2", "lighttaew2_1", "lighttaehy1_5"]
VIDEO_TAES = ["taehv", "lighttaew2_2", "lighttaew2_1", "lighttaehy1_5", "taeltx_2"]
def preview_to_image(latent_image, do_scale=True):
if do_scale: