Browse Source

update DB

update README.md
pull/92/head
dr.lt.data 1 year ago
parent
commit
db22607838
  1. 1
      README.md
  2. 77
      custom-node-list.json
  3. 68
      extension-node-map.json
  4. 28
      node_db/new/custom-node-list.json
  5. 68
      node_db/new/extension-node-map.json

1
README.md

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

77
custom-node-list.json

@ -22,53 +22,13 @@
},
{
"author": "comfyanonymous",
"title": "ComfyUI_experiments/sampler_tonemap",
"title": "ComfyUI_experiments",
"reference": "https://github.com/comfyanonymous/ComfyUI_experiments",
"files": [
"https://github.com/comfyanonymous/ComfyUI_experiments/raw/master/sampler_tonemap.py"
"https://github.com/comfyanonymous/ComfyUI_experiments"
],
"install_type": "copy",
"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."
},
{
"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."
"install_type": "git-clone",
"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": "Stability-AI",
@ -599,6 +559,16 @@
"install_type": "git-clone",
"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",
"title": "Disco Diffusion",
@ -1552,6 +1522,14 @@
"install_type": "git-clone",
"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",
"title": "Syrian Falcon Nodes",
@ -1793,15 +1771,6 @@
],
"install_type": "unzip",
"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."
}
}
]
}

68
extension-node-map.json

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

28
node_db/new/custom-node-list.json

@ -1,5 +1,33 @@
{
"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",
"title": "tri3d-comfyui-nodes",

68
node_db/new/extension-node-map.json

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

Loading…
Cancel
Save