PlayerBPlaytime commited on
Commit
ede59ed
1 Parent(s): e011f43

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -89
README.md CHANGED
@@ -6,97 +6,10 @@ emoji: 🍏
6
  colorFrom: purple
7
  colorTo: green
8
  ---
9
- # Applio
10
 
11
  Welcome to **Applio**, the ultimate voice cloning tool meticulously optimized for unrivaled power, modularity, and a user-friendly experience.
12
-
13
- [![Precompiled Versions](https://img.shields.io/badge/Precompiled%20Versions-ffffff?style=flat-square&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAALEsAACxLAaU9lqkAAAHzSURBVDhPrVFNaBNBFP5m9idJU9tE2srS5KSNlxT00AhSEEH01GMOIkpPBSmCehE99aIgVOrJgzdP6kE8qoQKEqmIV00PhRQ3jSbdTbRVm7rbnfHNJLV4lX7w3sx8733z3szDvkIIkQyCoEB2otls9vfof8B6q0a9Xu8b2V66bTSez7BguU+FhT3eQfb8Q549d4sxttVL3RNKKS3xaeEVX797GkOxHkuQZF4Ikb3zZjmcOJvP5wNFc+UUwrXFWd6Y1yK3YWlOadx12o9Y4O7cqZyDKzpA2BUy7j6bRprBWwsw/yTdLfTNwL3HaeBnB0gF4KtPp1WuEuwJ2cYYLAPDjokbF9rUOpA+IHDzYhtIUOsxCyxqjalcJdDCYrHIpLA7aPwAOiEW38dx+XoGM9cy+Lhiak7HWKKjcpVGu99+5ZL9buoR7BY9NkJE98nPo5AxCXP0C1USgGkAO8MIT76ctQ8efqAr8u+VY0ATMOg4EIcxYMMc92DlfLCkrTmYFBNfgY3Kca1RDiZdLah4PyWlEsAg2eZ219RecSomGZgRV//WbbVWq2UObb29b7RfT/FwxQZPIUoWlqQUkfHrwySTm0zauXBn6MyLVnLyquM4q0q3C14qlQY9z5uoVqtH6UyPovG57hHf9wvlcpnm8ncK/wvgD6Orstc1XrkKAAAAAElFTkSuQmCC&link=https://huggingface.co/IAHispano/applio/tree/main/Applio%20V3%20Precompiled)](https://huggingface.co/IAHispano/applio/tree/main/Applio%20V3%20Precompiled)
14
- ![GitHub Release](https://img.shields.io/github/v/release/iahispano/applio-rvc-fork?style=flat-square)
15
- ![GitHub Repo stars](https://img.shields.io/github/stars/iahispano/applio-rvc-fork?style=flat-square)
16
- ![GitHub forks](https://img.shields.io/github/forks/iahispano/applio-rvc-fork?style=flat-square)
17
- [![Support Discord](https://img.shields.io/discord/1096877223765606521?style=flat-square)](https://discord.gg/iahispano)
18
- [![Issues](https://img.shields.io/github/issues/iahispano/applio-rvc-fork?style=flat-square)](https://github.com/IAHispano/Applio-RVC-Fork/issues)
19
- [![Open In Collab](https://img.shields.io/badge/google_colab-F9AB00?style=flat-square&logo=googlecolab&logoColor=white)](https://colab.research.google.com/github/iahispano/applio/blob/master/assets/Applio.ipynb)
20
-
21
- ## Content Table
22
- - [**Installation**](#installation)
23
- - [Windows](#windows)
24
- - [Linux](#linux)
25
- - [Using Makefile](#using-makefile-for-platforms-such-as-paperspace)
26
- - [**Usage**](#usage)
27
- - [Windows](#windows-1)
28
- - [Linux](#linux-1)
29
- - [Using Makefile](#using-makefile-for-platforms-such-as-paperspace-1)
30
- - [**Repository Enhancements**](#repository-enhancements)
31
- - [**Credits**](#credits)
32
- - [Contributors](#contributors)
33
-
34
- ## Installation
35
- 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).
36
-
37
- ### Windows
38
- ```bash
39
- ./run-install.bat
40
- ```
41
-
42
- ### Linux
43
- ```bash
44
- chmod +x run-install.sh
45
- ./run-install.sh
46
- ```
47
-
48
- ### Using Makefile (for platforms such as [Paperspace](https://www.paperspace.com/))
49
- ```
50
- make run-install
51
- ```
52
-
53
- ## Usage
54
- Visit [Applio Documentation](https://docs.applio.org/) for a detailed UI usage explanation.
55
-
56
- ### Windows
57
- ```bash
58
- ./run-applio.bat
59
- ```
60
-
61
- ### Linux
62
- ```bash
63
- chmod +x run-applio.sh
64
- ./run-applio.sh
65
- ```
66
-
67
- ### Using Makefile (for platforms such as [Paperspace](https://www.paperspace.com/))
68
- ```
69
- make run-applio
70
- ```
71
-
72
- ## Repository Enhancements
73
-
74
- This repository has undergone significant improvements to enhance its functionality and maintainability:
75
-
76
- - **Code Modularization:** The codebase has been restructured to follow a modular approach. This ensures better organization, readability, and ease of maintenance.
77
- - **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).
78
- - **Translations to +30 Languages:** The repository now supports translations in over 30 languages, making it more accessible to a global audience.
79
- - **Cross-Platform Compatibility:** With multiplatform compatibility, this repository can seamlessly operate across various platforms, providing a consistent experience to users.
80
- - **Optimized Requirements:** The project's requirements have been fine-tuned for improved performance and resource utilization.
81
- - **Simple Installation:** The installation process has been streamlined, ensuring a straightforward and user-friendly experience for setup.
82
-
83
- These enhancements contribute to a more robust and scalable codebase, making the repository more accessible for contributors and users alike.
84
-
85
- ## Contributions
86
- - **Backend Contributions:** If you want to contribute to the backend, make your pull requests [here](https://github.com/blaise-tk/RVC_CLI).
87
- - **Frontend Contributions:** For interface or script-related contributions, feel free to contribute to this repository.
88
-
89
- We appreciate all contributions ❤️
90
-
91
- ## Planned Features
92
- - Implement: Support for Apple Devices ([Issue Link](https://github.com/pytorch/pytorch/issues/77764))
93
- - Implement: rmvpe_gpu
94
- - Implement: Theme selector, RPC toggle & version checker
95
- - Implement: Overtraining detector
96
- - Implement: Autotune
97
- - Implement: Training stop
98
- - Fix: Model fusion
99
- - Fix: Harvest & Crepe
100
 
101
  ## Credits
102
  - [VITS](https://github.com/jaywalnut310/vits) by jaywalnut310
 
6
  colorFrom: purple
7
  colorTo: green
8
  ---
9
+ # Applio V3 HF
10
 
11
  Welcome to **Applio**, the ultimate voice cloning tool meticulously optimized for unrivaled power, modularity, and a user-friendly experience.
12
+ the same **Applio V3** *but in HF* XD
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
 
14
  ## Credits
15
  - [VITS](https://github.com/jaywalnut310/vits) by jaywalnut310