Browse Source

update DB

pull/68/head
Dr.Lt.Data 1 year ago
parent
commit
a2b8c2a066
  1. 10
      custom-node-list.json
  2. 12
      extension-node-map.json

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/sdxl_model_merging",
"reference": "https://github.com/comfyanonymous/ComfyUI_experiments",
"files": [
"https://github.com/comfyanonymous/ComfyUI_experiments/raw/master/sdxl_model_merging.py"
],
"install_type": "copy",
"description": "These nodes provide the capability to merge SDXL base models."
},
{
"author": "comfyanonymous",
"title": "ComfyUI_experiments/reference_only",

12
extension-node-map.json

@ -651,6 +651,8 @@
"CR Module Pipe Loader",
"CR Pipe Switch",
"CR Process Switch",
"CR SD1.5 Aspect Ratio",
"CR SDXL Aspect Ratio",
"CR SDXL Base Prompt Encoder",
"CR SDXL Prompt Mixer",
"CR SDXL Style Text",
@ -1203,6 +1205,16 @@
"title_aux": "ComfyUI_experiments/sampler_tonemap"
}
],
"https://github.com/comfyanonymous/ComfyUI_experiments/raw/master/sdxl_model_merging.py": [
[
"ModelMergeSDXL",
"ModelMergeSDXLDetailedTransformers",
"ModelMergeSDXLTransformers"
],
{
"title_aux": "ComfyUI_experiments/sdxl_model_merging"
}
],
"https://github.com/coreyryanhanson/comfy-qr": [
[
"comfy-qr-by-image-size",

Loading…
Cancel
Save