Skip to content

Commit

Permalink
update DB
Browse files Browse the repository at this point in the history
  • Loading branch information
ltdrdata committed Aug 3, 2024
1 parent 28b90f4 commit 6048092
Show file tree
Hide file tree
Showing 6 changed files with 84 additions and 48 deletions.
11 changes: 11 additions & 0 deletions custom-node-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -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."
},



Expand Down
26 changes: 17 additions & 9 deletions extension-node-map.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -8637,6 +8628,7 @@
"ModelSamplingContinuousEDM",
"ModelSamplingContinuousV",
"ModelSamplingDiscrete",
"ModelSamplingFlux",
"ModelSamplingSD3",
"ModelSamplingStableCascade",
"Morphology",
Expand Down Expand Up @@ -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",
Expand All @@ -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"
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -17027,6 +17034,7 @@
"easy ipadapterApplyADV",
"easy ipadapterApplyEmbeds",
"easy ipadapterApplyEncoder",
"easy ipadapterApplyFaceIDKolors",
"easy ipadapterApplyFromParams",
"easy ipadapterApplyRegional",
"easy ipadapterStyleComposition",
Expand Down
5 changes: 5 additions & 0 deletions github-stats.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
11 changes: 11 additions & 0 deletions node_db/new/custom-node-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
26 changes: 17 additions & 9 deletions node_db/new/extension-node-map.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -8637,6 +8628,7 @@
"ModelSamplingContinuousEDM",
"ModelSamplingContinuousV",
"ModelSamplingDiscrete",
"ModelSamplingFlux",
"ModelSamplingSD3",
"ModelSamplingStableCascade",
"Morphology",
Expand Down Expand Up @@ -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",
Expand All @@ -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"
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -17027,6 +17034,7 @@
"easy ipadapterApplyADV",
"easy ipadapterApplyEmbeds",
"easy ipadapterApplyEncoder",
"easy ipadapterApplyFaceIDKolors",
"easy ipadapterApplyFromParams",
"easy ipadapterApplyRegional",
"easy ipadapterStyleComposition",
Expand Down
53 changes: 23 additions & 30 deletions node_db/new/model-list.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
}
]
}

0 comments on commit 6048092

Please sign in to comment.