git clone [email protected]:filipstrand/mflux.git
cd mflux && pip install -r requirements.txtName this anything, maybe flux.py. Make sure to update the two paths marked below.
git clone [email protected]:filipstrand/mflux.git
cd mflux && pip install -r requirements.txtName this anything, maybe flux.py. Make sure to update the two paths marked below.
| """ To use: install LLM studio (or Ollama), clone OpenVoice, run this script in the OpenVoice directory | |
| git clone https://github.com/myshell-ai/OpenVoice | |
| cd OpenVoice | |
| git clone https://huggingface.co/myshell-ai/OpenVoice | |
| cp -r OpenVoice/* . | |
| pip install whisper pynput pyaudio | |
| """ | |
| from openai import OpenAI | |
| import time |
| import traceback | |
| import openai | |
| import sys | |
| # list models | |
| models = openai.Model.list() | |
| def baka(error, character="tsundere",): | |
| exc_type, exc_value, exc_traceback = sys.exc_info() | |
| traceback_list = traceback.extract_tb(exc_traceback) |