Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
0xSparked
/
yungpunks
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
db14b86
yungpunks
/
setup.py
0xSparked
Upload folder using huggingface_hub
db14b86
over 1 year ago
raw
Copy download link
history
blame
Safe
233 Bytes
from
setuptools
import
setup, find_packages
setup(
name=
'latent-diffusion'
,
version=
'0.0.1'
,
description=
''
,
packages=find_packages(),
install_requires=[
'torch'
,
'numpy'
,
'tqdm'
,
],
)