Update custom-node-list.json

This commit is contained in:
scofano 2025-10-05 18:50:16 -03:00 committed by GitHub
parent 1893ad4acd
commit c69657dc45
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34103,19 +34103,19 @@
"install_type": "unzip", "install_type": "unzip",
"description": "This is a node to convert an image into a CMYK Halftone dot image." "description": "This is a node to convert an image into a CMYK Halftone dot image."
}, },
{ {
"author": "scofano", "author": "scofano",
"title": "Comfy Text Stats", "title": "Comfy Text Stats",
"id": "comfy-text-stats", "id": "comfy-text-stats",
"reference": "https://github.com/scofano/comfy-text-stats", "reference": "https://github.com/scofano/comfy-text-stats",
"files": [ "files": [
"https://raw.githubusercontent.com/scofano/comfy-text-stats/main/__init__.py", "https://raw.githubusercontent.com/scofano/comfy-text-stats/main/__init__.py",
"https://raw.githubusercontent.com/scofano/comfy-text-stats/main/text_stats.py", "https://raw.githubusercontent.com/scofano/comfy-text-stats/main/text_stats.py",
"https://raw.githubusercontent.com/scofano/comfy-text-stats/main/README.md", "https://raw.githubusercontent.com/scofano/comfy-text-stats/main/README.md",
"https://raw.githubusercontent.com/scofano/comfy-text-stats/main/requirements.txt" "https://raw.githubusercontent.com/scofano/comfy-text-stats/main/requirements.txt"
], ],
"install_type": "copy", "install_type": "copy",
"description": "Node: Text Stats (Char & Word Count). A lightweight ComfyUI custom node that takes a text string and outputs character and word counts (INT). Ideal for caption preprocessing, prompt analytics, and dataset workflows." "description": "Node: Text Stats (Char & Word Count). A lightweight ComfyUI custom node that takes a text string and outputs character and word counts (INT). Ideal for caption preprocessing, prompt analytics, and dataset workflows."
} }
] ]
} }