Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 851 Bytes

File metadata and controls

28 lines (16 loc) · 851 Bytes

TextToImageUltraRequestGenerateParams

Properties

Name Type Description Notes
prompt String 正向提示词,文本
aspectRatio AspectRatioEnum 图片宽高比预设,与imageSize二选一配置即可 [optional]
imageSize TextToImageUltraRequestGenerateParamsImageSize [optional]
imgCount Integer 单次生图张数
steps Integer 采样步数 [optional]
controlnet UltraControlNet [optional]

Enum: AspectRatioEnum

Name Value
SQUARE "square"
PORTRAIT "portrait"
LANDSCAPE "landscape"