Prompt Data
The prompt resources for IMGPrompt are collected from online sources, including promptoMANIA and sd-webui-prompt-all-in-one. After deduplication and standardization, nearly 5,000 prompts have been compiled. These can be used in various AI image generation and text-to-video scenarios.
Data Structure Overview
All prompt data is stored in the project directory under src/app/data with the following structure:
Each prompt corresponds to a JSON object with the following structure:
Explanation:
Data hygiene tips
- Keep
displayNameunique; duplicates are ignored and make suggestions noisy. - Reuse consistent
object/attributevalues across languages to keep navigation aligned. - Keep
langNameconcise so tag chips stay readable.
Adding Custom Prompts
To expand the prompt list, you can use the IMGPrompt Data Converter to convert your custom data into the standard format. The converted results should be saved to the path src/app/data/prompt-custom.json. This file is automatically loaded at app startup and applies to all language settings.
Here is an example of the prompt-custom.json format:

