joytsay
joytsay
This is due to using conda directly in ubuntu. Somehow onnx runtime can't trigger gpu even when it says it does: ``` python -c "import onnxruntime as ort; print(ort.get_device())" >>>...
just to add to this sd-webui-controlnet broke tooltips and was fixed with recents commit updates: https://github.com/Mikubill/sd-webui-controlnet/commit/6f394dfd183eb5abc504ef49b4f7b52ffa9f41f8
Yeah so I needed this to work, this is a work around Using sliders to achive Region Of Interest (ROI) `rect [x,y,w,h]` is just cumbersome The following will draw ROI...
I made something similiar to bounding box for now: [ #2316#issuecomment-1630058156](https://github.com/gradio-app/gradio/issues/2316#issuecomment-1630058156)