This commit is contained in:
henryruhs
2025-02-23 01:06:18 +01:00
parent ed0f6ae897
commit de6cfbc35b
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import configparser
import cv2
import torch
from .helper import calc_embedding, convert_to_vision_frame, convert_to_tensor
from .helper import calc_embedding, convert_to_tensor, convert_to_vision_frame
from .models.generator import Generator
from .types import EmbedderModule, GeneratorModule, VisionFrame
+1 -2
View File
@@ -1,5 +1,4 @@
from collections import OrderedDict
from typing import Any, Dict, List, Tuple, TypeAlias
from typing import Any, Tuple, TypeAlias
from numpy.typing import NDArray
from torch import Tensor