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:
@@ -1,12 +1,10 @@
|
||||
import configparser
|
||||
|
||||
import torch
|
||||
from torch import Tensor
|
||||
from torchvision import io
|
||||
|
||||
from .helper import calc_embedding
|
||||
from .models.generator import Generator
|
||||
from .types import EmbedderModule, GeneratorModule
|
||||
|
||||
CONFIG = configparser.ConfigParser()
|
||||
CONFIG.read('config.ini')
|
||||
|
||||
Reference in New Issue
Block a user