mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2026-01-10 14:10:49 +08:00
Update custom-node-list.json
This commit is contained in:
parent
c69657dc45
commit
5c529f94b6
@ -34104,18 +34104,15 @@
|
|||||||
"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://github.com/scofano/comfy-text-stats"
|
||||||
"https://raw.githubusercontent.com/scofano/comfy-text-stats/main/text_stats.py",
|
],
|
||||||
"https://raw.githubusercontent.com/scofano/comfy-text-stats/main/README.md",
|
"install_type": "git-clone",
|
||||||
"https://raw.githubusercontent.com/scofano/comfy-text-stats/main/requirements.txt"
|
"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."
|
||||||
],
|
|
||||||
"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