tencentcloud-sdk-python-mps 3.1.89__tar.gz → 3.1.92__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.89 → tencentcloud_sdk_python_mps-3.1.92}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_mps-3.1.89 → tencentcloud_sdk_python_mps-3.1.92}/setup.py +1 -1
- {tencentcloud_sdk_python_mps-3.1.89 → tencentcloud_sdk_python_mps-3.1.92}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_mps-3.1.89 → tencentcloud_sdk_python_mps-3.1.92}/tencentcloud/mps/v20190612/models.py +19 -4
- {tencentcloud_sdk_python_mps-3.1.89 → tencentcloud_sdk_python_mps-3.1.92}/tencentcloud_sdk_python_mps.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_mps-3.1.92/tencentcloud_sdk_python_mps.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_mps-3.1.89/tencentcloud_sdk_python_mps.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_mps-3.1.89 → tencentcloud_sdk_python_mps-3.1.92}/README.rst +0 -0
- {tencentcloud_sdk_python_mps-3.1.89 → tencentcloud_sdk_python_mps-3.1.92}/setup.cfg +0 -0
- {tencentcloud_sdk_python_mps-3.1.89 → tencentcloud_sdk_python_mps-3.1.92}/tencentcloud/mps/__init__.py +0 -0
- {tencentcloud_sdk_python_mps-3.1.89 → tencentcloud_sdk_python_mps-3.1.92}/tencentcloud/mps/v20190612/__init__.py +0 -0
- {tencentcloud_sdk_python_mps-3.1.89 → tencentcloud_sdk_python_mps-3.1.92}/tencentcloud/mps/v20190612/errorcodes.py +0 -0
- {tencentcloud_sdk_python_mps-3.1.89 → tencentcloud_sdk_python_mps-3.1.92}/tencentcloud/mps/v20190612/mps_client.py +0 -0
- {tencentcloud_sdk_python_mps-3.1.89 → tencentcloud_sdk_python_mps-3.1.92}/tencentcloud/mps/v20190612/mps_client_async.py +0 -0
- {tencentcloud_sdk_python_mps-3.1.89 → tencentcloud_sdk_python_mps-3.1.92}/tencentcloud_sdk_python_mps.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_mps-3.1.89 → tencentcloud_sdk_python_mps-3.1.92}/tencentcloud_sdk_python_mps.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_mps-3.1.89 → tencentcloud_sdk_python_mps-3.1.92}/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.92
|
|
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.92
|
|
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.92,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Mps SDK for Python',
|
|
@@ -20097,10 +20097,12 @@ class CreateAigcImageTaskRequest(AbstractModel):
|
|
|
20097
20097
|
|
|
20098
20098
|
def __init__(self):
|
|
20099
20099
|
r"""
|
|
20100
|
-
:param _ModelName: <p>模型名称。<br>当前支持的模型列表:<br>Hunyuan,<br>GEM,<br>Qwen。</p>
|
|
20100
|
+
:param _ModelName: <p>模型名称。<br>当前支持的模型列表:<br>Hunyuan,<br>GEM,<br>Qwen,<br>Vidu,<br>Kling。</p>
|
|
20101
20101
|
:type ModelName: str
|
|
20102
|
-
:param _ModelVersion: <p>指定模型特定版本号。默认使用系统当前所支持的模型稳定版本。</p><ol><li>GEM
|
|
20102
|
+
:param _ModelVersion: <p>指定模型特定版本号。默认使用系统当前所支持的模型稳定版本。</p><ol><li>GEM,可选[2.5,3.0,3.1]。</li><li>Vidu,可选[q2]。</li><li>Kling,可选[2.1、O1、3.0、3.0-Omni]</li></ol>
|
|
20103
20103
|
:type ModelVersion: str
|
|
20104
|
+
:param _SceneType: <p>场景化生图使用,仅部分模型支持。</p><p>枚举值:</p><ul><li>3d_panorama: 全景图。仅Hunyuan支持。</li></ul>
|
|
20105
|
+
:type SceneType: str
|
|
20104
20106
|
:param _Prompt: <p>生成图片的描述。(注:最大支持1000字符)。当未传入参考图片时,此参数必填。</p>
|
|
20105
20107
|
:type Prompt: str
|
|
20106
20108
|
:param _NegativePrompt: <p>用于描述您想要阻止模型生成的内容。 注意:部分模型支持。 例如: 顶部照明、明亮的色彩 人物、动物 多辆汽车、风。</p>
|
|
@@ -20120,6 +20122,7 @@ class CreateAigcImageTaskRequest(AbstractModel):
|
|
|
20120
20122
|
"""
|
|
20121
20123
|
self._ModelName = None
|
|
20122
20124
|
self._ModelVersion = None
|
|
20125
|
+
self._SceneType = None
|
|
20123
20126
|
self._Prompt = None
|
|
20124
20127
|
self._NegativePrompt = None
|
|
20125
20128
|
self._EnhancePrompt = None
|
|
@@ -20131,7 +20134,7 @@ class CreateAigcImageTaskRequest(AbstractModel):
|
|
|
20131
20134
|
|
|
20132
20135
|
@property
|
|
20133
20136
|
def ModelName(self):
|
|
20134
|
-
r"""<p>模型名称。<br>当前支持的模型列表:<br>Hunyuan,<br>GEM,<br>Qwen。</p>
|
|
20137
|
+
r"""<p>模型名称。<br>当前支持的模型列表:<br>Hunyuan,<br>GEM,<br>Qwen,<br>Vidu,<br>Kling。</p>
|
|
20135
20138
|
:rtype: str
|
|
20136
20139
|
"""
|
|
20137
20140
|
return self._ModelName
|
|
@@ -20142,7 +20145,7 @@ class CreateAigcImageTaskRequest(AbstractModel):
|
|
|
20142
20145
|
|
|
20143
20146
|
@property
|
|
20144
20147
|
def ModelVersion(self):
|
|
20145
|
-
r"""<p>指定模型特定版本号。默认使用系统当前所支持的模型稳定版本。</p><ol><li>GEM
|
|
20148
|
+
r"""<p>指定模型特定版本号。默认使用系统当前所支持的模型稳定版本。</p><ol><li>GEM,可选[2.5,3.0,3.1]。</li><li>Vidu,可选[q2]。</li><li>Kling,可选[2.1、O1、3.0、3.0-Omni]</li></ol>
|
|
20146
20149
|
:rtype: str
|
|
20147
20150
|
"""
|
|
20148
20151
|
return self._ModelVersion
|
|
@@ -20151,6 +20154,17 @@ class CreateAigcImageTaskRequest(AbstractModel):
|
|
|
20151
20154
|
def ModelVersion(self, ModelVersion):
|
|
20152
20155
|
self._ModelVersion = ModelVersion
|
|
20153
20156
|
|
|
20157
|
+
@property
|
|
20158
|
+
def SceneType(self):
|
|
20159
|
+
r"""<p>场景化生图使用,仅部分模型支持。</p><p>枚举值:</p><ul><li>3d_panorama: 全景图。仅Hunyuan支持。</li></ul>
|
|
20160
|
+
:rtype: str
|
|
20161
|
+
"""
|
|
20162
|
+
return self._SceneType
|
|
20163
|
+
|
|
20164
|
+
@SceneType.setter
|
|
20165
|
+
def SceneType(self, SceneType):
|
|
20166
|
+
self._SceneType = SceneType
|
|
20167
|
+
|
|
20154
20168
|
@property
|
|
20155
20169
|
def Prompt(self):
|
|
20156
20170
|
r"""<p>生成图片的描述。(注:最大支持1000字符)。当未传入参考图片时,此参数必填。</p>
|
|
@@ -20243,6 +20257,7 @@ class CreateAigcImageTaskRequest(AbstractModel):
|
|
|
20243
20257
|
def _deserialize(self, params):
|
|
20244
20258
|
self._ModelName = params.get("ModelName")
|
|
20245
20259
|
self._ModelVersion = params.get("ModelVersion")
|
|
20260
|
+
self._SceneType = params.get("SceneType")
|
|
20246
20261
|
self._Prompt = params.get("Prompt")
|
|
20247
20262
|
self._NegativePrompt = params.get("NegativePrompt")
|
|
20248
20263
|
self._EnhancePrompt = params.get("EnhancePrompt")
|
|
@@ -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.92
|
|
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.92
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.92
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.89
|
|
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
|