visual-chatgpt
visual-chatgpt copied to clipboard
Official repo for the paper: Visual ChatGPT: Talking, Drawing and Editing with Visual Foundation Models
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(self.face_rec_model_path)?
C:\ProgramData\Anaconda3\envs\visual-chatgpt\lib\site-packages\ldm.py:20 │ │ print self.face_rec_model_path
Traceback (most recent call last): File "C:\Users\user\.conda\envs\visgpt\lib\site-packages\requests\compat.py", line 11, in import chardet ModuleNotFoundError: No module named 'chardet' During handling of the above exception, another exception occurred: Traceback (most recent call...
╭───────────────────── Traceback (most recent call last) ──────────────────────╮ │ /Users/user/PycharmProjects/pythonProject2/visual_chatgpt.py:941 in │ │ │ │ 938 │ │ return state, state, txt + ' ' + image_filename + ' ' │...
torch not complied with cuda
error: subprocess-exited-with-error × python setup.py egg_info did not run successfully. │ exit code: 1 ╰─> [32 lines of output] Traceback (most recent call last): File "", line 2, in File...
What are the requirements to run this code on the above mentioned environments? Thanks
1) The requirements.txt file is broke 2) Even the implementation is broke cant even run it on colab
Was wondering why it just did not work until I noticed half of the install instrucions is for linux-.-
when I run visual_chatgpt.py, I get the following error: "import gradio as gr ModuleNotFoundError: No module named 'gradio'" Could you please help me with possible solution.
I added that you first need to clone this repo and change into the directory after that. Might seem obvious but I was not sure why the pip install -r...