mawdemo.mp4
mawcharacterdemo.mp4
mawpreview.mp4
Dante must be installed alongside Maw, cloned to the same directory
- Linux with cuda drivers installed
- NVIDIA gpu with 24GB vram
- A decent amount of storage
- Python3.12 and the venv package
git clone https://github.com/Ednaordinary/MawDiscord/
cd MawDiscord
mkdir characters
mkdir servers
python3 -m venv venv
cd venv
source bin/activate
cd ..
pip install -r requirements.txt
Merge the following PRs into your environment:
Place your bot token as DISCORD_TOKEN
in a .env file
cd venv
source bin/activate
if you haven't already activated the environment
cd ..
python3 ./main.py