|
@@ -33,9 +33,9 @@ parameters:
|
|
|
type: select
|
|
|
required: false
|
|
|
human_description:
|
|
|
- en_US: used for selecting the image size
|
|
|
- zh_Hans: 用于选择图像大小
|
|
|
- pt_BR: used for selecting the image size
|
|
|
+ en_US: The size of the generated image
|
|
|
+ zh_Hans: 生成的图片大小
|
|
|
+ pt_BR: The size of the generated image
|
|
|
label:
|
|
|
en_US: Image size
|
|
|
zh_Hans: 图像大小
|
|
@@ -77,17 +77,17 @@ parameters:
|
|
|
type: number
|
|
|
required: true
|
|
|
human_description:
|
|
|
- en_US: used for selecting the number of images
|
|
|
- zh_Hans: 用于选择图像数量
|
|
|
- pt_BR: used for selecting the number of images
|
|
|
+ en_US: Number of generated images, now only one image can be generated at a time
|
|
|
+ zh_Hans: 生成的图像数量,当前仅支持每次生成一张图片
|
|
|
+ pt_BR: Number of generated images, now only one image can be generated at a time
|
|
|
label:
|
|
|
- en_US: Number of images
|
|
|
- zh_Hans: 图像数量
|
|
|
- pt_BR: Number of images
|
|
|
+ en_US: Number of generated images
|
|
|
+ zh_Hans: 生成的图像数量
|
|
|
+ pt_BR: Number of generated images
|
|
|
form: form
|
|
|
default: 1
|
|
|
min: 1
|
|
|
- max: 10
|
|
|
+ max: 1
|
|
|
- name: seed
|
|
|
type: number
|
|
|
required: false
|
|
@@ -109,21 +109,25 @@ parameters:
|
|
|
zh_Hans: Steps
|
|
|
pt_BR: Steps
|
|
|
human_description:
|
|
|
- en_US: Steps
|
|
|
- zh_Hans: Steps
|
|
|
- pt_BR: Steps
|
|
|
+ en_US: Steps, now support integers between 1 and 100
|
|
|
+ zh_Hans: Steps, 当前支持 1~100 之间整数
|
|
|
+ pt_BR: Steps, now support integers between 1 and 100
|
|
|
form: form
|
|
|
- default: 10
|
|
|
- - name: negative_prompt
|
|
|
- type: string
|
|
|
+ default: 50
|
|
|
+ min: 1
|
|
|
+ max: 100
|
|
|
+ - name: cfg_scale
|
|
|
+ type: number
|
|
|
required: false
|
|
|
label:
|
|
|
- en_US: Negative prompt
|
|
|
- zh_Hans: Negative prompt
|
|
|
- pt_BR: Negative prompt
|
|
|
+ en_US: classifier-free guidance scale
|
|
|
+ zh_Hans: classifier-free guidance scale
|
|
|
+ pt_BR: classifier-free guidance scale
|
|
|
human_description:
|
|
|
- en_US: Negative prompt
|
|
|
- zh_Hans: Negative prompt
|
|
|
- pt_BR: Negative prompt
|
|
|
+ en_US: classifier-free guidance scale
|
|
|
+ zh_Hans: classifier-free guidance scale
|
|
|
+ pt_BR: classifier-free guidance scale
|
|
|
form: form
|
|
|
- default: (worst quality:1.3), (nsfw), low quality
|
|
|
+ default: 7.5
|
|
|
+ min: 1
|
|
|
+ max: 10
|