diff --git a/README.md b/README.md index c28cdf5..c864b37 100644 --- a/README.md +++ b/README.md @@ -38,13 +38,8 @@ # TODO: Unconventional form of custom node list -* https://github.com/ailex000/ComfyUI-Extensions -* https://github.com/rock-land/graphNavigator/tree/main/graphNavigator -* https://github.com/diffus3/ComfyUI-extensions * https://github.com/bmad4ever/ComfyUI-Bmad-Custom-Nodes -* https://github.com/pythongosssss/ComfyUI-Custom-Scripts * https://github.com/diontimmer/Sample-Diffusion-ComfyUI-Extension -* https://github.com/m957ymj75urz/ComfyUI-Custom-Nodes # Roadmap diff --git a/custom-node-list.json b/custom-node-list.json index b84104a..1440af4 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -388,6 +388,53 @@ "install_type": "copy", "description": "This extension provides: Auto Arrange Graph, Workflow SVG, Favicon Status, Image Feed, Latent Upscale By, Lock Nodes & Groups, Lora Subfolders, Preset Text, Show Text, Touch Support, WD14 Tagger" }, + { + "author": "ailex000", + "title": "Image Gallery", + "reference": "https://github.com/AlekPet/comfyui_translate_clip_text_encode_node", + "js_path": "image-gallery", + "files": [ + "https://github.com/ailex000/ComfyUI-Extensions/raw/main/image-gallery/imageGallery.js" + ], + "install_type": "copy", + "description": "Custom javascript extensions for better UX for ComfyUI. Supported nodes: PreviewImage, SaveImage. Double click on image to open." + }, + { + "author": "rock-land", + "title": "graphNavigator", + "reference": "https://github.com/rock-land/graphNavigator", + "js_path": "graphNavigator", + "files": [ + "https://github.com/rock-land/graphNavigator/raw/main/graphNavigator/graphNavigator.js" + ], + "install_type": "copy", + "description": "ComfyUI Web Extension for saving views and navigating graphs." + }, + { + "author": "diffus3", + "title": "diffus3/ComfyUI-extensions", + "reference": "https://github.com/diffus3/ComfyUI-extensions", + "js_path": "diffus3", + "files": [ + "https://github.com/diffus3/ComfyUI-extensions/raw/main/multiReroute/multireroute.js", + "https://github.com/diffus3/ComfyUI-extensions/raw/main/setget/setget.js", + "https://github.com/diffus3/ComfyUI-extensions/raw/main/subgraph/subgraph.js" + ], + "install_type": "copy", + "description": "Extensions: subgraph, setget, multiReroute" + }, + { + "author": "m957ymj75urz", + "title": "m957ymj75urz/ComfyUI-Custom-Nodes", + "reference": "https://github.com/m957ymj75urz/ComfyUI-Custom-Nodes", + "js_path": "m957ymj75urz", + "files": [ + "https://github.com/m957ymj75urz/ComfyUI-Custom-Nodes/raw/main/clip-text-encode-split/clip_text_encode_split.py", + "https://github.com/m957ymj75urz/ComfyUI-Custom-Nodes/raw/main/colors/colors.js" + ], + "install_type": "copy", + "description": "Nodes: RawText, RawTextCLIPEncode, RawTextCombine, RawTextReplace, Extension: m957ymj75urz.colors" + }, { "author": "theally", "title": "TheAlly's Custom Nodes",