浏览代码

update readme

Daniel Gatis 2 年之前
父节点
当前提交
1586c1d5d6
共有 2 个文件被更改,包括 7 次插入0 次删除
  1. 7 0
      README.md
  2. 二进制
      onnxruntime-installation-matrix.png

+ 7 - 0
README.md

@@ -55,6 +55,13 @@ pip install rembg
 
 GPU support:
 
+First of all, you need to check if your system supports the "onnxruntime-gpu".
+Go to https://onnxruntime.ai/ and check the installation matrix.
+
+<p style="display: flex;align-items: center;justify-content: center;">
+  <img src="https://raw.githubusercontent.com/danielgatis/rembg/master/onnxruntime-installation-matrix.png" width="400" />
+</p>
+
 ```bash
 pip install rembg[gpu]
 ```

二进制
onnxruntime-installation-matrix.png