ComfyUI Extension: Comfyui-Pick_Any

Authored by pmarmotte2

Created

Updated

0 stars

Run ComfyUI workflows without the setup

No installs, no CUDA version roulette, no GPU sitting idle on your bill. Bring a workflow and run it in the browser.

Advanced chooser nodes for ComfyUI that let workflows pause for image, audio, or text selection, with optional automatic picking and series helper nodes.

README

Comfyui-Pick_Any (ADV)

Advanced ComfyUI chooser nodes for images, audio, and text.

Features

  • ADV Pick Any Chooser

    • Accepts IMAGE, AUDIO, and STRING inputs.
    • If multiple media types are connected, uses one mixed selection dialog.
    • Supports auto_pick mode.
    • Outputs selected image, audio, and text.
  • Series helper nodes (optional inputs):

    • ADV Image Series (4) -> groups up to 4 images as a list (supports mixed image sizes).
    • ADV Audio Series (4) -> groups up to 4 audios.
    • ADV Text Series (4) -> groups up to 4 texts.
    • ADV Audio Series / ADV Text Series -> 8-input variants.

Install

  1. Place this folder inside ComfyUI custom_nodes.
  2. Use a folder name without spaces or special characters (for example: Comfyui-Pick_Any).
  3. Restart ComfyUI.
  4. Hard-refresh your browser.

Node Names

  • ADVPickAnyChooser
  • ADVImageSeries4
  • ADVAudioSeries4
  • ADVTextSeries4
  • ADVAudioSeries
  • ADVTextSeries

Web Extension

  • Python entry: adv_pick_any_chooser.py
  • Web directory: web/js
  • Frontend files:
    • web/js/adv_pick_any_chooser.js

Run ComfyUI workflows without the setup

No installs, no CUDA version roulette, no GPU sitting idle on your bill. Bring a workflow and run it in the browser.

Learn more