sdafd commited on
Commit
58cb4d8
·
verified ·
1 Parent(s): c66760d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -12,9 +12,7 @@ safety_checker.StableDiffusionSafetyChecker.forward = sc
12
 
13
  # Initialize the inpainting pipeline
14
  pipe = StableDiffusionInpaintPipeline.from_pretrained(
15
- "fluently/Fluently-v3-inpainting",
16
- variant="fp16",
17
- torch_dtype=torch.float16,
18
  )
19
  pipe.to('cpu')
20
 
 
12
 
13
  # Initialize the inpainting pipeline
14
  pipe = StableDiffusionInpaintPipeline.from_pretrained(
15
+ "fluently/Fluently-v3-inpainting"
 
 
16
  )
17
  pipe.to('cpu')
18