From 6048092d93aa3a708bb87df14b9b9149a354d6ad Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Sun, 4 Aug 2024 01:51:00 +0900 Subject: [PATCH] update DB --- custom-node-list.json | 11 ++++++ extension-node-map.json | 26 +++++++++----- github-stats.json | 5 +++ node_db/new/custom-node-list.json | 11 ++++++ node_db/new/extension-node-map.json | 26 +++++++++----- node_db/new/model-list.json | 53 +++++++++++++---------------- 6 files changed, 84 insertions(+), 48 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 3588d44e..21b4bb27 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -12327,6 +12327,17 @@ "install_type": "git-clone", "description": "multiline text node that strips c-style comments (i.e.'//' and '/* ... */') before passing output string downstream" }, + { + "author": "noarche", + "title": "Color Enhance", + "id": "color-enhance", + "reference": "https://github.com/noarche/sd-webui-color-enhance", + "files": [ + "https://github.com/noarche/sd-webui-color-enhance" + ], + "install_type": "git-clone", + "description": "Script for [a/AUTOMATIC1111/stable-diffusion-webui](https://github.com/AUTOMATIC1111/stable-diffusion-webui) and node for ComfyUI to enhance colors.\nThis is the same algorithm GIMP/GEGL uses for color enhancement. The gist of this implementation is that it converts the color space to [CIELCh(ab) and normalizes the chroma (or '[a/colorfulness](https://en.wikipedia.org/wiki/Colorfulness)') component. Original source can be found in the link below." + }, diff --git a/extension-node-map.json b/extension-node-map.json index c0dcc1e6..b800ace9 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -9,15 +9,6 @@ "title_aux": "alkemann nodes" } ], - "https://git.mmaker.moe/mmaker/sd-webui-color-enhance": [ - [ - "MMakerColorBlend", - "MMakerColorEnhance" - ], - { - "title_aux": "Color Enhance" - } - ], "https://github.com/0xbitches/ComfyUI-LCM": [ [ "LCM_Sampler", @@ -8637,6 +8628,7 @@ "ModelSamplingContinuousEDM", "ModelSamplingContinuousV", "ModelSamplingDiscrete", + "ModelSamplingFlux", "ModelSamplingSD3", "ModelSamplingStableCascade", "Morphology", @@ -10360,13 +10352,18 @@ [ "Add_To_List", "BaseSamplerSetup", + "Change_Entries_In_A_List", + "Change_Entry_From_List", "CheckpointMetaExtractor", "Convert_Into", "Negate_Boolean", "OverrideSamplerSetup", + "Override_Value_If_Unset", + "Pick_Values_From_List", "Refine_Prompt", "Refine_Setup", "Remap_Values", + "Remove_Values_From_List", "Select_By_Index", "Select_Line_By_Index", "Select_String_By_Index", @@ -10375,6 +10372,7 @@ "Split_Entry_In_2Chunks", "Split_Entry_In_4Chunks", "Split_Entry_In_6Chunks", + "Split_Entry_In_8Chunks", "Step_Denoise", "UniversalLatentHelper", "Universal_VAE_Loader" @@ -14163,6 +14161,15 @@ "title_aux": "ComfyUI-TextOnSegs" } ], + "https://github.com/noarche/sd-webui-color-enhance": [ + [ + "MMakerColorBlend", + "MMakerColorEnhance" + ], + { + "title_aux": "Color Enhance" + } + ], "https://github.com/noembryo/ComfyUI-noEmbryo": [ [ "PromptTermList1", @@ -17027,6 +17034,7 @@ "easy ipadapterApplyADV", "easy ipadapterApplyEmbeds", "easy ipadapterApplyEncoder", + "easy ipadapterApplyFaceIDKolors", "easy ipadapterApplyFromParams", "easy ipadapterApplyRegional", "easy ipadapterStyleComposition", diff --git a/github-stats.json b/github-stats.json index a2ccc32c..d17d2d08 100644 --- a/github-stats.json +++ b/github-stats.json @@ -4499,6 +4499,11 @@ "last_update": "2024-06-23 04:52:29", "author_account_age_days": 199 }, + "https://github.com/noarche/sd-webui-color-enhance": { + "stars": 0, + "last_update": "2024-08-03 15:46:00", + "author_account_age_days": 1703 + }, "https://github.com/noembryo/ComfyUI-noEmbryo": { "stars": 15, "last_update": "2024-06-04 11:27:45", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index a565a04d..2d061ea2 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -10,6 +10,17 @@ + { + "author": "noarche", + "title": "Color Enhance", + "id": "color-enhance", + "reference": "https://github.com/noarche/sd-webui-color-enhance", + "files": [ + "https://github.com/noarche/sd-webui-color-enhance" + ], + "install_type": "git-clone", + "description": "Script for [a/AUTOMATIC1111/stable-diffusion-webui](https://github.com/AUTOMATIC1111/stable-diffusion-webui) and node for ComfyUI to enhance colors.\nThis is the same algorithm GIMP/GEGL uses for color enhancement. The gist of this implementation is that it converts the color space to [CIELCh(ab) and normalizes the chroma (or '[a/colorfulness](https://en.wikipedia.org/wiki/Colorfulness)') component. Original source can be found in the link below." + }, { "author": "PowerHouseMan", "title": "ComfyUI-AdvancedLivePortrait", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index c0dcc1e6..b800ace9 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -9,15 +9,6 @@ "title_aux": "alkemann nodes" } ], - "https://git.mmaker.moe/mmaker/sd-webui-color-enhance": [ - [ - "MMakerColorBlend", - "MMakerColorEnhance" - ], - { - "title_aux": "Color Enhance" - } - ], "https://github.com/0xbitches/ComfyUI-LCM": [ [ "LCM_Sampler", @@ -8637,6 +8628,7 @@ "ModelSamplingContinuousEDM", "ModelSamplingContinuousV", "ModelSamplingDiscrete", + "ModelSamplingFlux", "ModelSamplingSD3", "ModelSamplingStableCascade", "Morphology", @@ -10360,13 +10352,18 @@ [ "Add_To_List", "BaseSamplerSetup", + "Change_Entries_In_A_List", + "Change_Entry_From_List", "CheckpointMetaExtractor", "Convert_Into", "Negate_Boolean", "OverrideSamplerSetup", + "Override_Value_If_Unset", + "Pick_Values_From_List", "Refine_Prompt", "Refine_Setup", "Remap_Values", + "Remove_Values_From_List", "Select_By_Index", "Select_Line_By_Index", "Select_String_By_Index", @@ -10375,6 +10372,7 @@ "Split_Entry_In_2Chunks", "Split_Entry_In_4Chunks", "Split_Entry_In_6Chunks", + "Split_Entry_In_8Chunks", "Step_Denoise", "UniversalLatentHelper", "Universal_VAE_Loader" @@ -14163,6 +14161,15 @@ "title_aux": "ComfyUI-TextOnSegs" } ], + "https://github.com/noarche/sd-webui-color-enhance": [ + [ + "MMakerColorBlend", + "MMakerColorEnhance" + ], + { + "title_aux": "Color Enhance" + } + ], "https://github.com/noembryo/ComfyUI-noEmbryo": [ [ "PromptTermList1", @@ -17027,6 +17034,7 @@ "easy ipadapterApplyADV", "easy ipadapterApplyEmbeds", "easy ipadapterApplyEncoder", + "easy ipadapterApplyFaceIDKolors", "easy ipadapterApplyFromParams", "easy ipadapterApplyRegional", "easy ipadapterStyleComposition", diff --git a/node_db/new/model-list.json b/node_db/new/model-list.json index 04f085f8..b0bd008c 100644 --- a/node_db/new/model-list.json +++ b/node_db/new/model-list.json @@ -1,5 +1,28 @@ { "models": [ + { + "name": "google-t5/t5-v1_1-xxl_encoderonly-fp16", + "type": "clip", + "base": "t5", + "save_path": "clip/t5", + "description": "The encoder part of https://huggingface.co/google/t5-v1_1-xxl, used with SD3 and Flux1", + "reference": "https://huggingface.co/mcmonkey/google_t5-v1_1-xxl_encoderonly", + "filename": "google_t5-v1_1-xxl_encoderonly-fp16.safetensors", + "url": "https://huggingface.co/mcmonkey/google_t5-v1_1-xxl_encoderonly/resolve/main/pytorch_model.safetensors", + "size": "10.1GB" + }, + { + "name": "google-t5/t5-v1_1-xxl_encoderonly-fp8_e4m3fn", + "type": "clip", + "base": "t5", + "save_path": "clip/t5", + "description": "The encoder part of https://huggingface.co/google/t5-v1_1-xxl, used with SD3 and Flux1", + "reference": "https://huggingface.co/mcmonkey/google_t5-v1_1-xxl_encoderonly", + "filename": "google_t5-v1_1-xxl_encoderonly-fp8_e4m3fn.safetensors", + "url": "https://huggingface.co/mcmonkey/google_t5-v1_1-xxl_encoderonly/resolve/main/t5xxl_fp8_e4m3fn.safetensors", + "size": "4.89GB" + }, + { "name": "FLUX.1 [schnell] UNET model", "type": "unet", @@ -658,36 +681,6 @@ "filename": "antelopev2.zip", "url": "https://huggingface.co/MonsterMMORPG/tools/resolve/main/antelopev2.zip", "size": "360.7MB" - }, - { - "name": "InstantID/ip-adapter", - "type": "instantid", - "base": "SDXL", - "save_path": "instantid/SDXL", - "description": "ip-adapter model for cubiq/InstantID", - "reference": "https://huggingface.co/InstantX/InstantID", - "filename": "ip-adapter.bin", - "url": "https://huggingface.co/InstantX/InstantID/resolve/main/ip-adapter.bin" - }, - { - "name": "InstantID/ControlNet", - "type": "controlnet", - "base": "SDXL", - "save_path": "controlnet/SDXL/instantid", - "description": "instantid controlnet model for cubiq/InstantID", - "reference": "https://huggingface.co/InstantX/InstantID", - "filename": "diffusion_pytorch_model.safetensors", - "url": "https://huggingface.co/InstantX/InstantID/resolve/main/ControlNetModel/diffusion_pytorch_model.safetensors" - }, - { - "name": "ip_plus_composition_sd15.safetensors", - "type": "IP-Adapter", - "base": "SD1.5", - "save_path": "ipadapter", - "description": "You can use this model in the [a/ComfyUI IPAdapter plus](https://github.com/cubiq/ComfyUI_IPAdapter_plus) extension.", - "reference": "https://huggingface.co/ostris/ip-composition-adapter", - "filename": "ip_plus_composition_sd15.safetensors", - "url": "https://huggingface.co/ostris/ip-composition-adapter/resolve/main/ip_plus_composition_sd15.safetensors" } ] }