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
When posting an empty json to a text-to-image pipeline I get the error:
{ "error": [ "str type expected: `__root__` in `parameters`" ] }
Which somehow means that I need to post a json like this:
{ "inputs": "monkey eating banana" }
I think we could make the errors a little more explicit
The text was updated successfully, but these errors were encountered:
Would you be willing to open a PR for that ? :D
Sorry, something went wrong.
No branches or pull requests
When posting an empty json to a text-to-image pipeline I get the error:
Which somehow means that I need to post a json like this:
I think we could make the errors a little more explicit
The text was updated successfully, but these errors were encountered: