mirror of
https://github.com/w-okada/voice-changer.git
synced 2025-02-03 00:33:57 +03:00
add avatar enable switch
This commit is contained in:
parent
1650f9b7f5
commit
463a8336c8
@ -15,6 +15,7 @@
|
|||||||
"gpu": 0,
|
"gpu": 0,
|
||||||
"available_gpus": [-1, 0, 1, 2, 3, 4],
|
"available_gpus": [-1, 0, 1, 2, 3, 4],
|
||||||
"avatar": {
|
"avatar": {
|
||||||
|
"enable_avatar": true,
|
||||||
"motion_capture_face": true,
|
"motion_capture_face": true,
|
||||||
"motion_capture_upperbody": true,
|
"motion_capture_upperbody": true,
|
||||||
"lip_overwrite_with_voice": true,
|
"lip_overwrite_with_voice": true,
|
||||||
|
File diff suppressed because one or more lines are too long
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# 参考:https://programwiz.org/2022/03/22/how-to-write-shell-script-for-option-parsing/
|
# 参考:https://programwiz.org/2022/03/22/how-to-write-shell-script-for-option-parsing/
|
||||||
|
|
||||||
DOCKER_IMAGE=dannadori/voice-changer:20220831_194409
|
DOCKER_IMAGE=dannadori/voice-changer:20220901_181034
|
||||||
TENSORBOARD_PORT=6006
|
TENSORBOARD_PORT=6006
|
||||||
VOICE_CHANGER_PORT=8080
|
VOICE_CHANGER_PORT=8080
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM dannadori/voice-changer-internal:20220831_194151 as front
|
FROM dannadori/voice-changer-internal:20220901_180901 as front
|
||||||
FROM debian:bullseye-slim as base
|
FROM debian:bullseye-slim as base
|
||||||
|
|
||||||
ARG DEBIAN_FRONTEND=noninteractive
|
ARG DEBIAN_FRONTEND=noninteractive
|
||||||
|
Loading…
Reference in New Issue
Block a user