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

unet fusion for stable diffusion webui #19227

Merged
merged 5 commits into from
Jan 23, 2024
Merged

unet fusion for stable diffusion webui #19227

merged 5 commits into from
Jan 23, 2024

Conversation

tianleiwu
Copy link
Contributor

Description

Update unet fusion for stable diffusion webui extension:
(1) Update fusion pattern to support fp16 unet model.
(2) Add progress bar
(3) Use a cached map to speed up dtype or shape lookup in shape inference result.

Motivation and Context

@tianleiwu tianleiwu merged commit 6ca7c1a into main Jan 23, 2024
91 of 94 checks passed
@tianleiwu tianleiwu deleted the tlwu/a1111_unet_fusion branch January 23, 2024 04:42
YUNQIUGUO pushed a commit that referenced this pull request Jan 23, 2024
### Description
Update unet fusion for [stable diffusion webui
extension](https://github.com/tianleiwu/Stable-Diffusion-WebUI-OnnxRuntime):
(1) Update fusion pattern to support fp16 unet model.
(2) Add progress bar
(3) Use a cached map to speed up dtype or shape lookup in shape
inference result.

### Motivation and Context
<!-- - Why is this change required? What problem does it solve?
- If it fixes an open issue, please link to the issue here. -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants