Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyasMoutawwakil committed Sep 13, 2024
1 parent a706204 commit 002ed68
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion optimum/onnxruntime/modeling_diffusion.py
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,6 @@ def __init__(self, vae_encoder: ORTModelVaeEncoder, vae_decoder: ORTModelVaeDeco
super().__init__(vae_decoder.session, parent_model)



@add_end_docstrings(ONNX_MODEL_END_DOCSTRING)
class ORTStableDiffusionPipeline(ORTPipeline, StableDiffusionPipeline):
"""
Expand Down

0 comments on commit 002ed68

Please sign in to comment.