The Beginner's Guide to Diff-SVC
  • Project Overview
  • Setting Up
    • Requirements
    • Setting up the Environment
  • Start
    • Dataset Preparation
    • Preprocessing
    • Training
    • Inference
  • See also
  • Appendix
  • Resource List
Powered by GitBook
On this page

Was this helpful?

  1. Setting Up

Requirements

  • OS: Windows/Linux

  • GPU: Nvidia GPU with CUDA support

  • Recommended Minimum VRAM (preprocessing): 6g

  • Recommended Minimum VRAM (training): 12g

  • Recommended Minimum VRAM (inference): 6g

The program is not tested on Mac/AMD GPUs, you will need to troubleshoot on your own if you want to run on those platforms.

You can run Diff-SVC on some cloud platforms if your local machine doesn't meet the requirements, and there are also GUI tools from the community to run inference on the CPU.

However, this guide will focus on running the whole pipeline on a local machine.

  • Ability to follow guide(s) and use search engine

PreviousProject OverviewNextSetting up the Environment

Last updated 2 years ago

Was this helpful?