sdafd commited on
Commit
1e37fa2
·
verified ·
1 Parent(s): d69542c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ safety_checker.StableDiffusionSafetyChecker.forward = sc
12
 
13
  # Initialize the inpainting pipeline
14
  pipe = StableDiffusionInpaintPipeline.from_pretrained(
15
- "philschmid/stable-diffusion-2-inpainting-endpoint"
16
  )
17
  pipe.to('cpu')
18
 
 
12
 
13
  # Initialize the inpainting pipeline
14
  pipe = StableDiffusionInpaintPipeline.from_pretrained(
15
+ "Sanster/anything-4.0-inpainting"
16
  )
17
  pipe.to('cpu')
18