SuperPrompter: Supercharge your AI/LLM prompts
Python-based application that utilizes the SuperPrompt-v1 model to generate optimized text prompts
github.com
https://github.com/sammcj/superprompterSuperPrompter
SuperPrompter is a Python-based application that utilises the SuperPrompt-v1 model to generate optimised text prompts for AI/LLM image generation (for use with Stable Diffusion etc...) from user prompts.
See Brian Fitzgerald's Blog for a detailed explanation of the SuperPrompt-v1 model and its capabilities / limitations.
Features
- Utilises the SuperPrompt-v1 model for text generation
- Graphical user interface built with tkinter
- Customisable generation parameters (max new tokens, repetition penalty, temperature, top p, top k, seed)
- Optional logging of input parameters and generated outputs
- Bundling options to include or exclude pre-downloaded model files
- Unloads the models when the application is idle to free up memory
Comments
None