Skip to content

Commit 730ebb6

Browse files
committed
Merge branch 'version_1_5' of https://github.com/intel/openvino-ai-plugins-gimp into version_1_5
2 parents f86b6d6 + 3bd962a commit 730ebb6

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

install.bat

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,14 @@
22
@echo off
33
echo **** openvino-ai-plugins-gimp Setup started ****
44
python -m pip install virtualenv | find /V "already satisfied"
5-
python -m virtualenv gimpenv3
6-
gimpenv3\Scripts\python.exe -m pip install safetensors==0.3.2 transformers==4.31.0 diffusers>=0.14.0 controlnet-aux>=0.0.6 tqdm==4.64.0 openvino==2022.3.0 huggingface_hub streamlit==1.12.0 watchdog==2.1.9 ftfy==6.1.1 | find /V "already satisfied"
5+
python -m virtualenv gimpenv3
6+
7+
gimpenv3\Scripts\python.exe -m pip install safetensors==0.3.2 transformers==4.31.0 diffusers>=0.14.0 controlnet-aux>=0.0.6 tqdm==4.64.0 openvino==2022.3.0 huggingface_hub streamlit==1.12.0 watchdog==2.1.9 ftfy==6.1.1 | find /V "already satisfied"
8+
79
gimpenv3\Scripts\python.exe -m pip install openvino-ai-plugins-gimp\.
8-
echo *** openvino-ai-plugins-gimp Installed ***
10+
echo *** openvino-ai-plugins-gimp Installed ***
911
gimpenv3\Scripts\python.exe -c "import gimpopenvino; gimpopenvino.setup_python_weights()"
10-
echo **** openvino-ai-plugins-gimp Setup Ended ****
12+
echo **** openvino-ai-plugins-gimp Setup Ended ****
1113

1214

1315

0 commit comments

Comments
 (0)