edit : 원격 저장으로 변경

This commit is contained in:
2025-04-28 14:23:46 +09:00
parent 6b212125a4
commit 4c2ea70289
8 changed files with 64 additions and 19 deletions

View File

@@ -4,7 +4,7 @@ from dataclasses import dataclass
from pathlib import Path
from custom_apps.bingimagecreator.BingImageCreator import *
from const import OUTPUT_FOLDER
from const import REMOTE_FOLDER
from custom_apps.utils import cookie_manager
@@ -24,7 +24,7 @@ class DallEArgument:
U = cookie_manager.get_cookie()
prompt: str
cookie_file: str|None = None
output_dir: str = os.path.join(OUTPUT_FOLDER,"dalle","img")
output_dir: str = os.path.join(REMOTE_FOLDER,"dalle","img")
download_count: int = 1
debug_file: str|None = None
quiet: bool = False