mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-09 14:14:54 +08:00
Merge branch 'main' into feat/cnr
This commit is contained in:
commit
76db17c7f8
@ -12591,9 +12591,9 @@
|
||||
"author": "RhizoNymph",
|
||||
"title": "ComfyUI-CLIPSlider",
|
||||
"id": "clipslider",
|
||||
"reference": "https://github.com/RhizoNymph/ComfyUI-Latte",
|
||||
"reference": "https://github.com/RhizoNymph/ComfyUI-CLIPSlider",
|
||||
"files": [
|
||||
"https://github.com/RhizoNymph/ComfyUI-Latte"
|
||||
"https://github.com/RhizoNymph/ComfyUI-CLIPSlider"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A node to replicate [a/https://huggingface.co/spaces/latentexplorers/latentnavigation-flux](A node to replicate https://huggingface.co/spaces/latentexplorers/latentnavigation-flux)"
|
||||
@ -14762,6 +14762,16 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes:ComfyUI_Lora_List_With_Url_Loader. Load loras from urls and auto fetch them on web if they are missing."
|
||||
},
|
||||
{
|
||||
"author": "silveroxides",
|
||||
"title": "Model and Checkpoint Loaders for NF4 and FP4",
|
||||
"reference": "https://github.com/silveroxides/ComfyUI_bnb_nf4_fp4_Loaders",
|
||||
"files": [
|
||||
"https://github.com/silveroxides/ComfyUI_bnb_nf4_fp4_Loaders"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes for loading both Checkpoints and UNET/Diffussion models quantized to bitsandbytes NF4 or FP4 format.\nStill under development and some limitations such as using LoRA might apply still."
|
||||
},
|
||||
|
||||
|
||||
|
||||
|
||||
@ -4870,12 +4870,20 @@
|
||||
"title_aux": "ComfyUI-RenderRiftNodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/RhizoNymph/ComfyUI-CLIPSlider": [
|
||||
[
|
||||
"CLIPSlider"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-CLIPSlider"
|
||||
}
|
||||
],
|
||||
"https://github.com/RhizoNymph/ComfyUI-Latte": [
|
||||
[
|
||||
"LatteVideoGenerator"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-CLIPSlider"
|
||||
"title_aux": "ComfyUI-Latte"
|
||||
}
|
||||
],
|
||||
"https://github.com/RodrigoSKohl/ComfyUI-Panoramic-ImgStitcher": [
|
||||
@ -12720,8 +12728,11 @@
|
||||
"load_wikipedia",
|
||||
"md_to_excel",
|
||||
"md_to_html",
|
||||
"mini_flux_prompt",
|
||||
"mini_flux_tag",
|
||||
"mini_party",
|
||||
"mini_sd_prompt",
|
||||
"mini_sd_tag",
|
||||
"mini_translate",
|
||||
"none2false",
|
||||
"omost_decode",
|
||||
@ -16359,9 +16370,11 @@
|
||||
],
|
||||
"https://github.com/mingsky-ai/ComfyUI-MingNodes": [
|
||||
[
|
||||
"AddWaterMarkNode",
|
||||
"AdjustBrightnessContrastSaturationNode",
|
||||
"BaiduTranslateNode",
|
||||
"ConvertGrayChannelNode"
|
||||
"ConvertGrayChannelNode",
|
||||
"LoadImagePathNode"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-MingNodes"
|
||||
@ -18255,6 +18268,15 @@
|
||||
"title_aux": "\u2601\ufe0fBizyAir Nodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/silveroxides/ComfyUI_bnb_nf4_fp4_Loaders": [
|
||||
[
|
||||
"CheckpointLoaderNF4",
|
||||
"UNETLoaderNF4"
|
||||
],
|
||||
{
|
||||
"title_aux": "Model and Checkpoint Loaders for NF4 and FP4"
|
||||
}
|
||||
],
|
||||
"https://github.com/sipherxyz/comfyui-art-venture": [
|
||||
[
|
||||
"AV_AwsBedrockClaudeApi",
|
||||
|
||||
@ -1749,6 +1749,11 @@
|
||||
"last_update": "2024-05-22 22:16:41",
|
||||
"author_account_age_days": 277
|
||||
},
|
||||
"https://github.com/RhizoNymph/ComfyUI-CLIPSlider": {
|
||||
"stars": 5,
|
||||
"last_update": "2024-09-07 19:47:02",
|
||||
"author_account_age_days": 1258
|
||||
},
|
||||
"https://github.com/RhizoNymph/ComfyUI-Latte": {
|
||||
"stars": 4,
|
||||
"last_update": "2024-08-11 07:25:04",
|
||||
@ -5954,6 +5959,11 @@
|
||||
"last_update": "2024-06-24 10:08:11",
|
||||
"author_account_age_days": 397
|
||||
},
|
||||
"https://github.com/silveroxides/ComfyUI_bnb_nf4_fp4_Loaders": {
|
||||
"stars": 0,
|
||||
"last_update": "2024-09-17 18:44:57",
|
||||
"author_account_age_days": 1592
|
||||
},
|
||||
"https://github.com/sipherxyz/comfyui-art-venture": {
|
||||
"stars": 130,
|
||||
"last_update": "2024-09-10 10:16:50",
|
||||
|
||||
@ -13,6 +13,16 @@
|
||||
|
||||
|
||||
|
||||
{
|
||||
"author": "ashishsaini",
|
||||
"title": "comfyui_segformer_b2_sleeves",
|
||||
"reference": "https://github.com/ashishsaini/comfyui-segment-clothing-sleeves",
|
||||
"files": [
|
||||
"https://github.com/ashishsaini/comfyui-segment-clothing-sleeves"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "NODES:segformer_b2_sleeves"
|
||||
},
|
||||
{
|
||||
"author": "jordancoult",
|
||||
"title": "ComfyUI_HelpfulNodes",
|
||||
|
||||
@ -10,6 +10,16 @@
|
||||
|
||||
|
||||
|
||||
{
|
||||
"author": "silveroxides",
|
||||
"title": "Model and Checkpoint Loaders for NF4 and FP4",
|
||||
"reference": "https://github.com/silveroxides/ComfyUI_bnb_nf4_fp4_Loaders",
|
||||
"files": [
|
||||
"https://github.com/silveroxides/ComfyUI_bnb_nf4_fp4_Loaders"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes for loading both Checkpoints and UNET/Diffussion models quantized to bitsandbytes NF4 or FP4 format.\nStill under development and some limitations such as using LoRA might apply still."
|
||||
},
|
||||
{
|
||||
"author": "logtd",
|
||||
"title": "ComfyUI-ViewCrafter",
|
||||
@ -570,9 +580,9 @@
|
||||
"author": "RhizoNymph",
|
||||
"title": "ComfyUI-CLIPSlider",
|
||||
"id": "clipslider",
|
||||
"reference": "https://github.com/RhizoNymph/ComfyUI-Latte",
|
||||
"reference": "https://github.com/RhizoNymph/ComfyUI-CLIPSlider",
|
||||
"files": [
|
||||
"https://github.com/RhizoNymph/ComfyUI-Latte"
|
||||
"https://github.com/RhizoNymph/ComfyUI-CLIPSlider"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A node to replicate [a/https://huggingface.co/spaces/latentexplorers/latentnavigation-flux](A node to replicate https://huggingface.co/spaces/latentexplorers/latentnavigation-flux)"
|
||||
@ -681,16 +691,6 @@
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "This repository wraps the latest BiRefNet model as ComfyUI nodes. Compared to the previous model, the latest model offers higher and better matting accuracy."
|
||||
},
|
||||
{
|
||||
"author": "ExterminanzHS",
|
||||
"title": "Gecco Discord Autosend",
|
||||
"reference": "https://github.com/ExterminanzHS/Gecco-Discord-Autosend",
|
||||
"files": [
|
||||
"https://github.com/ExterminanzHS/Gecco-Discord-Autosend"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Custom nodes for ComfyUI to automatically send generated images to Discord channels."
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@ -4870,12 +4870,20 @@
|
||||
"title_aux": "ComfyUI-RenderRiftNodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/RhizoNymph/ComfyUI-CLIPSlider": [
|
||||
[
|
||||
"CLIPSlider"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-CLIPSlider"
|
||||
}
|
||||
],
|
||||
"https://github.com/RhizoNymph/ComfyUI-Latte": [
|
||||
[
|
||||
"LatteVideoGenerator"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-CLIPSlider"
|
||||
"title_aux": "ComfyUI-Latte"
|
||||
}
|
||||
],
|
||||
"https://github.com/RodrigoSKohl/ComfyUI-Panoramic-ImgStitcher": [
|
||||
@ -12720,8 +12728,11 @@
|
||||
"load_wikipedia",
|
||||
"md_to_excel",
|
||||
"md_to_html",
|
||||
"mini_flux_prompt",
|
||||
"mini_flux_tag",
|
||||
"mini_party",
|
||||
"mini_sd_prompt",
|
||||
"mini_sd_tag",
|
||||
"mini_translate",
|
||||
"none2false",
|
||||
"omost_decode",
|
||||
@ -16359,9 +16370,11 @@
|
||||
],
|
||||
"https://github.com/mingsky-ai/ComfyUI-MingNodes": [
|
||||
[
|
||||
"AddWaterMarkNode",
|
||||
"AdjustBrightnessContrastSaturationNode",
|
||||
"BaiduTranslateNode",
|
||||
"ConvertGrayChannelNode"
|
||||
"ConvertGrayChannelNode",
|
||||
"LoadImagePathNode"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-MingNodes"
|
||||
@ -18255,6 +18268,15 @@
|
||||
"title_aux": "\u2601\ufe0fBizyAir Nodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/silveroxides/ComfyUI_bnb_nf4_fp4_Loaders": [
|
||||
[
|
||||
"CheckpointLoaderNF4",
|
||||
"UNETLoaderNF4"
|
||||
],
|
||||
{
|
||||
"title_aux": "Model and Checkpoint Loaders for NF4 and FP4"
|
||||
}
|
||||
],
|
||||
"https://github.com/sipherxyz/comfyui-art-venture": [
|
||||
[
|
||||
"AV_AwsBedrockClaudeApi",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user