ComfyUI_Comfyroll_CustomNodes icon indicating copy to clipboard operation
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.

Results 141 ComfyUI_Comfyroll_CustomNodes issues
Sort by recently updated
recently updated
newest added

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. ![image](https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes/assets/1495845/1333fee2-4b6c-48aa-bd9b-bca9bf56dfb3) 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, ![image](https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes/assets/7984556/1deaf022-89ab-4c5a-bcf9-e64160fb4646) but,got this result,missing the last one , did I make any mistake? ![image](https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes/assets/7984556/a3f658d4-3109-47f6-a04f-d8315e040cc6)