visual-chatgpt
visual-chatgpt copied to clipboard
It doesn't work on mac. Is there a mac version?
It doesn't work on mac. Is there a mac version?
look at this #37, which is Mac M1 solution
@zhenxingliu Or you can refer my Google Colab notebook version https://github.com/K-tang-mkv/visual-chatgpt-googlecolab
@K-tang-mkv error while running your colab
can't open file 'visual_chatgpt.py': [Errno 2] No such file or directory
@Nithur-M Have you step by step run my Colab? if u did, and then my repo will be cloned and there is definitely a file called 'visual_chatgpt.py'.
@zhenxingliu Or you can refer my Google Colab notebook version https://github.com/K-tang-mkv/visual-chatgpt-googlecolab
got the following message "Sorry, the file you have requested does not exist."
@K-tang-mkv thanks for proving the colab! I'm not getting the same experience as what was demonstrated in the gif of the repo. When asked to replace the subject in picture or remove the background, it does it very poorly and does not use the original picture. Do you know why?
@quangogster Actually I didn't use ImageEditing
tool in my Colab notebook, so you can't get a good result when you editing the image. I just use two models T2I
and ImageCaption
to process images, and if you wanna editing images, you can choose your self.tools
.