Files
generative-models/sgm/modules/__init__.py
2023-07-26 10:26:28 +02:00

7 lines
159 B
Python

from .encoders.modules import GeneralConditioner
UNCONDITIONAL_CONFIG = {
"target": "sgm.modules.GeneralConditioner",
"params": {"emb_models": []},
}