noahfaire commited on
Commit
3781df4
1 Parent(s): 41b65c1

half error fix

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -40,8 +40,8 @@ model_path = "runwayml/stable-diffusion-inpainting"
40
 
41
  pipe = StableDiffusionInpaintPipeline.from_pretrained(
42
  model_path,
43
- revision="fp16",
44
- torch_dtype=torch.float16,
45
  use_auth_token=True
46
  )
47
 
 
40
 
41
  pipe = StableDiffusionInpaintPipeline.from_pretrained(
42
  model_path,
43
+ # revision="fp16",
44
+ # torch_dtype=torch.float16,
45
  use_auth_token=True
46
  )
47