Skip to content

RocketGod-git/stable-diffusion-3-discord-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stable Diffusion 3 - Discord Bot

A Discord bot for generating images using Stable Diffusion 3.

image

Features

  • Generate images from text prompts using Stable Diffusion 3.
  • Easy to set up and run.
  • Real-time interaction on Discord.

Prerequisites

  • Python
  • GPU with CUDA installed
  • Discord Developer account

Setup

  1. Clone the repository:

    git clone https://github.com/RocketGod-git/stable-diffusion-3-discord-bot.git
    cd stable-diffusion-3-discord-bot
  2. Configure your tokens:

    • Open config.json and add your Discord bot token and Huggingface token:
      {
        "discord_bot_token": "YOUR-DISCORD-BOT-TOKEN-GOES-HERE",
        "huggingface_token": "YOUR-HUGGINGFACE-TOKEN-GOES-HERE"
      }
  3. Run the bot using the batch script:

    sd3bot.bat
  4. Setup the bot in Discord Developer Portal. I can't help with this so you'll have to figure it out.

Usage

  • Use the /sd3 command in Discord followed by your prompt to generate an image.

Contributing

Help make this better! Submit a PR if you have an improvement.

License

LICENSE

Acknowledgements

RocketGod

About

A simple Discord bot for SD3 to give a prompt and generate an image

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published