Spaces:
Runtime error
Runtime error
File size: 177 Bytes
cfb7702 |
1 2 3 4 5 6 7 |
from .encoders.modules import GeneralConditioner, ExtraConditioner
UNCONDITIONAL_CONFIG = {
"target": "sgm.modules.GeneralConditioner",
"params": {"emb_models": []},
}
|