ifsheldon
ifsheldon
Do we have any ways to buy you a cup of coffee? Like Buy Me A Coffee or Patreon? AltTab has helped me a bit day to day, and I...
+1. Besides, would be great to have something like splitting by headings only mode, which only splits by headings, not by code blocks etc. This will be very helpful to...
@arvinxx Do you know where to fix it? I can try to make a PR
I saw the plugin setting code before, but it's a bit twisted for me. I don't know where the `settings` come from. A monkey patch would be to just add...
@Yeuoly Yes, I added the prefix in the tool panel, because when I didn't add it, the test run will fail with 401. So I guess it's due to behavior...
I think I got the same error on my M1 Mac and my RISC-V board. Both Go versions are 1.19.5. I was compiling Kubo natively on my board and also...
I don't think byte counts are useful for users of a text editor.
This is implemented in v0.9.0.
Hi @rdesc ! I'm sorry, I have little time to work on this. If you can make a PR, I will be happy to review it.
I've dug into the code a little bit. It seems the input control is color-coded segmentation. https://github.com/lllyasviel/ControlNet/blob/d249f5bfc66c7af9b3102dccc2162c6d17270748/gradio_seg2image.py#L29 https://github.com/lllyasviel/ControlNet/blob/d249f5bfc66c7af9b3102dccc2162c6d17270748/annotator/uniformer/__init__.py#L22 But this can be a bug and we can observe it: When...