Spaces:
Runtime error
Runtime error
ShuangLI59
commited on
Commit
Β·
ebbe0b4
1
Parent(s):
2442693
update
Browse files
setup.py
DELETED
@@ -1,29 +0,0 @@
|
|
1 |
-
from setuptools import setup
|
2 |
-
|
3 |
-
setup(
|
4 |
-
name="composable-diffusion",
|
5 |
-
packages=[
|
6 |
-
"composable_diffusion",
|
7 |
-
"composable_diffusion.clip",
|
8 |
-
"composable_diffusion.tokenizer",
|
9 |
-
],
|
10 |
-
package_data={
|
11 |
-
"composable_diffusion.tokenizer": [
|
12 |
-
"bpe_simple_vocab_16e6.txt.gz",
|
13 |
-
"encoder.json.gz",
|
14 |
-
"vocab.bpe.gz",
|
15 |
-
],
|
16 |
-
"composable_diffusion.clip": ["config.yaml"],
|
17 |
-
},
|
18 |
-
install_requires=[
|
19 |
-
"Pillow",
|
20 |
-
"attrs",
|
21 |
-
"torch",
|
22 |
-
"filelock",
|
23 |
-
"requests",
|
24 |
-
"tqdm",
|
25 |
-
"ftfy",
|
26 |
-
"regex",
|
27 |
-
],
|
28 |
-
author="nanliu",
|
29 |
-
)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|