add google-veo-3.1

Signed-off-by: vladmandic <mandic00@live.com>
This commit is contained in:
vladmandic
2025-12-09 19:14:08 +01:00
parent 27e6d17c9a
commit 3a65d561a7
14 changed files with 330 additions and 98 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ from modules import shared
def apply_teacache_patch(cls):
if shared.opts.teacache_enabled:
if shared.opts.teacache_enabled and cls is not None:
from modules import teacache
shared.log.debug(f'Transformers cache: type=teacache patch=forward cls={cls.__name__}')
if cls.__name__ == 'LTXVideoTransformer3DModel':