mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 17:24:32 +02:00
add explicit vae method=none and allow images in history
Signed-off-by: vladmandic <mandic00@live.com>
This commit is contained in:
@@ -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]:
|
||||
|
||||
Reference in New Issue
Block a user