Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
echarlaix committed Jul 18, 2023
1 parent e455428 commit 420983d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions optimum/onnxruntime/modeling_diffusion.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
LMSDiscreteScheduler,
PNDMScheduler,
StableDiffusionPipeline,
StableDiffusionXLPipeline,
StableDiffusionXLImg2ImgPipeline,
)
from diffusers.schedulers.scheduling_utils import SCHEDULER_CONFIG_NAME
from diffusers.utils import CONFIG_NAME
Expand Down Expand Up @@ -547,7 +547,7 @@ def __call__(self, *args, **kwargs):


class ORTStableDiffusionXLPipelineBase(ORTStableDiffusionPipelineBase):
auto_model_class = StableDiffusionXLPipeline
auto_model_class = StableDiffusionXLImg2ImgPipeline

def __init__(
self,
Expand Down

0 comments on commit 420983d

Please sign in to comment.