update DB

This commit is contained in:
Dr.Lt.Data 2023-06-21 15:42:55 +09:00
parent 5fada480a3
commit e95cd88dd0
3 changed files with 19 additions and 2 deletions

View File

@ -40,6 +40,16 @@
"install_type": "copy", "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>)" "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", "author": "Fannovel16",
"title": "ControlNet Preprocessors", "title": "ControlNet Preprocessors",

View File

@ -393,6 +393,7 @@
], ],
"https://github.com/WASasquatch/was-node-suite-comfyui": [ "https://github.com/WASasquatch/was-node-suite-comfyui": [
"BLIP Analyze Image", "BLIP Analyze Image",
"BLIP Model Loader",
"Bounded Image Blend", "Bounded Image Blend",
"Bounded Image Blend with Mask", "Bounded Image Blend with Mask",
"Bounded Image Crop", "Bounded Image Crop",
@ -464,6 +465,8 @@
"Image Resize", "Image Resize",
"Image Rotate", "Image Rotate",
"Image Rotate Hue", "Image Rotate Hue",
"Image SSAO (Ambient Occlusion)",
"Image SSDO (Direct Occlusion)",
"Image Save", "Image Save",
"Image Seamless Texture", "Image Seamless Texture",
"Image Select Channel", "Image Select Channel",
@ -515,6 +518,7 @@
"Masks Subtract", "Masks Subtract",
"MiDaS Depth Approximation", "MiDaS Depth Approximation",
"MiDaS Mask Image", "MiDaS Mask Image",
"MiDaS Model Loader",
"Model Input Switch", "Model Input Switch",
"Number Input Condition", "Number Input Condition",
"Number Input Switch", "Number Input Switch",
@ -608,6 +612,9 @@
"FetchRemote", "FetchRemote",
"QueueRemote" "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": [ "https://github.com/comfyanonymous/ComfyUI_experiments/raw/master/sampler_rescalecfg.py": [
"RescaleClassifierFreeGuidanceTest" "RescaleClassifierFreeGuidanceTest"
], ],

View File

@ -505,7 +505,7 @@
"type": "sam", "type": "sam",
"base": "SAM", "base": "SAM",
"save_path": "sams", "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", "reference": "https://github.com/facebookresearch/segment-anything#model-checkpoints",
"filename": "sam_vit_l_0b3195.pth", "filename": "sam_vit_l_0b3195.pth",
"url": "https://dl.fbaipublicfiles.com/segment_anything/sam_vit_l_0b3195.pth" "url": "https://dl.fbaipublicfiles.com/segment_anything/sam_vit_l_0b3195.pth"
@ -515,7 +515,7 @@
"type": "sam", "type": "sam",
"base": "SAM", "base": "SAM",
"save_path": "sams", "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", "reference": "https://github.com/facebookresearch/segment-anything#model-checkpoints",
"filename": "sam_vit_b_01ec64.pth", "filename": "sam_vit_b_01ec64.pth",
"url": "https://dl.fbaipublicfiles.com/segment_anything/sam_vit_b_01ec64.pth" "url": "https://dl.fbaipublicfiles.com/segment_anything/sam_vit_b_01ec64.pth"