Curated list of awesome resources for the Stable Diffusion AI Model.
Go to file
Georg Zoeller 990a040c4d
Update PULL_REQUEST_TEMPLATE.md
Signed-off-by: Georg Zoeller <georgzoeller@users.noreply.github.com>
2022-08-29 03:22:22 +08:00
.github Update PULL_REQUEST_TEMPLATE.md 2022-08-29 03:22:22 +08:00
LICENSE Initial commit 2022-08-29 01:09:34 +08:00
README.md added cog container, windows tutorial 2022-08-29 03:18:51 +08:00

README.md

Awesome Stable-Diffusion

Awesome

This is a list of Software and Resources for the Stable Diffusion AI Model by StabilityAI.

  • 🖊️ marks content that requires sign-up or account creation for a third party service outside github
  • 💵 marks content Non-Free, commercial content that may require any kind of payment.

See Contributing.

Official Resources

  • CompVis/Stable Diffusion - The official release of Stable Diffusion with cli, an AI-based Safety Classifier to (detect and suppresses sexualized content and all the necessary files to get running.
  • stability-AI/stability-sdk - The official SDK to build python applications integrating against StabilityAI's cloud platform instead of hosting the model yourself. Operation requires an API Key (🖊️💵)
  • Public Release Announcement - StabilityAI's public announcement on the release of Stable Diffusion.

Actively Maintained Forks & Containers

All forks listed here add additional features and optimisations and are generally faster than the original release as they will keep the model in memory rather than reloading it every prompt. Most forks seem to remove the Safety Classifier, making them potentially unsuitable for chat-bots and other environments that may deploy automated detection

Models and Weights

Models (.ckpt files) must be separately downloaded and are required to run Stable Diffusion. The most current model release is v1.4 at this time.

  • 🖊️ Official Model Card - Official Model Card Hugging Face with all versions of the model. Download requires sign in and acceptance of terms of service. stable-diffusion-v-1-4-original.chkpt - The latest model from the model card, required to run Stable Diffusion.
  • RealESRGAN Models - Download location for the latest RealESRGAN models required to use upscaling by many forks implementing it. Different models exist for realistic and anime content. Please refer to the fork documentation to identify the ones you need.

Online Demos & Collabs

  • HuggingFace/StabilityAI - The official demo on HuggingFace Spaces.
  • 🖊️💵 Offical Collab - The official, optimized collab for running SD on Google Cloud. Due to VRAM requirements required Collab Pro to create images.

Complimentary Models and Tools (open source)

Customisation

  • textual-inversion - Adding your own personalized content to Stable Diffusion without retraining the model (Paper).

Upscaling

  • Cupscale - Graphical User Interface to run various upscaling models, including ESRGAN and RealESRGAN
  • BasicSR - Open Source Upscaling and Restoration toolbox supporting.

Content Restoration

  • lama-cleaner - Content aware AI inpainting tool with useful for removing unwanted objects or defects from images. Python: pip install lama-cleaner
  • GFPGAN - Face Restoration GAN included in several forks for automatically fixing deformed faces commonly found in SD output.*
  • RealESRGAN - ESRGAN Upscaling (2x, 4x) and content restoration, useful for overcoming. Python: pip install realesrgan

Task Chaining

  • chaiNNer - Graphical Node Based Editor for chaining image processing tasks.

Tutorials & Comparisons

Tutorials and high quality edutcational resources.

Prompt Building

Prompts are the inputs used with diffusion models to manipulate their output.

  • PromptoMania - A visual prompt construction tool.
  • Lexica.art - A searchable, visual database of images and the prompts settings used to recreate them.

Discords

  • 🖊️Official Discord - The official Stable Diffusion Discord by StabilityAI

Online Services implementing Stable Diffusion

  • 🖊️💵 Dream Studio - Online Generation Platform by StabilityAI, the creators of Stable Diffusion. Similar to services like Dall-e or Midjourney, this operates on a credit model with some free allowance of credits given to signed up users on a monthly basis.
  • 🖊️💵 dream.ai - Online Art Generation Service (mobile apps available) by Wombo.ai implementing Stable Diffusion.