A midjourney like bot for discord. Powered by StableDiffusion
- the famous /imagine command (Text to image)
- /transform (Image to Image)
- /inpaint (Precise Image to Image)
- Compatible with SD 1.5; SD 2; SDXL
- LoRA support :
<lora:lora_model:1>
- Prompt weighting :
(prompt:1.5)
- Batch output
- Multiples image size
- NSFW Filter
- Install StableDiffusion (With AUTOMATIC1111 WebUI)
- Make sure the required dependencies are met and follow the instructions available for: NVidia AMD GPUs Intel CPUs, Intel GPUs
- Put your bot Token in the
.env
file (How to create a discord bot) - Run your StableDiffusion server (with --api flag; You may need to change the URL in
stable_diffusion.py
) - Run
start.py
- Enjoy
- Remake Inpainting (Commands+Menu)
- Finish the Localization
- Make a command to show all the LoRAs
Copyright (C) 2024 Frablock
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/gpl-3.0.html.