Extensions/ComfyUI_AceNodes
ComfyUI Extension

ComfyUI_AceNodes

Some useful custom nodes that are not included in ComfyUI core yet

By hay86Β·Created 2 years agoΒ·Updated about a year agoΒ· 96
hay86/ComfyUI_AceNodes
Nodes39
On cloudLocal install
CategoryAce Nodes
Stars96
Updatedabout a year ago

Nodes (39)

πŸ… Any Input Switch (bool)

Route any type β€” image, latent, text β€” on a boolean, no rewiring

Ace Nodes
πŸ… Any Input To Any

The identity node that fixes ComfyUI's type strictness β€” nothing more

Ace Nodes
πŸ… Audio Crop

Cut a clip out of any audio with a human-readable time range

Ace Nodes
πŸ… Audio Load

Load a wav, mp3, or flac into your graph β€” as raw samples, not a decoded dict

Ace Nodes
πŸ… Audio Play

Hear the audio right in your browser β€” no file, no player tab

Ace Nodes
πŸ… Audio Save

Write generated audio to disk as wav, mp3, or flac β€” with auto-numbering

Ace Nodes
πŸ… Expression Eval

A tiny calculator in the graph β€” once you install the one package it forgot

Ace Nodes
πŸ… Float

A typed float primitive that doesn't fight you

Ace Nodes
πŸ… Image Color Fix

Re-tint a batch to match a reference image β€” Wavelet or AdaIN, no training

Ace Nodes
πŸ… Image Constrain

Fit an image into a box without wrecking the aspect ratio

Ace Nodes
πŸ… Image Face Crop

Auto-crop faces before the detailer pass (and know when one failed)

Ace Nodes
πŸ… Image Get Size

Ask an image how big it is, and wire the answer into the graph

Ace Nodes
πŸ… Image Load From Cloud

For when your images live in S3 or OSS, not on the disk

Ace Nodes
πŸ… Image Make Slideshow

Turn a batch of images into a real video with crossfades

Ace Nodes
πŸ… Image Make Slideshow

A batch of images becomes an actual slideshow video

Ace Nodes
πŸ… Image Pixelate

Pixel art, but the pixels are actually circles

Ace Nodes
πŸ… Image Question Answering

Ask a generated image what's in it β€” local vision QA with moondream2 or MiniCPM-V

Ace Nodes
πŸ… Image Remove Background

Cut out the background with rembg β€” including a bundled Bria model you've probably never heard of

Ace Nodes
πŸ… Image Save To Cloud

Push your renders straight to S3 or OSS when the run finishes

Ace Nodes
πŸ… Integer

The pack's most boring node, and the one you'll use most

Ace Nodes
πŸ… Mask Blur

Feather a mask in one step β€” the node that makes inpaint edges disappear

Ace Nodes
πŸ… OpenAI GPT Chat

An LLM inside your graph β€” just know where your API key goes

Ace Nodes
πŸ… Seed

The seed node that doesn't pretend to be anything more than a seed

Ace Nodes
πŸ… Text

A multiline text box you can actually wire into things

Ace Nodes
πŸ… Text Concatenate

Join two text strings in the graph β€” the node nobody remembers to build

Ace Nodes
πŸ… Text Google Translate

Free, keyless Google Translate inside a workflow β€” with a ticking clock attached

Ace Nodes
πŸ… Text Input Switch (2 way)

An A/B switch for your prompts, with no bypassing required

Ace Nodes
πŸ… Text Input Switch (4 way)

Route one of four prompts based on a number β€” the batch-variation workhorse

Ace Nodes
πŸ… Text Input Switch (8 way)

Eight prompt slots, one dial β€” a prompt rotator for batching

Ace Nodes
πŸ… Text List

One multiline box in, a real list out

Ace Nodes
πŸ… Text Load

Pull a text file into the graph by its full path

Ace Nodes
πŸ… Text Preview

See the string on the canvas β€” the debug node that saves you from blind pipelines

Ace Nodes
πŸ… Text Save

Stop losing LLM output β€” save text straight to your output folder

Ace Nodes
πŸ… Text Selector

Pick one line out of a text block β€” your poor-man's prompt randomizer

Ace Nodes
πŸ… Text To Resolution

Type '1024x1024' and get two proper integers out

Ace Nodes
πŸ… Text Translate

Translate prompts locally with Helsinki-NLP β€” no API key, first run is the catch

Ace Nodes
πŸ… Video Concat

Stitch two video files with ffmpeg β€” vertical, horizontal, or back-to-back

Ace Nodes
πŸ… Video Load

Pick a video from your input folder and hand its path to anything

Ace Nodes
πŸ… Video Preview

The node that actually shows your video inside the graph

Ace Nodes
Readme

πŸ… ComfyUI_AceNodes

Some useful custom nodes that are not included in ComfyUI core yet

Primitive Nodes

  • Integer
  • Float
  • Text
  • Seed

Text Nodes

  • Text Concatenate
  • Text Input Switch (2 way)
  • Text Input Switch (4 way)
  • Text Input Switch (8 way)
  • Text List
  • Text Preview
  • Text Selector
  • Text To Resolution
  • Text Translate
  • Text Google Translate
  • Text Load
  • Text Save

Image Nodes

  • Image Constrain
  • Image Remove Background
  • Image Color Fix
  • Image Question Answering
  • Image Load From Cloud
  • Image Save To Cloud
  • Image Get Size
  • Image Face Crop
  • Image Pixelate
  • Image Make Slideshow

Mask Nodes

  • Mask Blur

Audio Nodes

  • Audio Load
  • Audio Save
  • Audio Play
  • Audio Crop

Video Nodes

  • Video Load
  • Video Preview
  • Video Concat

LLM Nodes

  • OpenAI GPT Chat
  • OpenAI GPT TTS
  • OpenAI GPT IMAGE

Other Nodes

  • Expression Eval
  • Any Input Switch (bool)
  • Any Input To Any