mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-10 22:54:30 +08:00
update DB
This commit is contained in:
parent
74c439bf80
commit
2350f40a0b
@ -10,6 +10,11 @@
|
|||||||
"tags":"Dynamic Thresholding, DT, CFG",
|
"tags":"Dynamic Thresholding, DT, CFG",
|
||||||
"description": "Increasing the CFG prevents the degradation of color accuracy."
|
"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",
|
"id":"https://github.com/ltdrdata/ComfyUI-Impact-Pack",
|
||||||
"tags":"ddetailer, adetailer, ddsd, DD, loopback scaler, prompt, wildcard",
|
"tags":"ddetailer, adetailer, ddsd, DD, loopback scaler, prompt, wildcard",
|
||||||
|
|||||||
@ -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/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",
|
"author": "Fannovel16",
|
||||||
"title": "ControlNet Preprocessors",
|
"title": "ControlNet Preprocessors",
|
||||||
|
|||||||
@ -704,6 +704,9 @@
|
|||||||
"https://github.com/comfyanonymous/ComfyUI_experiments/raw/master/advanced_model_merging.py": [
|
"https://github.com/comfyanonymous/ComfyUI_experiments/raw/master/advanced_model_merging.py": [
|
||||||
"ModelMergeBlockNumber"
|
"ModelMergeBlockNumber"
|
||||||
],
|
],
|
||||||
|
"https://github.com/comfyanonymous/ComfyUI_experiments/raw/master/reference_only.py": [
|
||||||
|
"ReferenceOnlySimple"
|
||||||
|
],
|
||||||
"https://github.com/comfyanonymous/ComfyUI_experiments/raw/master/sampler_rescalecfg.py": [
|
"https://github.com/comfyanonymous/ComfyUI_experiments/raw/master/sampler_rescalecfg.py": [
|
||||||
"RescaleClassifierFreeGuidanceTest"
|
"RescaleClassifierFreeGuidanceTest"
|
||||||
],
|
],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user