返回 F5-TTS
help_wanted.yml
根目录 / .github / ISSUE_TEMPLATE / help_wanted.yml
1 name: "Help Wanted"
2 description: |
3 Please provide as much details to help address the issue more efficiently, including input, output, logs and screenshots.
4 labels:
5 - help wanted
6 body:
7 - type: checkboxes
8 attributes:
9 label: Checks
10 description: "To ensure timely help, please confirm the following:"
11 options:
12 - label: This template is only for usage issues encountered.
13 required: true
14 - label: I have thoroughly reviewed the project documentation but couldn't find information to solve my problem.
15 required: true
16 - label: I have searched for existing issues, including closed ones, and couldn't find a solution.
17 required: true
18 - label: I am using English to submit this issue to facilitate community communication.
19 required: true
20 - type: textarea
21 attributes:
22 label: Environment Details
23 description: "Provide details such as OS, Python version, and any relevant software or dependencies."
24 placeholder: |
25 e.g., macOS 13.5, Python 3.10, torch==2.3.0, Gradio 4.44.1
26 If training or finetuning related, provide detailed configuration including GPU info and training setup.
27 validations:
28 required: true
29 - type: textarea
30 attributes:
31 label: Steps to Reproduce
32 description: |
33 Include detailed steps, screenshots, and logs. Provide used prompt wav and text. Use the correct markdown syntax for code blocks.
34 placeholder: |
35 1. Create a new conda environment.
36 2. Clone the repository and install as pip package.
37 3. Run the command: `f5-tts_infer-gradio` with no ref_text provided.
38 4. Stuck there with the following message... (attach logs and also error msg e.g. after ctrl-c).
39 5. Prompt & generated wavs are [change suffix to .mp4 to enable direct upload or pack all to .zip].
40 6. Reference audio's transcription or provided ref_text is `xxx`, and text to generate is `xxx`.
41 validations:
42 required: true
43 - type: textarea
44 attributes:
45 label: ✔️ Expected Behavior
46 placeholder: Describe what you expected to happen in detail, e.g. output a generated audio.
47 validations:
48 required: false
49 - type: textarea
50 attributes:
51 label: ❌ Actual Behavior
52 placeholder: Describe what actually happened in detail, failure messages, etc.
53 validations:
54 required: false
54 lines YAML