File size: 4,070 Bytes
17e8324
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
name: Ask for help
description: Encountered an error cannot be resolved by self
title: '[Help]: '
labels: [ "help wanted" ]

body:
  - type: markdown
    attributes:
      value: |
        #### Please try to solve the problem yourself before asking for help. At first you can read *[repo wiki](https://github.com/svc-develop-team/so-vits-svc/wiki)*. Then you can use chatgpt or some search engines like google, bing, new bing and StackOverflow until you really find that you can't solve it by yourself. And before you raise an issue, please understand *[How To Ask Questions The Smart Way](http://www.catb.org/~esr/faqs/smart-questions.html)* in advance.
        ---
        ### What kind of issue will be closed immediately
        1. Beggars or Free Riders
        2. One click package / Environment package (Not using `pip install -r requirement.txt`)
        3. Incomplete information
        4. Stupid issues such as miss a dependency package
        4. Using unlicenced dataset (Game characters / anime characters are not included in this category temporarily but you still need to pay attention. If you can contact the official, you must contact the official and verify it at first.)
        ---

  - type: checkboxes
    id: Clause
    attributes:
      label: Please check the checkboxes below.
      options:
        - label: "I have read *[README.md](https://github.com/svc-develop-team/so-vits-svc/blob/4.0/README.md)* and *[Quick solution in wiki](https://github.com/svc-develop-team/so-vits-svc/wiki/Quick-solution)* carefully."
          required: true
        - label: "I have been troubleshooting issues through various search engines. The questions I want to ask are not common."
          required: true
        - label: "I am NOT using one click package / environment package."
          required: true

  - type: markdown
    attributes:
      value: |
        # Please fill in the following information according to your actual environment

  - type: input
    id: System
    attributes:
      label: OS version
      description: Windows run `winver` | Linux run `uname -a`
    validations:
      required: true

  - type: input
    id: GPU
    attributes:
      label: GPU
      description: Run `nvidia-smi`
    validations:
      required: true

  - type: input
    id: PythonVersion
    attributes:
      label: Python version
      description: Run `python -V`
    validations:
      required: true

  - type: input
    id: PyTorchVersion
    attributes:
      label: PyTorch version
      description: Run `pip show torch`
    validations:
      required: true

  - type: dropdown
    id: Branch
    attributes:
      label: Branch of sovits
      options:
        - 4.0(Default)
        - 4.0-v2
        - 3.0-32k
        - 3.0-48k
    validations:
      required: true

  - type: input
    id: DatasetSource
    attributes:
      label: Dataset source (Used to judge the dataset quality)
      description: Such as UVR-processed streaming audio / Recorded in recording studio
    validations:
      required: true

  - type: input
    id: WhereOccurs
    attributes:
      label: Where thr problem occurs or what command you executed
      description: Such as Preprocessing / Training / `python preprocess_hubert_f0.py`
    validations:
      required: true

  - type: textarea
    id: Description
    attributes:
      label: Problem description
      description: Describe your problem here, the more detailed the better.
    validations:
      required: true

  - type: textarea
    id: Log
    attributes:
      label: Log
      description: All information output from the command you executed to the end of execution (include the command). It can also be directly posted below if there is only few text.
      render: python
    validations:
      required: true

  - type: textarea
    id: ValidOneClick
    attributes:
      label: Screenshot `so-vits-svc` and `logs/44k` folders and paste here
    validations:
      required: true

  - type: textarea
    id: Supplementary
    attributes:
      label: Supplementary description