Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
zhengchong
/
CatVTON
like
157
Running
on
Zero
App
Files
Files
Community
4
Fetching metadata from the HF Docker repository...
32b0bc1
CatVTON
/
detectron2
/
layers
/
csrc
/
README.md
zhengchong
Upload 311 files
83897ab
verified
6 months ago
preview
code
|
raw
Copy download link
history
blame
Safe
122 Bytes
To add a new Op:
1.
Create a new directory
2.
Implement new ops there
3.
Delcare its Python interface in
`vision.cpp`
.