# Resource List

Diff-SVC Discord server invite: <https://discord.gg/3CtFhTsvuG>\
Please read and follow the guide carefully before asking questions in the Discord server.&#x20;

And please ask questions *effectively* if you do. (Describe what you tried and what issues you encountered with error messages/screenshots)

## <mark style="background-color:red;">Community Resource</mark>

### \[Guide] DIFF-SVC FOR VOCAL SYNTH USERS

* A very detailed guide for using Google Colab or a local machine to train and infer Diff-SVC models.
* Author: [julieraptor](https://twitter.com/utauraptor)
* Link: <https://docs.google.com/document/d/1nA3PfQ-BooUpjCYErU-BHYvg2_NazAYJ0mvvmcjG40o>

### \[Online Inference Tool] DIFF-SVC Render

* **(\*Usage Request needed)**
* Huggingface cloud inference tool, without the need to set up an environment
* Author: [Kangarroar](https://github.com/Kangarroar)
* Link: <https://huggingface.co/spaces/DIFF-SVCModel/Inference>

### \[Local Inference Tool] MoeTTS

* **(\*Interface in Chinese)**
* A GUI tool that supports Diff-SVC and multiple TTS models.
* Author: [luoyi](https://github.com/luoyily)
* Link: <https://github.com/luoyily/MoeTTS>

## <mark style="background-color:red;">Related Projects</mark>

If you followed this guide carefully and know how to troubleshoot using search engines, you should be able to run some of the related projects below if you are interested.

### Diff-SVC (OpenVPI's fork)

* A refactored Diff-SVC with multi-speaker support, additional utility scripts, and more.
* Author: [OpenVPI](https://github.com/openvpi)
* Github: <https://github.com/openvpi/diff-svc>

### Fish Diffusion

* An "easy to understand TTS / SVS / SVC framework" refactored on Diff-SVC/DiffSinger. With multi-speaker, multi-devices and half-precision training support, and more.
* Author: [Lengyue](https://github.com/leng-yue)
* Github: <https://github.com/fishaudio/fish-diffusion>

### SoftVC VITS Singing Voice Conversion (sovits 3.0)

* An SVC project based on VITS and soft-vc. Performs better on low-quality datasets, and inference faster in general than Diff-SVC.
* Author: [rcell](https://github.com/innnky)
* Github: <https://github.com/innnky/so-vits-svc>

## <mark style="background-color:red;">Glossary</mark>

Search online or check the links below if you have difficulty understanding some terms in this guide.

{% embed url="<https://developers.google.com/machine-learning/glossary>" %}

{% embed url="<https://ml-cheatsheet.readthedocs.io/en/latest/glossary.html>" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://diff-svc.gitbook.io/the-beginners-guide-to-diff-svc/resource-list.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
