Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
heheyas/V3D
awacke1
/
StableDiffusionVideoTo3D
like
1
Runtime error
App
Files
Files
Community
1
cfb7702
StableDiffusionVideoTo3D
/
sgm
/
modules
/
__init__.py
heheyas
init
cfb7702
8 months ago
raw
Copy download link
history
blame
Safe
177 Bytes
from
.encoders.modules
import
GeneralConditioner, ExtraConditioner
UNCONDITIONAL_CONFIG = {
"target"
:
"sgm.modules.GeneralConditioner"
,
"params"
: {
"emb_models"
: []},
}