stable-diffusion

Top 23 stable-diffusion Open-Source Projects

stable-diffusion
  1. stable-diffusion-webui

    Stable Diffusion web UI

    Project mention: Show HN: Voice-Pro – AI Voice Cloning Magic: Transform Any Voice in 15 Seconds | news.ycombinator.com | 2024-11-27
  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. ComfyUI

    The most powerful and modular diffusion model GUI, api and backend with a graph/nodes interface.

    Project mention: AI model for near-instant image creation on consumer-grade hardware | news.ycombinator.com | 2024-12-10

    For runtime, I use ComfyUi [0] which is node based and therefore a bit hard to learn. But you can just look at the examples on their github. Foocus [1] also seems to be popular and a bit more conventional perhaps, though I didn't try it.

    For models, Flux [2] is pretty good and quite straightforward to use. (In general, you will have a runtime and then you have to get the model weights seperately). Which Flux variant depends on your graphics card, the Flux.1 schnell should work for most decently modern ones. (And the website, civitai.com is a repository for models and other associated tools.)

    [0] https://github.com/comfyanonymous/ComfyUI

    [1] https://github.com/lllyasviel/Fooocus

    [2] https://civitai.com/models/618692?modelVersionId=699279

  4. LocalAI

    :robot: The free, Open Source alternative to OpenAI, Claude and others. Self-hosted and local-first. Drop-in replacement for OpenAI, running on consumer-grade hardware. No GPU required. Runs gguf, transformers, diffusers and many more models architectures. Features: Generate Text, Audio, Video, Images, Voice Cloning, Distributed, P2P inference

    Project mention: AIOps : Déboguer son cluster Kubernetes en utilisant l’intelligence artificielle générative via… | dev.to | 2024-12-28

    Overview

  5. diffusers

    🤗 Diffusers: State-of-the-art diffusion models for image, video, and audio generation in PyTorch and FLAX.

    Project mention: I Self-Hosted Llama 3.2 with Coolify on My Home Server: A Step-by-Step Guide | news.ycombinator.com | 2024-10-16

    > All the self-hosted LLM and text-to-image models come with some restrictions trained into them

    https://github.com/huggingface/diffusers/issues/3422

  6. InvokeAI

    Invoke is a leading creative engine for Stable Diffusion models, empowering professionals, artists, and enthusiasts to generate and create visual media using the latest AI-driven technologies. The solution offers an industry leading WebUI, and serves as the foundation for multiple commercial products.

    Project mention: Invoke 5.0 – OSS Canvas with Layers and SD/SDXL/Flux Support | news.ycombinator.com | 2024-09-24
  7. IOPaint

    Image inpainting tool powered by SOTA AI Model. Remove any unwanted object, defect, people from your pictures or erase and replace(powered by stable diffusion) any thing on your pictures.

    Project mention: IOPaint: Image inpainting tool powered by SOTA. Erase and replace objects/people | news.ycombinator.com | 2024-04-12
  8. stable-diffusion-webui-colab

    stable diffusion webui colab

  9. diffusionbee-stable-diffusion-ui

    Diffusion Bee is the easiest way to run Stable Diffusion locally on your M1 Mac. Comes with a one-click installer. No dependencies or technical knowledge needed.

    Project mention: FLUX1.1 [pro] – New SotA text-to-image model from Black Forest Labs | news.ycombinator.com | 2024-10-03

    I usually don't want to comment on these, but: DiffusionBee's repo https://github.com/divamgupta/diffusionbee-stable-diffusion-... don't have any updates for 9 months except regular binary releases. There is no source code available for their recent builds. I think it is a bit unfair to say it is open-source app at this point given you are using a binary probably far different from the repo.

  10. paper2gui

    Convert AI papers to GUI,Make it easy and convenient for everyone to use artificial intelligence technology。让每个人都简单方便的使用前沿人工智能技术

  11. StableStudio

    Community interface for generative AI

    Project mention: Top 8 OpenSource Tools for AI Startups | dev.to | 2024-10-28

    Star on GitHub ⭐ - StableStudio

  12. stable-dreamfusion

    Text-to-3D & Image-to-3D & Mesh Exportation with NeRF + Diffusion.

  13. dream-textures

    Stable Diffusion built-in to Blender

  14. krita-ai-diffusion

    Streamlined interface for generating images with AI in Krita. Inpaint and outpaint with optional text prompt, no tweaking required.

    Project mention: Keylogger discovered in image generator extension | news.ycombinator.com | 2024-06-09

    Adobe makes practical pipelines for creatives, not prototyping tools. ComfyUI is mostly for prototyping and ML nerds (I don't mean this in a bad way). There are more practical interfaces to get things done built on top of it, such as Krita Diffusion [1] and many others.

    [1] https://github.com/Acly/krita-ai-diffusion

  15. openvino

    OpenVINO™ is an open-source toolkit for optimizing and deploying AI inference

    Project mention: Court is in session: Top 10 most notorious C and C++ errors in 2024 | dev.to | 2024-12-28

    V766 An item with the same key '"SoftPlus"' has already been added. cpu_types.cpp 198

  16. Dreambooth-Stable-Diffusion

    Implementation of Dreambooth (https://arxiv.org/abs/2208.12242) with Stable Diffusion

  17. fast-stable-diffusion

    fast-stable-diffusion + DreamBooth

  18. MochiDiffusion

    Run Stable Diffusion on Mac natively

  19. lora

    Using Low-rank adaptation to quickly fine-tune diffusion models. (by cloneofsimo)

    Project mention: You can now train a 70B language model at home | news.ycombinator.com | 2024-03-07

    Diffusion unet has an "extended" version nowadays that applies to the resnet part as well as the cross-attention: https://github.com/cloneofsimo/lora

  20. stable-diffusion-webui-docker

    Easy Docker setup for Stable Diffusion with user-friendly UI

  21. Auto-Photoshop-StableDiffusion-Plugin

    A user-friendly plug-in that makes it easy to generate stable diffusion images inside Photoshop using either Automatic or ComfyUI as a backend.

  22. civitai

    A repository of models, textual inversions, and more

    Project mention: Ask HN: Well architected React and Node repos? | news.ycombinator.com | 2024-06-20

    You can check out civitai's repo if you want smth for NextJS: https://github.com/civitai/civitai

    Found it pretty useful for my usecase at least since most of my tech stack aligns with them, along with the component framework they use(Mantine)

  23. automatic

    SD.Next: All-in-one for AI generative image

    Project mention: Open-source project ZLUDA lets CUDA apps run on AMD GPUs | news.ycombinator.com | 2024-03-05

    > it won't ever be a viable option

    For production workloads, I generally agree. It's an unsupported hack with a questionable future, I wouldn't do anything money-making with it.

    However, for tinkering and consumer workloads, it already works pretty well. Enough of cuDNN and cuBLAS work to run PyTorch and in turn, Stable Diffusion with https://github.com/lshqqytiger/ZLUDA - there's even a fairly user-friendly setup process already in https://github.com/vladmandic/automatic .

    I was able to get a personal non-ML related project working on my AMD card in just a few minutes, which saved me a lot of development time before I then deployed the production workload on NV hardware (this is probably why AMD pulled the plug on the project - it's almost more of a boost to NV than anything else, AMD really need people to be writing code on ROCm to deploy on AMD datacenter hardware).

  24. big-AGI

    AI suite powered by state-of-the-art models and providing advanced AI/AGI functions. It features AI personas, AGI functions, multi-model chats, text-to-image, voice, response streaming, code highlighting and execution, PDF import, presets for developers, much more. Deploy on-prem or in the cloud.

    Project mention: Kagi: The Assistant | news.ycombinator.com | 2024-09-04

    Just plug your API keys into a front end like https://github.com/enricoros/big-AGI and pay as you go for all commercially available models

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

stable-diffusion discussion

Log in or Post with

stable-diffusion related posts

  • Create Consistent Character as Textual Inversion Embedding with Stable Diffusion

    1 project | news.ycombinator.com | 5 Jan 2025
  • Deploying AI Models with Amazon Web Services: A Practical Guide

    3 projects | dev.to | 11 Dec 2024
  • AI model for near-instant image creation on consumer-grade hardware

    4 projects | news.ycombinator.com | 10 Dec 2024
  • ComflowySpace – better ComfyUI (open-source)

    1 project | news.ycombinator.com | 5 Dec 2024
  • Easily Share ComfyUI Online Using Pinggy

    1 project | dev.to | 19 Nov 2024
  • Replacing Only the Background of an Image with AI Generation Using the Stable Diffusion Web API

    2 projects | dev.to | 8 Nov 2024
  • Deploy ComfyUI with RunPod Serverless

    2 projects | dev.to | 22 Oct 2024
  • A note from our sponsor - SaaSHub
    www.saashub.com | 24 Jan 2025
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

What are some of the best open-source stable-diffusion projects? This list will help you:

# Project Stars
1 stable-diffusion-webui 146,150
2 ComfyUI 63,977
3 LocalAI 29,586
4 diffusers 27,151
5 InvokeAI 24,219
6 IOPaint 20,250
7 stable-diffusion-webui-colab 15,702
8 diffusionbee-stable-diffusion-ui 12,896
9 paper2gui 10,387
10 StableStudio 8,903
11 stable-dreamfusion 8,339
12 dream-textures 7,904
13 krita-ai-diffusion 7,678
14 openvino 7,644
15 Dreambooth-Stable-Diffusion 7,618
16 fast-stable-diffusion 7,618
17 MochiDiffusion 7,548
18 lora 7,156
19 stable-diffusion-webui-docker 6,926
20 Auto-Photoshop-StableDiffusion-Plugin 6,913
21 civitai 6,336
22 automatic 5,933
23 big-AGI 5,856

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com