Baike.dev
All toolsTrendingOpen sourceNewsSubmit
Log in
< 返回工具列表
T

TaskMatrix

> 编程语言
开源

TaskMatrix TaskMatrix connects ChatGPT and a series of Visual Foundation Models to enable sending and receiving images during chatting. See…

34.0K stars0 点赞0 次浏览
访问官网GitHub

工具介绍

TaskMatrix TaskMatrix connects ChatGPT and a series of Visual Foundation Models to enable sending and receiving images during chatting. See…

# TaskMatrix **TaskMatrix** connects ChatGPT and a series of Visual Foundation Models to enable **sending** and **receiving** images during chatting. See our paper: [Visual ChatGPT: Talking, Drawing and Editing with Visual Foundation Models](https://arxiv.org/abs/2303.04671) ## Updates: - Now TaskMatrix 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. - Firstly, run `python visual_chatgpt.py --load "Text2Box_cuda:0,Segmenting_cuda:0,Inpainting_cuda:0,ImageCaptioning_cuda:0"` - Then, say `find xxx in the image` or `segment xxx in the image`. `xxx` is an object. TaskMatrix will return the detection or segmentation result! - Now TaskMatrix can support Chinese! Thanks to **@Wang-Xiaodong1899** for his efforts. - We propose the **template** idea in TaskMatrix! - A template is a **pre-defined execution flow** that assists ChatGPT in assembling complex tasks involving multiple foundation models. - A template contains the **experiential solution** to complex tasks as determined by humans. - A template can **invoke multiple foundation models** or even **establish a new ChatGPT session** - To define a **template**, simply adding a class with attributes `template_model = True` - Thanks to **@ShengmingYin** and **@thebestannie** for providing a template example in `InfinityOutPainting` class (see the following gif) - Firstly, run `python visual_chatgpt.py --load "Inpainting_cuda:0,ImageCaptioning_cuda:0,VisualQuestionAnswering_cuda:0"` - Secondly, say `extend the image to 2048x1024` to TaskMatrix! - By simply creating an `InfinityOutPainting` template, TaskMatrix can seamlessly extend images to any size through collaboration with existing `ImageCaptioning`, `Inpainting`, and `VisualQuestionAnswering` foundation models, **without the need for additional training**. - **TaskMatrix needs the effort of the community! We crave your contribution to add new and interesting features!** ## Insight & Goal: On the one hand, **ChatGPT (or LLMs)** serves as a **general interface** that provides a broad and diverse understanding of a wide range of topics. On the other hand, **Foundation Models** serve as **domain experts** by providing deep knowledge in specific domains. By leveraging **both general and deep knowledge**, we aim at building an AI that is capable of handling various tasks. ## Demo ## System Architecture

## Quick Start ``` … ``` ## GPU memory usage Here we list the GPU memory usage of each visual foundation model, you can specify which one you like: | Foundation Model | GPU Memory (MB) | |------------------------|-----------------| | ImageEditing | 3981 | | InstructPix2Pix | 2827 | | Text2Image | 3385 | | ImageCaptioning | 1209 | | Image2Canny | 0 | | CannyText2Image | 3531 | | Image2Line | 0 | | LineText2Image | 3529 | | Image2Hed | 0 | | HedText2Image | 3529 | | Image2Scribble | 0 | | ScribbleText2Image | 3531 | | Image2Pose | 0 | | PoseText2Image | 3529 | | Image2Seg | 919 | | SegText2Image | 3529 | | Image2Depth | 0 | | DepthText2Image | 3531 | | Image2Normal | 0 | | NormalText2Image | 3529 | | VisualQuestionAnswering| 1495 | ## Acknowledgement We appreciate the open source of the following projects: [Hugging Face](https://github.com/huggingface)   [LangChain](https://github.com/hwchase17/langchain)   [Stable Diffusion](https://github.com/CompVis/stable-diffusion)   [ControlNet](https://github.com/lllyasviel/ControlNet)   [InstructPix2Pix](https://github.com/timothybrooks/instruct-pix2pix)   [CLIPSeg](https://github.com/timojl/clipseg)   [BLIP](https://github.com/salesforce/BLIP)   ## Contact Information For help or issues using the TaskMatrix, please submit a GitHub issue. For other communications, please contact Chenfei WU ([email protected]) or Nan DUAN ([email protected]). ## Trademark Notice Trademarks This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow [Microsoft’s Trademark & Brand Guidelines](https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks). Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party’s policies. ## Disclaimer The recommended models in this Repo are just examples, used for scientific research exploring the concept of task automation and benchmarking with the paper published at [Visual ChatGPT: Talking, Drawing and Editing with Visual Foundation Models](https://arxiv.org/abs/2303.04671). Users can replace the models in this Repo according to their research needs. When using the recommended models in this Repo, you need to comply with the licenses of these models respectively. Microsoft shall not be held liable for any infringement of third-party rights resulting from your usage of this repo. Users agree to defend, indemnify and hold Microsoft harmless from and against all damages, costs, and attorneys' fees in connection with any claims arising from this Repo. If anyone believes that this Repo infringes on your rights, please notify the project owner [email]([email protected]).

核心特点

  • •Firstly, run python visual_chatgpt.py --load "Text2Box_cuda:0,Segmenting_cuda:0,Inpainting_cuda:0,ImageCaptioning_cuda:0"
  • •Then, say find xxx in the image or segment xxx in the image. xxx is an object. TaskMatrix will return the detection or segmentation result!
  • •Now TaskMatrix can support Chinese! Thanks to @Wang-Xiaodong1899 for his efforts.
  • •We propose the template idea in TaskMatrix!
  • •A template is a pre-defined execution flow that assists ChatGPT in assembling complex tasks involving multiple foundation models.
  • •A template contains the experiential solution to complex tasks as determined by humans.
  • •A template can invoke multiple foundation models or even establish a new ChatGPT session
  • •To define a template, simply adding a class with attributes template_model = True
  • •Thanks to @ShengmingYin and @thebestannie for providing a template example in InfinityOutPainting class (see the following gif)
  • •Firstly, run python visual_chatgpt.py --load "Inpainting_cuda:0,ImageCaptioning_cuda:0,VisualQuestionAnswering_cuda:0"

> 标签

Python

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月9日
分类编程语言
定价开源

> 相关工具

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言