From c798cd6e9468600020c6246e8b8af609925732ec Mon Sep 17 00:00:00 2001 From: danqiao <1192787158@qq.com> Date: Mon, 17 Apr 2023 05:34:35 +0000 Subject: [PATCH] update readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 57dcb451..38b4d7ff 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,12 @@ See our paper: [Visual ChatGPT: Talking, Drawing and Editing with V ## Updates: - Now Visual ChatGPT supports [GroundingDINO](https://github.com/IDEA-Research/GroundingDINO) and [segment-anything](https://github.com/facebookresearch/segment-anything)! Thanks **@jordddan** for his efforts. For the image editing case, `GroundingDINO` is first used to locate bounding boxes guided by given text, then `segment-anything` is used to generate the related mask, and finally stable diffusion inpainting is used to edit image based on the mask. + - You can install the following packages to experience the new features. + + ``` + pip install git+https://github.com/IDEA-Research/GroundingDINO.git + pip install git+https://github.com/facebookresearch/segment-anything.git + ``` - Now Visual ChatGPT can support Chinese! Thanks to **@Wang-Xiaodong1899** for his efforts.