tencentcloud-sdk-python-mps 3.1.127__tar.gz → 3.1.128__tar.gz
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.
- {tencentcloud_sdk_python_mps-3.1.127 → tencentcloud_sdk_python_mps-3.1.128}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_mps-3.1.127 → tencentcloud_sdk_python_mps-3.1.128}/setup.py +1 -1
- {tencentcloud_sdk_python_mps-3.1.127 → tencentcloud_sdk_python_mps-3.1.128}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_mps-3.1.127 → tencentcloud_sdk_python_mps-3.1.128}/tencentcloud/mps/v20190612/models.py +17 -2
- {tencentcloud_sdk_python_mps-3.1.127 → tencentcloud_sdk_python_mps-3.1.128}/tencentcloud_sdk_python_mps.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_mps-3.1.128/tencentcloud_sdk_python_mps.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_mps-3.1.127/tencentcloud_sdk_python_mps.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_mps-3.1.127 → tencentcloud_sdk_python_mps-3.1.128}/README.rst +0 -0
- {tencentcloud_sdk_python_mps-3.1.127 → tencentcloud_sdk_python_mps-3.1.128}/setup.cfg +0 -0
- {tencentcloud_sdk_python_mps-3.1.127 → tencentcloud_sdk_python_mps-3.1.128}/tencentcloud/mps/__init__.py +0 -0
- {tencentcloud_sdk_python_mps-3.1.127 → tencentcloud_sdk_python_mps-3.1.128}/tencentcloud/mps/v20190612/__init__.py +0 -0
- {tencentcloud_sdk_python_mps-3.1.127 → tencentcloud_sdk_python_mps-3.1.128}/tencentcloud/mps/v20190612/errorcodes.py +0 -0
- {tencentcloud_sdk_python_mps-3.1.127 → tencentcloud_sdk_python_mps-3.1.128}/tencentcloud/mps/v20190612/mps_client.py +0 -0
- {tencentcloud_sdk_python_mps-3.1.127 → tencentcloud_sdk_python_mps-3.1.128}/tencentcloud/mps/v20190612/mps_client_async.py +0 -0
- {tencentcloud_sdk_python_mps-3.1.127 → tencentcloud_sdk_python_mps-3.1.128}/tencentcloud_sdk_python_mps.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_mps-3.1.127 → tencentcloud_sdk_python_mps-3.1.128}/tencentcloud_sdk_python_mps.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_mps-3.1.127 → tencentcloud_sdk_python_mps-3.1.128}/tencentcloud_sdk_python_mps.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-mps
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.128
|
|
4
4
|
Summary: Tencent Cloud Mps SDK for Python
|
|
5
5
|
Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
|
|
6
6
|
Author: Tencent Cloud
|
|
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
|
|
|
15
15
|
Classifier: Programming Language :: Python :: 3
|
|
16
16
|
Classifier: Programming Language :: Python :: 3.6
|
|
17
17
|
Classifier: Programming Language :: Python :: 3.7
|
|
18
|
-
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.128
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
|
|
|
8
8
|
|
|
9
9
|
setup(
|
|
10
10
|
name='tencentcloud-sdk-python-mps',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common>=3.1.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.1.128,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Mps SDK for Python',
|
|
@@ -20575,7 +20575,7 @@ class CreateAigcAudioTaskRequest(AbstractModel):
|
|
|
20575
20575
|
r"""
|
|
20576
20576
|
:param _ModelName: <p>模型名称。生音乐当前支持的模型: GL、MiniMaxMusic。</p>
|
|
20577
20577
|
:type ModelName: str
|
|
20578
|
-
:param _ModelVersion: <p>指定模型特定版本号。默认使用系统当前所支持的模型稳定版本。<br>模型GL支持的版本号:
|
|
20578
|
+
:param _ModelVersion: <p>指定模型特定版本号。默认使用系统当前所支持的模型稳定版本。<br>模型GL支持的版本号:3.0-clip、3.0-pro。<br>模型MinimaxMusic支持的版本号:2.0、2.5、2.6。</p>
|
|
20579
20579
|
:type ModelVersion: str
|
|
20580
20580
|
:param _SceneType: <p>指定场景生音频。音乐: music。</p>
|
|
20581
20581
|
:type SceneType: str
|
|
@@ -20621,7 +20621,7 @@ class CreateAigcAudioTaskRequest(AbstractModel):
|
|
|
20621
20621
|
|
|
20622
20622
|
@property
|
|
20623
20623
|
def ModelVersion(self):
|
|
20624
|
-
r"""<p>指定模型特定版本号。默认使用系统当前所支持的模型稳定版本。<br>模型GL支持的版本号:
|
|
20624
|
+
r"""<p>指定模型特定版本号。默认使用系统当前所支持的模型稳定版本。<br>模型GL支持的版本号:3.0-clip、3.0-pro。<br>模型MinimaxMusic支持的版本号:2.0、2.5、2.6。</p>
|
|
20625
20625
|
:rtype: str
|
|
20626
20626
|
"""
|
|
20627
20627
|
return self._ModelVersion
|
|
@@ -20830,6 +20830,8 @@ class CreateAigcImageTaskRequest(AbstractModel):
|
|
|
20830
20830
|
:type EnhancePrompt: bool
|
|
20831
20831
|
:param _ImageInfos: <p>用于传入参考的资源图片信息,默认支持传入一张图片。</p><p>支持多图输入的模型:</p><ol><li>Kling 2.1,可支持最多 4 张图片输入作为资源图。</li><li>Kling 3.0-Omni,可支持最多 10 张图片输入作为资源图。</li><li>Kling O1,可支持最多 10 张图片输入作为资源图。</li><li>Vidu q2,可支持最多 7 张图片输入作为资源图。</li><li>Hunyuan 3.0,可支持最多 3 张图片输入作为资源图。</li><li>MJ v7,可支持最多 3 张图片输入作为资源图。</li></ol><p>注意:</p><ol><li>推荐图片小于7M,各模型限制不同。</li><li>图片格式支持:jpeg, png, webp。</li></ol>
|
|
20832
20832
|
:type ImageInfos: list of AigcImageInfo
|
|
20833
|
+
:param _OutputImageCount: <p>指定图片输出张数。目前默认支持输出 1 张。</p>
|
|
20834
|
+
:type OutputImageCount: int
|
|
20833
20835
|
:param _ExtraParameters: <p>用于传入模型要求的额外参数。</p>
|
|
20834
20836
|
:type ExtraParameters: :class:`tencentcloud.mps.v20190612.models.AigcImageExtraParam`
|
|
20835
20837
|
:param _AdditionalParameters: <p>用于传入一些模型需要的特殊场景参数,Json格式序列化成字符串。 </p><ol><li>Hunyuan 3.0,支持自由设置分辨率宽高,宽、高均在 [512, 2048] 像素范围内,宽高乘积 ≤ 1024x1024 像素。</li><li>Qwen 0925,支持自由设置分辨率宽高,合法总像素范围 [512x512=261632, 2048x2048=4194304]。</li></ol><p>示例: {"size":"1024x1024"}。</p>
|
|
@@ -20846,6 +20848,7 @@ class CreateAigcImageTaskRequest(AbstractModel):
|
|
|
20846
20848
|
self._NegativePrompt = None
|
|
20847
20849
|
self._EnhancePrompt = None
|
|
20848
20850
|
self._ImageInfos = None
|
|
20851
|
+
self._OutputImageCount = None
|
|
20849
20852
|
self._ExtraParameters = None
|
|
20850
20853
|
self._AdditionalParameters = None
|
|
20851
20854
|
self._StoreCosParam = None
|
|
@@ -20928,6 +20931,17 @@ class CreateAigcImageTaskRequest(AbstractModel):
|
|
|
20928
20931
|
def ImageInfos(self, ImageInfos):
|
|
20929
20932
|
self._ImageInfos = ImageInfos
|
|
20930
20933
|
|
|
20934
|
+
@property
|
|
20935
|
+
def OutputImageCount(self):
|
|
20936
|
+
r"""<p>指定图片输出张数。目前默认支持输出 1 张。</p>
|
|
20937
|
+
:rtype: int
|
|
20938
|
+
"""
|
|
20939
|
+
return self._OutputImageCount
|
|
20940
|
+
|
|
20941
|
+
@OutputImageCount.setter
|
|
20942
|
+
def OutputImageCount(self, OutputImageCount):
|
|
20943
|
+
self._OutputImageCount = OutputImageCount
|
|
20944
|
+
|
|
20931
20945
|
@property
|
|
20932
20946
|
def ExtraParameters(self):
|
|
20933
20947
|
r"""<p>用于传入模型要求的额外参数。</p>
|
|
@@ -20986,6 +21000,7 @@ class CreateAigcImageTaskRequest(AbstractModel):
|
|
|
20986
21000
|
obj = AigcImageInfo()
|
|
20987
21001
|
obj._deserialize(item)
|
|
20988
21002
|
self._ImageInfos.append(obj)
|
|
21003
|
+
self._OutputImageCount = params.get("OutputImageCount")
|
|
20989
21004
|
if params.get("ExtraParameters") is not None:
|
|
20990
21005
|
self._ExtraParameters = AigcImageExtraParam()
|
|
20991
21006
|
self._ExtraParameters._deserialize(params.get("ExtraParameters"))
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-mps
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.128
|
|
4
4
|
Summary: Tencent Cloud Mps SDK for Python
|
|
5
5
|
Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
|
|
6
6
|
Author: Tencent Cloud
|
|
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
|
|
|
15
15
|
Classifier: Programming Language :: Python :: 3
|
|
16
16
|
Classifier: Programming Language :: Python :: 3.6
|
|
17
17
|
Classifier: Programming Language :: Python :: 3.7
|
|
18
|
-
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.128
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.128
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.127
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|