update DB

This commit is contained in:
Dr.Lt.Data 2023-08-15 10:05:37 +09:00
parent 9f561e71f4
commit a2b8c2a066
2 changed files with 22 additions and 0 deletions

View File

@ -50,6 +50,16 @@
"install_type": "copy", "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." "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", "author": "comfyanonymous",
"title": "ComfyUI_experiments/reference_only", "title": "ComfyUI_experiments/reference_only",

View File

@ -651,6 +651,8 @@
"CR Module Pipe Loader", "CR Module Pipe Loader",
"CR Pipe Switch", "CR Pipe Switch",
"CR Process Switch", "CR Process Switch",
"CR SD1.5 Aspect Ratio",
"CR SDXL Aspect Ratio",
"CR SDXL Base Prompt Encoder", "CR SDXL Base Prompt Encoder",
"CR SDXL Prompt Mixer", "CR SDXL Prompt Mixer",
"CR SDXL Style Text", "CR SDXL Style Text",
@ -1203,6 +1205,16 @@
"title_aux": "ComfyUI_experiments/sampler_tonemap" "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": [ "https://github.com/coreyryanhanson/comfy-qr": [
[ [
"comfy-qr-by-image-size", "comfy-qr-by-image-size",