update DB

update README.md
This commit is contained in:
dr.lt.data 2023-08-30 13:42:39 +09:00
parent 4d13df1313
commit db22607838
5 changed files with 119 additions and 127 deletions

View File

@ -168,7 +168,6 @@ NODE_CLASS_MAPPINGS.update({
* https://github.com/bmad4ever/ComfyUI-Bmad-Custom-Nodes * https://github.com/bmad4ever/ComfyUI-Bmad-Custom-Nodes
* https://github.com/diontimmer/Sample-Diffusion-ComfyUI-Extension * https://github.com/diontimmer/Sample-Diffusion-ComfyUI-Extension
* https://github.com/senshilabs/NINJA-plugin * https://github.com/senshilabs/NINJA-plugin
* https://github.com/Beinsezii/bsz-cui-extras
## Roadmap ## Roadmap

View File

@ -22,53 +22,13 @@
}, },
{ {
"author": "comfyanonymous", "author": "comfyanonymous",
"title": "ComfyUI_experiments/sampler_tonemap", "title": "ComfyUI_experiments",
"reference": "https://github.com/comfyanonymous/ComfyUI_experiments", "reference": "https://github.com/comfyanonymous/ComfyUI_experiments",
"files": [ "files": [
"https://github.com/comfyanonymous/ComfyUI_experiments/raw/master/sampler_tonemap.py" "https://github.com/comfyanonymous/ComfyUI_experiments"
], ],
"install_type": "copy", "install_type": "git-clone",
"description": "ModelSamplerTonemapNoiseTest a node that makes the sampler use a simple tonemapping algorithm to tonemap the noise. It will let you use higher CFG without breaking the image. To using higher CFG lower the multiplier value. Similar to Dynamic Thresholding extension of A1111." "description": "Nodes: ModelSamplerTonemapNoiseTest, ReferenceOnlySimple, RescaleClassifierFreeGuidanceTest, ModelMergeBlockNumber, ModelMergeSDXL, ModelMergeSDXLTransformers, ModelMergeSDXLDetailedTransformers.<p style='background-color: black; color: red;'>NOTE: This is a consolidation of the previously separate custom nodes. Please delete the sampler_tonemap.py, sampler_rescalecfg.py, advanced_model_merging.py, sdxl_model_merging.py, and reference_only.py files installed in custom_nodes before.</p>"
},
{
"author": "comfyanonymous",
"title": "ComfyUI_experiments/sampler_rescalecfg",
"reference": "https://github.com/comfyanonymous/ComfyUI_experiments",
"files": [
"https://github.com/comfyanonymous/ComfyUI_experiments/raw/master/sampler_rescalecfg.py"
],
"install_type": "copy",
"description": "RescaleClassifierFreeGuidance improves the problem of images being degraded by high CFG.To using higher CFG lower the multiplier value. Similar to Dynamic Thresholding extension of A1111. (<a href='https://arxiv.org/abs/2305.08891' target='blank'/>reference paper</a>)"
},
{
"author": "comfyanonymous",
"title": "ComfyUI_experiments/advanced_model_merging",
"reference": "https://github.com/comfyanonymous/ComfyUI_experiments",
"files": [
"https://github.com/comfyanonymous/ComfyUI_experiments/raw/master/advanced_model_merging.py"
],
"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",
"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": "Stability-AI", "author": "Stability-AI",
@ -599,6 +559,16 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "ComfyUI nodes for the roop A1111 webui script." "description": "ComfyUI nodes for the roop A1111 webui script."
}, },
{
"author": "ssitu",
"title": "ComfyUI fabric",
"reference": "https://github.com/ssitu/ComfyUI_fabric",
"files": [
"https://github.com/ssitu/ComfyUI_fabric"
],
"install_type": "git-clone",
"description": "ComfyUI nodes based on the paper '<a href='https://arxiv.org/abs/2307.10159'/>FABRIC: Personalizing Diffusion Models with Iterative Feedback</a>' (Feedback via Attention-Based Reference Image Conditioning)"
},
{ {
"author": "space-nuko", "author": "space-nuko",
"title": "Disco Diffusion", "title": "Disco Diffusion",
@ -1552,6 +1522,14 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "Nodes: tri3d-extract-hand." "description": "Nodes: tri3d-extract-hand."
}, },
{
"author": "picturesonpictures",
"title": "comfy_PoP",
"reference": "https://github.com/picturesonpictures/comfy_PoP",
"files": ["https://github.com/picturesonpictures/comfy_PoP"],
"install_type": "git-clone",
"description": "A collection of custom nodes for ComfyUI. Includes a quick canny edge detection node with unconventional settings, simple LoRA stack nodes for workflow efficiency, and a customizable aspect ratio node."
},
{ {
"author": "taabata", "author": "taabata",
"title": "Syrian Falcon Nodes", "title": "Syrian Falcon Nodes",
@ -1793,15 +1771,6 @@
], ],
"install_type": "unzip", "install_type": "unzip",
"description": "Various image processing nodes." "description": "Various image processing nodes."
}, }
{
"author": "picturesonpictures",
"title": "comfy_PoP",
"reference": "https://github.com/picturesonpictures/comfy_PoP",
"files": ["https://github.com/picturesonpictures/comfy_PoP"],
"install_type": "git-clone",
"description": "A collection of custom nodes for ComfyUI. Includes a quick canny edge detection node with unconventional settings, simple LoRA stack nodes for workflow efficiency, and a customizable aspect ratio node."
}
] ]
} }

