Clean up a messy Stable Diffusion prompt before generating an image
Check that parentheses used for prompt weighting are balanced
Remove duplicate words or phrases from a long prompt
Sort prompt terms by weight or alphabetically for readability
| omarhimada/e-prompt | allentdan/shape_based_matching | amu2mod/radeonmon | |
|---|---|---|---|
| Stars | 1 | 1 | 1 |
| Language | C++ | C++ | C++ |
| Last pushed | — | 2019-03-01 | — |
| Maintenance | — | Dormant | — |
| Setup difficulty | moderate | moderate | moderate |
| Complexity | 2/5 | 3/5 | 3/5 |
| Audience | general | developer | vibe coder |
Figures from each repo's GitHub metadata at analysis time.
README does not document build steps, likely needs a C++ Windows build toolchain to compile from source.
e-prompt is a small Windows application written in C++ for people who write prompts for Stable Diffusion, the AI image generation tool. Stable Diffusion prompts are often long lists of comma separated words and phrases, sometimes with parentheses used to give certain words extra weight or emphasis. As these prompt lists grow, they can become messy, with duplicate terms, mismatched parentheses, and inconsistent ordering that makes them harder to read and edit. This tool takes a prompt and cleans it up automatically. It sorts the terms in the prompt both by their assigned weight and alphabetically, checks that every opening parenthesis has a matching closing one, and removes any duplicate entries so the same word or phrase does not appear twice. The result is a tidier, more consistent prompt that is easier to review and reuse. The README for this project is very short and does not go into detail about installation steps, build instructions, or exact usage commands. It includes only the project description and a screenshot of the application's interface, which appears to be a simple window where a prompt can be entered and processed. Because the project is written in C++ and described as a Windows application, it is likely built and run as a native Windows executable rather than a cross platform tool, though the README does not confirm the specific build tools or dependencies required. This is a small, single purpose utility rather than a full framework or library, aimed at Stable Diffusion users who want to keep their prompt text organized. Anyone wanting to use it would likely need to check the repository's source files directly for build instructions, since the README itself does not provide them.
A small Windows C++ tool that cleans up Stable Diffusion prompts by sorting terms, checking parentheses, and removing duplicates.
Mainly C++. The stack also includes C++, Windows.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly general.
This repo across BitVibe Labs
Don't trust strangers blindly. Verify against the repo.