user-will

Results 6 comments of user-will

A bad gateway error usually occurs when the server is down or overloaded. It is likely an issue on their side that will be resolved shortly. I would recommend just...

I am having the same issue. I am getting a file output and am unsure how to parse. The example code does not work for presenting an image. ``` import...

It appears that the FileOutput class was only added last month and is a completely new addition. Likely the cause of the problems here. Here is a link to the...

I got it to output the correct delivery url when I downgraded my replicate version to 0.32.1 (before the FileOutput commit). Just install the older version then restart your kernel....

@xuyannus Try removing .url from output[0] and just doing: ``` import requests output = replicate.run( "stability-ai/stable-diffusion:db21e45d3f7023abc2a46ee38a23973f6dce16bb082a930b0c49861f96d1e5bf", input={"text": "an astronaut riding a horse"} ) response = requests.get(output[0]) with open("local_image.jpg", "wb") as...

I was not able to fix the problem with the latest package version. Same problems with the base64. Clearly more needs to be worked out on the backend side. For...