File size: 176 Bytes
ed25868
6497501
 
 
 
 
1
2
3
4
5
6
7
from .encoders.modules import GeneralConditioner, DualConditioner

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