Coder Social home page Coder Social logo

diff-svc-gui's Introduction

DIFF-SVC GUI

Interface for DIFF-SVC

Diff-SVC GUI is a program that only works attached to: https://github.com/prophesier/diff-svc

Diff-SVC is a Singing Voice Conversion via diffusion model

Warning: This project is in development and right now it only has the GUI done for Rendering purposes Made in Python 3.8.10

Deployment

To deploy this project you need to have the requeriments for diff-svc installed.

Guide in english for diff-svc and what it does here

You first need to install the requeriments for this project, run in your terminal:

  pip install tk

Once you have done that, get the source files and drag and drop them on your diff-svc main folder. Then run a terminal and point it to your diff-svc folder and write

  python DIFFSVCGUI.py
  #In case that this does not work write:
  python3 DIFFSVCGUI.py

And the program will load.

Features

  • Intuitive interface instead of depending of full coding
  • Modifiable parameters like
    • KEY, WAV, SPEEDUP, Gender Flag, Noisestep, Threshold. More information about those parameters here in the DIFF-SVC Documentation

Screenshots

App Screenshot

*Updates & Roadmap*

Roadmap

Rightnow the GUI is fully done in Python and I was planning on making it like that until it works 100%, but now I am working on a better looking GUI here's a sneakpeak for now ;)

App Screenshot

Having in mind to:

  • Finish the Training Tab
  • Add some cute sounds to the GUI to make it more alive
  • Make it multithreading

diff-svc-gui's People

Contributors

kangarroar avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

diff-svc-gui's Issues

i have issue to try run the fDIFFSVCGUI.py

so first i install python 3. 8 then i install anaconda then follow the scrip when is finally finish the install i decide down that file call python DIFFSVCGUI.py then i try your 2 command python DIFFSVCGUI.py and python3 DIFFSVCGUI.py but the python DIFFSVCGUI.py in anaconda one says python: can't 'python3' is not recognized as an internal or external command,
operable program or batch file.open file 'DIFFSVCGUI.py': [Errno 2] No such file or directory other one the python3 DIFFSVCGUI.py says 'python3' is not recognized as an internal or external command, operable program or batch file. so what should i do?

ValueError: could not convert string to float: ''

Exception in Tkinter callback
Traceback (most recent call last):
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python310\lib\tkinter_init_.py", line 1921, in call
return self.func(*args)
File "D:\diff-svc\DIFFSVCGUI.py", line 255, in
self.start_rendering = ttk.Button(self.TNotebook1_t3, command=lambda: render(self, file_path, svc_model))
File "D:\diff-svc\DIFFSVCGUI.py", line 65, in render
formant_shift_ratio = float(formant_shift_ratio_str)
ValueError: could not convert string to float: ''

whlie rendering this error message show up in the last,the converted audio still show up though.The audio sounds legit ,not sure whether this error affect the result.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.