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

@@ -707,7 +707,7 @@ class LoraLoaderModelOnly(LoraLoader):
return (self.load_lora(model, None, lora_name, strength_model, 0)[0],)
class VAELoader:
video_taes = ["taehv", "lighttaew2_2", "lighttaew2_1", "lighttaehy1_5"]
video_taes = ["taehv", "lighttaew2_2", "lighttaew2_1", "lighttaehy1_5", "taeltx_2"]
image_taes = ["taesd", "taesdxl", "taesd3", "taef1"]
@staticmethod
def vae_list(s):