start_span. For example,
Logging images
You can log images by providing a url for the image. For example, you can log with this:log_diffusion_success_with_image_url function.
Logging async image generation
If the image url isn’t available at the time of generation, you can use thelog_diffusion_input and log_diffusion_output_with_image_url functions to log the input and output of the diffusion model.