Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
jbilcke-hf
/
WIP
like
1
Diffusers
Safetensors
arxiv:
2506.08009
Model card
Files
Files and versions
xet
Community
Deploy
Use this model
main
WIP
/
setup.py
jbilcke-hf
HF Staff
Upload 84 files
0fe7ff5
verified
3 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
129 Bytes
from
setuptools
import
setup, find_packages
setup(
name=
"self_forcing"
,
version=
"0.0.1"
,
packages=find_packages(),
)