AI Image descriptions progress #19807
seanbudd
started this conversation in
Show and tell
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
The latest good NVDA installer of AI image descriptions can be found here.
After early alpha testing feedback, on-device AI image descriptions were removed from 2026.1.
This is due to these main reasons:
To reintroduce the feature in alpha, we want to fix the following things first:
So far we have done this, by recently improving the model slightly.
The next biggest priorities are:
After:
A big technical challenge here is the lag importing numpy introduces, which the python onnxruntime requires.
We investigated creating a C++ layer, but the implementation is still experimental and not working for ARM64EC: microsoft/onnxruntime#15403
We could consider offloading onnxruntime, numpy and the describer to a separate process, similar to the 32bit shim.
Related issues and PRs:
Beta Was this translation helpful? Give feedback.
All reactions