Spaces:
Build error
Build error
Update routers/training.py
Browse files- 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 |
|