Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 505 Bytes

File metadata and controls

20 lines (13 loc) · 505 Bytes

MagicPrompt Generator

Prompt Generator for Stable Diffusion/Midjourney on GPT-2 models

Includes model:

  • FredZhang7/distilgpt2-stable-diffusion-v2
  • Gustavosta/MagicPrompt-Stable-Diffusion
  • AUTOMATIC/promptgen-lexart
  • AUTOMATIC/promptgen-majinai-unsafe
  • succinctly/text2image-prompt-generator

How to use

Run launch.bat (windows) or launch.sh (linux), then open http://127.0.0.1:8090

To add models, modify the models.yaml file.

Based on @RassilonSleeps and @Gustavosta