5 ms·
Can you take a look at this open source background removal project? https://www.reddit.com/r/StableDiffusion/comments/1dwkwrx/i_made_a_free_background_remover_
by kamjin 2y ago
Can you take a look at this open source background removal project?
https://www.reddit.com/r/StableDiffusion/comments/1dwkwrx/i_made_a_free_background_remover_webapp_using_6/ https://www.reddit.com/r/StableDiffusion/comments/1dwkwrx/i_...
It's based on python and neural network modeling, and I was wondering if it's possible to run it via webgpu? Or run it based on wasm? No offense, just because it looks awesome.
- anduc 2y agoFirst time I see this, by the first impression I think the output quality of this one is better than mine and my code is only based on one model In my understanding, It'll possible if the model's author build to https://onnxruntime.ai https://onnxruntime.ai ONNX Runtime. And maybe the downside is user will need to download ton of data to their device, currently it's ~100-200mb