sd-webui-discord

command module
v1.5.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 13, 2024 License: AGPL-3.0 Imports: 16 Imported by: 0

README

sd-webui-discord

SD-WEBUI-DISCORD

Support For Clustered Stable Diffusion WebUi Discord Bot

Mult-Language README

Introduction

SD-WEBUI-DISCORD is a Discord bot developed in Go language for stable-diffusion-webui. It utilizes the sd-webui-go to invoke the sd-webui API and supports cluster deployment of multiple sd-webui nodes with automatic scheduling and allocation. At the same time, there is also the sd-webui-discord-ex, which is an extension on the stable-diffusion-webui that you can install and use directly. It will automatically update every time you restart SD webui.

Screenshots

First Second

News

  • 2023-10-12 : Support Website command

    See Image

    example example example

  • 2023-09-24 : Support multi image generate in txt2img command

  • 2023-09-23 : Support Retry and Delete in txt2img command

  • 2023-09-22

    • Support setting_ui command
    • Better txt2img response ui,thanks for venetanji support that! #5
    • Optimize command add when bot start,thanks for venetanji support that! #5
  • 2023-09-10 : Support local language

  • 2023-09-05 : Support User Center on Windows

  • 2023-09-04 : Support Image to Image

  • 2023-08-31 : Support User Center

  • 2023-08-27 :

    • Support txt2img choice model checkpoint
    • Support upload image with attachment: deoldify png_info roop_image commands
    See Image

    example

  • 2023-08-26 : Support Setting default sd-webui options

  • 2023-08-23 : Support ControlNet for txt2img command

    • By using the controlnet_detect command to obtain the parameters of ControlNet and filling them into the controlnet_args parameter of the txt2img command, you can use ControlNet in txt2img.
  • 2023-08-22 : Support txt2img command

  • 2023-08-22 : Support roop command

  • 2023-08-20 : Support controlnet_detect command

Features

  • Website
    • User gallery.
    • Community gallery.
    • User setting view.
    • User list(Admin).
    • Cluster node list(Admin).
  • Local language support.
  • Global sd-webui default options.
  • Supports multi-node (sd-webui) deployment, distributed cluster queue with automatic scheduling.
  • User Center
    • Set user options with ui.
    • User Center can be freely enabled.
    • Customizable database types, currently supporting MySQL and SQLite.
    • Users can set their own default options. If not specified when generating images, the user's configured options will be used by default, such as image dimensions, cfg, steps, etc. For more details, please refer to the User Center (wiki).
    • Supports user registration.
  • ControlNet Preview
    • Supports specifying module and model through selection, eliminating the need for manual input.
    • Allows previewing preprocessing effects and obtaining args simultaneously (used for user-generated txt2img).
  • Text to Image
    • Support SDXL's refiner!
    • Supports user-defined default options from the User Center.
    • Enables specifying model, sampler, and other optional parameters through selection, eliminating the need for manual input.
    • Supports using parameters from "ControlNet Preview" directly.
  • Image to Image
    • Allows uploading images through an image control, rather than using URLs.
    • Supports all operations of img2img in sd-webui!
  • Roop Face Swap
    • Allows uploading images through an image control, rather than using URLs.
    • Supports specifying source and target through selection, eliminating the need for manual input.
    • Supports custom face rendering algorithms (GFPGAN, CodeFormer), as well as weights.
  • Deoldify Colorization
    • Allows uploading images through an image control, rather than using URLs.
    • Currently the best photo colorization model.
  • Segment-Anything
    • Allows uploading images through an image control, rather than using URLs.
    • Supports image segmentation based on natural language descriptions (DION+SAM).
    • Enables specifying DION and SAM models through selection, eliminating the need for manual input.
  • Background Removal
    • Allows uploading images through an image control, rather than using URLs.
    • Supports commonly used background removal algorithms.
    • Supports returning the mask.
  • Extra Single
    • Allows uploading images through an image control, rather than using URLs.
    • Supports facial repair.
    • Supports super-resolution, with models available for direct selection without manual input.
  • Png Info
    • Allows uploading images through an image control, rather than using URLs.
    • Supports retrieving parameters of images generated by sd-webui.

Usage

The command is still under active development, and there are two ways to experience sd-webui-discord:

  1. Join our Discord Server where you can try out the latest features and contribute by submitting issues and pull requests.
  2. Self-deploy it to have your own sd-webui-discord instance.

SD-WEBUI-DISCORD Dashboard

Discord

Documentation

Detailed tutorial reference Wiki

Participating

This is an ongoing project, and if you are interested in contributing, you can join our Discord Server. We welcome any feedback or suggestions, so feel free to submit an issue.

Used By

WAN Show Bingo!

Discord

AIGC

Discord

MultiPlayer DAO

Discord

Support Development

If you like this project and would like to become a supporter or sponsor, you will receive:

  • One-to-one technical support.
  • Your or your company's logo will be displayed in the sponsor of this page.

Sponsor with Patreon

Documentation

Overview

* @Author: SpenserCai * @Date: 2023-08-15 21:55:36 * @version: * @LastEditors: SpenserCai * @LastEditTime: 2023-10-08 17:00:50 * @Description: file content

Directories

