CogVideo / sat /sgm /modules /__init__.py
eysho's picture
Upload folder using huggingface_hub
e276be2 verified
raw
history blame contribute delete
159 Bytes
from .encoders.modules import GeneralConditioner
UNCONDITIONAL_CONFIG = {
"target": "sgm.modules.GeneralConditioner",
"params": {"emb_models": []},
}