Extensions/ardent-comfy
ComfyUI Extension

ardent-comfy

A ComfyUI extension with 3 custom nodes.

By ardentillumina·Created 2 years ago·Updated 2 years ago· 2
ardentillumina/ardent-comfy
Nodes3
On cloudLocal install
CategoryArdent Nodes > Prompt Assistant, Ardent Nodes > String Assistant
Stars2
Updated2 years ago
Readme

Ardent Nodes for ComfyUI

My first ComfyUI nodes repo, I think it helps me a lot, if you like it, please give it a star.

Nodes

1. Show Text

This node displays a text in a widget with a text input.

CleanShot 2025-02-06 at 23 01 46

2. FilenamePrefix By Date

This node generates a filename_prefix by current date and time

CleanShot 2025-02-06 at 23 03 42

  • Inputs:
    • seed: optional
    • suffix: optional
    • enable_date_folder: BOOLEAN
  • Outputs:
    • filename_prefix: STRING
      • YYYYMMDD/YYYYMMDD_HHMM
      • YYYYMMDD/YYYYMMDD_HHMM_{suffix}
      • YYYYMMDD/YYYYMMDD_HHMM_{seed}
      • YYYYMMDD/YYYYMMDD_HHMM_{seed}_{suffix}
      • YYYYMMDD_HHMM
      • YYYYMMDD_HHMM_{suffix}
      • YYYYMMDD_HHMM_{seed}
      • YYYYMMDD_HHMM_{seed}_{suffix}
  • The path delimiter will be automatically determined based on the operating system, using either / or \

3. Positive Only (CLIP Encode Prompt)

This node encodes a positive prompt into conditionings with an empty negative prompt.

CleanShot 2025-02-07 at 14 09 44

  • Inputs:
    • clip: required
    • positive: required
  • Outputs:
    • POSITIVE CONDITIONING
    • NEGATIVE CONDITIONING