stavjadam-collab/masterphub-comfyui — explained in plain English
Analysis updated 2026-05-18
Search a library of over 160,000 prompts by keyword directly inside ComfyUI.
Load a specific saved prompt by its ID into a workflow.
Pull a random prompt from a category for creative exploration.
Check which prompts are trending in a category before starting a new image.
| stavjadam-collab/masterphub-comfyui | 1038lab/agnes-ai | 3eyedtiger/video2vrcemote | |
|---|---|---|---|
| Stars | 4 | 4 | 4 |
| Language | Python | Python | Python |
| Setup difficulty | easy | easy | easy |
| Complexity | 2/5 | 2/5 | 1/5 |
| Audience | vibe coder | vibe coder | vibe coder |
Figures from each repo's GitHub metadata at analysis time.
Requires an existing ComfyUI install, the node pulls prompts from the external masterphub.io service.
Masterphub for ComfyUI is a set of custom nodes that bring a library of over 160,000 AI prompts from the Masterphub website directly into ComfyUI, the node based interface used for AI image generation. Instead of copying prompts from a browser and pasting them in, you can search, browse, and load prompts without ever leaving your workflow. It can be installed through the ComfyUI Manager by searching for Masterphub and clicking install, or manually by cloning the repository into the custom_nodes folder and restarting ComfyUI. Once installed, it adds four nodes to the canvas. A search node looks up prompts by keyword and category, returning the top match along with a numbered list of other results and their IDs. A load by ID node pulls a specific prompt once you know its ID from a previous search. A random node returns a prompt from any category, which can be restricted to curated ones, useful for creative exploration. A trending node surfaces the most used prompts in a category, along with a list of titles and how often each has been used. Each of these nodes outputs a prompt_text value that can be wired straight into a CLIP Text Encode node and on into a sampler, so a typical workflow is searching for something like a cinematic portrait style and connecting the result directly into the rest of an existing image generation pipeline. The project points to masterphub.io as the place to browse the full library of prompts, skills, and agents. It is released under the MIT license.
ComfyUI custom nodes that let you search, load, and randomize prompts from a library of over 160,000 AI prompts without leaving the canvas.
Mainly Python. The stack also includes Python, ComfyUI.
Released under the MIT license, so it can be used, modified, and redistributed freely, including for commercial purposes, as long as the copyright notice is kept.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly vibe coder.
This repo across BitVibe Labs
Verify against the repo before relying on details.