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.

A desktop ai centered node engine with a live execution chain, python code editor node, and plug-in support, officially supported by Deforum We are thankful for many great functions adapted from ComfyUI, and various open-source projects, that make this framework possible to exist

💖 Support the project

Please consider becoming a patron if you like this project. There are no benefits or restrictions, but it helps the process greatly. Updates are frequent, and the more time I can spare on the project, the greater things can be implemented. Thank you for being here!

Become a Patron

Your support is greatly appreciated!

📚 Table of Contents

🚀 Introduction

  • Full modularity - download node packs on runtime
  • Coloured background drop
  • Easy node creation with IDE annotations

🔧 Install /

ComfyUI

A powerful and modular stable diffusion GUI and backend.
https://github.com/comfyanonymous/ComfyUI

GitHub logo comfyanonymous / ComfyUI

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

ComfyUI

The most powerful and modular diffusion model GUI and backend.

Website Dynamic JSON Badge Matrix

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:

Features

  • Nodes/graph/flowchart interface to experiment and create complex Stable Diffusion workflows without needing to code anything.
  • Fully supports SD1.x, SD2.x, SDXL, Stable Video Diffusion, Stable Cascade, SD3 and Stable Audio
  • Flux
  • Asynchronous Queue system
  • Many optimizations: Only re-executes the parts of the workflow that changes between executions.
  • Smart memory management: can automatically run models on GPUs with as low as 1GB 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…

Image description

Discussion (1)

Collapse
vjmandala profile image
Adem Jaffers (vjMandala)

Looks very nice!