Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated fromΒ
patrickligardes/virtualfit
patrickligardes
/
Dressfit
like
1
Running
on
Zero
App
Files
Files
89d28a4
Dressfit
/
densepose
/
data
/
meshes
/
__init__.py
IDM-VTON
update IDM-VTON Demo
938e515
8 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(
"_"
)]