edit : 상수값 수정

This commit is contained in:
2025-01-17 10:38:51 +09:00
parent 9ed67d3e50
commit bb54fdd85e
2 changed files with 2 additions and 2 deletions

View File

@@ -216,7 +216,7 @@ class ImageGenAsync:
jpeg_index += 1
else:
_path = os.path.join(output_dir, f"{model}_{parsing_file_name}_{jpeg_index}_{D.date_file_name()}.png")
_path = os.path.join(output_dir, f"{model}_{parsing_file_name}_{jpeg_index}_{D.date_file_name()}.jpg")
if os.path.exists(_path):
raise Exception("파일 이미 존재함")