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...
ml4u
May 06, 2025Brass Contributor
For image-to-image generation using Stable-Diffusion 3.5, ensure that the input image format and parameters align with the model's requirements. Check the API documentation for specific guidelines on image-to-image mode. If the Azure Playground lacks parameters, consider using the Python SDK or REST API directly. If you encounter errors, review the error messages for insights and consider reaching out to Azure support for assistance.