edit : 이미지 생성시 생성 갯수 지정 가능

This commit is contained in:
2025-01-17 13:26:19 +09:00
parent bb54fdd85e
commit c296204541
6 changed files with 36 additions and 11 deletions

View File

@@ -571,4 +571,4 @@ class ImageGenerateReq(BaseModel):
### [Request] image generate request
"""
prompt : str = Field(description='프롬프트', example='검은색 안경')
# downloadCount : int = Field(1, description='이미지 생성 갯수', example=1)
downloadCount : int = Field(1, description='이미지 생성 갯수', example=1)