Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
rlawjdghek
/
StableVITON
like
46
Running
on
Zero
App
Files
Files
Community
7
Fetching metadata from the HF Docker repository...
refs/pr/6
StableVITON
/
densepose
/
data
/
meshes
/
__init__.py
mpark
det2
7aefd5a
10 months ago
raw
Copy download link
history
blame
Safe
183 Bytes
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved
from
.
import
builtin
__all__ = [k
for
k
in
globals
().keys()
if
"builtin"
not
in
k
and
not
k.startswith(
"_"
)]