Browse Source

update DB

pull/35/head
Dr.Lt.Data 1 year ago
parent
commit
2350f40a0b
  1. 5
      alter-list.json
  2. 10
      custom-node-list.json
  3. 3
      extension-node-map.json

5
alter-list.json

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

10
custom-node-list.json

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

3
extension-node-map.json

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

Loading…
Cancel
Save