A Python Discord Bot using Discord.py to generate images with AnyAI's new InterDiffusion-4.0 model!
- Easy to set up and run
- Cache system to prevent spam
- Simple & Custom rate limiting system, also to prevent spam.
- Regenerate and Delete buttons.
- Customize seed, negative / positive prompt, and steps.
- Python 3.6 or higher
discord.py
libraryrequests
library
- Install the required libraries: pip install -r requirements.txt
- Open
main.py
and fill in the following variables:
bot_token
: Your Discord bot token.proxy
(optional): Proxy server URL if you want, NOT needed, just recommended.
- Run the script: python main.py
This project is licensed under the MIT License.