Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
__pycache__/
weights/
local_data/
save_audio/
.vscode/
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"prompt": "A professional speaks confidently directly to the camera.", "cond_image": "/mnt/c/Users/anwan/OneDrive/Khan/maity/vidLink/output/videos/69a0754e42141599e5301cff/avatar.png", "tts_audio": {"text": "We are ready for liftoff... finally!", "human1_voice": "/mnt/c/Users/anwan/OneDrive/Khan/maity/vidLink/video_generators/multitalk/weights/Kokoro-82M/voices/af_heart.pt"}, "cond_audio": {}}
10 changes: 10 additions & 0 deletions base_tts_template.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"prompt": "A confident representative speaks directly to the camera.",
"cond_image": "Input_outputs/input_files/sales_executive/executive.png",
"tts_audio": {
"text": "example",
"human1_voice": "weights/Kokoro-82M/voices/af_heart.pt"
},
"cond_audio": {}
}

Loading