replicate / replicate-python

Python client for Replicate
https://replicate.com
Apache License 2.0
770 stars 222 forks source link

Results now contain base64 images instead of urls. #384

Closed ab3llini closed 1 month ago

ab3llini commented 1 month ago

Hello,

My prod environment broke all of a sudden today (thanks god I had sentry in place) because your API started returning base64 images instead of actual urls.

How is this even possible ? This might be affecting thousands of paying customers as I write this issue.

I just had to ship to prod a hotfix containing a base64 to PIL util just to address this.

Thanks a lot,

Alberto.

ab3llini commented 1 month ago

Duplicate of https://github.com/replicate/replicate-python/issues/382