From aaa4bdb1054556fb92dadb0fa46c7d195326e854 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Tue, 20 Feb 2024 00:31:18 +0900 Subject: [PATCH] update DB --- custom-node-list.json | 21 ++++++++++++++++----- extension-node-map.json | 28 ++++++++++++++++++++++++++-- model-list.json | 10 ++++++++++ node_db/new/custom-node-list.json | 10 ++++++++++ node_db/new/extension-node-map.json | 28 ++++++++++++++++++++++++++-- node_db/new/model-list.json | 10 ++++++++++ 6 files changed, 98 insertions(+), 9 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index f50f373c..c1c5fe2e 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -446,7 +446,7 @@ ], "install_type": "git-clone", "description": "Custom node to convert the lantents between SDXL and SD v1.5 directly without the VAE decoding/encoding step." - }, + }, { "author": "city96", "title": "SD-Advanced-Noise", @@ -456,7 +456,7 @@ ], "install_type": "git-clone", "description": "Nodes: LatentGaussianNoise, MathEncode. An experimental custom node that generates latent noise directly by utilizing the linear characteristics of the latent space." - }, + }, { "author": "city96", "title": "SD-Latent-Upscaler", @@ -467,7 +467,7 @@ "pip": ["huggingface-hub"], "install_type": "git-clone", "description": "Upscaling stable diffusion latents using a small neural network." - }, + }, { "author": "city96", "title": "ComfyUI_DiT [WIP]", @@ -478,7 +478,7 @@ "pip": ["huggingface-hub"], "install_type": "git-clone", "description": "Testbed for [a/DiT(Scalable Diffusion Models with Transformers)](https://github.com/facebookresearch/DiT). [w/None of this code is stable, expect breaking changes if for some reason you want to use this.]" - }, + }, { "author": "city96", "title": "ComfyUI_ColorMod", @@ -488,7 +488,7 @@ ], "install_type": "git-clone", "description": "This extension currently has two sets of nodes - one set for editing the contrast/color of images and another set for saving images as 16 bit PNG files." - }, + }, { "author": "city96", "title": "Extra Models for ComfyUI", @@ -5236,6 +5236,17 @@ "install_type": "git-clone", "description": "A collection of nice utility nodes for ComfyUI" }, + { + "author": "GavChap", + "title": "ComfyUI-CascadeResolutions", + "reference": "https://github.com/GavChap/ComfyUI-CascadeResolutions", + "files": [ + "https://github.com/GavChap/ComfyUI-CascadeResolutions" + ], + "install_type": "git-clone", + "description": "Nodes:Cascade Resolutions" + }, + { "author": "Ser-Hilary", diff --git a/extension-node-map.json b/extension-node-map.json index df153c08..06eb608e 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -496,6 +496,7 @@ "PrimereEmbedding", "PrimereEmbeddingHandler", "PrimereEmbeddingKeywordMerger", + "PrimereEmotionsStyles", "PrimereHypernetwork", "PrimereImageSegments", "PrimereKSampler", @@ -976,6 +977,14 @@ "title_aux": "ComfyUI-GTSuya-Nodes" } ], + "https://github.com/GavChap/ComfyUI-CascadeResolutions": [ + [ + "CascadeResolutions" + ], + { + "title_aux": "ComfyUI-CascadeResolutions" + } + ], "https://github.com/Gourieff/comfyui-reactor-node": [ [ "ReActorFaceSwap", @@ -3784,6 +3793,7 @@ [ "BlehDeepShrink", "BlehDiscardPenultimateSigma", + "BlehForceSeedSampler", "BlehHyperTile", "BlehInsaneChainSampler", "BlehModelPatchConditional" @@ -4798,7 +4808,10 @@ ], "https://github.com/davask/ComfyUI-MarasIT-Nodes": [ [ - "MarasitBusNode" + "MarasitBusNode", + "MarasitBusPipeNode", + "MarasitPipeNodeBasic", + "MarasitUniversalBusNode" ], { "title_aux": "MarasIT Nodes" @@ -6957,9 +6970,20 @@ ], "https://github.com/redhottensors/ComfyUI-Prediction": [ [ - "SamplerCustomPrediction" + "AvoidErasePrediction", + "CFGPrediction", + "CombinePredictions", + "ConditionedPrediction", + "PerpNegPrediction", + "SamplerCustomPrediction", + "ScalePrediction", + "ScaledGuidancePrediction" ], { + "author": "RedHotTensors", + "description": "Fully customizable Classifer Free Guidance for ComfyUI", + "nickname": "ComfyUI-Prediction", + "title": "ComfyUI-Prediction", "title_aux": "ComfyUI-Prediction" } ], diff --git a/model-list.json b/model-list.json index 575824fd..e8b34a93 100644 --- a/model-list.json +++ b/model-list.json @@ -281,6 +281,16 @@ "filename": "stage_a.safetensors", "url": "https://huggingface.co/stabilityai/stable-cascade/resolve/main/stage_a.safetensors" }, + { + "name": "stabilityai/Stable Cascade: effnet_encoder.safetensors (VAE)", + "type": "VAE", + "base": "Stable Cascade", + "save_path": "vae/Stable-Cascade", + "description": "[81.5MB] Stable Cascade: effnet_encoder.\nVAE encoder for stage_c latent.", + "reference": "https://huggingface.co/stabilityai/stable-cascade", + "filename": "effnet_encoder.safetensors", + "url": "https://huggingface.co/stabilityai/stable-cascade/resolve/main/effnet_encoder.safetensors" + }, { "name": "stabilityai/Stable Cascade: stage_b.safetensors (UNET)", "type": "unet", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index ed72e5a9..8572df23 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -10,6 +10,16 @@ }, + { + "author": "GavChap", + "title": "ComfyUI-CascadeResolutions", + "reference": "https://github.com/GavChap/ComfyUI-CascadeResolutions", + "files": [ + "https://github.com/GavChap/ComfyUI-CascadeResolutions" + ], + "install_type": "git-clone", + "description": "Nodes:Cascade Resolutions" + }, { "author": "blepping", "title": "ComfyUI-sonar", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index df153c08..06eb608e 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -496,6 +496,7 @@ "PrimereEmbedding", "PrimereEmbeddingHandler", "PrimereEmbeddingKeywordMerger", + "PrimereEmotionsStyles", "PrimereHypernetwork", "PrimereImageSegments", "PrimereKSampler", @@ -976,6 +977,14 @@ "title_aux": "ComfyUI-GTSuya-Nodes" } ], + "https://github.com/GavChap/ComfyUI-CascadeResolutions": [ + [ + "CascadeResolutions" + ], + { + "title_aux": "ComfyUI-CascadeResolutions" + } + ], "https://github.com/Gourieff/comfyui-reactor-node": [ [ "ReActorFaceSwap", @@ -3784,6 +3793,7 @@ [ "BlehDeepShrink", "BlehDiscardPenultimateSigma", + "BlehForceSeedSampler", "BlehHyperTile", "BlehInsaneChainSampler", "BlehModelPatchConditional" @@ -4798,7 +4808,10 @@ ], "https://github.com/davask/ComfyUI-MarasIT-Nodes": [ [ - "MarasitBusNode" + "MarasitBusNode", + "MarasitBusPipeNode", + "MarasitPipeNodeBasic", + "MarasitUniversalBusNode" ], { "title_aux": "MarasIT Nodes" @@ -6957,9 +6970,20 @@ ], "https://github.com/redhottensors/ComfyUI-Prediction": [ [ - "SamplerCustomPrediction" + "AvoidErasePrediction", + "CFGPrediction", + "CombinePredictions", + "ConditionedPrediction", + "PerpNegPrediction", + "SamplerCustomPrediction", + "ScalePrediction", + "ScaledGuidancePrediction" ], { + "author": "RedHotTensors", + "description": "Fully customizable Classifer Free Guidance for ComfyUI", + "nickname": "ComfyUI-Prediction", + "title": "ComfyUI-Prediction", "title_aux": "ComfyUI-Prediction" } ], diff --git a/node_db/new/model-list.json b/node_db/new/model-list.json index a55b8a14..dfabc357 100644 --- a/node_db/new/model-list.json +++ b/node_db/new/model-list.json @@ -1,5 +1,15 @@ { "models": [ + { + "name": "stabilityai/Stable Cascade: effnet_encoder.safetensors (VAE)", + "type": "VAE", + "base": "Stable Cascade", + "save_path": "vae/Stable-Cascade", + "description": "[81.5MB] Stable Cascade: effnet_encoder.\nVAE encoder for stage_c latent.", + "reference": "https://huggingface.co/stabilityai/stable-cascade", + "filename": "effnet_encoder.safetensors", + "url": "https://huggingface.co/stabilityai/stable-cascade/resolve/main/effnet_encoder.safetensors" + }, { "name": "stabilityai/Stable Cascade: stage_a.safetensors (VAE)", "type": "VAE",