intel / openvino-ai-plugins-gimp

GIMP AI plugins with OpenVINO Backend
Apache License 2.0
486 stars 52 forks source link

Installation Instructions github vs discord #17

Closed RhynarAI closed 1 year ago

RhynarAI commented 1 year ago

Thanx for this wonderful project :)

I just tried the instructions from github and got an error, so I headed over to Discord ...

The Discord Instructions are much longer and include many steps not shown here. Half way through I noticed that reading the first posts on discord seem to be outdated - I noticed because running the install scripts from github seemed to have pulled some files already....

It would be nice if there was one consistent install-instruction with all the dependencies and requirements stated at one place... I had to cross read and try&error to find out that python 3.11 was not supported. One site stated an older Gimp version while another place showed two possible versions....

I really appreciate Intel getting into these things and I love being an early adaptor with my ARC770 - but these things need to be dead simple for novice users - if we first need to sign up to discord, read through 100 posts to find the solution, learn how to git, etc... the average user will give up and go for nvidia again...

I had to adapt the install skript 👍 gimpenv3\Scripts\python.exe -m pip install openvino-ai-plugins-gimp.

produced an error, not finding the right path

gimpenv3\Scripts\python.exe -m pip install C:\Users\myname\openvino-ai-plugins-gimp.

then worked...

2blackbar commented 1 year ago

I agree its borked , i edited install bat file as well, this is what worked for me, also i had do change gimp folder name to GIMP from GIMP 2.14 or somethin so its just GIMP.

gimpenv3\Scripts\python.exe -m pip install G:\GIMP\openvino-ai-plugins-gimp.

This made it ggo forward but it does not work after cmd closes itself