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 +4 -4
- data/README.md +3 -3
- data/lib/runapi/omnihuman/contract_gen.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1128bea776fca5d3443fe8fa1ffe7837dc230fb3f9a6bf68efa821fdad5ef515
|
|
4
|
+
data.tar.gz: 448ddee479b87cb35c39ab81d9997b14fe3aab53261397eafa9b2a39592c4a2a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
|
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
|
|
40
|
-
- Product docs: https://runapi.ai/docs
|
|
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
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
71
|
+
rubygems_version: 4.0.10
|
|
72
72
|
specification_version: 4
|
|
73
73
|
summary: OmniHuman Ruby SDK for RunAPI
|
|
74
74
|
test_files: []
|