We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 433cfa7 commit 69ac515Copy full SHA for 69ac515
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "diffsynth_engine"
3
-version = "0.1.0"
+version = "0.1.1"
4
authors = [
5
{ name = "MuseAI x ModelScope" },
6
]
@@ -53,7 +53,10 @@ build-backend = "setuptools.build_meta"
53
include = ["diffsynth_engine*"]
54
55
[tool.setuptools.package-data]
56
-diffsynth_engine = ["conf/tokenizers/**/**/*.*"]
+diffsynth_engine = [
57
+ "conf/tokenizers/**/*.*",
58
+ "conf/models/**/*.*",
59
+]
60
61
[tool.ruff]
62
# Exclude a variety of commonly ignored directories.
0 commit comments