tencentcloud-sdk-nodejs-aiart 4.1.192 → 4.1.203

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-aiart",
3
- "version": "4.1.192",
3
+ "version": "4.1.203",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -531,7 +531,7 @@ export interface SubmitTextToImageJobRequest {
531
531
  */
532
532
  Images?: Array<string>;
533
533
  /**
534
- * <p>生成图分辨率<br>格式:&quot;${宽}:${高}&quot;,说明:分辨率的设置和输入是否有参考图(image_urls/images参数)有关:<br>一、文生图(无参考图)<br>默认分辨率:1024:1024;<br>尺寸约束:宽、高均在 [512, 2048] 像素范围内,宽高乘积 ≤ 1024:1024 像素。<br>二、图生图(有参考图)<br>尺寸约束:宽、高均在 [512, 2048] 像素范围内,宽高乘积 ≤ 1024:1024 像素。</p><ol><li>传入尺寸时(输出自适应,不严格遵循传入尺寸):<br>输入图分辨率分桶与传入尺寸分桶一致时:按输入图长宽比,缩放至接近 1024:1024 面积输出;<br>输入图分辨率分桶与传入尺寸分桶不一致时:从尺寸列表中选取最接近传入尺寸的尺寸输出</li><li>不传入尺寸时:模型结合提示词与输入图尺寸,从以下 尺寸列表 37 种尺寸中自动选择:<br>2048:512、1984:512、1920:512、1856:512、1792:512、<br>1728:512、1664:512、1600:512、1536:512、1472:576、<br>1408:640、1344:704、1280:768、1216:832、1152:896、<br>1088:960、1024:1024、960:1088、896:1152、832:1216、<br>768:1280、704:1344、640:1408、576:1472、512:1536、<br>512:1600、512:1664、512:1728、512:1792、512:1856、<br>512:1920、512:1984、512:2048、768:1024、720:1280、<br>1024:768、1280:720</li></ol>
534
+ * <p>生成图分辨率<br>格式:&quot;${宽}:${高}&quot;,说明:分辨率的设置和输入是否有参考图(image_urls/images参数)有关:<br>一、文生图(无参考图)<br>默认分辨率:1024:1024;<br>尺寸约束:宽、高均在 [512, 2048] 像素范围内,宽高乘积 ≤ 1024:1024 像素。<br>二、图生图(有参考图)<br>尺寸约束:宽、高均在 [512, 2048] 像素范围内,宽高乘积 ≤ 1024:1024 像素。</p><p>传入尺寸时(输出自适应,不严格遵循传入尺寸):<br>输入图分辨率分桶与传入尺寸分桶一致时:按输入图长宽比,缩放至接近 1024:1024 面积输出;<br>输入图分辨率分桶与传入尺寸分桶不一致时:从 尺寸列表 中选取最接近传入尺寸的尺寸输出<br>尺寸列表:2048:512、1984:512、1920:512、1856:512、1792:512、<br>1728:512、1664:512、1600:512、1536:512、1472:576、<br>1408:640、1344:704、1280:768、1216:832、1152:896、<br>1088:960、1024:1024、960:1088、896:1152、832:1216、<br>768:1280、704:1344、640:1408、576:1472、512:1536、<br>512:1600、512:1664、512:1728、512:1792、512:1856、<br>512:1920、512:1984、512:2048、768:1024、720:1280、<br>1024:768、1280:720<br>不传入尺寸时:将传入默认值1024:1024。</p>
535
535
  */
536
536
  Resolution?: string;
537
537
  /**