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

![image](https://github.com/OpenGVLab/InternGPT/assets/34738478/68ffeb0e-a6bb-42be-a1f5-d9a6f9be85d5)

The instructions provided are honestly insufficient, so I fixed this up. Just add model_zoo and certificate folders to the root directory and populate accordingly. Oh and change the volume paths...

How to request the download URL for the llama weights?

Traceback (most recent call last): File "/mnt/data/creative/InternGPT/app.py", line 225, in bot = ConversationBot(load_dict=load_dict, e_mode=args.e_mode) File "/mnt/data/creative/InternGPT/iGPT/controllers/ConversationBot.py", line 144, in __init__ self.models[class_name] = globals()[class_name](device=device,e_mode=e_mode) File "/mnt/data/creative/InternGPT/iGPT/models/husky.py", line 369, in __init__ download_if_not_exists(base_path="model_zoo/llama",...

OSError: Unable to load weights from pytorch checkpoint file for 'model_zoo/llama_7B_hf/pytorch_model-00002-of-00033.bin' at 'model_zoo/llama_7B_hf/pytorch_model-00002-of-00033.bin'. If you tried to load a PyTorch model from a TF 2.0 checkpoint, please set from_tf=True. When...

Error after running: python app.py File "/Users/username/Development/InternGPT/InternGPT/iGPT/models/image.py", line 20, in from controlnet_aux import OpenposeDetector, MLSDdetector, HEDdetector ModuleNotFoundError: No module named 'controlnet_aux'

How can I run it online? I've tried Colab, Gradio, etc...I know there's a online demo, but it is suspended, and I can't use it and I can't wait, also,...