mirror of
https://github.com/w-okada/voice-changer.git
synced 2025-01-23 21:45:00 +03:00
update
This commit is contained in:
parent
8d49db9d69
commit
4017e6c62c
50
.github/ISSUE_TEMPLATE/issue.yaml
vendored
50
.github/ISSUE_TEMPLATE/issue.yaml
vendored
@ -42,8 +42,8 @@ body:
|
|||||||
label: Clear setting
|
label: Clear setting
|
||||||
description: Have you tried clear setting?
|
description: Have you tried clear setting?
|
||||||
options:
|
options:
|
||||||
- "yes"
|
|
||||||
- "no"
|
- "no"
|
||||||
|
- "yes"
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
@ -52,8 +52,8 @@ body:
|
|||||||
label: Sample model
|
label: Sample model
|
||||||
description: Sample model work fine
|
description: Sample model work fine
|
||||||
options:
|
options:
|
||||||
- "yes"
|
|
||||||
- "no"
|
- "no"
|
||||||
|
- "yes"
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
@ -62,29 +62,29 @@ body:
|
|||||||
label: Input chunk num
|
label: Input chunk num
|
||||||
description: Have you tried to change input chunk num?
|
description: Have you tried to change input chunk num?
|
||||||
options:
|
options:
|
||||||
- "yes"
|
|
||||||
- "no"
|
- "no"
|
||||||
|
- "yes"
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: input
|
||||||
|
id: vc-type
|
||||||
|
attributes:
|
||||||
|
label: Voice Changer type
|
||||||
|
description: Which type of voice changer you use? e.g. MMVC v1.3, RVC
|
||||||
|
placeholder: RVC
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: input
|
||||||
|
id: model-type
|
||||||
|
attributes:
|
||||||
|
label: Model type
|
||||||
|
description: List up the type of model you use? e.g. pyTorch, ONNX, f0, no f0
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
id: issue
|
||||||
|
attributes:
|
||||||
|
label: Situation
|
||||||
|
description: Please input your issue
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
# - type: input
|
|
||||||
# id: vc-type
|
|
||||||
# attributes:
|
|
||||||
# label: Voice Changer type
|
|
||||||
# description: Which type of voice changer you use? e.g. MMVC v1.3, RVC
|
|
||||||
# placeholder: RVC
|
|
||||||
# validations:
|
|
||||||
# required: true
|
|
||||||
# - type: input
|
|
||||||
# id: model-type
|
|
||||||
# attributes:
|
|
||||||
# label: Model type
|
|
||||||
# description: List up the type of model you use? e.g. pyTorch, ONNX, f0, no f0
|
|
||||||
# validations:
|
|
||||||
# required: true
|
|
||||||
# - type: textarea
|
|
||||||
# id: issue
|
|
||||||
# attributes:
|
|
||||||
# label: Situation
|
|
||||||
# description: Please input your issue
|
|
||||||
# validations:
|
|
||||||
# required: true
|
|
||||||
|
Loading…
Reference in New Issue
Block a user