We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
hi @huchenlei ,
when i add lora to my prompt,
it will not show up in the API payload,
But if i click Copy button, and copy the json payload to clipboard, it does have Lora inside the prompt. something like this,
Copy
"prompt": "blue hair <lora:ghibli_style_offset:1> red eye",
Is this expected or a bug? thanks!
The text was updated successfully, but these errors were encountered:
I think it is a problem with jsonTree library. It does not do the escape of special chars. I probably need to handle chars like "<" and ">" manually.
Sorry, something went wrong.
I confirm. But least it IS copied when we copy it manually.
No branches or pull requests
hi @huchenlei ,
when i add lora to my prompt,
it will not show up in the API payload,
But if i click
Copy
button, and copy the json payload to clipboard, it does have Lora inside the prompt.something like this,
Is this expected or a bug? thanks!
The text was updated successfully, but these errors were encountered: