mirror of
https://github.com/facefusion/facefusion-labs.git
synced 2026-05-22 23:59:40 +02:00
Fix CI
This commit is contained in:
@@ -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,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
|
||||
|
||||
Reference in New Issue
Block a user