From ef4be89d17d3de16afeda2314778b4c5192c9e34 Mon Sep 17 00:00:00 2001 From: Yumenoumi <45814140+Yumenoumi@users.noreply.github.com> Date: Tue, 21 Mar 2023 15:27:28 +0800 Subject: [PATCH] Remove unnecessary bracket --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0cc7471..a0d13ef 100644 --- a/README.md +++ b/README.md @@ -264,7 +264,7 @@ Thanks for open-sourcing! - [CompVis](https://github.com/CompVis/stable-diffusion) initial stable diffusion release - [Patrick](https://github.com/pesser)'s [implementation](https://github.com/runwayml/stable-diffusion/blob/main/scripts/inpaint_st.py) of the streamlit demo for inpainting. - `img2img` is an application of [SDEdit](https://arxiv.org/abs/2108.01073) by [Chenlin Meng](https://cs.stanford.edu/~chenlin/) from the [Stanford AI Lab](https://cs.stanford.edu/~ermon/website/). -- [Kat's implementation]((https://github.com/CompVis/latent-diffusion/pull/51)) of the [PLMS](https://arxiv.org/abs/2202.09778) sampler, and [more](https://github.com/crowsonkb/k-diffusion). +- [Kat's implementation](https://github.com/CompVis/latent-diffusion/pull/51) of the [PLMS](https://arxiv.org/abs/2202.09778) sampler, and [more](https://github.com/crowsonkb/k-diffusion). - [DPMSolver](https://arxiv.org/abs/2206.00927) [integration](https://github.com/CompVis/stable-diffusion/pull/440) by [Cheng Lu](https://github.com/LuChengTHU). - Facebook's [xformers](https://github.com/facebookresearch/xformers) for efficient attention computation. - [MiDaS](https://github.com/isl-org/MiDaS) for monocular depth estimation.