Pause node to adjust and add to the prompts
- Dominant language
- Python
- Stars
- 133k
- Forks
- 15.7k
- Avg merge
- 1d 6h
- Merged PRs (30d)
- 155
Description
### Feature Idea
I am currently running Griptape with Ollama's and I made a Prompt reverse engineering workflow which works fine mostly. what it does is it takes an image without prompts or generation data, SEES what is in it (So I need Vision LLM's like Lllama 3.2 vision or gemini 1.5) and then tells me what it sees, then I parse it in to another agent that takes that info and turns that in to a prompt, which gives me "Similar" results but off course never perfectly the same, If I wanted that I would just download the pic much easier.
E.g. the original

vs Mine

BUT sorry for the long intro, LLM's sometimes get it wrong, or have the tendency to block certain things that appear remotely NSFW or change the prompt in such a way that it is SFW, E.g.
the original:

vs mine:

So here is what I need, I want to parse the prompt outside the griptape and LLM sphere in to a node that pauses and asks me to adjust it, or add to it, just a this is the prompt, change it to your needs, then press continue, NOT JUST for the NSFW sometimes it just get's things wrong like instead of making a brutish male it makes an elegant almost female face etc... I need to change things like that before continuing.
TLDR: Make prompt, parse to pause node, adjust, continue
### Existing Solutions
I do not know of any I knew there was some text clip prompt that had a second window which could contain some extra words to add but I do not know which node that was.
Also it did not pause, it just added those words in.
### Other
You do not need to worry about the griptape nodes interfering, The standing spiderwoman has the workflow, it is a basic flux image generator separate from the griptape nodes, so that is not an issue
Contributor guide
Assessment
This issue has not been assessed yet.