Horse Luke
Horse Luke
这个?http://download.taobaocdn.com/mtop/release/MTOP_YYZN_V1.2.pdf 不熟悉,最好去问一下淘宝开放平台......
I added a debug print in ```stable-diffusion-webui\venv\Lib\site-packages\httpx\_urls.py```: ``` if isinstance(url, str): print(url) self._uri_reference = urlparse(url, **kwargs) ``` It prints such data: ``` http://127.0.0.1:24554 http://127.0.0.1:24554 http:// https:// all://*localhost all://*127.0.0.1 all://*::1 ```...
Hello [xRushG](https://github.com/xRushG). mRemoteNG support portable mode. Did merge https://github.com/mRemoteNG/mRemoteNG/pull/2559 made portable mode not portable?
One more thing. Should another config file `user.config` (located in `C:\Users\[username]\AppData\Local\mRemoteNG\mRemoteNG_Url_[id]\[version]`) writes into such new individual setting folder when in portable mode? But it will break per-user setting behavior, and...
@nielash Does it support stringArray in your implements? Some config flags can be passed multiple, eg ``` --exclude ```, ``` --ca-cert ```. Example: https://forum.rclone.org/t/rclone-exclude-not-working-for-multiple-rules/35200
确实存在类似问题: ``` Mar 06 19:10:28 localhost bash[1458814]: 2023/03/06 19:10:28 172.17.0.2 "GET https://mirrors.tuna.tsinghua.edu.cn/debian/dists/bullseye-updates/main/binary-amd64/by-hash/SHA256/2d610aa901b664eca2109e5cfb03cf8eecefaf95746ce7398e360f2ab02c010c HTTP/1.1" (OK) 14608 MISS 649.125916ms Mar 06 19:10:46 localhost bash[1458814]: panic: net/http: abort Handler Mar 06 19:10:46 localhost...
另一个解决方法,是将产线文件中涉及PP-DocLayout-M的batch_size参数改为1。 例如: ``` SubModules: LayoutDetection: module_name: layout_detection model_name: PP-DocLayout-M model_dir: null batch_size: 1 ``` 性能影响未知。
后续发现,```PP-DocLayout_plus-L```在cpu推理方案下也有一样的问题,只不过在默认配置下,推理后端会自动配置为```paddle```,因此没有触发该故障;如果强行改为```openvino```或者```onnxruntime```也是一样报上述错误。 解决方法也是将```batch_size```从默认的8改为1。 所以应该说是LayoutDetection的共同问题,希望官方开发排查一下,或改变产线默认配置(需要评估效率会否受影响)。
> onnx模型有下载地址吗? 我是自动生成的