SwarmUI
SwarmUI copied to clipboard
In Prompt Replace, generation will not start if the first item in the parameter list, which matches what is in the prompt, is set to SKIP:
Expected Behavior
The Grid's Prompt Replace should allow you to skip the first value.
Actual Behavior
Unlike most parameters, Grid will not run if the first value of Prompt Replace is set to SKIP:
Steps to Reproduce
This works... Prompt: This is a cat. Prompt Replace: cat||SKIP:dog||mouse
This does not... Prompt: This is a cat. Prompt Replace: SKIP:cat||dog||mouse
Debug Logs
N/A
Other
No response