Showing
1 changed file
with
10 additions
and
3 deletions
| @@ -7,9 +7,16 @@ | @@ -7,9 +7,16 @@ | ||
| 7 | "request": "launch", | 7 | "request": "launch", |
| 8 | "program": "${workspaceFolder}/app.py", | 8 | "program": "${workspaceFolder}/app.py", |
| 9 | "args": [ | 9 | "args": [ |
| 10 | - "--transport", "webrtc", | ||
| 11 | - "--model", "wav2lip", | ||
| 12 | - "--avatar_id", "wav2lip256_avatar1" | 10 | + "--transport", |
| 11 | + "webrtc", | ||
| 12 | + "--model", | ||
| 13 | + "wav2lip", | ||
| 14 | + "--avatar_id", | ||
| 15 | + "wav2lip256_avatar10", | ||
| 16 | + "--fullbody_height", | ||
| 17 | + "1920", | ||
| 18 | + "--fullbody_width", | ||
| 19 | + "1080" | ||
| 13 | ], | 20 | ], |
| 14 | "console": "integratedTerminal", | 21 | "console": "integratedTerminal", |
| 15 | "justMyCode": true | 22 | "justMyCode": true |
-
Please register or login to post a comment