SaaSHub helps you find the best software and product alternatives Learn more →
ComfyUI Alternatives
Similar projects and alternatives to ComfyUI
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
stable-diffusion-ui
Discontinued Easiest 1-click way to install and use Stable Diffusion on your computer. Provides a browser UI for generating images from text prompts and images. Just enter your text prompt, and see the generated image. [Moved to: https://github.com/easydiffusion/easydiffusion]
-
InvokeAI
InvokeAI 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, supports terminal use through a CLI, and serves as the foundation for multiple commercial products.
-
automatic
SD.Next: Advanced Implementation of Stable Diffusion and other Diffusion-based generative image models
-
-
sd-webui-lobe-theme
🅰️ Lobe theme - The modern theme for stable diffusion webui, exquisite interface design, highly customizable UI, and efficiency boosting features.
-
-
-
-
ComfyUI-Manager
ComfyUI-Manager is an extension designed to enhance the usability of ComfyUI. It offers management functions to install, remove, disable, and enable various custom nodes of ComfyUI. Furthermore, this extension provides a hub feature and convenience functions to access a wide range of information within ComfyUI.
-
-
-
-
-
-
a1111-nevysha-comfy-ui
Discontinued A collection of tweak to improve Auto1111 UI//UX [Moved to: https://github.com/Nevysha/Cozy-Nest]
-
ComfyUI discussion
ComfyUI reviews and mentions
-
Programming Languages Explained
📝 Note: Thumbnail was generated using Flux Schnell model with help of ComfyUI; This article was written with help of NI - Natural Intelligence 🎥 Don't have time to read? - Watch the video we created:
- ComfyUI: Modular Diffusion Model GUI, API and Back End
-
Using ComfyUI, ComfyUI Manager, and Flux to Generate High-Quality Images
# Use the official Python base image FROM python:3.12 # Clone the repository RUN git clone https://github.com/comfyanonymous/ComfyUI.git # Set the working directory WORKDIR /ComfyUI # Update pip, install GPU dependencies, and install Comfy dependencies RUN pip install --upgrade pip && pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu121 && pip install -r requirements.txt # Clone ComfyUI-Manager RUN git clone https://github.com/ltdrdata/ComfyUI-Manager.git /ComfyUI/custom_nodes/ComfyUI-Manager # Set the entry point for the container CMD python3 main.py --listen 0.0.0.0 --port ${PORT:-8188}
- ComfyUI: A Powerful Modular Diffusion Model GUI with Node-Based Interface
-
A Picture Is Worth 170 Tokens: How Does GPT-4o Encode Images?
I bet you could get this working in https://github.com/comfyanonymous/ComfyUI
I have done some other LLava stuff in it
-
ComflowySpace: An open-source version of better ComfyUI
The non standard licensing puts me off in contributing or using this. It is frustrating how the phrase opensource has been diluted in the AI/ML community. ComfyUI has a GPL license [1] while this project uses this [2]. I honestly don't know where I stand since this is a legal document using non-standard phrasing to describe how the rights around the source code.
This is a project that uses a custom license with less rights provided than the ComfyUI project it self-describes as improving. Am not sure the title is reflective of the project.
[1] - https://github.com/comfyanonymous/ComfyUI/blob/master/LICENS...
-
Show HN: I made an app to use local AI as daily driver
* LLaVA model: I'll add more documentation. You are right Llava could not generate images. For image generation I don't have immediate plans, but checkout these projects for local image generation.
- https://diffusionbee.com/
- https://github.com/comfyanonymous/ComfyUI
- https://github.com/AUTOMATIC1111/stable-diffusion-webui
-
Show HN: ML Blocks – Deploy multimodal AI workflows without code
Check out ComfyUI for a much more advanced and open source version of this.
https://github.com/comfyanonymous/ComfyUI
-
Stable Code 3B: Coding on the Edge
I use Stable Diffusion family models for innovative art products.
On a small scale, you have to professionalize ComfyUI’s development. My PR to make it installable and to make a plugin ecosystem that makes sense should not be sitting unmerged (https://github.com/comfyanonymous/ComfyUI/pull/298).
On a medium scale, CLIP is holding you back. I would eagerly buy a 48GB card to accommodate a batch size 1, gradient checkpointed LoRA-trainable model with T5 for conditioning. I want PixArt-a or DeepFloyd/IF with the SDXL dataset and training. I get I can achieve so much with SDXL on 24GB, including just barely a fine tuning, I understand the engineering decisions here, but it’s too weak on prompts.
On a large scale, I’m willing to spend a little money up front. In those conditions you can be far more innovative, you don’t have to make everything for $0. Shane Carruth didn’t make Primer for $0. I’m sure you’ve seen this movie, you get how astoundingly good it is. But he still spent something. He spent only slightly more than an RTX 6000 Ada.
Innovators have budgets. It’s still worth releasing the most powerful possible model for expensive hardware, this is why everyone is talking about Mixtral, but it’s especially true of visual art.
-
Show HN: Comflowy – A ComfyUI Tutorial for Beginners
It's litegraph.js [1] and seems to be the only lib they include in /web [2] :
[1] https://github.com/jagenjo/litegraph.js
[2] https://github.com/comfyanonymous/ComfyUI/tree/master/web/li...
-
A note from our sponsor - SaaSHub
www.saashub.com | 8 Oct 2024
Stats
comfyanonymous/ComfyUI is an open source project licensed under GNU General Public License v3.0 only which is an OSI approved license.
The primary programming language of ComfyUI is Python.