mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2026-01-11 22:50:48 +08:00
Include New node
This commit is contained in:
parent
af9ebc9568
commit
1893ad4acd
@ -34102,6 +34102,20 @@
|
|||||||
],
|
],
|
||||||
"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",
|
||||||
|
"title": "Comfy Text Stats",
|
||||||
|
"id": "comfy-text-stats",
|
||||||
|
"reference": "https://github.com/scofano/comfy-text-stats",
|
||||||
|
"files": [
|
||||||
|
"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/README.md",
|
||||||
|
"https://raw.githubusercontent.com/scofano/comfy-text-stats/main/requirements.txt"
|
||||||
|
],
|
||||||
|
"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."
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user