customdiffusion360's picture
first commit
ad7bc89
raw
history blame
No virus
159 Bytes
from .encoders.modules import GeneralConditioner
UNCONDITIONAL_CONFIG = {
"target": "sgm.modules.GeneralConditioner",
"params": {"emb_models": []},
}