mirror of
https://github.com/modelscope/DiffSynth-Studio.git
synced 2026-03-23 17:38:10 +00:00
update setup.py
This commit is contained in:
0
diffsynth/configs/__init__.py
Normal file
0
diffsynth/configs/__init__.py
Normal file
0
diffsynth/extensions/__init__.py
Normal file
0
diffsynth/extensions/__init__.py
Normal file
0
diffsynth/tokenizer_configs/__init__.py
Normal file
0
diffsynth/tokenizer_configs/__init__.py
Normal file
0
diffsynth/trainers/__init__.py
Normal file
0
diffsynth/trainers/__init__.py
Normal file
@@ -1,6 +1,5 @@
|
|||||||
torch>=2.0.0
|
torch>=2.0.0
|
||||||
cupy-cuda12x
|
cupy-cuda12x
|
||||||
pip
|
|
||||||
transformers
|
transformers
|
||||||
controlnet-aux==0.0.7
|
controlnet-aux==0.0.7
|
||||||
streamlit
|
streamlit
|
||||||
|
|||||||
1
setup.py
1
setup.py
@@ -25,5 +25,6 @@ setup(
|
|||||||
"License :: OSI Approved :: Apache-2.0 License",
|
"License :: OSI Approved :: Apache-2.0 License",
|
||||||
"Operating System :: OS Independent",
|
"Operating System :: OS Independent",
|
||||||
],
|
],
|
||||||
|
package_data={"diffsynth": ["tokenizer_configs/**/**/*.*"]},
|
||||||
python_requires='>=3.6',
|
python_requires='>=3.6',
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user