diff --git a/alter-list.json b/alter-list.json index 56c62fc5..3c66b1cf 100644 --- a/alter-list.json +++ b/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", diff --git a/custom-node-list.json b/custom-node-list.json index 3d4630ff..61eec0f2 100644 --- a/custom-node-list.json +++ b/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", diff --git a/extension-node-map.json b/extension-node-map.json index 8f64b0d0..e4648cff 100644 --- a/extension-node-map.json +++ b/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" ],