This commit is contained in:
2025-09-04 10:59:06 +08:00
parent d8f409f567
commit 25d80f2524
4 changed files with 41 additions and 111 deletions

View File

@@ -4,7 +4,7 @@ from Liblib.LibLibSamplingEnum import SAMPLING_METHODS
from PuLIDGenerator import PuLIDGenerator
# 加载配置文件
with open('config.json', 'r', encoding='utf-8') as f:
with open('image_data.json', 'r', encoding='utf-8') as f:
config = json.load(f)
if __name__ == "__main__":