Files
generative-models/sgm/modules/__init__.py
Andreas Blattmann 081e0d4629 soon is now
2023-06-22 09:53:12 -07:00

7 lines
159 B
Python

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