mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-09 22:24:23 +08:00
update DB
This commit is contained in:
parent
5fada480a3
commit
e95cd88dd0
@ -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",
|
||||
|
||||
@ -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"
|
||||
],
|
||||
|
||||
@ -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…
x
Reference in New Issue
Block a user