ComfyUI Extension
comfyui_TomMiniNodes
Custom ComfyUI nodes by Thomas Smith.
ThomasTechArtist/comfyui_TomMiniNodes
Nodes—
On cloudLocal install
Stars0
Updated5 months ago
Readme
comfyui_TomMiniNodes
Custom ComfyUI nodes by Thomas Smith.
Structure
nodes/— main node implementationsscripts/— helper scriptsservices/— shared services / utilitiesrecipes/— recipe-related data or logicmetadata_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