Forum Discussion
vivekmn
Feb 24, 2025Copper Contributor
Image-to-Image generation using Stable-Diffuson-3.5 Large Model
Has anybody been able to generate an image with 'Image-to-Image' mode of 'Stable-Diffusion 3.5' ( deployed as a serverless api) ? I tried with text-to-image option (via Python + POST request ) and...
PixelMichael
Feb 28, 2025Copper Contributor
I can reproduce the issue. I can generate images with the prompt parameter, but I get the following error trying to use image-to-image:
{"error":{"code":"Invalid input","status":422,"message":"invalid input error","details":[{"type":"Invalid Input","msg":"['image', 'strength', 'mode'] is/are not supported."}]}}
- ChromaBeastApr 17, 2025Copper Contributor
I am getting this error
{"error":{"code":"Bad Request","message":"RAI prompt moderation request failed with status code 424","status":400}}