mirror of
https://github.com/THUDM/CogVideo.git
synced 2025-04-05 19:41:59 +08:00
7 lines
159 B
Python
7 lines
159 B
Python
from .encoders.modules import GeneralConditioner
|
|
|
|
UNCONDITIONAL_CONFIG = {
|
|
"target": "sgm.modules.GeneralConditioner",
|
|
"params": {"emb_models": []},
|
|
}
|