Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
PAIR/StreamingSVD
meepmoo
/
StreamingSVD
like
0
Runtime error
App
Files
Files
Community
8fd2f2f
StreamingSVD
/
models
/
svd
/
sgm
/
modules
/
__init__.py
lev1
Initial commit
8fd2f2f
3 months ago
raw
Copy download link
history
blame
Safe
181 Bytes
from
models.svd.sgm.modules.encoders.modules
import
GeneralConditioner
UNCONDITIONAL_CONFIG = {
"target"
:
"sgm.modules.GeneralConditioner"
,
"params"
: {
"emb_models"
: []},
}