Spaces:
Sleeping
Sleeping
File size: 159 Bytes
b5ce381 | 1 2 3 4 5 6 7 | from .encoders.modules import GeneralConditioner
UNCONDITIONAL_CONFIG = {
"target": "sgm.modules.GeneralConditioner",
"params": {"emb_models": []},
}
|