InternGPT icon indicating copy to clipboard operation
InternGPT copied to clipboard

InternGPT (iGPT) is an open source demo platform where you can easily showcase your AI models. Now it supports DragGAN, ChatGPT, ImageBind, multimodal chat like GPT-4, SAM, interactive image editing,...

Results 35 InternGPT issues
Sort by recently updated
recently updated
newest added

Hi, When can we expect the VisionLLM code to be released here?

where is certificate folder?

When I run `python -u app.py --load "StyleGAN_cuda:0" --tab "DragGAN" --port 3456 --https -e`, the web page requires an OpenAI API key to log in. Is the connection to World...

## Background Dependencies in `requirements.txt` have module conflicts. ### Description There are two dependencies mentioned in the `requirements.txt` file: `opencv-python` and `albumentations` and the 'albumentations' depends on `opencv-python-headless`. The official...

I get the following error: (igpt) host:~/fa/InternGPT$ python -u app.py --load "ImageOCRRecognition_cuda:0,Text2Image_cuda:0,SegmentAnything_cuda:0,ActionRecognition_cuda:0,VideoCaption_cuda:0,DenseCaption_cuda:0,ReplaceMaskedAnything_cuda:0,LDMInpainting_cuda:0,SegText2Image_cuda:0,ScribbleText2Image_cuda:0,Image2Scribble_cuda:0,Image2Canny_cuda:0,CannyText2Image_cuda:0,StyleGAN_cuda:0,Anything2Image_cuda:0,HuskyVQA_cuda:0" -e -p 3456 --https [07/19 11:24:32] bark.generation WARNING: torch version does not support flash attention. You will get...