Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
ameerazam08
/
Udiff
like
0
arxiv:
2312.01479
Model card
Files
Files and versions
Community
1
9e7a39a
Udiff
/
sgm
/
modules
/
__init__.py
ameerazam08
Upload folder using huggingface_hub (
#1
)
9e7a39a
11 months 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"
: []},
}