Closed twitset closed 11 months ago
Please provide the full base64 string (as text) so I can check.
Seems to be a UI issue. Both b64 strings work fine if I send them directly as part of a prompt.
You can inspect the POST request which is sent by the UI to the server in the browser, and observe the b64 string is truncated there. I think in both cases it is cut off at the first occurence of //
.
I don't think this can be solved without modifying the front-end/UI. There are probably better ways to solve whatever you're trying to do. The node is geared towards other tools/front-ends which send a prompt via POST directly, where this issue doesn't occur.
I had the same problem with my base64 nodes disable multiline and you are fine.
That works, thanks!
When pasting a base64 encoded image into the textbox, this error message occurs