Giter Site home page Giter Site logo

sayanoai / rvc-chat Goto Github PK

View Code? Open in Web Editor NEW
16.0 1.0 2.0 577 KB

Chat with your RVC models. See website for demo:

Home Page: https://rvc-chat.streamlit.app/

License: MIT License

Dockerfile 0.24% Python 98.76% Batchfile 1.01%
characterai chatbot llm open-source roleplay rvc rvc-project tavernai rvc-chat

rvc-chat's Introduction

โš ๏ธ The main branch is bleeding edge: Expect frequent updates and many breaking changes after every commit

RVC Chat

This project allows you to create character cards (like NAI/character.ai/tavern) and model cards to easily chat with a LLM voiced by your favourite RVC model. Use the app to download the required files before using or manually download them here: https://huggingface.co/datasets/SayanoAI/RVC-Studio/tree/main

Features

  • Character card builder: model agnostic JSON character cards compatible with any LLM model
  • Model card builder: customize prompt format for each LLM to minimize parroting (e.g. LLM speaking for the user)
  • LLM E/RP: uncensored chat with your RVC model in real time using popular GGUF LLMs.

Planned Features

  • multimodal integration: send and receive pictures from your LLM model

Requirements

  • Python 3.8 or higher (developed and tested on v3.8.17)
  • Git

Easy Install

  1. Clone this repository or download the zip file and extract it.
  2. Double-click "conda-installer.bat" to install the latest version of conda package manager
  3. Double-click "conda-start.bat" (if you skipped step 2.)

Manual Installation

  1. Clone this repository or download the zip file.
  2. Navigate to the project directory and create a virtual environment with the command virtualenv venv.
  3. Activate the virtual environment with the command source venv/bin/activate on Linux/Mac or venv\Scripts\activate on Windows. Or use conda create -n RVC-Chat & conda activate RVC-Chat if you're using conda package manager.
  4. Install the required packages with the command pip install -r requirements.txt.
  5. Run the streamlit app with the command streamlit run Home.py.

Instructions for Chat page

  1. Download one of the following recommended LLMs and place them in your ./models/LLM folder (or use the homepage downloader):
  1. Navigate to LLM Server page and start the server after selecting the downloaded LLM
  2. Navigate to Chat page and write your name (this is what the LLM will call you)
  3. Select Your Character (or create one using Character Builder)
  4. Select a SD model for image generation
  5. Click "Start Chatting" to chat with your model

Feel free to explore other LLMs. (you will have to build your own model config)

Dockerize

Run docker compose up --build in the main project folder.

FAQs

  • nothing yet :D

Disclaimer

This project is for educational and research purposes only. The generated voice overs are not intended to infringe on any copyrights or trademarks of the original songs or text. The project does not endorse or promote any illegal or unethical use of the generative AI technology. The project is not responsible for any damages or liabilities arising from the use or misuse of the generated voice overs.

Credits

This project uses code and AI models from the following repositories:

We thank all the authors and contributors of these repositories for their amazing work and for making their code and models publicly available.

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.