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

It doesn't work on mac. Is there a mac version?

Open zhenxingliu opened this issue 1 year ago • 8 comments

It doesn't work on mac. Is there a mac version?

zhenxingliu avatar Mar 11 '23 10:03 zhenxingliu

look at this #37, which is Mac M1 solution

K-tang-mkv avatar Mar 11 '23 11:03 K-tang-mkv

@zhenxingliu Or you can refer my Google Colab notebook version https://github.com/K-tang-mkv/visual-chatgpt-googlecolab

K-tang-mkv avatar Mar 11 '23 11:03 K-tang-mkv

@K-tang-mkv error while running your colab

can't open file 'visual_chatgpt.py': [Errno 2] No such file or directory

Nithur-M avatar Mar 11 '23 13:03 Nithur-M

@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'.

K-tang-mkv avatar Mar 11 '23 14:03 K-tang-mkv

@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."

rarhs avatar Mar 11 '23 14:03 rarhs

@rarhs I just re-modified my Colab notebook, checkout this Open 2k image generation in Colab

K-tang-mkv avatar Mar 11 '23 14:03 K-tang-mkv

@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?

quang-m-nguyen avatar Mar 11 '23 21:03 quang-m-nguyen

@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.

K-tang-mkv avatar Mar 11 '23 23:03 K-tang-mkv