Skip to content

ardentillumina/ardent-comfy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks