Extensions/ComfyUI-Visionatrix
ComfyUI Extension

ComfyUI-Visionatrix

The ComfyUI-Visionatrix nodes are designed for convenient ComfyUI to a/Visionatrix workflow support migration, in particular to extract prompt input params (input, textarea, checkbox, select, range, file) to be used in simplified Visionatrix UI.

By Visionatrix·Created 2 years ago·Updated about a year ago· 3
Visionatrix/ComfyUI-Visionatrix
Nodes21
On cloudLocal install
Categorystyle_aligned, Visionatrix/Logic
Stars3
Updatedabout a year ago

Nodes (21)

StyleAligned Batch Align

StyleAligned Batch Align

style_aligned
Vix Checkbox Logic

A lazy two-way switch that only computes the branch you chose

Visionatrix/Logic
Convert to Dictionary

Turn text that looks like a Python dict into a real DICT

Visionatrix/Text
Dictionary Get

Pull one value out of a DICT without killing the workflow when the key's missing

Visionatrix/Text
Dictionary New

Build a key-value dict with up to nine pairs, by hand

Visionatrix/Text
Dictionary Update

Merge up to four dicts, later keys winning

Visionatrix/Text
Vix Dynamic Lora Definition

Mark where Visionatrix should let users pick a LoRA from CivitAI

Visionatrix/UI
Image Filters

One node that does brightness, contrast, saturation and sharpness on any IMAGE

Visionatrix/Image
Text Multiline

A deprecated text box you should replace before it bites you

Visionatrix/Text
Text Concatenate

A dead-simple string joiner that ComfyUI now warns you about

Visionatrix/Text
Text Replace

Find-and-replace, but the 'find' is a regex, which is both the power and the trap

Visionatrix/Text
Aspect Ratio (VixUI)

Pick '3:4' and get width, height and the ratio string, all at once

Visionatrix/UI
Checkbox (VixUI)

A boolean that becomes a real toggle in Visionatrix's simplified UI

Visionatrix/UI
Checkbox Logic (VixUI)

The Visionatrix checkbox that also switches your whole graph

Visionatrix/UI
List (VixUI)

A dropdown that can display one value but emit another

Visionatrix/UI
List Logic (VixUI)

A dropdown that routes one of six execution paths, lazily

Visionatrix/UI
Prompt (VixUI)

The textarea your Visionatrix users actually type prompts into

Visionatrix/UI
Range Float (VixUI)

A slider that becomes a real slider in the Visionatrix UI

Visionatrix/UI
Range Int (VixUI)

The steps/seed-count slider for Visionatrix flows

Visionatrix/UI
Range Scale Float (VixUI)

A slider built specifically for image scale factors, not strengths

Visionatrix/UI
Workflow Metadata (VixUI)

The one node Visionatrix refuses to list a flow without

Visionatrix/UI
Readme

ComfyUI-Visionatrix

The ComfyUI-Visionatrix nodes are designed for convenient ComfyUI to Visionatrix workflow support migration, in particular to extract prompt input params (input, textarea, checkbox, select, range, file) to be used in simplified Visionatrix UI.

Short migration steps guide in Visionatrix docs.

Nodes list

Current Visionatrix/UI nodes list:

  • VixUI-Checkbox - simple checkbox boolean input field;
  • VixUi-RangeFloat - range float number input, e.g. for prompt strength selection;
  • VixUi-RangeScaleFloat - special range float number input, to define the scale factor of the input image (e.g. for upscale)
  • VixUi-RangeInt - range int number input, e.g. for number of steps selection;
  • VixUi-List - define list of options to be displayed in Visionatrix UI;
  • VixUI-Prompt - to define a textarea input in Visionatrix UI and pass it to your CLIPTextEncode node with prompt;
  • VixUi-CheckboxLogic - to define the boolean logical switch (checkbox), e.g. two modes and paths of workflow execution;
  • VixUi-ListLogic - to define the list of available mode options similar to VixUi-CheckboxLogic (up to 6 input options);
  • VixUi-WorkflowMetadata - mandatory node to fill the workflow metadata required for each Visionatrix flow for displaying in the UI list of workflows;
  • VixUiAspectRatioSelector - use it to display the desired image aspect ratio for your Flow.

Current Visionatrix/Text nodes list:

  • VixDictionaryNew - create a dictionary with up to 9 keys.
  • VixDictionaryConvert - node to create dictionary from text.
  • VixDictionaryGet - node to get value by key from dictionary.
  • VixDictionaryUpdate - update one dictionary with values from another dictionary.

Current Visionatrix/Image nodes list:

  • VixImageFilters - applies brightness, saturation, sharpness and other simple Pillow filters to an image.

Incorporated nodes

  • StyleAlignedBatchAlign - from the style_aligned_comfy repository