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

SDXL demo: consistent opt shape and seed #18445

Merged
merged 3 commits into from
Nov 15, 2023
Merged

Conversation

tianleiwu
Copy link
Contributor

Description

A few refinements:
(1) Use fixed optimized shape for dynamic engine of TRT.
(2) Use same seed in base and refiner.
(3) Save metadata to png file so that it is easy to reproduce.
(4) Disable EulerA scheduler for XL since it has issue in refiner.
(5) Limit height and width to be divisible by 64.
(6) Update document to add a link of downloading optimized model.

Motivation and Context

wangyems
wangyems previously approved these changes Nov 15, 2023
Co-authored-by: kunal-vaishnavi <[email protected]>
@tianleiwu tianleiwu merged commit d738ff1 into main Nov 15, 2023
@tianleiwu tianleiwu deleted the tlwu/sdxl_perf_results branch November 15, 2023 04:24
tianleiwu added a commit that referenced this pull request Nov 17, 2023
### Description
A few refinements:
(1) Use fixed optimized shape for dynamic engine of TRT.
(2) Use same seed in base and refiner.
(3) Save metadata to png file so that it is easy to reproduce.
(4) Disable EulerA scheduler for XL since it has issue in refiner with 1.16.2.
(5) Limit height and width to be divisible by 64.
(6) Update document to add a link of downloading optimized model.

---------

Co-authored-by: kunal-vaishnavi <[email protected]>
kleiti pushed a commit to kleiti/onnxruntime that referenced this pull request Mar 22, 2024
### Description
A few refinements:
(1) Use fixed optimized shape for dynamic engine of TRT.
(2) Use same seed in base and refiner.
(3) Save metadata to png file so that it is easy to reproduce.
(4) Disable EulerA scheduler for XL since it has issue in refiner with 1.16.2.
(5) Limit height and width to be divisible by 64.
(6) Update document to add a link of downloading optimized model.

---------

Co-authored-by: kunal-vaishnavi <[email protected]>
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.

3 participants