mateuszmigas / painting-droid

AI-powered cross-platform painting app inspired by the legendary MS Paint.
https://www.paintingdroid.com
GNU General Public License v3.0
123 stars 4 forks source link

Migrate to Transformerjs 3.0 #172

Open mateuszmigas opened 2 weeks ago

mateuszmigas commented 2 weeks ago

Improvement Description

Transformer.js 3 is out, it allows to run models on GPU which should significantly improve performance of some features like removing background.

Migrate to new version: https://github.com/huggingface/transformers.js/releases/tag/3.0.0

Additional Information

No response