add conf docs

This commit is contained in:
mi804
2026-02-10 15:49:46 +08:00
parent f6d85f3c2e
commit 71206ded00
4 changed files with 166 additions and 0 deletions

5
diffsynth/version.py Normal file
View File

@@ -0,0 +1,5 @@
# Make sure to modify __release_datetime__ to release time when making official release.
__version__ = '2.0.0'
# default release datetime for branches under active development is set
# to be a time far-far-away-into-the-future
__release_datetime__ = '2099-10-13 08:56:12'