Simple tool for generating lots of images using AI and viewing them in the browser.
>> Start a server here <<
- Start a server: Google Colab
- Run all steps and copy the ngrok URL that's printed out in the beginning of the last script
- Go to picgen.xplosion.io or download and open the
index.html
file - Paste the ngrok URL into
Base URL
input field. Once the script prints outServer Ready!
in the colab, it should work - Enter a prompt for the image in
Prompt
input field, seperate details with a comma,
- Ping the server to make sure it's up, in the
JSON API Body
field it should sayHello, {prompt}
- Click
Generate 1x
and wait - You can see in the logs of the colab that the right models are loading into the RAM
- After a while it should work and you can generate more images, quickly.
- Done! 💎 Enjoy generating!
⚠ Super early in development!
- Customize Prompt
- Easyfix Included (forced for now)
- Simple but good overview for all your generated images
- Queue multiple generates
- Images are simply added to the page, refresh will erase all images
- Client based API requests
- Full API customization
- Easyfix toggle
- Model toggle
- Multiple server-urls
- New UI?
- More?