VJ UNION

Cover image for Node-based Stable Diffusion toolkits
vdmo
vdmo

Posted on

Node-based Stable Diffusion toolkits

node-based stable diffusion toolkits
(Thanks to VJ EPS for links)

aiNodes Engine

https://github.com/XmYx/ainodes-engine

aiNodes Engine

aiNodes Engine

Main Image

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:

  1. Python 3.10 (https://www.python.org/ftp/python/3.10.0/python-3.10.0-amd64.exe)
  2. Git (https://github.com/git-for-windows/git/releases/download/v2.40.1.windows.1/Git-2.40.1-64-bit.exe)
  3. nVidia GPU with CUDA and drivers installed

Windows:

  1. Download the 1 Click Installer from the releases on the right menu and run it in a folder of your choice
  2. 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

GitHub logo comfyanonymous / ComfyUI

A powerful and modular stable diffusion GUI with a graph/nodes interface.

ComfyUI

A powerful and modular stable diffusion GUI and backend.

ComfyUI Screenshot

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…

Image description

Discussion (1)

Collapse
vjmandala profile image
Adem Jaffers (vjMandala)

Looks very nice!