edit : clip-vit 모델 추가
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user