feat generate to product image 新增 image_strength参数

fix
This commit is contained in:
zhouchengrong
2024-07-02 10:07:26 +08:00
parent b0c5f21957
commit 4888935ef7

View File

@@ -19,7 +19,7 @@ class Settings(BaseSettings):
LOGGING_CONFIG_FILE = os.path.join(BASE_DIR, 'logging_env.py')
OSS = "minio"
OSS = "S3"
DEBUG = False
if DEBUG:
LOGS_PATH = "logs/"