diff --git a/README.md b/README.md index 90d69486..1a5b55bb 100644 --- a/README.md +++ b/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 diff --git a/custom-node-list.json b/custom-node-list.json index 472e1b26..0d74f47d 100644 --- a/custom-node-list.json +++ b/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. (reference paper)" - }, - { - "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.

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.

" }, { "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 'FABRIC: Personalizing Diffusion Models with Iterative Feedback' (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." - } - + } ] } diff --git a/extension-node-map.json b/extension-node-map.json index 3908f050..fd983f9b 100644 --- a/extension-node-map.json +++ b/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": [ + "https://github.com/comfyanonymous/ComfyUI_experiments": [ [ + "ModelMergeBlockNumber", + "ModelMergeSDXL", + "ModelMergeSDXLDetailedTransformers", + "ModelMergeSDXLTransformers", + "ModelSamplerTonemapNoiseTest", + "ReferenceOnlySimple", "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": [ - [ - "ModelMergeSDXL", - "ModelMergeSDXLDetailedTransformers", - "ModelMergeSDXLTransformers" - ], - { - "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" ], { diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index e2ccd2a7..119aa4ab 100644 --- a/node_db/new/custom-node-list.json +++ b/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.

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.

" + }, + { + "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 'FABRIC: Personalizing Diffusion Models with Iterative Feedback' (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", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 3908f050..fd983f9b 100644 --- a/node_db/new/extension-node-map.json +++ b/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": [ + "https://github.com/comfyanonymous/ComfyUI_experiments": [ [ + "ModelMergeBlockNumber", + "ModelMergeSDXL", + "ModelMergeSDXLDetailedTransformers", + "ModelMergeSDXLTransformers", + "ModelSamplerTonemapNoiseTest", + "ReferenceOnlySimple", "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": [ - [ - "ModelMergeSDXL", - "ModelMergeSDXLDetailedTransformers", - "ModelMergeSDXLTransformers" - ], - { - "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" ], {