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
ad750c5
Udiff
/
sgm
/
modules
/
__init__.py
ameerazam08
Upload folder using huggingface_hub (
#1
)
9e7a39a
almost 2 years 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"
: []},
}