Commit 4a9ab65
Fixing missing provider options argument (#11397)
* Fixing missing provider options argument
* Adding if else for provider options
* Apply suggestions from code review
Co-authored-by: YiYi Xu <[email protected]>
* Apply style fixes
* Update src/diffusers/pipelines/onnx_utils.py
Co-authored-by: YiYi Xu <[email protected]>
* Update src/diffusers/pipelines/onnx_utils.py
Co-authored-by: YiYi Xu <[email protected]>
---------
Co-authored-by: Uros Petkovic <[email protected]>
Co-authored-by: Sayak Paul <[email protected]>
Co-authored-by: YiYi Xu <[email protected]>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>1 parent 0ac1d5b commit 4a9ab65
1 file changed
+15
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
78 | 83 | | |
79 | 84 | | |
80 | 85 | | |
| |||
174 | 179 | | |
175 | 180 | | |
176 | 181 | | |
177 | | - | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
178 | 186 | | |
179 | 187 | | |
180 | 188 | | |
| |||
190 | 198 | | |
191 | 199 | | |
192 | 200 | | |
193 | | - | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
194 | 207 | | |
195 | 208 | | |
196 | 209 | | |
| |||
0 commit comments