Skip to content

Conversation

suryasidd
Copy link
Contributor

Summary

Added initial support for running stable diffusion lcm models.

Test plan

To test this PR, after installing the requirements.
Use export_lcm.py to export
python export_lcm.py --output_dir ./lcm_models --device CPU
Use openvino_lcm.py to infer
python openvino_lcm.py --models_dir ./lcm_models --prompt "Sunset over mountains" --step 4

@pytorch-bot
Copy link

pytorch-bot bot commented Oct 13, 2025

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/15075

Note: Links to docs will display an error until the docs builds have been completed.

❌ 2 New Failures

As of commit 43b7bd1 with merge base 4ba2a66 (image):

NEW FAILURES - The following jobs have failed:

This comment was automatically generated by Dr. CI and updates every 15 minutes.

@meta-cla meta-cla bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Oct 13, 2025
@ynimmaga ynimmaga added the partner: intel For backend delegation, kernels, demo, etc. from the 3rd-party partner, Intel label Oct 13, 2025
@ynimmaga ynimmaga added the release notes: openvino OpenVino backend related issues, features, bugs etc. label Oct 13, 2025
Copy link
Contributor

@kimishpatel kimishpatel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks largely good. Can you add some perf numbers on different backends

Copy link
Contributor

@mergennachin mergennachin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Putting back in the queue. See my minor previous comment

@suryasidd
Copy link
Contributor Author

Putting back in the queue. See my minor previous comment

Separated the model definition and lowering.

@mergennachin mergennachin merged commit 4cff294 into pytorch:main Oct 17, 2025
136 of 138 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. partner: intel For backend delegation, kernels, demo, etc. from the 3rd-party partner, Intel release notes: openvino OpenVino backend related issues, features, bugs etc.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants