node-based stable diffusion toolkits
(Thanks to VJ EPS for links)
aiNodes Engine
https://github.com/XmYx/ainodes-engine
aiNodes Engine
aiNodes is a simple and easy-to-use Python-based AI image / motion picture generator node engine.
The engine comes packed with various features and functionalities, and some of the backend and nodes are heavily inspired by ComfyUI, a web-based node engine repository.
📚 Table of Contents
🚀 Introduction
- Full modularity - download node packs on runtime
- RIFE (Real-Time Intermediate Flow Estimation) support
- FILM interpolation integration
- Coloured background drop
- Easy node creation with IDE annotations
🔧 Install / Running the App
To get started with aiNodes, follow the steps below:
Requirements:
- Python 3.10 (https://www.python.org/ftp/python/3.10.0/python-3.10.0-amd64.exe)
- Git (https://github.com/git-for-windows/git/releases/download/v2.40.1.windows.1/Git-2.40.1-64-bit.exe)
- nVidia GPU with CUDA and drivers installed
Windows:
- Download the 1 Click Installer from the releases on the right menu and run it in a folder of your choice
- It will create a virtual environment, and install all dependencies, to start…
ComfyUI
A powerful and modular stable diffusion GUI and backend.
https://github.com/comfyanonymous/ComfyUI
comfyanonymous / ComfyUI
A powerful and modular stable diffusion GUI with a graph/nodes interface.
ComfyUI
A powerful and modular stable diffusion GUI and backend.
This ui will let you design and execute advanced stable diffusion pipelines using a graph/nodes/flowchart based interface. For some workflow examples and see what ComfyUI can do you can check out:
ComfyUI Examples
Installing ComfyUI
Features
- Nodes/graph/flowchart interface to experiment and create complex Stable Diffusion workflows without needing to code anything.
- Fully supports SD1.x and SD2.x
- Asynchronous Queue system
- Many optimizations: Only re-executes the parts of the workflow that changes between executions.
- Command line option:
--lowvram
to make it work on GPUs with less than 3GB vram (enabled automatically on GPUs with low vram) - Works even if you don't have a GPU with:
--cpu
(slow) - Can load ckpt, safetensors and diffusers models/checkpoints. Standalone VAEs and CLIP models.
- Embeddings/Textual inversion
- Loras (regular, locon and loha)
- Hypernetworks
- Loading full workflows (with seeds) from generated PNG files.
- Saving/Loading workflows as Json files.
- Nodes…
Discussion (1)
Looks very nice!