xlinx / sd-webui-decadetw-auto-prompt-llm

sd-webui-auto-prompt-llm
MIT License
46 stars 8 forks source link

Process prompts from a file and feed them to the LLM. #4

Open caustiq opened 2 months ago

caustiq commented 2 months ago

Can we get the ability to use a file full of prompts pipelined through the LLM for each generation?

  1. File would have one basic prompt on each line.
  2. One prompt is taken from the file and sent to the LLM endpoint for enhancement.
  3. Enhanced prompt is evaluated for txt2img.
  4. Loop for the next line in the file.
xlinx commented 2 months ago

Can we get the ability to use a file full of prompts pipelined through the LLM for each generation?

  1. File would have one basic

prompt on each line. already have. Check keep xxx ahead checkbox.

  1. One prompt is taken from the file and sent to the LLM endpoint for enhancement.
  2. Enhanced prompt is evaluated for txt2img.
  3. Loop for the next line in the file.

okay, its what I mentaion storyboard functiin(recursive use), but i want try not load file by path(it IT guy method like Us), maybe new tab then paste it into gradio ui.

after storyboard option active, u can consider use another one ext send it to IM app. like comic book on ur mobile phone. https://github.com/xlinx/sd-webui-decadetw-auto-messaging-realtime