rayberra
CDCloudflare Developers
•Created by dexter on 9/27/2024 in #cloudflare-ai
Flux also returns a 500 error for me and
Yeah but there's overhead dealing with base64 if you just want to return an image. Doesn't matter much with a heavily compressed jpeg, but might matter more if dealing with a 1-2 MB png.
17 replies
CDCloudflare Developers
•Created by dexter on 9/27/2024 in #cloudflare-ai
Flux also returns a 500 error for me and
The seed parameter seems to work fine.
17 replies
CDCloudflare Developers
•Created by dexter on 9/27/2024 in #cloudflare-ai
Flux also returns a 500 error for me and
Is there a super fast way to convert it to binary in workers? It's convenient in some cases.
17 replies
CDCloudflare Developers
•Created by dexter on 9/27/2024 in #cloudflare-ai
Flux also returns a 500 error for me and
For some reason, flux returns a json object with the image encoded as base64. So you need to decode it.
17 replies