Comfy-Org / Comfy-Org/ComfyUI-Manager
[Custom Node Registration] ComfyUI Local Wildcards
- Dominant language
- Python
- Stars
- 16.1k
- Forks
- 2.5k
- Avg merge
- 5d 4h
- Merged PRs (30d)
- 13
Description
### Custom Node Repository
https://github.com/DutchyDutch/ComfyUI_Local_Wildcards
### Node Name
ComfyUI Local Wildcards
### Author
DutchyDutch
### Description
A lightweight ComfyUI custom node for using local wildcard text files in prompts.
It reads wildcard `.txt` files from a local `wildcards/` folder and expands wildcard syntax in prompt text. It is intended as a simple, local, reliable replacement for older unmaintained wildcard nodes.
### Install Type
git-clone
### Repository Contents
The repository includes:
- `README.md`
- `__init__.py`
- `wildcard_text_node.py`
- `web/JS/local_wildcards.js`
- `wildcards/.gitkeep`
- `.gitignore`
### Notes
User wildcard files are intentionally ignored by `.gitignore` so private local wildcard collections are not uploaded to GitHub.
Repository URL:
https://github.com/DutchyDutch/ComfyUI_Local_Wildcards
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the submitted repository's README.md and __init__.py, then inspect wildcard_text_node.py and web/JS/local_wildcards.js to understand the node entry points. Verify that the repository metadata and git-clone install details fit ComfyUI-Manager, including the listed files and protection of local wildcard files; done means the custom node can be represented and installed without exposing user data.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, python
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 57/100