Instructions to use SpyTechLabs/Hisanimations-RVCv2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use SpyTechLabs/Hisanimations-RVCv2 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("SpyTechLabs/Hisanimations-RVCv2", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Teufort Assassin commited on
Commit ·
b1a88f8
1
Parent(s): 318adb0
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,8 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
---
|
| 6 |
+
The first audio2audio model I ever made, so if it sounds bad sometimes - I'm sorry!
|
| 7 |
+
The voice is based on Hisanimations, as the name suggests.
|
| 8 |
+
https://www.youtube.com/@hisanimations
|