diff --git a/custom-node-list.json b/custom-node-list.json index 1a5b1a4..43eab8d 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -763,16 +763,6 @@ "install_type": "git-clone", "description": "Custom nodes for SDXL and SD1.5 including Multi-ControlNet, LoRA, Aspect Ratio, Process Switches, and many more nodes." }, - { - "author": "RockOfFire", - "title": "CR Animation Nodes", - "reference": "https://github.com/RockOfFire/CR_Animation_Nodes", - "files": [ - "https://github.com/RockOfFire/CR_Animation_Nodes" - ], - "install_type": "git-clone", - "description": "A comprehensive suite of nodes to enhance your animations. These nodes include some features similar to Deforum, and also some new ideas." - }, { "author": "bmad4ever", "title": "ComfyUI-Bmad-DirtyUndoRedo", @@ -2899,6 +2889,16 @@ "install_type": "git-clone", "description": "Adds Static Primitives to ComfyUI. Mostly to work with reroute nodes" }, + { + "author": "AbdullahAlfaraj", + "title": "Comfy-Photoshop-SD", + "reference": "https://github.com/AbdullahAlfaraj/Comfy-Photoshop-SD", + "files": [ + "https://github.com/AbdullahAlfaraj/Comfy-Photoshop-SD" + ], + "install_type": "git-clone", + "description": "Nodes: load Image with metadata, get config data, load image from base64 string, Load Loras From Prompt, Generate Latent Noise, Combine Two Latents Into Batch, General Purpose Controlnet Unit, ControlNet Script, Content Mask Latent, Auto-Photoshop-SD Seed, Expand and Blur the Mask" + }, { "author": "Off-Live", "title": "ComfyUI-off-suite", diff --git a/extension-node-map.json b/extension-node-map.json index a87be7e..8ac7e79 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -49,6 +49,24 @@ "title_aux": "One Button Prompt" } ], + "https://github.com/AbdullahAlfaraj/Comfy-Photoshop-SD": [ + [ + "APS_Seed", + "ContentMaskLatent", + "ControlNetScript", + "ControlnetUnit", + "GaussianLatentImage", + "GetConfig", + "LatentBatch", + "LoadImageBase64", + "LoadImageWithMetaData", + "LoadLorasFromPrompt", + "MaskExpansion" + ], + { + "title_aux": "Comfy-Photoshop-SD" + } + ], "https://github.com/AbyssYuan0/ComfyUI_BadgerTools": [ [ "FloatToInt-badger", @@ -1085,64 +1103,6 @@ "title_aux": "pfaeff-comfyui" } ], - "https://github.com/RockOfFire/CR_Animation_Nodes": [ - [ - "CR Central Schedule", - "CR Combine Schedules", - "CR Current Frame", - "CR Cycle Images", - "CR Cycle Images Simple", - "CR Cycle LoRAs", - "CR Cycle Models", - "CR Cycle Text", - "CR Cycle Text Simple", - "CR Debatch Frames", - "CR Encode Scheduled Prompts", - "CR Gradient Float", - "CR Gradient Integer", - "CR Image List", - "CR Image List Simple", - "CR Increment Float", - "CR Increment Integer", - "CR Index Increment", - "CR Index Multiply", - "CR Index Reset", - "CR Input Text List", - "CR Interpolate Latents", - "CR Keyframe List", - "CR LoRA List", - "CR Load Animation Frames", - "CR Load Flow Frames", - "CR Load Prompt Style", - "CR Load Schedule From File", - "CR Load Scheduled LoRAs", - "CR Load Scheduled Models", - "CR Model List", - "CR Output Flow Frames", - "CR Output Schedule To File", - "CR Prompt List", - "CR Prompt List Keyframes", - "CR Prompt Scheduler", - "CR Prompt Text", - "CR Schedule Input Switch", - "CR Schedule To ScheduleList", - "CR Simple Prompt List", - "CR Simple Prompt List Keyframes", - "CR Simple Prompt Scheduler", - "CR Simple Schedule", - "CR Simple Text Scheduler", - "CR Simple Value Scheduler", - "CR String To Combo", - "CR Text List", - "CR Text List Simple", - "CR Text List To String", - "CR Text Scheduler", - "CR Value Scheduler" - ], - { - "title_aux": "CR Animation Nodes" - } - ], "https://github.com/RockOfFire/ComfyUI_Comfyroll_CustomNodes": [ [ "CR 3D Camera Drone", @@ -1280,7 +1240,9 @@ "CR Schedule To ScheduleList", "CR Seed", "CR Seed to Int", + "CR Select Model", "CR Simple Annotations", + "CR Simple Image Watermark", "CR Simple Meme Template", "CR Simple Prompt List", "CR Simple Prompt List Keyframes", diff --git a/node_db/legacy/custom-node-list.json b/node_db/legacy/custom-node-list.json index f48189e..4f366cb 100644 --- a/node_db/legacy/custom-node-list.json +++ b/node_db/legacy/custom-node-list.json @@ -1,5 +1,15 @@ { "custom_nodes": [ + { + "author": "RockOfFire", + "title": "CR Animation Nodes", + "reference": "https://github.com/RockOfFire/CR_Animation_Nodes", + "files": [ + "https://github.com/RockOfFire/CR_Animation_Nodes" + ], + "install_type": "git-clone", + "description": "A comprehensive suite of nodes to enhance your animations. These nodes include some features similar to Deforum, and also some new ideas.
NOTE: This node is merged into Comfyroll Custom Nodes." + }, { "author": "tkoenig89", "title": "Load Image with metadata", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index d4c8184..e931223 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -1,5 +1,15 @@ { "custom_nodes": [ + { + "author": "AbdullahAlfaraj", + "title": "Comfy-Photoshop-SD", + "reference": "https://github.com/AbdullahAlfaraj/Comfy-Photoshop-SD", + "files": [ + "https://github.com/AbdullahAlfaraj/Comfy-Photoshop-SD" + ], + "install_type": "git-clone", + "description": "Nodes: load Image with metadata, get config data, load image from base64 string, Load Loras From Prompt, Generate Latent Noise, Combine Two Latents Into Batch, General Purpose Controlnet Unit, ControlNet Script, Content Mask Latent, Auto-Photoshop-SD Seed, Expand and Blur the Mask" + }, { "author": "80sVectorz", "title": "ComfyUI-Static-Primitives", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index a87be7e..8ac7e79 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -49,6 +49,24 @@ "title_aux": "One Button Prompt" } ], + "https://github.com/AbdullahAlfaraj/Comfy-Photoshop-SD": [ + [ + "APS_Seed", + "ContentMaskLatent", + "ControlNetScript", + "ControlnetUnit", + "GaussianLatentImage", + "GetConfig", + "LatentBatch", + "LoadImageBase64", + "LoadImageWithMetaData", + "LoadLorasFromPrompt", + "MaskExpansion" + ], + { + "title_aux": "Comfy-Photoshop-SD" + } + ], "https://github.com/AbyssYuan0/ComfyUI_BadgerTools": [ [ "FloatToInt-badger", @@ -1085,64 +1103,6 @@ "title_aux": "pfaeff-comfyui" } ], - "https://github.com/RockOfFire/CR_Animation_Nodes": [ - [ - "CR Central Schedule", - "CR Combine Schedules", - "CR Current Frame", - "CR Cycle Images", - "CR Cycle Images Simple", - "CR Cycle LoRAs", - "CR Cycle Models", - "CR Cycle Text", - "CR Cycle Text Simple", - "CR Debatch Frames", - "CR Encode Scheduled Prompts", - "CR Gradient Float", - "CR Gradient Integer", - "CR Image List", - "CR Image List Simple", - "CR Increment Float", - "CR Increment Integer", - "CR Index Increment", - "CR Index Multiply", - "CR Index Reset", - "CR Input Text List", - "CR Interpolate Latents", - "CR Keyframe List", - "CR LoRA List", - "CR Load Animation Frames", - "CR Load Flow Frames", - "CR Load Prompt Style", - "CR Load Schedule From File", - "CR Load Scheduled LoRAs", - "CR Load Scheduled Models", - "CR Model List", - "CR Output Flow Frames", - "CR Output Schedule To File", - "CR Prompt List", - "CR Prompt List Keyframes", - "CR Prompt Scheduler", - "CR Prompt Text", - "CR Schedule Input Switch", - "CR Schedule To ScheduleList", - "CR Simple Prompt List", - "CR Simple Prompt List Keyframes", - "CR Simple Prompt Scheduler", - "CR Simple Schedule", - "CR Simple Text Scheduler", - "CR Simple Value Scheduler", - "CR String To Combo", - "CR Text List", - "CR Text List Simple", - "CR Text List To String", - "CR Text Scheduler", - "CR Value Scheduler" - ], - { - "title_aux": "CR Animation Nodes" - } - ], "https://github.com/RockOfFire/ComfyUI_Comfyroll_CustomNodes": [ [ "CR 3D Camera Drone", @@ -1280,7 +1240,9 @@ "CR Schedule To ScheduleList", "CR Seed", "CR Seed to Int", + "CR Select Model", "CR Simple Annotations", + "CR Simple Image Watermark", "CR Simple Meme Template", "CR Simple Prompt List", "CR Simple Prompt List Keyframes",