intel / openvino-ai-plugins-gimp

GIMP AI plugins with OpenVINO Backend
Apache License 2.0
447 stars 49 forks source link

Timeout #71

Closed WasfiAkab closed 7 months ago

WasfiAkab commented 8 months ago

I get always timeout, it's impossible to finish the installation with cmd. Is there a way to download files/models manually?

gblong1 commented 8 months ago

hi @WasfiAkab - If you have gotten through the python environment setup, you can run just the model download from huggingface separately using the following:

gimpenv3\Scripts\activate
python openvino-ai-plugins-gimp\model_setup.py
WasfiAkab commented 7 months ago

Thank you very much for your reply, I really appreciate that. I tried many times but it doesn't work, at the end I deleted every thing. Maybe it's the fault of that Bugging Face or Unstable Confusion... :-)

gblong1 commented 7 months ago

Hi @WasfiAkab - What country are you located in? I wonder if there is some restriction on HuggingFace.

WasfiAkab commented 7 months ago

I'm in Italy and I don't think that there are any restriction in Italy. I'm using Easy Diffusion and it works fine (but the results really suck)

gblong1 commented 7 months ago

I don't think there is any restriction there, either. the only other alternative is to go to hugging face and download them 1 by 1 to see if that works. You can find the repos in huggingface.co/Intel (or by looking at repo_id in the model_download.py. for example: https://github.com/intel/openvino-ai-plugins-gimp/blob/main/model_setup.py#L158 )

WasfiAkab commented 7 months ago

OK, thanks, I'll give it a try and I'll tell you if I could do anything about it. Thank you very much again.