From ac8f1426ab188917d9feb21f3f5003e902ce7bc5 Mon Sep 17 00:00:00 2001 From: w-e-w <40751091+w-e-w@users.noreply.github.com> Date: Sun, 15 Dec 2024 16:48:30 +0900 Subject: [PATCH] redirect https://github.com/runwayml/stable-diffusion#inpainting-with-stable-diffusion -> https://github.com/w-e-w/stable-diffusion/tree/inpainting#inpainting-with-stable-diffusion --- Features.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Features.md b/Features.md index 69b1726..163dbb1 100644 --- a/Features.md +++ b/Features.md @@ -195,7 +195,7 @@ Options for inpainting: ## Inpainting model RunwayML has trained an additional model specifically designed for inpainting. This model accepts additional inputs - the initial image without noise plus the mask - and seems to be much better at the job. -Download and extra info for the model is here: https://github.com/runwayml/stable-diffusion#inpainting-with-stable-diffusion +Download and extra info for the model is here: [https://github.com/runwayml/stable-diffusion#inpainting-with-stable-diffusion](https://github.com/w-e-w/stable-diffusion/tree/inpainting#inpainting-with-stable-diffusion) To use the model, you must rename the checkpoint so that its filename ends in `inpainting.ckpt`, for example, `1.5-inpainting.ckpt`.