Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Improvement] Zipped Prompts QoL #193

Open
stormwulfren opened this issue Dec 6, 2024 · 1 comment
Open

[Improvement] Zipped Prompts QoL #193

stormwulfren opened this issue Dec 6, 2024 · 1 comment

Comments

@stormwulfren
Copy link
Contributor

stormwulfren commented Dec 6, 2024

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.

@ltdrdata
Copy link
Owner

These seem like solid improvements. Please submit a PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants