visual-chatgpt icon indicating copy to clipboard operation
visual-chatgpt copied to clipboard

Its broke

Open complete-dope opened this issue 2 years ago • 9 comments

  1. The requirements.txt file is broke

  2. Even the implementation is broke cant even run it on colab

complete-dope avatar Mar 11 '23 15:03 complete-dope

The requirement.txt file worked for me. Are you sure you typed

requirement.txt (without s at the end.)

mikavehns avatar Mar 11 '23 15:03 mikavehns

i was missing one dependency which i fixed by installing charset normalizer pip install charset-normalizer==3.0.0

Askejm avatar Mar 11 '23 15:03 Askejm

the versions mentioned are not corrected , and when changed it conflicts with internal dependencies of torch and torchvision !

complete-dope avatar Mar 11 '23 16:03 complete-dope

The requirement.txt file worked for me. Are you sure you typed

requirement.txt (without s at the end.)

Are you drunk or what ? which requirement.txt (without s) you were running from this repo

complete-dope avatar Mar 11 '23 16:03 complete-dope

  1. The requirements.txt is fine, the only thing might need to change is that you need to install the torch with cuda support, the deafult one doesn't work on my side.
  2. There are so many things can make you unable to excute the program, you need to provide more information.

wrk226 avatar Mar 11 '23 17:03 wrk226

Are you drunk or what ? which requirement.txt (without s) you were running from this repo

image

Askejm avatar Mar 11 '23 19:03 Askejm

the versions mentioned are not corrected , and when changed it conflicts with internal dependencies of torch and torchvision !

assuming you are on windows you can check out this fork

Askejm avatar Mar 11 '23 19:03 Askejm

The requirement.txt file worked for me. Are you sure you typed

requirement.txt (without s at the end.)

Are you drunk or what ? which requirement.txt (without s) you were running from this repo

You wrote requirements.txt in your issue, but the file is called requirement.txt.

mikavehns avatar Mar 11 '23 23:03 mikavehns

  • The requirements.txt file is broke
  • Even the implementation is broke cant even run it on colab

Reference my colab version Open 2k image generation in Colab

K-tang-mkv avatar Mar 12 '23 00:03 K-tang-mkv