File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments