Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
LiruiZhao/Diffree
cocktailpeanut
/
Diffree
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
23a7ae2
Diffree
/
stable_diffusion
/
setup.py
LiruiZhao
update
2d0e22d
6 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'
,
],
)