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 Issues

ModuleNotFoundError: No module named 'pybars'

I followed all the instructions from the github page, yet when I type the "streamlit run Home.py" command I get the "ModuleNotFoundError: No module named 'pybars'" error when the webui opens. I am using Python 3.11 for this by the way, in case that info is important.

idea: add toppy, use min p

Toppy's a great 7B model - the best, in my opinion, and many others have also loved it for RP.
Aside from that, Min P is a sampler implemented in every open source LLM backend. (except transformers)

Please tell me how to fix the error

When I press the "Start Chat" button, I get the error

"During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Users\katou\miniconda3\envs\RVC-Chat-main\lib\site-packages\streamlit\runtime\scriptrunner\script_runner.py", line 552, in _run_script
exec(code, module.dict)
File "D:\ai\RVC-Chat-main\RVC-Chat-main\pages\1_Chat.py", line 101, in
state.character = Character(
File "D:\ai\RVC-Chat-main\RVC-Chat-main\webui\chat.py", line 176, in init
self.model_data = self.load_model(self.model_file)
File "D:\ai\RVC-Chat-main\RVC-Chat-main\webui\chat.py", line 220, in load_model
self.model_data = load_model_data(fname)
File "D:\ai\RVC-Chat-main\RVC-Chat-main\webui\chat.py", line 126, in load_model_data
key = get_hash(model_file)
File "D:\ai\RVC-Chat-main\RVC-Chat-main\lib\model_utils.py", line 10, in get_hash
model_hash = hashlib.md5(open(model_path, 'rb').read()).hexdigest()
TypeError: expected str, bytes or os.PathLike object, not NoneType"

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.