detail":[{"loc":["body",102],"msg":"Invalid control character at: line 3 column 82 (char 102)","type":"value_error.jsondecode","ctx":{"msg":"Invalid control character at","doc": #9367
Replies: 1 comment
-
**Here is the complete input and output response curl -X 'POST' "inpainting_fill": 0, |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I got an error while calling img2img API, can anyone look into this, what's the issue with it?
Here I passed encoded images using base64
"init_images": [
"'"$( base64 unmask.jpg)"'"
]
"mask": "'"$( base64 mask.jpg)"'",
and passed one more parameter for selecting base model
"sd_model_checkpoint": "512-inpainting-ema.ckpt"
Beta Was this translation helpful? Give feedback.
All reactions