update DB

This commit is contained in:
Dr.Lt.Data 2023-07-27 14:44:24 +09:00
parent 74c439bf80
commit 2350f40a0b
3 changed files with 18 additions and 0 deletions

View File

@ -10,6 +10,11 @@
"tags":"Dynamic Thresholding, DT, CFG",
"description": "Increasing the CFG prevents the degradation of color accuracy."
},
{
"id":"https://github.com/comfyanonymous/ComfyUI_experiments/raw/master/reference_only.py",
"tags":"controlnet, reference only",
"description": "This node provides functionality corresponding to Reference only in Controlnet."
},
{
"id":"https://github.com/ltdrdata/ComfyUI-Impact-Pack",
"tags":"ddetailer, adetailer, ddsd, DD, loopback scaler, prompt, wildcard",

View File

@ -50,6 +50,16 @@
"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": "comfyanonymous",
"title": "ComfyUI_experiments/reference_only",
"reference": "https://github.com/comfyanonymous/ComfyUI_experiments",
"files": [
"https://github.com/comfyanonymous/ComfyUI_experiments/raw/master/reference_only.py"
],
"install_type": "copy",
"description": "This node provides functionality corresponding to Reference only in Controlnet."
},
{
"author": "Fannovel16",
"title": "ControlNet Preprocessors",

View File

@ -704,6 +704,9 @@
"https://github.com/comfyanonymous/ComfyUI_experiments/raw/master/advanced_model_merging.py": [
"ModelMergeBlockNumber"
],
"https://github.com/comfyanonymous/ComfyUI_experiments/raw/master/reference_only.py": [
"ReferenceOnlySimple"
],
"https://github.com/comfyanonymous/ComfyUI_experiments/raw/master/sampler_rescalecfg.py": [
"RescaleClassifierFreeGuidanceTest"
],