Sync from GitHub repo
Browse filesThis Space is synced from the GitHub repo: https://github.com/SWivid/F5-TTS. Please submit contributions to the Space there
.github/ISSUE_TEMPLATE/bug_report.yml
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
name: "Bug Report"
|
| 2 |
description: |
|
| 3 |
-
Please provide as much details to help address the issue, including logs and screenshots.
|
| 4 |
labels:
|
| 5 |
- bug
|
| 6 |
body:
|
|
@@ -15,13 +15,13 @@ body:
|
|
| 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
|
| 19 |
required: true
|
| 20 |
- type: textarea
|
| 21 |
attributes:
|
| 22 |
label: Environment Details
|
| 23 |
-
description: "Provide details
|
| 24 |
-
placeholder: e.g., CentOS Linux 7, RTX 3090, Python 3.10, torch==2.3.0, cuda 11.8
|
| 25 |
validations:
|
| 26 |
required: true
|
| 27 |
- type: textarea
|
|
@@ -39,12 +39,12 @@ body:
|
|
| 39 |
- type: textarea
|
| 40 |
attributes:
|
| 41 |
label: βοΈ Expected Behavior
|
| 42 |
-
placeholder: Describe what you expected to happen.
|
| 43 |
validations:
|
| 44 |
required: false
|
| 45 |
- type: textarea
|
| 46 |
attributes:
|
| 47 |
label: β Actual Behavior
|
| 48 |
-
placeholder: Describe what actually happened.
|
| 49 |
validations:
|
| 50 |
required: false
|
|
|
|
| 1 |
name: "Bug Report"
|
| 2 |
description: |
|
| 3 |
+
Please provide as much details to help address the issue more efficiently, including input, output, logs and screenshots.
|
| 4 |
labels:
|
| 5 |
- bug
|
| 6 |
body:
|
|
|
|
| 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 including OS, GPU info, Python version, any relevant software or dependencies, and trainer setting."
|
| 24 |
+
placeholder: e.g., CentOS Linux 7, 4 * RTX 3090, Python 3.10, torch==2.3.0+cu118, cuda 11.8, config yaml is ...
|
| 25 |
validations:
|
| 26 |
required: true
|
| 27 |
- type: textarea
|
|
|
|
| 39 |
- type: textarea
|
| 40 |
attributes:
|
| 41 |
label: βοΈ Expected Behavior
|
| 42 |
+
placeholder: Describe in detail what you expected to happen.
|
| 43 |
validations:
|
| 44 |
required: false
|
| 45 |
- type: textarea
|
| 46 |
attributes:
|
| 47 |
label: β Actual Behavior
|
| 48 |
+
placeholder: Describe in detail what actually happened.
|
| 49 |
validations:
|
| 50 |
required: false
|
.github/ISSUE_TEMPLATE/feature_request.yml
CHANGED
|
@@ -15,7 +15,7 @@ body:
|
|
| 15 |
required: true
|
| 16 |
- label: I have searched for existing issues, including closed ones, and found not discussion yet.
|
| 17 |
required: true
|
| 18 |
-
- label: I
|
| 19 |
required: true
|
| 20 |
- type: textarea
|
| 21 |
attributes:
|
|
|
|
| 15 |
required: true
|
| 16 |
- label: I have searched for existing issues, including closed ones, and found not discussion yet.
|
| 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:
|
.github/ISSUE_TEMPLATE/help_wanted.yml
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
name: "Help Wanted"
|
| 2 |
description: |
|
| 3 |
-
Please provide as much details to help address the issue, including logs and screenshots.
|
| 4 |
labels:
|
| 5 |
- help wanted
|
| 6 |
body:
|
|
@@ -15,36 +15,40 @@ body:
|
|
| 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
|
| 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 |
validations:
|
| 26 |
required: true
|
| 27 |
- type: textarea
|
| 28 |
attributes:
|
| 29 |
label: Steps to Reproduce
|
| 30 |
description: |
|
| 31 |
-
Include detailed steps, screenshots, and logs. Use the correct markdown syntax for code blocks.
|
| 32 |
placeholder: |
|
| 33 |
1. Create a new conda environment.
|
| 34 |
2. Clone the repository and install as pip package.
|
| 35 |
3. Run the command: `f5-tts_infer-gradio` with no ref_text provided.
|
| 36 |
4. Stuck there with the following message... (attach logs and also error msg e.g. after ctrl-c).
|
|
|
|
|
|
|
| 37 |
validations:
|
| 38 |
required: true
|
| 39 |
- type: textarea
|
| 40 |
attributes:
|
| 41 |
label: βοΈ Expected Behavior
|
| 42 |
-
placeholder: Describe what you expected to happen, e.g. output a generated audio
|
| 43 |
validations:
|
| 44 |
required: false
|
| 45 |
- type: textarea
|
| 46 |
attributes:
|
| 47 |
label: β Actual Behavior
|
| 48 |
-
placeholder: Describe what actually happened, failure messages, etc.
|
| 49 |
validations:
|
| 50 |
required: false
|
|
|
|
| 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:
|
|
|
|
| 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
|
.github/ISSUE_TEMPLATE/question.yml
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
name: "Question"
|
| 2 |
description: |
|
| 3 |
-
|
| 4 |
labels:
|
| 5 |
- question
|
| 6 |
body:
|
|
@@ -9,13 +9,13 @@ body:
|
|
| 9 |
label: Checks
|
| 10 |
description: "To help us grasp quickly, please confirm the following:"
|
| 11 |
options:
|
| 12 |
-
- label: This template is only for question, not feature requests or bug reports.
|
| 13 |
required: true
|
| 14 |
- label: I have thoroughly reviewed the project documentation and read the related paper(s).
|
| 15 |
required: true
|
| 16 |
- label: I have searched for existing issues, including closed ones, no similar questions.
|
| 17 |
required: true
|
| 18 |
-
- label: I
|
| 19 |
required: true
|
| 20 |
- type: textarea
|
| 21 |
attributes:
|
|
|
|
| 1 |
name: "Question"
|
| 2 |
description: |
|
| 3 |
+
Research question or pure inquiry about the project, usage issue goes with "help wanted".
|
| 4 |
labels:
|
| 5 |
- question
|
| 6 |
body:
|
|
|
|
| 9 |
label: Checks
|
| 10 |
description: "To help us grasp quickly, please confirm the following:"
|
| 11 |
options:
|
| 12 |
+
- label: This template is only for research question, not usage problems, feature requests or bug reports.
|
| 13 |
required: true
|
| 14 |
- label: I have thoroughly reviewed the project documentation and read the related paper(s).
|
| 15 |
required: true
|
| 16 |
- label: I have searched for existing issues, including closed ones, no similar questions.
|
| 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:
|