crapthings

Results 168 comments of crapthings

https://github.com/y-js/y-quill/blob/master/src/y-quill.js#L42 ![image](https://user-images.githubusercontent.com/1147704/64222626-5df99500-cf03-11e9-8425-a96c0d624a49.png) ```js const anchor = Y.createAbsolutePositionFromRelativePosition(Y.createRelativePositionFromJSON(aw.cursor.anchor), doc) const head = Y.createAbsolutePositionFromRelativePosition(Y.createRelativePositionFromJSON(aw.cursor.head), doc) ``` collaborator's cursor index is always 0

using vast runpod latest webui image, but no tab after install. tried restart pod

> Are there any errors on the console screen? i think the problem is --skip-install, there's a arg skip install with runpod's web-ui image, it appears after i remove "--skip-image"

can i use this for 2.6.4? how to install this module?

you can try install ``` pip install torch==2.0.1 torchvision==0.15.2 ``` https://github.com/IDEA-Research/GroundingDINO/issues/127#issuecomment-1571718150

try remove build and reinstall ``` pip install torch==2.0.1 torchvision==0.15.2 ``` then ``` pip install -e . ```

@geroldmeisinger i've resume controlnet inpainting 100 dataset but the result like this ![download](https://github.com/lllyasviel/ControlNet/assets/1147704/3b86fe86-4648-4c97-a96e-cd7c7153c9cb) this is mask, i just want invert mask, not the subject but the background ![image](https://github.com/lllyasviel/ControlNet/assets/1147704/b31e4822-cbf0-42e7-b7a7-b71a92c92ef5) or should...

okay revert to 0.27.2 works