The IMGPrompt prompts is sourced from various online collections, including promptoMANIA and sd-webui-prompt-all-in-one. After removing duplicates, nearly 5,000 image prompts have been organized.
The IMGPrompt data is stored in the src/app/data
directory.
prompt
subdirectory contains prompt files in different languages, such as English (prompt-en.json
), Chinese (prompt-zh.json
), Spanish (prompt-es.json
), and more.constants.tsx
file contains application constants, which generally do not need to be modified.prompt-custom.json
file is used to store custom user prompts, allowing users to personalize their settings. The application will automatically load the configurations from prompt-custom.json
across all language versions.The project directory structure is as follows:
If you want to add new prompt, you can use the IMGPrompt Data Converter to convert custom prompts into the IMGPrompt format. The converted data should be saved in the src/app/data/prompt-custom.json
file of your self-hosted version. In addition to AI image generation, IMGPrompt can also be used to manage professional prompts and data editing in various scenarios.