mirror of
https://github.com/w-okada/voice-changer.git
synced 2025-01-23 05:25:01 +03:00
update
This commit is contained in:
parent
349d268189
commit
73bb47f745
2
.github/ISSUE_TEMPLATE/issue.yaml
vendored
2
.github/ISSUE_TEMPLATE/issue.yaml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: Issue or Bug Report
|
name: Issue or Bug Report for v.1.x.x.x
|
||||||
description: Please provide as much detail as possible to convey the history of your problem.
|
description: Please provide as much detail as possible to convey the history of your problem.
|
||||||
title: "[ISSUE]: "
|
title: "[ISSUE]: "
|
||||||
body:
|
body:
|
||||||
|
66
.github/ISSUE_TEMPLATE/issue_for_v2.yaml
vendored
Normal file
66
.github/ISSUE_TEMPLATE/issue_for_v2.yaml
vendored
Normal file
@ -0,0 +1,66 @@
|
|||||||
|
name: Issue or Bug Report for v.2.x.x
|
||||||
|
description: Please provide as much detail as possible to convey the history of your problem.
|
||||||
|
title: "[ISSUE for v2]: "
|
||||||
|
body:
|
||||||
|
- type: markdown
|
||||||
|
attributes:
|
||||||
|
value: Please read our [FAQ](https://github.com/w-okada/voice-changer/blob/master/.github/FAQ.md) before making a bug report!
|
||||||
|
- type: input
|
||||||
|
id: vc-client-version
|
||||||
|
attributes:
|
||||||
|
label: Voice Changer Version
|
||||||
|
description: Downloaded File Name (.zip)
|
||||||
|
placeholder: vcclient_win_std_x.y.x.zip, vcclient_win_cuda_torch_cuda_x.y.x.zip, or so
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: input
|
||||||
|
id: OS
|
||||||
|
attributes:
|
||||||
|
label: Operational System
|
||||||
|
description: e.g. Windows 10, Ubuntu 20.04, MacOS Venture, MacOS Monterey, etc...
|
||||||
|
placeholder: Windows 10
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: input
|
||||||
|
id: GPU
|
||||||
|
attributes:
|
||||||
|
label: GPU
|
||||||
|
description: If you have no gpu, please input none.
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: checkboxes
|
||||||
|
id: checks
|
||||||
|
attributes:
|
||||||
|
label: Read carefully and check the options
|
||||||
|
options:
|
||||||
|
- label: If you use win_cuda_torch_cuda edition, setup cuda? [see here](https://onnxruntime.ai/docs/execution-providers/CUDA-ExecutionProvider.html#requirements)
|
||||||
|
- label: If you use win_cuda edition, setup cuda and cudnn? [see here](https://onnxruntime.ai/docs/execution-providers/CUDA-ExecutionProvider.html#requirements)
|
||||||
|
- label: If you use mac edition, client is not launched automatically. Use chrome to open application.?
|
||||||
|
- label: I've tried to change the Chunk Size
|
||||||
|
- label: I've read the [tutorial](https://github.com/w-okada/voice-changer/blob/master/tutorials/tutorial_rvc_en_latest.md)
|
||||||
|
- label: I've tried to extract to another folder (or re-extract) the .zip file
|
||||||
|
- type: input
|
||||||
|
id: vc-type
|
||||||
|
attributes:
|
||||||
|
label: Model Type
|
||||||
|
description: MMVC, so-vits-rvc, RVC, DDSP-SVC
|
||||||
|
placeholder: RVC
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
id: issue
|
||||||
|
attributes:
|
||||||
|
label: Issue Description
|
||||||
|
description: Please provide as much reproducible information and logs as possible
|
||||||
|
- type: textarea
|
||||||
|
id: capture
|
||||||
|
attributes:
|
||||||
|
label: Application Screenshot
|
||||||
|
description: Please provide a screenshot of your application so we can see your settings (you can paste or drag-n-drop)
|
||||||
|
- type: textarea
|
||||||
|
id: logs-on-terminal
|
||||||
|
attributes:
|
||||||
|
label: Logs on console
|
||||||
|
description: Copy and paste the log on your console here
|
||||||
|
validations:
|
||||||
|
required: true
|
Loading…
Reference in New Issue
Block a user