Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Adapter
/
T2I-Adapter
like
170
Runtime error
App
Files
Files
Community
19
48c7c25
T2I-Adapter
/
setup.py
Adapter
first upload
fb6c2da
almost 2 years 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'
,
],
)