Qing

Results 394 comments of Qing

It seems to be a bug in the new version of onnxruntime, which is only used by the remove_bg plugin. I noticed that your configuration does not use this plugin....

Tested the lower version of onnxruntime works, can roll back to `1.19.2`. You can create a new bat script in the same directory as win_start.bat to install the specified version...

fix the onnxruntime version in `iopaint==1.6.0`

You can create a 'config.json' file that can refer to this class for configuration https://github.com/Sanster/IOPaint/blob/ef1f7a532421ff40d74bc780662f14ae1ce1c477/iopaint/schema.py#L260 ```json {"hd_strategy": "Resize", "hd_strategy_resize_limit": 300} ``` Use 'config.json' to perform batch processing: ```bash iopaint run...