keysync-demo / sgm /modules /__init__.py
Antoni Bigata
first commit
b5ce381
Raw
History Blame Contribute Delete
159 Bytes
from .encoders.modules import GeneralConditioner
UNCONDITIONAL_CONFIG = {
"target": "sgm.modules.GeneralConditioner",
"params": {"emb_models": []},
}