Extensions/comfyui_TomMiniNodes
ComfyUI Extension

comfyui_TomMiniNodes

Custom ComfyUI nodes by Thomas Smith.

By ThomasTechArtist·Created 5 months ago·Updated 5 months ago· 0
ThomasTechArtist/comfyui_TomMiniNodes
Nodes
On cloudLocal install
Stars0
Updated5 months ago
Readme

comfyui_TomMiniNodes

Custom ComfyUI nodes by Thomas Smith.

Structure

  • nodes/ — main node implementations
  • scripts/ — helper scripts
  • services/ — shared services / utilities
  • recipes/ — recipe-related data or logic
  • metadata_collector/ — metadata collection tools

Installation

Copy this folder into:

ComfyUI/custom_nodes/comfyui_TomMiniNodes


---

## 4. Add a basic `requirements.txt`

If you do not know dependencies yet, leave it minimal for now. Empty is okay, but better to add a note or known deps later.

For now you can leave it blank, or put only the packages your nodes actually require.

Example:

```txt
# Add project dependencies here