mirror of
https://github.com/Physton/sd-webui-prompt-all-in-one.git
synced 2026-01-26 19:29:56 +00:00
Add About window
Former-commit-id: 5fc236655eae88c1a2de0b1167733e0a0986bdcb
This commit is contained in:
9
tests/get_version.py
Normal file
9
tests/get_version.py
Normal file
@@ -0,0 +1,9 @@
|
||||
import os
|
||||
import sys
|
||||
sys.path.append(os.path.join(os.path.dirname(__file__), ".."))
|
||||
|
||||
from scripts.get_version import get_git_commit_version, get_git_remote_versions, get_latest_version
|
||||
|
||||
print(get_git_remote_versions())
|
||||
print(get_git_commit_version())
|
||||
print(get_latest_version())
|
||||
Reference in New Issue
Block a user