tencentcloud-sdk-nodejs-aiart 4.1.138 → 4.1.147
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
|
@@ -29,7 +29,7 @@ export interface RefineImageRequest {
|
|
|
29
29
|
*/
|
|
30
30
|
InputImage?: string;
|
|
31
31
|
/**
|
|
32
|
-
* 返回图像方式(base64 或 url
|
|
32
|
+
* 返回图像方式(base64 或 url),二选一,默认为 base64。url 有效期为1小时。 示例值:url
|
|
33
33
|
*/
|
|
34
34
|
RspImgType?: string;
|
|
35
35
|
}
|
|
@@ -374,7 +374,7 @@ export interface ImageOutpaintingRequest {
|
|
|
374
374
|
*/
|
|
375
375
|
InputUrl?: string;
|
|
376
376
|
/**
|
|
377
|
-
* 返回图像方式(base64 或 url
|
|
377
|
+
* 返回图像方式(base64 或 url),二选一,默认为 base64。url 有效期为1小时。
|
|
378
378
|
*/
|
|
379
379
|
RspImgType?: string;
|
|
380
380
|
/**
|
|
@@ -554,9 +554,11 @@ export interface SubmitTextToImageJobRequest {
|
|
|
554
554
|
*/
|
|
555
555
|
LogoParam?: LogoParam;
|
|
556
556
|
/**
|
|
557
|
-
* 是否开启prompt
|
|
558
|
-
|
|
559
|
-
|
|
557
|
+
* 是否开启prompt改写,为空时默认开启,改写预计会增加20s左右耗时。
|
|
558
|
+
0:关闭改写
|
|
559
|
+
1:开启改写
|
|
560
|
+
建议默认开启,如果关闭改写,需要调用方自己接改写,否则对生图效果有较大影响,改写方法可以参考:[改写](https://github.com/Tencent-Hunyuan/HunyuanImage-3.0/tree/main/PE)
|
|
561
|
+
示例值:1
|
|
560
562
|
*/
|
|
561
563
|
Revise?: number;
|
|
562
564
|
}
|
|
@@ -1211,7 +1213,7 @@ export interface TextToImageRapidRequest {
|
|
|
1211
1213
|
*/
|
|
1212
1214
|
LogoParam?: LogoParam;
|
|
1213
1215
|
/**
|
|
1214
|
-
* 返回图像方式(base64 或 url
|
|
1216
|
+
* 返回图像方式(base64 或 url),二选一,默认为 base64。url 有效期为1小时。
|
|
1215
1217
|
*/
|
|
1216
1218
|
RspImgType?: string;
|
|
1217
1219
|
}
|
|
@@ -1268,7 +1270,7 @@ export interface ImageInpaintingRemovalRequest {
|
|
|
1268
1270
|
*/
|
|
1269
1271
|
MaskUrl?: string;
|
|
1270
1272
|
/**
|
|
1271
|
-
* 返回图像方式(base64 或 url
|
|
1273
|
+
* 返回图像方式(base64 或 url),二选一,默认为 base64。url 有效期为1小时。
|
|
1272
1274
|
*/
|
|
1273
1275
|
RspImgType?: string;
|
|
1274
1276
|
/**
|