Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
raisahil
/
scunge-model
like
0
Text-to-Image
Diffusers
stable-diffusion
arxiv:
7 papers
License:
openrail++
Model card
Files
Files and versions
Community
Use this model
ac20bf7
scunge-model
/
setup.py
raisahil
Upload 134 files
066a946
about 1 year 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'
,
],
)