edit : clip-vit 모델 추가

This commit is contained in:
2025-07-08 17:20:32 +09:00
parent 4c2ea70289
commit 309a91bda6
24 changed files with 1395 additions and 40 deletions

View File

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