diff --git a/custom-node-list.json b/custom-node-list.json index af1c62cd..b7dedc7e 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -919,6 +919,36 @@ "install_type": "git-clone", "description": "Nodes: LoadImageFromPath. Load Image From Path loads the image from the source path and does not have such problems." }, + { + "author": "AIrjen", + "title": "One Button Prompt", + "reference": "https://github.com/AIrjen/OneButtonPrompt", + "files": [ + "https://github.com/AIrjen/OneButtonPrompt" + ], + "install_type": "git-clone", + "description": "One Button Prompt has a prompt generation node for beginners who have problems writing a good prompt, or advanced users who want to get inspired. It generates an entire prompt from scratch. It is random, but controlled. You simply load up the script and press generate, and let it surprise you." + }, + { + "author": "sofuego", + "title": "Comfy-QR", + "reference": "https://gitlab.com/sofuego-comfy-nodes/comfy-qr", + "files": [ + "https://gitlab.com/sofuego-comfy-nodes/comfy-qr" + ], + "install_type": "git-clone", + "description": "A set of ComfyUI nodes to dynamically create QR image layers for generative QR art without the hassle of leaving the webui." + }, + { + "author": "jamesWalker55", + "title": "Various ComfyUI Nodes by Type", + "reference": "https://github.com/jamesWalker55/comfyui-various", + "files": [ + "https://github.com/jamesWalker55/comfyui-various" + ], + "install_type": "git-clone", + "description": "Nodes: JWInteger, JWFloat, JWString, JWImageLoadRGB, JWImageResize, ..." + }, { "author": "taabata", "title": "Syrian Falcon Nodes", @@ -1130,26 +1160,6 @@ ], "install_type": "unzip", "description": "Various image processing nodes." - }, - { - "author": "AIrjen", - "title": "One Button Prompt", - "reference": "https://github.com/AIrjen/OneButtonPrompt", - "files": [ - "https://github.com/AIrjen/OneButtonPrompt" - ], - "install_type": "git-clone", - "description": "One Button Prompt has a prompt generation node for beginners who have problems writing a good prompt, or advanced users who want to get inspired. It generates an entire prompt from scratch. It is random, but controlled. You simply load up the script and press generate, and let it surprise you." - }, - { - "author": "sofuego", - "title": "Comfy-QR", - "reference": "https://gitlab.com/sofuego-comfy-nodes/comfy-qr", - "files": [ - "https://gitlab.com/sofuego-comfy-nodes/comfy-qr" - ], - "install_type": "git-clone", - "description": "A set of ComfyUI nodes to dynamically create QR image layers for generative QR art without the hassle of leaving the webui." } ] } diff --git a/extension-node-map.json b/extension-node-map.json index 4118209b..b6a9d896 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -464,7 +464,9 @@ ], "https://github.com/SeargeDP/SeargeSDXL": [ "SeargeCheckpointLoader", + "SeargeConditioningMuxer2", "SeargeConditioningMuxer5", + "SeargeEnablerInputs", "SeargeFloatConstant", "SeargeFloatMath", "SeargeFloatPair", @@ -498,6 +500,8 @@ "SeargeSDXLPromptEncoder", "SeargeSDXLRefinerPromptEncoder", "SeargeSDXLSampler", + "SeargeSamplerInputs", + "SeargeSaveFolderInputs", "SeargeStylePreprocessor", "SeargeUpscaleModelLoader", "SeargeVAELoader" @@ -1128,8 +1132,7 @@ "Int To Bool (mtb)", "Int To Number (mtb)", "Latent Lerp (mtb)", - "Latent Noise (mtb)", - "Latent Transform (mtb)", + "Load Face Analysis Model (mtb)", "Load Face Enhance Model (mtb)", "Load Face Swap Model (mtb)", "Load Film Model (mtb)", @@ -1141,11 +1144,14 @@ "Save Gif (mtb)", "Save Image Grid (mtb)", "Save Image Sequence (mtb)", + "Save Tensors (mtb)", "Smart Step (mtb)", "String Replace (mtb)", "Styles Loader (mtb)", "Text To Image (mtb)", - "Uncrop (mtb)" + "Transform Image (mtb)", + "Uncrop (mtb)", + "Unsplash Image (mtb)" ], "https://github.com/mihaiiancu/ComfyUI_Inpaint": [ "InpaintMediapipe" @@ -1220,6 +1226,7 @@ "LoraLoader|pysssss", "MathExpression|pysssss", "MultiPrimitive|pysssss", + "PlaySound|pysssss", "ReroutePrimitive|pysssss", "ShowText|pysssss", "StringFunction|pysssss" @@ -1288,7 +1295,9 @@ ], "https://github.com/taabata/Comfy_Syrian_Falcon_Nodes/raw/main/SyrianFalconNodes.py": [ "CompositeImage", - "KSamplerAdvancedCustom", + "KSamplerAlternate", + "KSamplerPromptEdit", + "KSamplerPromptEditAndAlternate", "LoopBack", "QRGenerate", "WordAsImage"