Quoted By:
>Enjoying my time with NAI
>Getting frustrated with the prompts system because sometimes I just want to play around with some holos, and having to edit all the prompts every time is annoying
>Remember that I'm a programmer
So, I've been working on a small HTML + JS application to manage blocks of prompts. The original idea was to allow users to create blocks on the fly for specific categories (characters, styles, the camera, actions, etc.), and then give them the ability to rearrange these blocks to change their priority, disable the ones they don’t need at the moment... and finally generate a string with all the validated and organized prompts for easy copying and pasting into NAI
It worked well for experimenting, but I found it a pain in the ass to constantly search for the right prompts every time I wanted to recreate something. So, I implemented a card system: you can export a single block or a group of them as an image, and then drag and drop that same pic back into the application to import its contents as new blocks. This way, you can create a template with specific blocks, like a character’s different hairstyles and outfits, and save them on a card for easy future access
...Then I thought it would be fun to add a gacha system too. You can tell the application that certain groups of blocks are related, such as character blocks and outfit blocks, so the system randomly selects one from each group when generating the final prompts
I had fun making it, so I didn't even bother to check if someone did a similar application already Yes, I made this for porn. I have spent so much time working on this that I am not horny anymore.