You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my local version of Inspire, I've made a couple of quality of life modifications to the Prompt zip/unzip and Load Prompt From File/Dir logic. Would there be any interest in merging those changes?
Improvements:
Zipped prompt text format is no longer positional - Within each zipped prompt, 'positive' and 'negative' can be placed in any order.
'name' can also optionally be added to a prompt section in any position. If omitted, defaults back to the filename.
Load Prompts from File/Dir now also emit "count" - an int, representing the total number of zipped prompts.
If there's any other QoL things that would be beneficial around zipped prompts, I'd be interested in looking into them.
The text was updated successfully, but these errors were encountered:
In my local version of Inspire, I've made a couple of quality of life modifications to the Prompt zip/unzip and Load Prompt From File/Dir logic. Would there be any interest in merging those changes?
Improvements:
If there's any other QoL things that would be beneficial around zipped prompts, I'd be interested in looking into them.
The text was updated successfully, but these errors were encountered: