ComfyUI Extension: TA-ComfyUI-Nodes-Pack
Some useful nodes for ComfyUI (model loader & extensions for EBU-LMStudio)
Custom Nodes (0)
README
TA-ComfyUI-Nodes-Pack
A collection of various useful ComfyUI custom nodes
Installation
Requirements
This custom node pack requires:
- ComfyUI-GGUF - Install it via ComfyUI Manager
Installing ComfyUI-GGUF
- Open ComfyUI Manager
- Search for "ComfyUI-GGUF"
- Click "Install"
- Restart ComfyUI
1. Model Loaders
- ta_load_diffusion_model_with_name
- ta_load_checkpoint_model_with_name
- ta_load_gguf_model_with_name
These are model loaders with an additional output that displays the model name so that it can be used in the further workflow.
.png)
2. Extension for EBU-LMStudio
(https://github.com/burnsbert/ComfyUI-EBU-LMStudio)
- ta_lmstudio_load_on_run (text2prompt & image2prompt)
Loads the LLM Model in the LM Studio server when you click RUN - ta_lmstudio_model_selector (ext2prompt & image2prompt)
Selection field for all models installed in LM Studio. Vision models are marked with (V). - ta_ebu_lmstudio_vision_node (image2prompt)
Settings for Image2Prompt Generation
These are extensions for the EBU-LMStudio custom node. The ComfyUI-EBU-LMStudio node must be installed on your system.

3. Filename Generator
The TAFilenameGenerator is a utility node for ComfyUI designed to automatically generate complex and organized file paths for saving images.
It outputs two separate strings:
filename: The complete path and name for the main generated image.
filename_up: A corresponding path and name for an upscaled version (it adds a suffix like "UPSCALED").
Key Features
Dynamic Folders: It allows you to specify a main output_folder and a subfolder.
Date Parsing: The subfolder field can parse date/time codes (e.g., an input of %Y-%m-%d will be converted to a folder named 2025-11-13).
Custom Naming: It builds the filename by combining several user-defined widgets:
name_prefix (e.g., "TA")
wf_version (e.g., "v2.50")
The model_name (from its input)
A date_format (selected from a dropdown list)
A delimiter (e.g., "-")
Ready to Use: The final strings (like TA-Outputs\2025-11-13\TA-v2.50-Modelname-202511132027.png) are passed to a SaveImage node, which will automatically create the directories and save the image.

v1.0.6 (2025-11-13)
- added ta_filename_generator, a node for creating image output filenames and folders
v1.0.5 (2025-11-01)
- added ta_lmstudio_smart_loader, a simple and fast loader for LM Studio Models
- changed ta_lmstudio_load_on_run for more control if needed
_new2.png)