mirror of
https://github.com/facefusion/facefusion-labs.git
synced 2026-04-19 15:56:37 +02:00
Fix CI
This commit is contained in:
@@ -5,7 +5,7 @@ from torch import Tensor, nn
|
||||
|
||||
from ..networks.aad import AAD
|
||||
from ..networks.unet import UNet
|
||||
from ..types import Feature, Embedding
|
||||
from ..types import Embedding, Feature
|
||||
|
||||
|
||||
class Generator(nn.Module):
|
||||
|
||||
@@ -7,7 +7,7 @@ from torch import Tensor, nn
|
||||
from torchvision import transforms
|
||||
|
||||
from ..helper import calc_embedding
|
||||
from ..types import Feature, EmbedderModule, FaceParserModule, GazerModule, Loss, Mask, MotionExtractorModule
|
||||
from ..types import EmbedderModule, FaceParserModule, Feature, GazerModule, Loss, Mask, MotionExtractorModule
|
||||
|
||||
|
||||
class DiscriminatorLoss(nn.Module):
|
||||
|
||||
@@ -4,7 +4,7 @@ from typing import Tuple
|
||||
import torch
|
||||
from torch import Tensor, nn
|
||||
|
||||
from ..types import Feature, Embedding
|
||||
from ..types import Embedding, Feature
|
||||
|
||||
|
||||
class AAD(nn.Module):
|
||||
|
||||
Reference in New Issue
Block a user