runapi-omnihuman 0.2.10 → 0.2.11

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e5135589025d11f7736e877235145a96b47811eae96c2959d564d9836c6f5f05
4
- data.tar.gz: 532c02a98c7cd03e1c3b7bf7b4b4007ecbb142e5aa67358af62f68d0d342be0f
3
+ metadata.gz: 1128bea776fca5d3443fe8fa1ffe7837dc230fb3f9a6bf68efa821fdad5ef515
4
+ data.tar.gz: 448ddee479b87cb35c39ab81d9997b14fe3aab53261397eafa9b2a39592c4a2a
5
5
  SHA512:
6
- metadata.gz: 29814554e533c2b290c4a2acde182dcfa8e5523f8591f9a20b287181abfc29fccbded27f70463068645e45577f8ea7f2eca6223c0230136bd24c14cf7f0a2ace
7
- data.tar.gz: 5d070721cd697051f35f8f2867f7d375959207f483f6f66655d13279c478ea378175eba9dc54b2e97ab424144a7a89851b8f6dcb8ac81af5436580349ff022fa
6
+ metadata.gz: d96c7b2dda5510b3fffd0ee04e7e487ed409f7d1ed1e16da9cd56649453148ed686a5cd9ebc219fd1c9a9248c4e2235d1da357898eb544eff38a449439045f90
7
+ data.tar.gz: e9bfac06caa517465a8d46195cde983832e9356ec0783fd4d5ad357fc2ad5d7ed60cc31555e8464b1bc84c9c0dac7afcd5b8001b5301810434ebff21b0c82f7d
data/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  The OmniHuman Ruby SDK is the language-specific package for OmniHuman on RunAPI. Use this package for audio-driven talking-head video generation, human identification, and subject-mask detection when your application needs request bodies, task status lookup, and consistent RunAPI errors in Ruby.
4
4
 
5
- This README is the Ruby package guide inside the public `omnihuman-sdk` repository. For the repository overview, start at `../README.md`; for model details, use https://runapi.ai/models/omnihuman; for API reference, use https://runapi.ai/docs#omnihuman; for SDK docs, use https://runapi.ai/docs#sdk-omnihuman.
5
+ This README is the Ruby package guide inside the public `omnihuman-sdk` repository. For the repository overview, start at `../README.md`; for model details, use https://runapi.ai/models/omnihuman; for API reference, use https://runapi.ai/docs/api/omnihuman/audio-to-video; for SDK docs, use https://runapi.ai/docs/resources/sdks.
6
6
 
7
7
  ## Install
8
8
 
@@ -36,8 +36,8 @@ Use Ruby keyword arguments and the `RunApi::Omnihuman` error classes when buildi
36
36
  ## Links
37
37
 
38
38
  - Model page: https://runapi.ai/models/omnihuman
39
- - SDK docs: https://runapi.ai/docs#sdk-omnihuman
40
- - Product docs: https://runapi.ai/docs#omnihuman
39
+ - SDK docs: https://runapi.ai/docs/resources/sdks
40
+ - Product docs: https://runapi.ai/docs/api/omnihuman/audio-to-video
41
41
  - Pricing and rate limits: https://runapi.ai/models/omnihuman/1.5
42
42
  - Human identification: https://runapi.ai/models/omnihuman/1.5-human-identification
43
43
  - Subject detection: https://runapi.ai/models/omnihuman/1.5-subject-detection
@@ -14,7 +14,7 @@ module RunApi
14
14
  "enum" => ["720p", "1080p"]
15
15
  },
16
16
  "prompt" => {
17
- "max" => 1000,
17
+ "max" => 300,
18
18
  "length" => true
19
19
  },
20
20
  "seed" => {
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: runapi-omnihuman
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.10
4
+ version: 0.2.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - RunAPI
@@ -15,14 +15,14 @@ dependencies:
15
15
  requirements:
16
16
  - - "~>"
17
17
  - !ruby/object:Gem::Version
18
- version: 0.3.0
18
+ version: 0.3.4
19
19
  type: :runtime
20
20
  prerelease: false
21
21
  version_requirements: !ruby/object:Gem::Requirement
22
22
  requirements:
23
23
  - - "~>"
24
24
  - !ruby/object:Gem::Version
25
- version: 0.3.0
25
+ version: 0.3.4
26
26
  description: The OmniHuman Ruby SDK is the language-specific package for OmniHuman
27
27
  on RunAPI. Use this package for audio-driven talking-head video generation, human
28
28
  identification, and subject-mask detection when your application needs request bodies,
@@ -68,7 +68,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
68
68
  - !ruby/object:Gem::Version
69
69
  version: '0'
70
70
  requirements: []
71
- rubygems_version: 4.0.17
71
+ rubygems_version: 4.0.10
72
72
  specification_version: 4
73
73
  summary: OmniHuman Ruby SDK for RunAPI
74
74
  test_files: []