Skip to content

Commit

Permalink
forgot sd3 inpaint
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyasMoutawwakil committed Nov 19, 2024
1 parent 2183fb7 commit 417db60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions optimum/onnxruntime/modeling_diffusion.py
Original file line number Diff line number Diff line change
Expand Up @@ -1075,6 +1075,7 @@ def _get_ort_class(pipeline_class_name: str, throw_error_if_not_exist: bool = Tr
ORT_INPAINT_PIPELINES_MAPPING = OrderedDict(
[
("stable-diffusion", ORTStableDiffusionInpaintPipeline),
("stable-diffusion-3", ORTStableDiffusion3InpaintPipeline),
("stable-diffusion-xl", ORTStableDiffusionXLInpaintPipeline),
]
)
Expand Down

0 comments on commit 417db60

Please sign in to comment.