How to work with return from Inference API

I‘ve instantiated the stable-diffusion-v-1-4 via an Inference Endpoint.

The return that comes back from the call, how do I work with it? It appears to be a very long string and I am not sure how to display it.

I was able to import the call via the cURL mapping and the payload checked out but the return value itself is unclear to me. I’ve read through the Inference docs twice through but didn’t see a direct reference to this specific thing.

Any help and direction on where to look for this will be much appreciated. Definitely a very basic question but we all gotta start somewhere.

1 Like