Browse Source

update DB

pull/25/head
Dr.Lt.Data 1 year ago
parent
commit
e95cd88dd0
  1. 10
      custom-node-list.json
  2. 7
      extension-node-map.json
  3. 4
      model-list.json

10
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. (<a href='https://arxiv.org/abs/2305.08891'/>reference paper</a>)"
},
{
"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",

7
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"
],

4
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"

Loading…
Cancel
Save