Visual ChatGPT
Visual ChatGPT 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 Demo System Architecture Quick Start # create a new environment conda create -n visgpt python=3.8 # activate the new environment conda activate visgpt…