Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Image generation predictor #3031

Merged
merged 14 commits into from
Jun 27, 2024
Merged

Conversation

rdondera-microsoft
Copy link
Contributor

@rdondera-microsoft rdondera-microsoft commented Jun 10, 2024

Please review only after #3019 is merged.

Context (benchmarking the Stable Diffusion model on MSCOCO): main...rdondera/sd .

Add image generation predictor class and utility class for uploading images. The predictor class runs inference with the image generation model on the input text prompts and uploads the results to the current datastore. The generated images will be downloaded together with the input images in the compute metrics component, and then metrics like the FID score will be computed.

Tested by running the evaluation pipeline for Stable Diffusion 2.1 in the cloud: https://ml.azure.com/experiments/id/9f7237b4-3232-49d3-ae02-e07326242835?wsid=/subscriptions/dbd697c3-ef40-488f-83e6-5ad4dfb78f9b/resourcegroups/rdondera/providers/Microsoft.MachineLearningServices/workspaces/benchmarking&tid=72f988bf-86f1-41af-91ab-2d7cd011db47 , sd_image_generation_predictor.

@rdondera-microsoft rdondera-microsoft merged commit 10c8de4 into main Jun 27, 2024
17 checks passed
@rdondera-microsoft rdondera-microsoft deleted the rdondera/image_generation_predictor branch June 27, 2024 16:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants