jpgallegoar commited on
Commit
48667b7
·
verified ·
1 Parent(s): 69c79b4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -5
README.md CHANGED
@@ -45,15 +45,24 @@ Additional sources:
45
 
46
  ## Usage Instructions
47
 
48
- 1. **Run the F5-TTS application** and monitor the terminal output. The path to the model file will be displayed, similar to the following:
 
 
49
  ```
50
  model : C:\Users\thega\.cache\huggingface\hub\models--SWivid--F5-TTS\snapshots\995ff41929c08ff968786b448a384330438b5cb6\F5TTS_Base\model_1200000.safetensors
51
  ```
52
  2. **Replace the Model File:**
53
- - Navigate to the specified location.
54
- - Rename the existing file to `model_1200000.safetensors.bak`.
55
- - Download the `model_1200000.safetensors` file from this repository and place it in the same location.
56
- 3. **Rerun the application** to load the updated model.
 
 
 
 
 
 
 
57
 
58
  ## Contributions and Recommendations
59
  This model may benefit from further fine-tuning to enhance its performance across different Spanish dialects. Contributions from the community are encouraged. For optimal output quality, preprocess the reference audio by removing background noise, balancing audio levels, and enhancing clarity.
 
45
 
46
  ## Usage Instructions
47
 
48
+ ### Method 1: Manual Model Replacement
49
+
50
+ 1. **Run the F5-TTS Application:** Start the F5-TTS application and observe the terminal for output indicating the model file path. It should appear similar to:
51
  ```
52
  model : C:\Users\thega\.cache\huggingface\hub\models--SWivid--F5-TTS\snapshots\995ff41929c08ff968786b448a384330438b5cb6\F5TTS_Base\model_1200000.safetensors
53
  ```
54
  2. **Replace the Model File:**
55
+ - Navigate to the displayed file location.
56
+ - Rename the existing model file to `model_1200000.safetensors.bak`.
57
+ - Download `model_1200000.safetensors` from this repository and save it to the same location.
58
+
59
+ 3. **Restart the Application:** Relaunch the F5-TTS application to load the updated model.
60
+
61
+ ### Alternative Methods
62
+
63
+ - **GitHub Repository:** Clone the [Spanish-F5 repository](https://github.com/jpgallegoar/Spanish-F5/) and follow the provided installation instructions.
64
+ - **Google Colab:** Use the model via [Google Colab](https://colab.research.google.com/drive/1mm4NAlZVZq2_oL6ftijY64-PeEYwnqG1?usp=sharing).
65
+ - **Jupyter Notebook:** Run the model through the `Spanish_F5.ipynb` notebook.
66
 
67
  ## Contributions and Recommendations
68
  This model may benefit from further fine-tuning to enhance its performance across different Spanish dialects. Contributions from the community are encouraged. For optimal output quality, preprocess the reference audio by removing background noise, balancing audio levels, and enhancing clarity.