Udiff / sgm /modules /__init__.py
ameerazam08's picture
Upload folder using huggingface_hub
2cf789d
Raw
History Blame
176 Bytes
from .encoders.modules import GeneralConditioner, DualConditioner
UNCONDITIONAL_CONFIG = {
"target": "sgm.modules.GeneralConditioner",
"params": {"emb_models": []},
}