Linly-Talker / TFG /__init__.py
linxianzhong0128's picture
Upload folder using huggingface_hub
7088d16 verified
raw
history blame contribute delete
402 Bytes
from .SadTalker import SadTalker
from .Wav2Lip import Wav2Lip
try:
from .ERNeRF import ERNeRF
except Exception as e:
print("ERNeRF导入失败,原因:", e)
print("使用ERNeRF前需要安装对应的环境")
try:
from .MuseTalk import MuseTalk_RealTime
except Exception as e:
print("MuseTalk导入失败,原因:", e)
print("使用MuseTalk前需要安装对应的环境")