-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* WIP: conversion and pipeline base * Support SD3 * img2img pipeline * fix model export * update after migration on new pipeline style * fix inference issues * fix missed tokenizer export * add support in quantization * Update optimum/intel/openvino/modeling_diffusion.py Co-authored-by: Ilyas Moutawwakil <57442720+IlyasMoutawwakil@users.noreply.github.com> * add tests * fix tests * update tests * Update tests/openvino/utils_tests.py Co-authored-by: Ilyas Moutawwakil <57442720+IlyasMoutawwakil@users.noreply.github.com> * fix tests * add export tests * fix cli tests * use fp32 timesteps * add flux * fix after black update * apply review comments * compatibility with diffusers 0.31.0 * apply review comments * Update tests/openvino/test_diffusion.py Co-authored-by: Ilyas Moutawwakil <57442720+IlyasMoutawwakil@users.noreply.github.com> * Update tests/openvino/test_diffusion.py Co-authored-by: Ilyas Moutawwakil <57442720+IlyasMoutawwakil@users.noreply.github.com> --------- Co-authored-by: Ilyas Moutawwakil <57442720+IlyasMoutawwakil@users.noreply.github.com>
- Loading branch information
1 parent
a432102
commit 86598a6
Showing
17 changed files
with
1,001 additions
and
110 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.