Update README.md
Browse files
README.md
CHANGED
@@ -1,110 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Applio
|
2 |
|
3 |
Welcome to **Applio**, the ultimate voice cloning tool meticulously optimized for unrivaled power, modularity, and a user-friendly experience.
|
4 |
-
|
5 |
-
[](https://huggingface.co/IAHispano/applio/tree/main/Applio%20V3%20Precompiled)
|
6 |
-

|
7 |
-

|
8 |
-

|
9 |
-
[](https://discord.gg/iahispano)
|
10 |
-
[](https://github.com/IAHispano/Applio-RVC-Fork/issues)
|
11 |
-
[](https://colab.research.google.com/github/iahispano/applio/blob/master/assets/Applio.ipynb)
|
12 |
-
|
13 |
-
## Content Table
|
14 |
-
- [**Installation**](#installation)
|
15 |
-
- [Windows](#windows)
|
16 |
-
- [Linux](#linux)
|
17 |
-
- [Using Makefile](#using-makefile-for-platforms-such-as-paperspace)
|
18 |
-
- [**Usage**](#usage)
|
19 |
-
- [Windows](#windows-1)
|
20 |
-
- [Linux](#linux-1)
|
21 |
-
- [Using Makefile](#using-makefile-for-platforms-such-as-paperspace-1)
|
22 |
-
- [**Repository Enhancements**](#repository-enhancements)
|
23 |
-
- [**Credits**](#credits)
|
24 |
-
- [Contributors](#contributors)
|
25 |
-
|
26 |
-
## Installation
|
27 |
-
Download the latest version from [GitHub Releases](https://github.com/IAHispano/Applio-RVC-Fork/releases) or use [Precompiled Versions](https://huggingface.co/IAHispano/applio/tree/main/Applio%20V3%20Precompiled).
|
28 |
-
|
29 |
-
### Windows
|
30 |
-
```bash
|
31 |
-
./run-install.bat
|
32 |
-
```
|
33 |
-
|
34 |
-
### Linux
|
35 |
-
```bash
|
36 |
-
chmod +x run-install.sh
|
37 |
-
./run-install.sh
|
38 |
-
```
|
39 |
-
*If you have problems with fairseq try `pip install git+https://github.com/One-sixth/fairseq.git` (https://github.com/IAHispano/Applio/issues/204)*.
|
40 |
-
|
41 |
-
### Using Makefile (for platforms such as [Paperspace](https://www.paperspace.com/))
|
42 |
-
```
|
43 |
-
make run-install
|
44 |
-
```
|
45 |
-
|
46 |
-
## Usage
|
47 |
-
Visit [Applio Documentation](https://docs.applio.org/) for a detailed UI usage explanation.
|
48 |
-
|
49 |
-
### Windows
|
50 |
-
```bash
|
51 |
-
./run-applio.bat
|
52 |
-
```
|
53 |
-
|
54 |
-
### Linux
|
55 |
-
```bash
|
56 |
-
chmod +x run-applio.sh
|
57 |
-
./run-applio.sh
|
58 |
-
```
|
59 |
-
|
60 |
-
### Using Makefile (for platforms such as [Paperspace](https://www.paperspace.com/))
|
61 |
-
```
|
62 |
-
make run-applio
|
63 |
-
```
|
64 |
-
|
65 |
-
## Repository Enhancements
|
66 |
-
|
67 |
-
This repository has undergone significant improvements to enhance its functionality and maintainability:
|
68 |
-
|
69 |
-
- **Code Modularization:** The codebase has been restructured to follow a modular approach. This ensures better organization, readability, and ease of maintenance.
|
70 |
-
- **Hop Length Implementation:** Special thanks to [@Mangio621](https://github.com/Mangio621/Mangio-RVC-Fork) for introducing hop length implementation. This enhancement enhances the efficiency and performance on Crepe (previously known as Mangio-Crepe).
|
71 |
-
- **Translations to +30 Languages:** The repository now supports translations in over 30 languages, making it more accessible to a global audience.
|
72 |
-
- **Cross-Platform Compatibility:** With multiplatform compatibility, this repository can seamlessly operate across various platforms, providing a consistent experience to users.
|
73 |
-
- **Optimized Requirements:** The project's requirements have been fine-tuned for improved performance and resource utilization.
|
74 |
-
- **Simple Installation:** The installation process has been streamlined, ensuring a straightforward and user-friendly experience for setup.
|
75 |
-
|
76 |
-
These enhancements contribute to a more robust and scalable codebase, making the repository more accessible for contributors and users alike.
|
77 |
-
|
78 |
-
## Contributions
|
79 |
-
- **Backend Contributions:** If you want to contribute to the backend, make your pull requests [here](https://github.com/blaise-tk/RVC_CLI).
|
80 |
-
- **Frontend Contributions:** For interface or script-related contributions, feel free to contribute to this repository.
|
81 |
-
|
82 |
-
We appreciate all contributions ❤️
|
83 |
-
|
84 |
-
## Planned Features
|
85 |
-
- Implement: Support for Apple Devices ([Issue Link](https://github.com/pytorch/pytorch/issues/77764))
|
86 |
-
- Implement: rmvpe_gpu
|
87 |
-
- Implement: Theme selector
|
88 |
-
- Fix: Save on every weight
|
89 |
-
- Fix: Model fusion
|
90 |
-
|
91 |
-
## Credits
|
92 |
-
- [VITS](https://github.com/jaywalnut310/vits) by jaywalnut310
|
93 |
-
- [Retrieval-based-Voice-Conversion-WebUI](https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI) by RVC-Project
|
94 |
-
- [Mangio-RVC-Fork](https://github.com/Mangio621/Mangio-RVC-Fork) by Mangio621
|
95 |
-
- [Mangio-RVC-Tweaks](https://github.com/alexlnkp/Mangio-RVC-Tweaks) by alexlnkp
|
96 |
-
- [RVG_tts](https://github.com/Foxify52/RVG_tts) by Foxify52
|
97 |
-
- [RMVPE](https://github.com/Dream-High/RMVPE) by Dream-High
|
98 |
-
- [ContentVec](https://github.com/auspicious3000/contentvec/) by auspicious3000
|
99 |
-
- [HIFIGAN](https://github.com/jik876/hifi-gan) by jik876
|
100 |
-
- [Gradio](https://github.com/gradio-app/gradio) by gradio-app
|
101 |
-
- [FFmpeg](https://github.com/FFmpeg/FFmpeg) by FFmpeg
|
102 |
-
- [audio-slicer](https://github.com/openvpi/audio-slicer) by openvpi
|
103 |
-
- [Ilaria-Audio-Analyzer](https://github.com/TheStingerX/Ilaria-Audio-Analyzer) by TheStingerX
|
104 |
-
- [gradio-screen-recorder](https://huggingface.co/spaces/gstaff/gradio-screen-recorder) by gstaff
|
105 |
-
- [RVC_CLI](https://github.com/blaise-tk/RVC_CLI) by blaise-tk
|
106 |
-
|
107 |
### Contributors
|
108 |
<a href="https://github.com/IAHispano/Applio/graphs/contributors" target="_blank">
|
109 |
<img src="https://contrib.rocks/image?repo=IAHispano/Applio" />
|
110 |
-
</a>
|
|
|
1 |
+
|
2 |
+
---
|
3 |
+
license: openrail
|
4 |
+
title: Applio-V3
|
5 |
+
sdk: gradio
|
6 |
+
emoji: 🍏
|
7 |
+
colorFrom: green
|
8 |
+
colorTo: green
|
9 |
+
---
|
10 |
# Applio
|
11 |
|
12 |
Welcome to **Applio**, the ultimate voice cloning tool meticulously optimized for unrivaled power, modularity, and a user-friendly experience.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
### Contributors
|
14 |
<a href="https://github.com/IAHispano/Applio/graphs/contributors" target="_blank">
|
15 |
<img src="https://contrib.rocks/image?repo=IAHispano/Applio" />
|
16 |
+
</a>
|