You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/community/stable_diffusion_mega.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@
10
10
LMSDiscreteScheduler,
11
11
PNDMScheduler,
12
12
StableDiffusionImg2ImgPipeline,
13
-
StableDiffusionInpaintPipeline,
13
+
StableDiffusionInpaintPipelineLegacy,
14
14
StableDiffusionPipeline,
15
15
UNet2DConditionModel,
16
16
)
@@ -136,7 +136,7 @@ def inpaint(
136
136
callback_steps: Optional[int] =1,
137
137
):
138
138
# For more information on how this function works, please see: https://huggingface.co/docs/diffusers/api/pipelines/stable_diffusion#diffusers.StableDiffusionImg2ImgPipeline
0 commit comments