Liu Sida
Liu Sida
Hi @sunrise2575 Actually, I have not pulled request. My modification is on my fork of this repository, but you are right, I guess we need to change the functions.
I failed with this, and my keyboard light were still blue. Nothing happened. 
I am sorry!!! I thought my Alienware 1748 is M17x R4, but NOT... 1748 is a Chinese version, maybe... there must be a lot of differences. I gave up. :cry:
Hi! :hand: just a reminder, the file "diffmpm_renderer.py" still produces this error: ``` No module named 'renderer_utils' ```
> For those who are eager to render the particles: the working demo is https://github.com/taichi-dev/taichi/blob/cf77f936e3c084003dc80067fbdcba9762cfa5e3/examples/renderer.py Thank you~
Another crash, related PDF file: http://papers.nips.cc/paper/6168-estimating-the-class-prior-and-posterior-from-noisy-positives-and-unlabeled-data.pdf ``` $ java -cp cermine-impl-1.13-jar-with-dependencies.jar pl.edu.icm.cermine.ContentExtractor -path bug/2/ File processed: bug/2/6168-estimating-the-class-prior-and-posterior-from-noisy-positives-and-unlabeled-data.pdf Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: -1 at com.itextpdf.text.pdf.fonts.cmaps.CMapToUnicode.convertToInt(CMapToUnicode.java:137) at com.itextpdf.text.pdf.fonts.cmaps.CMapToUnicode.createReverseMapping(CMapToUnicode.java:111) at com.itextpdf.text.pdf.CMapAwareDocumentFont.processToUnicode(CMapAwareDocumentFont.java:140) at...
https://github.com/liusida/ComfyUI-Login  I've made this into a custom node and can be installed easily (git clone into the `custom_nodes` folder). It works -- at least, I don't see an easy...
I thought about it for a while, and now I think it'll be easier just keep it as a "custom node". So I've submitted it to ComfyUI-Manager. Search for "login"...
> @liusida does that node also protect when using the rest-api + ws (cross-origin) ? yes, it does. for rest-api, just form an additional `token` argument in the url. Details...
> Hi, which ws endpoint/api I should use to get the current quenu size, including pending and running Thanks in advance Hi, @HamiguaLu , I think it's this: https://github.com/comfyanonymous/ComfyUI/blob/831511a1eecbe271e302f2f2053f285f00614180/server.py#L440