character-360 / sgm /modules /__init__.py
aki-0421
F: add
a3a3ae4 unverified
raw
history blame
159 Bytes
from .encoders.modules import GeneralConditioner
UNCONDITIONAL_CONFIG = {
"target": "sgm.modules.GeneralConditioner",
"params": {"emb_models": []},
}