ComfyUI_Comfyroll_CustomNodes
ComfyUI_Comfyroll_CustomNodes copied to clipboard
Custom nodes for SDXL and SD1.5 including Multi-ControlNet, LoRA, Aspect Ratio, Process Switches, and many more nodes.
Deleting `self.loaded_lora` effectively remove the member from the class. Not an issue in most cases as the following lines will reattribute it with the new loaded LoRA. But if `self.load_lora`...
i havent found a integer input switch so far and a mask input switch would be helpfull too. i guess an any switch could do the job but theres no...
When trying to save a text, the path was incorrect. This pull should fix this plus some other places with a similar issue. The cause is: "\\" is windows/dos specific,...
I found an issue in your library. In 'nodes_list.py' at line 79, there's a parameter called 'loops' in CR_TextList, which is neither used nor defined in the function. Therefore, it...
Every text node, not just Comfyroll Studio nodes, truncate a multiline text as soon as they see `//`. I tried to escape them in multiple ways but I don't seem...
Matplotlib will complain if enough opened plots go unclosed, since apparently it keeps a reference to them somewhere forever unless the `close()` function is called. ``` /home/sd/git/ComfyUI/custom_nodes/ComfyUI_Comfyroll_CustomNodes/nodes/nodes_graphics_matplot.py:135: RuntimeWarning: More than...
adding the interval variable to the return in the increment method in the CR_IncrementIndex seems to resolve the issue in #133 . m!
As stated in the title the Interval outputs help data. Help errors with out of range.  m!
How to get the INDEX that goes into the CURRENT FRAME node? I am loading my video with VHS Load Video which supports output of frame_count, images and audio. I...
I followed the video https://www.youtube.com/watch?v=81R8mgYhq_k, make the XY Grid as bellow,  but,got this result,missing the last one , did I make any mistake? 