-
Notifications
You must be signed in to change notification settings - Fork 3.2k
[js][feature tracking] JavaScript library consume #14529
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
Hi is there any news on point 2 - support loading from worker/audio worklet ? |
I'm also interested in this 👀 |
### Description I've added changes to support CUDA and DML (only on Windows, on other platforms it will throw an error) ### Motivation and Context It fixes this feature request #14127 which is tracked here #14529 I was working on StableDiffusion implementation for node.js and it is very slow on CPU, so GPU support is essential. Here is a working demo with a patched and precompiled version https://github.com/dakenf/stable-diffusion-nodejs ---------
Is the cuda or dml providers available in onnxruntime-node v1.16? |
They are not supported out-of-the-box and need a few manual steps to enable. We will consider to optimize this in next release. |
I am developing a tool that relies heavily on onnxruntime-node. Due to the lack of GPU support, the tool runs very slowly. I tried to compile onnxruntime-node, but encountered many problems. Is there a time plan for the release of the npm package, or can you provide the manual steps? Thank you. |
we are working on the pipeline changes for Node.js binding. |
UPDATE: Items (1) and (6) for onnxruntime-web is done by recent change merged into main branch. |
Thanks for your help. |
Is there any progress about the |
) ### Description I've added changes to support CUDA and DML (only on Windows, on other platforms it will throw an error) ### Motivation and Context It fixes this feature request microsoft#14127 which is tracked here microsoft#14529 I was working on StableDiffusion implementation for node.js and it is very slow on CPU, so GPU support is essential. Here is a working demo with a patched and precompiled version https://github.com/dakenf/stable-diffusion-nodejs ---------
### Description this is a workaround for [microsoft#14529](microsoft#14504) when consuming onnxruntime-web as ES module.
Checking in here, are there plans to address these issues? |
This issue is for tracking tasks and separated issues that related to JavaScript library consumption. This includes TODO items, known issues and feature works that affect any forms of consuming ONNX Runtime JavaScript API via the following library:
Work items tracking table
Works to be done for ORT-Web:
a. switch to ES module for webassembly
b. use standard module export
c. make webpack behavior correct
TypeError: URL.createObjectURL is not a function
#14445Works to be done for ORT-Node:
Example tracking table
The following table is used to track tasks for updating examples to consume ONNX Runtime JavaScript API
The text was updated successfully, but these errors were encountered: