Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Dhdb
/
test-webui-hd
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
d80718f
test-webui-hd
/
setup.py
Dhdb
Upload 137 files
a121792
verified
9 months 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'
,
],
)