From 8ece6f2e222c0c60e6c50d478e08655b0597d153 Mon Sep 17 00:00:00 2001 From: Moser9815 Date: Wed, 4 Feb 2026 19:39:21 -0500 Subject: [PATCH] Add ComfyUI-RMAutomation to custom node list Automation nodes for ComfyUI including: - RM Styles Full/Pipe: Load prompts from JSON with random/increment/decrement modes - Power LoRA Loader: Advanced LoRA loading with random weight support - Image fallback, mask gate, latent nodes, and video combine Repository: https://github.com/Moser9815/ComfyUI-RMAutomation --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 9ce957f8..5eb7338b 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -43016,6 +43016,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "Moser9815", + "title": "ComfyUI-RMAutomation", + "id": "rmautomation", + "reference": "https://github.com/Moser9815/ComfyUI-RMAutomation", + "files": [ + "https://github.com/Moser9815/ComfyUI-RMAutomation" + ], + "install_type": "git-clone", + "description": "Automation nodes for ComfyUI: RM Styles (load prompts from JSON with random/increment modes), Power LoRA Loader (advanced LoRA loading with random weights), image fallback, mask gate, latent operations, and video combine nodes." } ] }