CogVideo/sat/sgm/modules/__init__.py
2024-08-06 02:12:51 +08:00

7 lines
159 B
Python

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