View File

@ -1337,6 +1337,7 @@
"SaveMetaData", "SaveMetaData",
"Seed String", "Seed String",
"Style Conditioner", "Style Conditioner",
"TextCombinations",
"Upscale Tile Calculator", "Upscale Tile Calculator",
"Wildcard Processor", "Wildcard Processor",
"WildcardAndLoraSyntaxProcessor" "WildcardAndLoraSyntaxProcessor"
@ -1453,46 +1454,18 @@
"title_aux": "comfy-nodes" "title_aux": "comfy-nodes"
} }
], ],
"https://github.com/comfyanonymous/ComfyUI_experiments/raw/master/advanced_model_merging.py": [ "https://github.com/comfyanonymous/ComfyUI_experiments": [
[
"ModelMergeBlockNumber"
],
{
"title_aux": "ComfyUI_experiments/advanced_model_merging"
}
],
"https://github.com/comfyanonymous/ComfyUI_experiments/raw/master/reference_only.py": [
[
"ReferenceOnlySimple"
],
{
"title_aux": "ComfyUI_experiments/reference_only"
}
],
"https://github.com/comfyanonymous/ComfyUI_experiments/raw/master/sampler_rescalecfg.py": [
[ [
"ModelMergeBlockNumber",
"ModelMergeSDXL",
"ModelMergeSDXLDetailedTransformers",
"ModelMergeSDXLTransformers",
"ModelSamplerTonemapNoiseTest",
"ReferenceOnlySimple",
"RescaleClassifierFreeGuidanceTest" "RescaleClassifierFreeGuidanceTest"
], ],
{ {
"title_aux": "ComfyUI_experiments/sampler_rescalecfg" "title_aux": "ComfyUI_experiments"
}
],
"https://github.com/comfyanonymous/ComfyUI_experiments/raw/master/sampler_tonemap.py": [
[
"ModelSamplerTonemapNoiseTest"
],
{
"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/ComfyQR": [ "https://github.com/coreyryanhanson/ComfyQR": [
@ -2199,6 +2172,17 @@
"title_aux": "comfy_clip_blip_node" "title_aux": "comfy_clip_blip_node"
} }
], ],
"https://github.com/picturesonpictures/comfy_PoP": [
[
"AdaptiveCannyDetector_PoP",
"AnyAspectRatio",
"LoraStackLoader10_PoP",
"LoraStackLoader_PoP"
],
{
"title_aux": "comfy_PoP"
}
],
"https://github.com/pythongosssss/ComfyUI-Custom-Scripts": [ "https://github.com/pythongosssss/ComfyUI-Custom-Scripts": [
[ [
"CheckpointLoader|pysssss", "CheckpointLoader|pysssss",
@ -2288,6 +2272,8 @@
"AV_UploadImage", "AV_UploadImage",
"BLIPCaption", "BLIPCaption",
"DependenciesEdit", "DependenciesEdit",
"Fooocus_KSampler",
"Fooocus_KSamplerAdvanced",
"ImageMuxer", "ImageMuxer",
"ImageScaleDown", "ImageScaleDown",
"ImageScaleDownBy", "ImageScaleDownBy",
@ -2355,6 +2341,17 @@
"title_aux": "UltimateSDUpscale" "title_aux": "UltimateSDUpscale"
} }
], ],
"https://github.com/ssitu/ComfyUI_fabric": [
[
"KSamplerAdvFABRIC",
"KSamplerFABRIC",
"KSamplerFABRICSimple",
"LatentBatch"
],
{
"title_aux": "ComfyUI fabric"
}
],
"https://github.com/ssitu/ComfyUI_restart_sampling": [ "https://github.com/ssitu/ComfyUI_restart_sampling": [
[ [
"KRestartSampler", "KRestartSampler",
@ -2366,6 +2363,7 @@
], ],
"https://github.com/ssitu/ComfyUI_roop": [ "https://github.com/ssitu/ComfyUI_roop": [
[ [
"RoopImproved",
"roop" "roop"
], ],
{ {

View File

@ -1,5 +1,33 @@
{ {
"custom_nodes": [ "custom_nodes": [
{
"author": "comfyanonymous",
"title": "ComfyUI_experiments",
"reference": "https://github.com/comfyanonymous/ComfyUI_experiments",
"files": [
"https://github.com/comfyanonymous/ComfyUI_experiments"
],
"install_type": "git-clone",
"description": "Nodes: ModelSamplerTonemapNoiseTest, ReferenceOnlySimple, RescaleClassifierFreeGuidanceTest, ModelMergeBlockNumber, ModelMergeSDXL, ModelMergeSDXLTransformers, ModelMergeSDXLDetailedTransformers.<p style='background-color: black; color: red;'>This is a consolidation of the previously separate custom nodes. Please delete the sampler_tonemap.py, sampler_rescalecfg.py, advanced_model_merging.py, sdxl_model_merging.py, and reference_only.py files installed in custom_nodes before.</p>"
},
{
"author": "ssitu",
"title": "ComfyUI fabric",
"reference": "https://github.com/ssitu/ComfyUI_fabric",
"files": [
"https://github.com/ssitu/ComfyUI_fabric"
],
"install_type": "git-clone",
"description": "ComfyUI nodes based on the paper '<a href='https://arxiv.org/abs/2307.10159'/>FABRIC: Personalizing Diffusion Models with Iterative Feedback</a>' (Feedback via Attention-Based Reference Image Conditioning)"
},
{
"author": "picturesonpictures",
"title": "comfy_PoP",
"reference": "https://github.com/picturesonpictures/comfy_PoP",
"files": ["https://github.com/picturesonpictures/comfy_PoP"],
"install_type": "git-clone",
"description": "A collection of custom nodes for ComfyUI. Includes a quick canny edge detection node with unconventional settings, simple LoRA stack nodes for workflow efficiency, and a customizable aspect ratio node."
},
{ {
"author": "TRI3D-LC", "author": "TRI3D-LC",
"title": "tri3d-comfyui-nodes", "title": "tri3d-comfyui-nodes",

View File

@ -1337,6 +1337,7 @@
"SaveMetaData", "SaveMetaData",
"Seed String", "Seed String",
"Style Conditioner", "Style Conditioner",
"TextCombinations",
"Upscale Tile Calculator", "Upscale Tile Calculator",
"Wildcard Processor", "Wildcard Processor",
"WildcardAndLoraSyntaxProcessor" "WildcardAndLoraSyntaxProcessor"
@ -1453,46 +1454,18 @@
"title_aux": "comfy-nodes" "title_aux": "comfy-nodes"
} }
], ],
"https://github.com/comfyanonymous/ComfyUI_experiments/raw/master/advanced_model_merging.py": [ "https://github.com/comfyanonymous/ComfyUI_experiments": [
[
"ModelMergeBlockNumber"
],
{
"title_aux": "ComfyUI_experiments/advanced_model_merging"
}
],
"https://github.com/comfyanonymous/ComfyUI_experiments/raw/master/reference_only.py": [
[
"ReferenceOnlySimple"
],
{
"title_aux": "ComfyUI_experiments/reference_only"
}
],
"https://github.com/comfyanonymous/ComfyUI_experiments/raw/master/sampler_rescalecfg.py": [
[ [
"ModelMergeBlockNumber",
"ModelMergeSDXL",
"ModelMergeSDXLDetailedTransformers",
"ModelMergeSDXLTransformers",
"ModelSamplerTonemapNoiseTest",
"ReferenceOnlySimple",
"RescaleClassifierFreeGuidanceTest" "RescaleClassifierFreeGuidanceTest"
], ],
{ {
"title_aux": "ComfyUI_experiments/sampler_rescalecfg" "title_aux": "ComfyUI_experiments"
}
],
"https://github.com/comfyanonymous/ComfyUI_experiments/raw/master/sampler_tonemap.py": [
[
"ModelSamplerTonemapNoiseTest"
],
{
"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/ComfyQR": [ "https://github.com/coreyryanhanson/ComfyQR": [
@ -2199,6 +2172,17 @@
"title_aux": "comfy_clip_blip_node" "title_aux": "comfy_clip_blip_node"
} }
], ],
"https://github.com/picturesonpictures/comfy_PoP": [
[
"AdaptiveCannyDetector_PoP",
"AnyAspectRatio",
"LoraStackLoader10_PoP",
"LoraStackLoader_PoP"
],
{
"title_aux": "comfy_PoP"
}
],
"https://github.com/pythongosssss/ComfyUI-Custom-Scripts": [ "https://github.com/pythongosssss/ComfyUI-Custom-Scripts": [
[ [
"CheckpointLoader|pysssss", "CheckpointLoader|pysssss",
@ -2288,6 +2272,8 @@
"AV_UploadImage", "AV_UploadImage",
"BLIPCaption", "BLIPCaption",
"DependenciesEdit", "DependenciesEdit",
"Fooocus_KSampler",
"Fooocus_KSamplerAdvanced",
"ImageMuxer", "ImageMuxer",
"ImageScaleDown", "ImageScaleDown",
"ImageScaleDownBy", "ImageScaleDownBy",
@ -2355,6 +2341,17 @@
"title_aux": "UltimateSDUpscale" "title_aux": "UltimateSDUpscale"
} }
], ],
"https://github.com/ssitu/ComfyUI_fabric": [
[
"KSamplerAdvFABRIC",
"KSamplerFABRIC",
"KSamplerFABRICSimple",
"LatentBatch"
],
{
"title_aux": "ComfyUI fabric"
}
],
"https://github.com/ssitu/ComfyUI_restart_sampling": [ "https://github.com/ssitu/ComfyUI_restart_sampling": [
[ [
"KRestartSampler", "KRestartSampler",
@ -2366,6 +2363,7 @@
], ],
"https://github.com/ssitu/ComfyUI_roop": [ "https://github.com/ssitu/ComfyUI_roop": [
[ [
"RoopImproved",
"roop" "roop"
], ],
{ {