This Discord bot, named "Stable Diffusion AMD," is designed to generate images based on user prompts using deep learning models. It utilizes the discord.py
library and integrates with Hugging Face's model repository for image generation.
Please note: This is a development branch and might contain experimental features or changes.
- Python 3.8, 3.9, or 3.10 (https://www.python.org/)
- Git (https://git-scm.com/downloads)
Version | Supported |
---|---|
AMD GPU | ✅ |
Nvidia GPU | ❌ |
AMD CPU | ✅ |
Intel CPU | ❓ |
- Generate images based on user-provided prompts.
- Utilize a variety of deep learning models for image generation.
- Interact with images through reactions for regenerating them.
- Check for bot updates using a version comparison mechanism.
- Manage points to use the image generation feature.
-creatimg [prompt] [negative_prompt]
: Add an image generation request to the queue (Cost: 5 points).-load_model [model_name]
: Load a specific deep learning model for image generation.-download_model [model_name]
: Download a model from Hugging Face's model repository.-points
: Check your available points.-addpoints [user] [amount]
: Add points to a user's balance (Admin only).-resetpoints [user]
: Reset a user's points to 0 (Admin only).- Reaction "🔄": Regenerate an image based on the original prompt.
- Clone the repository:
git clone https://github.com/SimolZimol/Discord-Bot-stable-diffusion-AMD.git
- Configure the
TOKEN
andtoken_huggingface
variables in thebot.py
file. - Open
start.bat
to install required dependencies and start the bot. - Customize your bot's features and appearance as needed.
- Developed by SimolZimol.
- Utilizes the discord.py library for Discord interaction.
- Integrates with Hugging Face's model repository for deep learning models.