https://github.com/iahispano/applio-plugins
Collection of the best Applio plugins.
https://github.com/iahispano/applio-plugins
ai applio rvc vc
Last synced: 6 months ago
JSON representation
Collection of the best Applio plugins.
- Host: GitHub
- URL: https://github.com/iahispano/applio-plugins
- Owner: IAHispano
- Created: 2024-02-06T15:31:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-12T18:16:43.000Z (about 1 year ago)
- Last Synced: 2024-09-13T07:42:18.549Z (about 1 year ago)
- Topics: ai, applio, rvc, vc
- Language: Python
- Homepage: https://applio.org
- Size: 441 KB
- Stars: 14
- Watchers: 1
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Applio Plugins
> [!IMPORTANT]
> We've just launched our new plugin system and we're looking for your assistance in creating amazing plugins! Below, you'll find all the information you need to get started.Welcome to **Applio Plugins**, a repository specifically designed for Applio plugins.
If you're not familiar with Applio, check it out on our incredible webpage, [applio.org](https://applio.org), or visit our [GitHub repository](https://github.com/IAHispano/Applio).
## Instructions
- The core of the plugin lies in the `def applio_plugin()` function, acting as the interface for the Gradio tab. *This function will be brought into the plugins tab later on.*
- It's crucial to maintain the original names of both the function and the `plugin.py` file, as they are integral to the import process.*Additionally, there's a requirements file that cannot be relocated or renamed but can be removed if not needed.*