__init__.py 159 Bytes
Newer Older
yangzhong's avatar
yangzhong committed
1
2
3
4
5
6
from .encoders.modules import GeneralConditioner

UNCONDITIONAL_CONFIG = {
    "target": "sgm.modules.GeneralConditioner",
    "params": {"emb_models": []},
}