Spaces:
Runtime error
Runtime error
hadisalman
commited on
Commit
•
64db400
1
Parent(s):
1949c59
Safety_checker on
Browse files
app.py
CHANGED
@@ -16,7 +16,6 @@ pipe_inpaint = StableDiffusionInpaintPipeline.from_pretrained(
|
|
16 |
"runwayml/stable-diffusion-inpainting",
|
17 |
revision="fp16",
|
18 |
torch_dtype=torch.float16,
|
19 |
-
safety_checker=None,
|
20 |
)
|
21 |
pipe_inpaint = pipe_inpaint.to("cuda")
|
22 |
|
|
|
16 |
"runwayml/stable-diffusion-inpainting",
|
17 |
revision="fp16",
|
18 |
torch_dtype=torch.float16,
|
|
|
19 |
)
|
20 |
pipe_inpaint = pipe_inpaint.to("cuda")
|
21 |
|