OpenVINO Script doesn't work Python3.10.6, but partially works with Python3.9.9 #82
Unanswered
TrokhymButko
asked this question in
Q&A
Replies: 1 comment
-
|
I have Windows 11, but in the next topic about Linux they gave a hint in the form of the line "pip install torch==2.1.0 torchvision==0.16.0" . I made sure that I had other versions, after which I deleted torch "pip uninstall torch" and then installed it with the command "pip install torch==2.1.0 torchvision==0.16.0". As a result, the OpenVINO script worked, but partially, with inpainting models OpenVINO still does not work in all modes. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello. I previously had Python 3.9.9. During the first installation, I received the following line: “This program is tested with 3.10.6 Python, but you have 3.9.9.”, but the project was built and OpenVINO Script worked. The script gives a 4-fold increase in performance (intel N100 processor, + 16gb). OpenVINO Script gave an error only when I selected Inpaint model + img2img>Inpaint mode. I thought that by replacing Python I would get full functionality. I removed Python3.9.9 and installed 3.10.6. I'm installing a new SD, but OpenVINO Script doesn't work anymore!!! Without a script, everything works on all builds, but very slowly (CPU). There are many warnings in the console, I will only give the first one: " torch._dynamo.symbolic_convert: [WARNING] C:\stable-diffusion-webui\venv\lib\site-packages\torch\nn\modules\linear.py <function Linear. forward at 0x000001EFA0451F30> [UserDefinedObjectVariable(LoraPatches), NNModuleVariable(), TensorVariable()] {} too many positional arguments".
When I replace the "venv" folder, which was built on Python3.9.9, the script works again.
I am attaching files with errors and lists of pip modules of both Python
pip_list_py3_9_9.txt
pip_list_py3_10_6.txt
error_DS_python_3_10_6.txt
I am ready to provide any other information and follow your advice to understand the situation.
Beta Was this translation helpful? Give feedback.
All reactions