add explicit vae method=none and allow images in history

Signed-off-by: vladmandic <mandic00@live.com>
This commit is contained in:
vladmandic
2026-04-14 11:51:23 +02:00
parent d04915a83f
commit f033eaf58a
13 changed files with 127 additions and 83 deletions
@@ -5,8 +5,8 @@ Contains optimized tensor operations and video processing functions
Extracted from: seedvr2.py (lines 1633-1730)
"""
from typing import List
import torch
from typing import List, Union
def optimized_video_rearrange(video_tensors: List[torch.Tensor]) -> List[torch.Tensor]: