Skip to content

DeguDiffusion First Release !

Latest
Compare
Choose a tag to compare
@vr-voyage vr-voyage released this 26 Oct 04:10
· 1 commit to main since this release
024d810

🎉 DeguDiffusion 1.0 🎉

1664174505_SEED_2743014847960594

Yay !

The first version of my Discord bot software that you can use to provide AI image generation capabilities on Discord servers through your bot accounts, using a local StableDiffusion installation.

This has been tested with NVIDIA graphics cards on :

  • Windows (Venv and Docker)
  • Linux Manjaro (Venv and Docker) (nvidia-container-runtime was installed through AUR)

The software has been tested with several bots, for several hours, and so long so far,
it's working pretty well !

image
image

The installation is compatible with Waifu Diffusion,
just set STABLEDIFFUSION_MODEL_NAME=hakurei/waifu-diffusion in the .env file.

image

A Docker image can be created using the Dockerfile on https://github.com/vr-voyage/degu-diffusion-docker and an official image should be pushed in a few next hours to https://hub.docker.com/r/vrvoyage/degudiffusion .

Give it a shot !
The only thing you need is a Discord Bot Token and a HuggingFaces Token .
See the README to understand how to get these tokens.