File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed
magic_hour/resources/v1/lip_sync Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 11{
2- "id" : " 46c80140-0884-493b-9bb6-6209cc50d3ee " ,
2+ "id" : " 719cfc51-c189-4e81-9bf6-d25195f86e4f " ,
33 "tracked_paths" : [
44 {
55 "editable" : true ,
Original file line number Diff line number Diff 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 ,
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " magic_hour"
3- version = " 0.41.0 "
3+ version = " 0.41.1 "
44description = " Python SDK for Magic Hour API"
55readme = " README.md"
66authors = []
You can’t perform that action at this time.
0 commit comments