tencentcloud-sdk-aiart 3.0.966 → 3.0.968

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e69975ba7fe6b5e7422dc6252360afc9ce1d0472
4
- data.tar.gz: c9a702ead1cbd97d7c9f56572f3c40f923c296dc
3
+ metadata.gz: 608175763bd757b51b8d9b2ea9e51f278de5914b
4
+ data.tar.gz: 4e2b60d96245b621e480d18ce856b2017438ae1f
5
5
  SHA512:
6
- metadata.gz: d09374a7aa182263aae1a74065c1cebac368c1a17226b290e77e9a48e9a4d2b8803ac8b4d378bd306ea721998b3a45dbae748c7cb8568f271cdb4125bd79ea20
7
- data.tar.gz: b79bcf4969318aaafe26b56bbb88088fad953e13d68875abe1482c23e728589773901c81c0bece770021ef8cd99d31a98cd4fe30cf906598baf7a24dab10120f
6
+ metadata.gz: e77c2b4d789f77b8cf00de5bb1f69924b759f22f9d4d10375afb4fbde050d70f4b5b1d3292bb58f2a185f7abc261e94dae490c8fbf646fd051dcb226476c5972
7
+ data.tar.gz: 7addd51cdd238382a3ca0cbd83538a021db071fa3c5c9362615d97fe21539eb633a316f216f53eec305906dbc313f83ce43e27c6fd133bc931c17daffc7b4d3a
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.966
1
+ 3.0.968
@@ -713,6 +713,9 @@ module TencentCloud
713
713
  # @param Prompt: 对新背景的文本描述。
714
714
  # 最多支持256个 utf-8 字符,支持中、英文。
715
715
  # @type Prompt: String
716
+ # @param NegativePrompt: 反向提示词。
717
+ # 最多支持256个 utf-8 字符,支持中、英文。
718
+ # @type NegativePrompt: String
716
719
  # @param Product: 商品图中的商品主体名称。
717
720
  # 建议说明商品主体,否则影响生成效果。
718
721
  # @type Product: String
@@ -738,11 +741,12 @@ module TencentCloud
738
741
  # 生成图分辨率较大时建议选择 url,使用 base64 可能因图片过大导致返回失败。
739
742
  # @type RspImgType: String
740
743
 
741
- attr_accessor :ProductUrl, :Prompt, :Product, :MaskUrl, :Resolution, :LogoAdd, :LogoParam, :RspImgType
744
+ attr_accessor :ProductUrl, :Prompt, :NegativePrompt, :Product, :MaskUrl, :Resolution, :LogoAdd, :LogoParam, :RspImgType
742
745
 
743
- def initialize(producturl=nil, prompt=nil, product=nil, maskurl=nil, resolution=nil, logoadd=nil, logoparam=nil, rspimgtype=nil)
746
+ def initialize(producturl=nil, prompt=nil, negativeprompt=nil, product=nil, maskurl=nil, resolution=nil, logoadd=nil, logoparam=nil, rspimgtype=nil)
744
747
  @ProductUrl = producturl
745
748
  @Prompt = prompt
749
+ @NegativePrompt = negativeprompt
746
750
  @Product = product
747
751
  @MaskUrl = maskurl
748
752
  @Resolution = resolution
@@ -754,6 +758,7 @@ module TencentCloud
754
758
  def deserialize(params)
755
759
  @ProductUrl = params['ProductUrl']
756
760
  @Prompt = params['Prompt']
761
+ @NegativePrompt = params['NegativePrompt']
757
762
  @Product = params['Product']
758
763
  @MaskUrl = params['MaskUrl']
759
764
  @Resolution = params['Resolution']
@@ -1071,7 +1076,6 @@ module TencentCloud
1071
1076
  # 推荐使用且只使用一种风格。不传默认使用201(日系动漫风格)。
1072
1077
  # @type Styles: Array
1073
1078
  # @param ResultConfig: 生成图结果的配置,包括输出图片分辨率和尺寸等。
1074
-
1075
1079
  # 支持生成以下分辨率的图片:768:768(1:1)、768:1024(3:4)、1024:768(4:3)、1024:1024(1:1)、720:1280(9:16)、1280:720(16:9)、768:1280(3:5)、1280:768(5:3)、1080:1920(9:16)、1920:1080(16:9),不传默认使用768:768。
1076
1080
  # @type ResultConfig: :class:`Tencentcloud::Aiart.v20221229.models.ResultConfig`
1077
1081
  # @param LogoAdd: 为生成结果图添加标识的开关,默认为1。
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-aiart
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.966
4
+ version: 3.0.968
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-12-23 00:00:00.000000000 Z
11
+ date: 2024-12-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common