lev1's picture
Initial commit
8fd2f2f
raw
history blame
181 Bytes
from models.svd.sgm.modules.encoders.modules import GeneralConditioner
UNCONDITIONAL_CONFIG = {
"target": "sgm.modules.GeneralConditioner",
"params": {"emb_models": []},
}