mirror of
https://github.com/modelscope/DiffSynth-Studio.git
synced 2026-03-18 22:08:13 +00:00
DiffSynth-Studio 2.0 major update
This commit is contained in:
38
pyproject.toml
Normal file
38
pyproject.toml
Normal file
@@ -0,0 +1,38 @@
|
||||
[build-system]
|
||||
requires = ["setuptools>=61.0", "wheel"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "diffsynth"
|
||||
version = "2.0.0"
|
||||
description = "Enjoy the magic of Diffusion models!"
|
||||
authors = [{name = "ModelScope Team"}]
|
||||
license = {text = "Apache-2.0"}
|
||||
requires-python = ">=3.10"
|
||||
dependencies = [
|
||||
"torch>=2.0.0",
|
||||
"torchvision",
|
||||
"transformers",
|
||||
"imageio",
|
||||
"imageio[ffmpeg]",
|
||||
"safetensors",
|
||||
"einops",
|
||||
"sentencepiece",
|
||||
"protobuf",
|
||||
"modelscope",
|
||||
"ftfy",
|
||||
"pandas",
|
||||
"accelerate",
|
||||
"peft",
|
||||
"datasets",
|
||||
]
|
||||
classifiers = [
|
||||
"Programming Language :: Python :: 3",
|
||||
"License :: OSI Approved :: Apache Software License",
|
||||
"Operating System :: OS Independent",
|
||||
]
|
||||
|
||||
[tool.setuptools.packages.find]
|
||||
|
||||
[tool.setuptools]
|
||||
include-package-data = true
|
||||
Reference in New Issue
Block a user