mirror of
https://github.com/modelscope/DiffSynth-Studio.git
synced 2026-03-24 01:48:13 +00:00
文档环境安装上手
This commit is contained in:
@@ -10,6 +10,8 @@ authors = [{name = "ModelScope Team"}]
|
|||||||
license = {text = "Apache-2.0"}
|
license = {text = "Apache-2.0"}
|
||||||
requires-python = ">=3.10"
|
requires-python = ">=3.10"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
|
"torch>=2.0.0",
|
||||||
|
"torchvision",
|
||||||
"transformers",
|
"transformers",
|
||||||
"imageio",
|
"imageio",
|
||||||
"imageio[ffmpeg]",
|
"imageio[ffmpeg]",
|
||||||
@@ -31,10 +33,6 @@ classifiers = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
[project.optional-dependencies]
|
[project.optional-dependencies]
|
||||||
gpu = [
|
|
||||||
"torch>=2.0.0",
|
|
||||||
"torchvision"
|
|
||||||
]
|
|
||||||
npu_aarch64 = [
|
npu_aarch64 = [
|
||||||
"torch==2.7.1",
|
"torch==2.7.1",
|
||||||
"torch-npu==2.7.1",
|
"torch-npu==2.7.1",
|
||||||
|
|||||||
Reference in New Issue
Block a user