diff --git a/custom-node-list.json b/custom-node-list.json index f6f137c3..234d7c85 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -245,6 +245,16 @@ "install_type": "git-clone", "description": "Nodes: ModelMergeByPreset. Merge checkpoint models by preset" }, + { + "author": "WASasquatch", + "title": "PPF_Noise_ComfyUI", + "reference": "https://github.com/WASasquatch/PPF_Noise_ComfyUI", + "files": [ + "https://github.com/WASasquatch/PPF_Noise_ComfyUI" + ], + "install_type": "git-clone", + "description": "Nodes: WAS_PFN_Latent. Perlin Power Fractal Noisey Latents" + }, { "author": "omar92", "title": "Quality of life Suit:V2", @@ -1482,6 +1492,16 @@ "install_type": "git-clone", "description": "ComfyUI nodes for the roop A1111 webui script. NOTE: Need to download model to use this node." }, + { + "author": "spro", + "title": "Latent Mirror node for ComfyUI", + "reference": "https://github.com/spro/comfyui-mirror", + "files": [ + "https://github.com/spro/comfyui-mirror" + ], + "install_type": "git-clone", + "description": "Nodes: Latent Mirror. Node to mirror a latent along the Y (vertical / left to right) or X (horizontal / top to bottom) axis." + }, { "author": "taabata", "title": "Syrian Falcon Nodes", diff --git a/extension-node-map.json b/extension-node-map.json index 026323f9..a3dd9b2b 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -488,6 +488,7 @@ "CustomT2IAdapterWeights", "DiffControlNetLoaderAdvanced", "LatentKeyframe", + "LoadImagesFromDirectory", "ScaledSoftControlNetWeights", "SoftControlNetWeights", "SoftT2IAdapterWeights", @@ -723,8 +724,10 @@ "https://github.com/RockOfFire/ComfyUI_Comfyroll_CustomNodes": [ [ "CR Advanced Prompt Scheduler", - "CR Animation List", + "CR Animate Transition", + "CR Animation PopImage", "CR Animation Stack", + "CR Animation Stack Keyframes", "CR Animation Stack Scheduler", "CR Apply ControlNet", "CR Apply LoRA Stack", @@ -733,12 +736,14 @@ "CR Aspect Ratio", "CR Aspect Ratio SDXL", "CR Batch Process Switch", + "CR Camera Rotation", + "CR Camera Zoom", "CR Clip Input Switch", "CR Color Tint", "CR Conditioning Input Switch", "CR ControlNet Input Switch", + "CR Debatch Frames", "CR Halftone Grid", - "CR Halftone Image", "CR Halftones", "CR Hires Fix Process Switch", "CR Image Input Switch", @@ -748,37 +753,45 @@ "CR Image Pipe In", "CR Image Pipe Out", "CR Image Size", + "CR Image Stack", "CR Img2Img Process Switch", + "CR Index Increment", + "CR Index Multiply", + "CR Index Reset", "CR Integer Multiple", - "CR KSampler (Iterative)", + "CR Keyframe List", "CR Latent Batch Size", "CR Latent Input Switch", - "CR Latent Upscale (Iterative)", - "CR LoRA Scheduler", "CR LoRA Stack", "CR Load Animation Frames", - "CR Load Image Sequence", "CR Load LoRA", "CR Model Input Switch", "CR Model Stack", - "CR ModelMergeSimple", "CR Module Input", "CR Module Output", "CR Module Pipe Loader", + "CR Morph Layers", "CR Multi-ControlNet Stack", "CR Pipe Switch", "CR Process Switch", "CR Prompt List", + "CR Prompt List Keyframes", "CR Prompt List Scheduler", + "CR Prompt Text", "CR SD1.5 Aspect Ratio", "CR SDXL Aspect Ratio", "CR SDXL Base Prompt Encoder", "CR SDXL Prompt Mix Presets", "CR SDXL Prompt Mixer", "CR SDXL Style Text", + "CR Schedule ControlNets", + "CR Schedule LoRAs", + "CR Schedule Models", "CR Seed", "CR Seed to Int", - "CR Switch" + "CR Text Input Switch", + "CR Text Input Switch (4 way)", + "CR Text List To String" ], { "title_aux": "ComfyUI_Comfyroll_CustomNodes" @@ -960,6 +973,14 @@ "title_aux": "ComfyUI Preset Merger" } ], + "https://github.com/WASasquatch/PPF_Noise_ComfyUI": [ + [ + "WAS_PFN_Latent" + ], + { + "title_aux": "PPF_Noise_ComfyUI" + } + ], "https://github.com/WASasquatch/was-node-suite-comfyui": [ [ "BLIP Analyze Image", @@ -1878,6 +1899,7 @@ "ReencodeLatentPipe", "RegionalPrompt", "RegionalSampler", + "RemoveNoiseMask", "SAMDetectorCombined", "SAMDetectorSegmented", "SAMLoader", @@ -2259,6 +2281,14 @@ "title_aux": "nui suite" } ], + "https://github.com/spro/comfyui-mirror": [ + [ + "LatentMirror" + ], + { + "title_aux": "Latent Mirror node for ComfyUI" + } + ], "https://github.com/ssitu/ComfyUI_UltimateSDUpscale": [ [ "UltimateSDUpscale", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 9cca170f..9a8dc4d7 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -1,5 +1,25 @@ { "custom_nodes": [ + { + "author": "spro", + "title": "Latent Mirror node for ComfyUI", + "reference": "https://github.com/spro/comfyui-mirror", + "files": [ + "https://github.com/spro/comfyui-mirror" + ], + "install_type": "git-clone", + "description": "Nodes: Latent Mirror. Node to mirror a latent along the Y (vertical / left to right) or X (horizontal / top to bottom) axis." + }, + { + "author": "WASasquatch", + "title": "PPF_Noise_ComfyUI", + "reference": "https://github.com/WASasquatch/PPF_Noise_ComfyUI", + "files": [ + "https://github.com/WASasquatch/PPF_Noise_ComfyUI" + ], + "install_type": "git-clone", + "description": "Nodes: WAS_PFN_Latent. Perlin Power Fractal Noisey Latents" + }, { "author": "Ttl", "title": "ComfyUI Neural network latent upscale custom node", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 026323f9..a3dd9b2b 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -488,6 +488,7 @@ "CustomT2IAdapterWeights", "DiffControlNetLoaderAdvanced", "LatentKeyframe", + "LoadImagesFromDirectory", "ScaledSoftControlNetWeights", "SoftControlNetWeights", "SoftT2IAdapterWeights", @@ -723,8 +724,10 @@ "https://github.com/RockOfFire/ComfyUI_Comfyroll_CustomNodes": [ [ "CR Advanced Prompt Scheduler", - "CR Animation List", + "CR Animate Transition", + "CR Animation PopImage", "CR Animation Stack", + "CR Animation Stack Keyframes", "CR Animation Stack Scheduler", "CR Apply ControlNet", "CR Apply LoRA Stack", @@ -733,12 +736,14 @@ "CR Aspect Ratio", "CR Aspect Ratio SDXL", "CR Batch Process Switch", + "CR Camera Rotation", + "CR Camera Zoom", "CR Clip Input Switch", "CR Color Tint", "CR Conditioning Input Switch", "CR ControlNet Input Switch", + "CR Debatch Frames", "CR Halftone Grid", - "CR Halftone Image", "CR Halftones", "CR Hires Fix Process Switch", "CR Image Input Switch", @@ -748,37 +753,45 @@ "CR Image Pipe In", "CR Image Pipe Out", "CR Image Size", + "CR Image Stack", "CR Img2Img Process Switch", + "CR Index Increment", + "CR Index Multiply", + "CR Index Reset", "CR Integer Multiple", - "CR KSampler (Iterative)", + "CR Keyframe List", "CR Latent Batch Size", "CR Latent Input Switch", - "CR Latent Upscale (Iterative)", - "CR LoRA Scheduler", "CR LoRA Stack", "CR Load Animation Frames", - "CR Load Image Sequence", "CR Load LoRA", "CR Model Input Switch", "CR Model Stack", - "CR ModelMergeSimple", "CR Module Input", "CR Module Output", "CR Module Pipe Loader", + "CR Morph Layers", "CR Multi-ControlNet Stack", "CR Pipe Switch", "CR Process Switch", "CR Prompt List", + "CR Prompt List Keyframes", "CR Prompt List Scheduler", + "CR Prompt Text", "CR SD1.5 Aspect Ratio", "CR SDXL Aspect Ratio", "CR SDXL Base Prompt Encoder", "CR SDXL Prompt Mix Presets", "CR SDXL Prompt Mixer", "CR SDXL Style Text", + "CR Schedule ControlNets", + "CR Schedule LoRAs", + "CR Schedule Models", "CR Seed", "CR Seed to Int", - "CR Switch" + "CR Text Input Switch", + "CR Text Input Switch (4 way)", + "CR Text List To String" ], { "title_aux": "ComfyUI_Comfyroll_CustomNodes" @@ -960,6 +973,14 @@ "title_aux": "ComfyUI Preset Merger" } ], + "https://github.com/WASasquatch/PPF_Noise_ComfyUI": [ + [ + "WAS_PFN_Latent" + ], + { + "title_aux": "PPF_Noise_ComfyUI" + } + ], "https://github.com/WASasquatch/was-node-suite-comfyui": [ [ "BLIP Analyze Image", @@ -1878,6 +1899,7 @@ "ReencodeLatentPipe", "RegionalPrompt", "RegionalSampler", + "RemoveNoiseMask", "SAMDetectorCombined", "SAMDetectorSegmented", "SAMLoader", @@ -2259,6 +2281,14 @@ "title_aux": "nui suite" } ], + "https://github.com/spro/comfyui-mirror": [ + [ + "LatentMirror" + ], + { + "title_aux": "Latent Mirror node for ComfyUI" + } + ], "https://github.com/ssitu/ComfyUI_UltimateSDUpscale": [ [ "UltimateSDUpscale",