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.
0: 2752x1536 (no detections), 73.5ms 0: 2752x1536 (no detections), 73.5ms Speed: 7.4ms preprocess, 73.5ms inference, 101.8ms postprocess per image at shape (1, 3, 2752, 1536) Speed: 7.4ms preprocess, 73.5ms inference,...
The old .cpu() syntax is no longer supported in torch. This is a simple update to the new syntax using whatever torch device has been configured. This was breaking the...
I have been having an issue with infinite loading times on comfyui web interface startup, which I have narrowed down to Comfyroll custom nodes. This issue is rendering ComfyUI unusable...
When attempting to use CR Text Overlay with animation frames, the node will only return the first image and ignores all additional images in the feed causing the animation to...
File "F:\ComfyUI_windows_portable\ComfyUI\execution.py", line 174, in _map_node_over_list process_inputs(input_dict, i) File "F:\ComfyUI_windows_portable\ComfyUI\execution.py", line 163, in process_inputs results.append(getattr(obj, func)(**inputs)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: CR_TextList.make_list() missing 1 required positional argument: 'loops' using your example workflow and...
I'm getting an old error that I can see others have dealt with before, but I've just installed the 2024-07-24 version both manually and through the manager, and nothing seems...
无法安装是怎么回事,我对这个并不了解
In the [CR SD1.5 Aspect Ratio] node, batch_size is set to a maximum of 64. A value greater than this is required when generating Video. Note that the [CR SDXL...