Skip to content

Commit 6ec5f34

Browse files
committed
update
1 parent eac08cc commit 6ec5f34

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

.sdk.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"id": "46c80140-0884-493b-9bb6-6209cc50d3ee",
2+
"id": "719cfc51-c189-4e81-9bf6-d25195f86e4f",
33
"tracked_paths": [
44
{
55
"editable": true,

magic_hour/resources/v1/lip_sync/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ res = client.v1.lip_sync.generate(
4040
"video_file_path": "/path/to/1234.mp4",
4141
"video_source": "file",
4242
},
43+
style={
44+
"generation_mode": "lite",
45+
},
4346
end_seconds=15.0,
4447
start_seconds=0.0,
4548
max_fps_limit=12.0,
@@ -63,6 +66,9 @@ res = await client.v1.lip_sync.generate(
6366
"video_file_path": "/path/to/1234.mp4",
6467
"video_source": "file",
6568
},
69+
style={
70+
"generation_mode": "lite",
71+
},
6672
end_seconds=15.0,
6773
start_seconds=0.0,
6874
max_fps_limit=12.0,
@@ -114,6 +120,9 @@ res = client.v1.lip_sync.create(
114120
"video_file_path": "api-assets/id/1234.mp4",
115121
"video_source": "file",
116122
},
123+
style={
124+
"generation_mode": "lite",
125+
},
117126
end_seconds=15.0,
118127
start_seconds=0.0,
119128
max_fps_limit=12.0,
@@ -135,6 +144,9 @@ res = await client.v1.lip_sync.create(
135144
"video_file_path": "api-assets/id/1234.mp4",
136145
"video_source": "file",
137146
},
147+
style={
148+
"generation_mode": "lite",
149+
},
138150
end_seconds=15.0,
139151
start_seconds=0.0,
140152
max_fps_limit=12.0,

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "magic_hour"
3-
version = "0.41.0"
3+
version = "0.41.1"
44
description = "Python SDK for Magic Hour API"
55
readme = "README.md"
66
authors = []

0 commit comments

Comments
 (0)