Artivelle is an open-source Discord image generation bot, which uses HuggingFace's Inference Serverless API to generate images without using too much memory or GPU power. Get started by installing the requirements using PIP, using the .surprise-me command requires having Ollama and dolphin-mistral installed.
pip install requests
pip install discord.py
pip install ollama
(required, but not necessary)
Install Ollama and run the Installer, from there, open your terminal and execute THIS command
ollama pull dolphin-mistral
This will download the dolphin-mistral
AI model, which is required for the .surprise-me
command.
Please do keep in mind that plenty of users generating a prompt at the same time can be very resourceful on your computer.