Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
slezki
/
stable-test
like
0
arxiv:
5 papers
Model card
Files
Files and versions
Community
000c8ed
stable-test
/
setup.py
slezki
upload
000c8ed
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'
,
],
)