Path Synopsis
api
* @Author: SpenserCai * @Date: 2023-09-29 15:37:14 * @version: * @LastEditors: SpenserCai * @LastEditTime: 2023-10-19 14:30:01 * @Description: file content
* @Author: SpenserCai * @Date: 2023-09-29 15:37:14 * @version: * @LastEditors: SpenserCai * @LastEditTime: 2023-10-19 14:30:01 * @Description: file content
business
* @Author: SpenserCai * @Date: 2023-09-30 12:53:43 * @version: * @LastEditors: SpenserCai * @LastEditTime: 2023-10-03 16:45:54 * @Description: file content
* @Author: SpenserCai * @Date: 2023-09-30 12:53:43 * @version: * @LastEditors: SpenserCai * @LastEditTime: 2023-10-03 16:45:54 * @Description: file content
gen/restapi
Package restapi ApiService
Package restapi ApiService
middleware
* @Author: SpenserCai * @Date: 2023-09-29 19:27:29 * @version: * @LastEditors: SpenserCai * @LastEditTime: 2023-10-09 15:19:49 * @Description: file content
* @Author: SpenserCai * @Date: 2023-09-29 19:27:29 * @version: * @LastEditors: SpenserCai * @LastEditTime: 2023-10-09 15:19:49 * @Description: file content
* @Author: SpenserCai * @Date: 2023-08-16 15:25:34 * @version: * @LastEditors: SpenserCai * @LastEditTime: 2023-08-18 13:04:35 * @Description: file content
* @Author: SpenserCai * @Date: 2023-08-16 15:25:34 * @version: * @LastEditors: SpenserCai * @LastEditTime: 2023-08-18 13:04:35 * @Description: file content
* @Author: SpenserCai * @Date: 2023-08-16 11:05:40 * @version: * @LastEditors: SpenserCai * @LastEditTime: 2023-10-13 13:49:25 * @Description: file content
* @Author: SpenserCai * @Date: 2023-08-16 11:05:40 * @version: * @LastEditors: SpenserCai * @LastEditTime: 2023-10-13 13:49:25 * @Description: file content
* @Author: SpenserCai * @Date: 2023-08-16 11:06:01 * @version: * @LastEditors: SpenserCai * @LastEditTime: 2023-10-16 21:09:08 * @Description: file content
* @Author: SpenserCai * @Date: 2023-08-16 11:06:01 * @version: * @LastEditors: SpenserCai * @LastEditTime: 2023-10-16 21:09:08 * @Description: file content
slash_handler
* @Author: SpenserCai * @Date: 2023-08-17 09:52:25 * @version: * @LastEditors: SpenserCai * @LastEditTime: 2023-10-14 13:45:26 * @Description: file content
* @Author: SpenserCai * @Date: 2023-08-17 09:52:25 * @version: * @LastEditors: SpenserCai * @LastEditTime: 2023-10-14 13:45:26 * @Description: file content
* @Author: SpenserCai * @Date: 2023-08-16 11:05:26 * @version: * @LastEditors: SpenserCai * @LastEditTime: 2023-09-29 19:08:51 * @Description: file content
* @Author: SpenserCai * @Date: 2023-08-16 11:05:26 * @version: * @LastEditors: SpenserCai * @LastEditTime: 2023-09-29 19:08:51 * @Description: file content
* @Author: SpenserCai * @Date: 2023-08-16 11:05:15 * @version: * @LastEditors: SpenserCai * @LastEditTime: 2023-08-16 17:05:59 * @Description: file content
* @Author: SpenserCai * @Date: 2023-08-16 11:05:15 * @version: * @LastEditors: SpenserCai * @LastEditTime: 2023-08-16 17:05:59 * @Description: file content
* @Author: SpenserCai * @Date: 2023-08-30 20:38:24 * @version: * @LastEditors: SpenserCai * @LastEditTime: 2023-10-19 14:20:09 * @Description: file content
* @Author: SpenserCai * @Date: 2023-08-30 20:38:24 * @version: * @LastEditors: SpenserCai * @LastEditTime: 2023-10-19 14:20:09 * @Description: file content
db
* @Author: SpenserCai * @Date: 2023-08-30 21:21:40 * @version: * @LastEditors: SpenserCai * @LastEditTime: 2023-10-14 14:55:00 * @Description: file content
* @Author: SpenserCai * @Date: 2023-08-30 21:21:40 * @version: * @LastEditors: SpenserCai * @LastEditTime: 2023-10-14 14:55:00 * @Description: file content
db/db_backend
* @Author: SpenserCai * @Date: 2023-08-31 00:44:10 * @version: * @LastEditors: SpenserCai * @LastEditTime: 2023-10-18 21:43:21 * @Description: file content
* @Author: SpenserCai * @Date: 2023-08-31 00:44:10 * @version: * @LastEditors: SpenserCai * @LastEditTime: 2023-10-18 21:43:21 * @Description: file content
* @Author: SpenserCai * @Date: 2023-08-17 00:40:47 * @version: * @LastEditors: SpenserCai * @LastEditTime: 2023-09-24 00:43:58 * @Description: file content
* @Author: SpenserCai * @Date: 2023-08-17 00:40:47 * @version: * @LastEditors: SpenserCai * @LastEditTime: 2023-09-24 00:43:58 * @Description: file content

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL