diff --git a/custom-node-list.json b/custom-node-list.json index 5cf0f87..660c741 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -40,6 +40,16 @@ "install_type": "copy", "description": "RescaleClassifierFreeGuidance improves the problem of images being degraded by high CFG.To using higher CFG lower the multiplier value. Similar to Dynamic Thresholding extension of A1111. (reference paper)" }, + { + "author": "comfyanonymous", + "title": "ComfyUI_experiments/advanced_model_merging", + "reference": "https://github.com/comfyanonymous/ComfyUI_experiments", + "files": [ + "https://github.com/comfyanonymous/ComfyUI_experiments/raw/master/advanced_model_merging.py" + ], + "install_type": "copy", + "description": "This provides a detailed model merge feature based on block weight. ModelMergeBlock, in vanilla ComfyUI, allows for adjusting the ratios of input/middle/output layers, but this node provides ratio adjustments for all blocks within each layer." + }, { "author": "Fannovel16", "title": "ControlNet Preprocessors", diff --git a/extension-node-map.json b/extension-node-map.json index ef5257c..4a106e3 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -393,6 +393,7 @@ ], "https://github.com/WASasquatch/was-node-suite-comfyui": [ "BLIP Analyze Image", + "BLIP Model Loader", "Bounded Image Blend", "Bounded Image Blend with Mask", "Bounded Image Crop", @@ -464,6 +465,8 @@ "Image Resize", "Image Rotate", "Image Rotate Hue", + "Image SSAO (Ambient Occlusion)", + "Image SSDO (Direct Occlusion)", "Image Save", "Image Seamless Texture", "Image Select Channel", @@ -515,6 +518,7 @@ "Masks Subtract", "MiDaS Depth Approximation", "MiDaS Mask Image", + "MiDaS Model Loader", "Model Input Switch", "Number Input Condition", "Number Input Switch", @@ -608,6 +612,9 @@ "FetchRemote", "QueueRemote" ], + "https://github.com/comfyanonymous/ComfyUI_experiments/raw/master/advanced_model_merging.py": [ + "ModelMergeBlockNumber" + ], "https://github.com/comfyanonymous/ComfyUI_experiments/raw/master/sampler_rescalecfg.py": [ "RescaleClassifierFreeGuidanceTest" ], diff --git a/model-list.json b/model-list.json index e2e51d8..d3509db 100644 --- a/model-list.json +++ b/model-list.json @@ -505,7 +505,7 @@ "type": "sam", "base": "SAM", "save_path": "sams", - "description": "Segmenty Anything SAM model (ViT-H)", + "description": "Segmenty Anything SAM model (ViT-L)", "reference": "https://github.com/facebookresearch/segment-anything#model-checkpoints", "filename": "sam_vit_l_0b3195.pth", "url": "https://dl.fbaipublicfiles.com/segment_anything/sam_vit_l_0b3195.pth" @@ -515,7 +515,7 @@ "type": "sam", "base": "SAM", "save_path": "sams", - "description": "Segmenty Anything SAM model (ViT-H)", + "description": "Segmenty Anything SAM model (ViT-B)", "reference": "https://github.com/facebookresearch/segment-anything#model-checkpoints", "filename": "sam_vit_b_01ec64.pth", "url": "https://dl.fbaipublicfiles.com/segment_anything/sam_vit_b_01ec64.pth"