-
Notifications
You must be signed in to change notification settings - Fork 2.7k
feat(prompts): hotkey controlled prompt weighting #8647
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
base: main
Are you sure you want to change the base?
Conversation
|
I had a quick look at this, but couldn't figure out the UI for adjusting the prompt weightings. I guess the prompt weight code isn't wired up to the UI yet? What is the intended interface? Does the user select a word or phrase in the prompt textbox and then presses ctrl-up/down in order to increase or decrease the weighting? |
Yeah I've got a local implementation but it's not solid enough to commit yet. But yes that's the current way to use it (ctrl + up/down). There is a long list of rules to make sure it automagically makes intelligent selections to modify, some of those are in the discord forum on this topic. |
|
@joshistoast Just checking in to see if you're still working on this? |
@lstein Apologies for my tardiness on this, it's sitting on my PC at home mostly done but I'm out of state ATM. Will try to have this done within the month god willing. |
Summary
Adds the ability to use keyboard controls to adjust prompt weightings using
ctrl+up/down.Related Issues / Discussions
https://discord.com/channels/1020123559063990373/1407078244531965963
QA Instructions
Merge Plan
Checklist
What's Newcopy (if doing a release after this PR)