Automatic prompt generator for Novel AI image generator!
Try it out at prombot.net
- Node.js 18 or above
- Git
Installation
git clone https://github.com/JioChoi/NAI-Prompt-Randomizer.git
cd NAI-Prompt-Randomizer
chmod +x install.sh
bash install.sh
Starting Server
sudo node index.js
Changing the Server Address
cd js/script.js
Change host to your backend server address
// Server HOST Address (Change this to your server address)
let host = 'https://jio7-prombot.hf.space';
let key = null;
Beginning Prompt
Prompt to put in front of generated prompt.
Prompt Search Options Find random prompt that includes certain tags. Put "~" in front of a tag to exclude certain tags.
Remove Artist Remove artist names from generated prompt.
Remove Character Remove certain character's name and characteristics of generated prompt.
Ending Prompt Prompt to put at the end of generated prompt.
Automation Options
- Delay: Delay for automatic image generation (8 seconds recommended to prevent bans).
- Enable Automation: Enables automatic image generation.
- Automatically Download: Automatically download images after generation.
Generation History
Click to view image generation history (disappears on page refresh).
Prompt Information
Hover the cursor on the image to view generated prompt informations.
Prombot automatically finds a random prompt that satisfies tag requirements on Prompt Search Options. Then it removes duplicate tags in the random prompt. Lastly, it combines the random prompt with Beginning Prompt and Ending Prompt.
This project is licensed under the MIT License.



