-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Stable Diffusion ControlNet support (#622)
* placeholders * export support poc * wrapup export * finish modeling * pipeline done * add compiler args for controlnet export * add test * update setup * fix * update setup * add doc * remove changes for debug * correct comment * address comments * Update docs/source/tutorials/stable_diffusion.mdx Co-authored-by: Michael Benayoun <[email protected]> * Update docs/source/tutorials/stable_diffusion.mdx Co-authored-by: Michael Benayoun <[email protected]> * Update optimum/commands/export/neuronx.py Co-authored-by: Michael Benayoun <[email protected]> * apply suggestions * limit diffusers version, 0.29 incompatible * fix ruff check --------- Co-authored-by: David Corvoysier <[email protected]> Co-authored-by: Michael Benayoun <[email protected]>
- Loading branch information
1 parent
8e0c5fe
commit 2c524df
Showing
23 changed files
with
1,461 additions
and
103 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,4 +52,4 @@ jobs: | |
- name: Check style with ruff | ||
run: | | ||
source venv/bin/activate | ||
ruff . | ||
ruff check . |
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
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.