Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
ameerazam08
/
Udiff
like
0
arxiv:
2312.01479
Model card
Files
Files and versions
xet
Community
1
refs/pr/1
Udiff
/
sgm
/
modules
/
__init__.py
ameerazam08
Upload folder using huggingface_hub
2cf789d
over 1 year ago
raw
Copy download link
history
blame
Safe
176 Bytes
from
.encoders.modules
import
GeneralConditioner, DualConditioner
UNCONDITIONAL_CONFIG = {
"target"
:
"sgm.modules.GeneralConditioner"
,
"params"
: {
"emb_models"
: []},
}