Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
linxin02
/
pixel_gen
like
0
arxiv:
2602.02493
Model card
Files
Files and versions
xet
Community
Copy to bucket
new
main
pixel_gen
/
DMD2-main
/
setup.py
linxin02
Upload lx_gan project
cef8b68
verified
about 1 month ago
Raw
Download with hf CLI
Copy download link
History
Blame
Contribute
Delete
120 Bytes
from
setuptools
import
setup, find_packages
setup(
name=
"DMD2"
,
version=
"0.0.1"
,
packages=find_packages(),
)