From a494e7a7faf3c70e71e83a36b53f2d669f940a23 Mon Sep 17 00:00:00 2001 From: Qing Date: Sun, 12 Jun 2022 22:07:58 +0800 Subject: [PATCH] update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c3eb3b5..5762f21 100644 --- a/README.md +++ b/README.md @@ -49,8 +49,8 @@ Select the inpainting model to use, and set the configs corresponding to the mod LaMa model has no configs that can be specified at runtime. LDM model has two configs to control the quality of final result: -1. steps: You can get better result with large steps, but it will be more time-consuming -2. sampler: ddim or [plms](https://arxiv.org/abs/2202.09778). In general plms can get better results with fewer steps +1. Steps: You can get better result with large steps, but it will be more time-consuming +2. Sampler: ddim or [plms](https://arxiv.org/abs/2202.09778). In general plms can get better results with fewer steps ### High Resolution Strategy