Unverified Commit 8270fa58 authored by space_samurai's avatar space_samurai Committed by GitHub
Browse files

Doc update (#11531)

Update docs/source/en/using-diffusers/inpaint.md
parent 1a10fa0c
......@@ -363,6 +363,7 @@ device = "cuda"
pipeline = AutoPipelineForInpainting.from_pretrained(
"runwayml/stable-diffusion-inpainting",
torch_dtype=torch.float16,
variant="fp16"
)
pipeline = pipeline.to(device)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment