Closed tomryanx closed 4 months ago
Have you tried this?
input: {
workflow_json,
randomise_seeds: false,
return_temp_files: false,
input_file: image?.imageData,
},
No I haven't! Didn't see that documented anywhere :)
I've since just resorted to use s3... no biggy. Thanks anyway
Is it also how you upload zip file?
Trying to pass an image to my workflows but I'm not clear on what format it should be in. For other models I've passed a base64-encoded string and it's worked great.
But this doesn't get the file. I'm guessing base64 is not what it needs. What does it need?