mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-09 22:24:23 +08:00
update DB
This commit is contained in:
parent
28b90f412a
commit
6048092d93
@ -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."
|
||||
},
|
||||
|
||||
|
||||
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user