This is how I generate image: ```ts const response: AiTextToImageOutput = await ai.run("@cf/stabili

This is how I generate image:

const response: AiTextToImageOutput = await ai.run("@cf/stabilityai/stable-diffusion-xl-base-1.0", input);


then put in R2
env.MY_BUCKET.put(newImageName, response)



it works in 1.0.53
but It takes typeError in 1.1.0 when putting R2, with something about readable Stream, sorry about unclear error information because I rolled back version 1.0.53
Was this page helpful?