woodserino commited on
Commit
bd33d9e
·
verified ·
1 Parent(s): 7877c48

Update routers/training.py

Browse files
Files changed (1) hide show
  1. routers/training.py +0 -1
routers/training.py CHANGED
@@ -26,7 +26,6 @@ from diffusers import StableDiffusionInpaintPipeline
26
 
27
  pipe = StableDiffusionInpaintPipeline.from_pretrained(
28
  "runwayml/stable-diffusion-inpainting",
29
- revision="fp16",
30
  torch_dtype=torch.float16,
31
  )
32
 
 
26
 
27
  pipe = StableDiffusionInpaintPipeline.from_pretrained(
28
  "runwayml/stable-diffusion-inpainting",
 
29
  torch_dtype=torch.float16,
30
  )
31