Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
next-social
/
9fo912
like
0
Runtime error
App
Files
Files
Community
797142e
9fo912
/
setup.py
multimodalart
HF staff
Attempt A10G on main Space
797142e
about 2 years ago
raw
Copy download link
history
blame
Safe
233 Bytes
from
setuptools
import
setup, find_packages
setup(
name=
'stable-diffusion'
,
version=
'0.0.1'
,
description=
''
,
packages=find_packages(),
install_requires=[
'torch'
,
'numpy'
,
'tqdm'
,
],
)