update setup.py

This commit is contained in:
Artiprocher
2024-07-29 19:10:03 +08:00
parent b5c194df43
commit 3d8ff39aed
6 changed files with 1 additions and 1 deletions

View File

View File

View File

View File

View File

@@ -1,6 +1,5 @@
torch>=2.0.0
cupy-cuda12x
pip
transformers
controlnet-aux==0.0.7
streamlit

View File

@@ -25,5 +25,6 @@ setup(
"License :: OSI Approved :: Apache-2.0 License",
"Operating System :: OS Independent",
],
package_data={"diffsynth": ["tokenizer_configs/**/**/*.*"]},
python_requires='>=3.6',
)