@hautechai/sdk 0.3.42 → 0.3.43
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/dist/autogenerated/api.d.ts +12 -0
- package/package.json +1 -1
|
@@ -1393,6 +1393,18 @@ export interface EditFluxKontextDevV1Input {
|
|
|
1393
1393
|
* @memberof EditFluxKontextDevV1Input
|
|
1394
1394
|
*/
|
|
1395
1395
|
'imageId'?: string;
|
|
1396
|
+
/**
|
|
1397
|
+
*
|
|
1398
|
+
* @type {number}
|
|
1399
|
+
* @memberof EditFluxKontextDevV1Input
|
|
1400
|
+
*/
|
|
1401
|
+
'numberOfSteps'?: number;
|
|
1402
|
+
/**
|
|
1403
|
+
*
|
|
1404
|
+
* @type {number}
|
|
1405
|
+
* @memberof EditFluxKontextDevV1Input
|
|
1406
|
+
*/
|
|
1407
|
+
'guidance'?: number;
|
|
1396
1408
|
}
|
|
1397
1409
|
/**
|
|
1398
1410
|
*
|