ComfyUI-mnemic-nodes

ComfyUI-mnemic-nodes
★ 96

ComfyUI扩展Lora Loader节点集合Groq配置
为ComfyUI提供的一组扩展节点,包含Lora Loader – Tag等实用与实验性节点,便于扩展功能并快速集成外部服务(Groq节点需配置.env)。
💡 在ComfyUI中加载Lora标签并扩展节点功能。
🍴 21 Forks💻 Python🔄 2026-03-20
📦
网盘下载
复制链接后前往夸克网盘下载
https://pan.quark.cn/s/e00a65475347
📦 requirements.txt
configparser
groq
transformers
torch
tiktoken
colorama
python-dotenv>=1.0.0
requests
imageio
opencv-python
piexif
tqdm
📄 README

Nodes for ComfyUI

This repository hosts a collection of nodes developed for ComfyUI. It aims to share useful components that enhance the functionality of ComfyUI projects. Some nodes are forks or versions of nodes from other packs, some are bespoke, and some are experimental and are quite useless, so they have been marked with a Caution label in this document.

Installation instructions

Configuration (only needed for Groq nodes)

  • Make a copy of .env.example and remove the .example from the name.
  • The new file should now be named .env without a normal file name, just a .env extension.
  • The file should be in the root of the node pack, so the same directory that the .example was in.
  • Edit .env with a text editor and edit the API key value inside.
  • Nodes

    📝 Wildcard Processor

    A versatile text processor that replaces wildcards with content from wildcard files or inline lists.

    🏷️ LoRA Loader Prompt Tags

    Loads LoRA models using in the prompt.

    ⚙️ Prompt Property Extractor

    Extract generation settings from your input prompt. Use it to randomize your generation settings, checkpoint, step count, seed, or include negative prompt with the normal prompt, load wildcards, or LoRAs, all at the same time.

    📁 Get File Path

    Returns the file path in different formats to a file in your /input-folder.

    ✂️ String Text Splitter

    Splits a string by the first occurrence of a delimiter.

    ✂️ String Text Extractor

    Extracts the first occurrence of text between a pair of characters.

    💾 Save Text File With Path

    Save text file, and return the saved file’s path.

    🖼️ Download Image from URL

    Download an image from the web.

    🔠 Tiktoken Tokenizer Info

    Returns token information about input text and lets you split it.

    🧹 String Cleaning

    Cleans up text strings, strip leading/trailing spaces or collapse them, remove newlines and much more.

    📅 Format Date Time

    Converts date / time into literal outputs. Useful for saving paths and files.

    🖼️+📝 Load Text-Image Pairs

    Loads a folder of text and image pairs like a dataset, and gives you the image and string as separate outputs.

    🖼️📊 Metadata Extractor (Single)

    Extracts metadata from a single image selected from an input source.

    🖼️📊 Metadata Extractor (List)

    Extracts metadata from a list of images or a folder of images.

    🎲 Load Random Checkpoint

    Load checkpoints with flexible fuzzy matching and repeat control for more varied outputs.

    📐 Resolution Image Size Selector

    Creates resolutions and a latent from presets, user presets, or input images.

    🖼️ Load Images From Path

    Load single images or iterate through image directories with mask support.

    🖼️ Load Image Advanced

    Loads an image, extracts metadata, provides the alpha channel as a mask, and outputs the image’s dimensions.

    🎨 Colorful Starting Image

    Creates a colorful random shape-based image. Use it as a starting latent for fun and varying shapes. Great for abstract wallpaper creation.

    🎵📊 Audio Visualizer

    Creates a visualizer from an input audio. Custom visualizer scripts can be created, and outputs can be saved as images or video.

    ✨💬 Groq LLM API

    Query Groq large language model.

    ✨📷 Groq VLM API

    Query Groq vision language model.

    ✨📝 Groq ALM API – Transcribe

    Query Groq Audio Model to transcribe audio.

    🔗 String Concat / Append

    Concatenates multiple strings with dynamic input expansion. New inputs appear as you connect strings.

    🎲 Random Int in Range

    Generates a random integer within a specified min/max range. Supports optional seed for reproducibility.

    🎲 Random Float in Range

    Generates a random floating-point number within a specified range. Supports optional decimal rounding and seed.

    🎲 Random Bool

    Generates a random boolean value with optional weighted probability.

    🎲 Random String

    Randomly selects one string from a newline-separated list of options.

    🎲 Random Seed

    Generates a random 64-bit seed value for use with other nodes.

    🎲 Random Color

    Generates a random RGB color with hex and individual channel outputs.

    ✏️ Literal Bool

    A simple boolean toggle input. Use this to create a True/False source in your workflow.

    ✏️ Literal Int

    A simple integer input field. Use this to create a whole number source in your workflow.

    ✏️ Literal Float

    A simple floating-point input field. Use this to create a decimal number source in your workflow.

    ✏️ Literal String

    A multiline text input field. Use this to create a text source in your workflow.

    Generate Negative Prompt

    Generate negative prompts automatically.