mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-10 06:34:24 +08:00
update DB
This commit is contained in:
parent
a040ed4557
commit
c0f5218532
@ -2535,6 +2535,17 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "Unofficial ComfyUI implementation of [a/RAVE](https://rave-video.github.io/)"
|
||||
},
|
||||
{
|
||||
"author": "spacepxl",
|
||||
"title": "ComfyUI-StyleGan",
|
||||
"id": "stylegan",
|
||||
"reference": "https://github.com/spacepxl/ComfyUI-StyleGan",
|
||||
"files": [
|
||||
"https://github.com/spacepxl/ComfyUI-StyleGan"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Basic support for StyleGAN2 and StyleGAN3 models."
|
||||
},
|
||||
{
|
||||
"author": "PTA",
|
||||
"title": "auto nodes layout",
|
||||
@ -4159,16 +4170,6 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "This is an Extension for ComfyUI, which allows you to control the logic flow with just one click!"
|
||||
},
|
||||
{
|
||||
"author": "larsupb",
|
||||
"title": "LoRA Power-Merger ComfyUI",
|
||||
"reference": "https://github.com/larsupb/LoRA-Merger-ComfyUI",
|
||||
"files": [
|
||||
"https://github.com/larsupb/LoRA-Merger-ComfyUI"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "An extension for merging LoRAs. Offers a wide range of LoRA merge techniques (including dare) and XY plots. XY plots require efficiency nodes."
|
||||
},
|
||||
{
|
||||
"author": "bedovyy",
|
||||
"title": "ComfyUI_NAIDGenerator",
|
||||
@ -8912,6 +8913,17 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes:Change Image Border"
|
||||
},
|
||||
{
|
||||
"author": "githubYiheng",
|
||||
"title": "comfyui_meanshift_filter",
|
||||
"id": "meanshift-filter",
|
||||
"reference": "https://github.com/githubYiheng/comfyui_meanshift_filter",
|
||||
"files": [
|
||||
"https://github.com/githubYiheng/comfyui_meanshift_filter"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes:Apply Meanshift Filter"
|
||||
},
|
||||
{
|
||||
"author": "Fihade",
|
||||
"title": "IC-Light-ComfyUI-Node",
|
||||
@ -9427,6 +9439,51 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "Custom Image processing ComfyUI Nodes"
|
||||
},
|
||||
{
|
||||
"author": "larsupb",
|
||||
"title": "LoRA Power-Merger ComfyUI",
|
||||
"id": "lora-powermerger",
|
||||
"reference": "https://github.com/larsupb/LoRA-Merger-ComfyUI",
|
||||
"files": [
|
||||
"https://github.com/larsupb/LoRA-Merger-ComfyUI"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "An extension for merging LoRAs. Offers a wide range of LoRA merge techniques (including dare) and XY plots. XY plots require efficiency nodes."
|
||||
},
|
||||
{
|
||||
"author": "Mason-McGough",
|
||||
"title": "🎨 ComfyUI-Mosaica",
|
||||
"id": "mosaica",
|
||||
"reference": "https://github.com/Mason-McGough/ComfyUI-Mosaica",
|
||||
"files": [
|
||||
"https://github.com/Mason-McGough/ComfyUI-Mosaica"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Create colorful mosaic images in ComfyUI by computing label images and applying lookup tables."
|
||||
},
|
||||
{
|
||||
"author": "cuongloveit",
|
||||
"title": "comfy_http_request",
|
||||
"reference": "https://github.com/cuongloveit/comfy_http_request",
|
||||
"files": [
|
||||
"https://github.com/cuongloveit/comfy_http_request"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes:Send Http Request. You can use this node to save full size images through the websocket."
|
||||
},
|
||||
{
|
||||
"author": "Ron-Digital",
|
||||
"title": "ComfyUI-SceneGenerator",
|
||||
"id": "scenegenerator",
|
||||
"reference": "https://github.com/Ron-Digital/ComfyUI-SceneGenerator",
|
||||
"files": [
|
||||
"https://github.com/Ron-Digital/ComfyUI-SceneGenerator"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "ComfyUI-SceneGenerator is a ComfyUI plugin used to generate scene preview photos from JSON files. This plugin creates scenes based on the provided JSON configuration and produces two different image outputs: one containing only the products and the other containing both the products and the props."
|
||||
},
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -2713,6 +2713,19 @@
|
||||
"title_aux": "ComfyUI_Segment_Mask"
|
||||
}
|
||||
],
|
||||
"https://github.com/Mason-McGough/ComfyUI-Mosaica": [
|
||||
[
|
||||
"ApplyLUTToLabelImage",
|
||||
"KMeans",
|
||||
"LoadLUTFromMatplotlib",
|
||||
"MeanShift",
|
||||
"RandomLUT",
|
||||
"Watershed"
|
||||
],
|
||||
{
|
||||
"title_aux": "\ud83c\udfa8 ComfyUI-Mosaica"
|
||||
}
|
||||
],
|
||||
"https://github.com/Miosp/ComfyUI-FBCNN": [
|
||||
[
|
||||
"JPEG artifacts removal FBCNN"
|
||||
@ -3186,6 +3199,14 @@
|
||||
"title_aux": "Advanced Latent Control"
|
||||
}
|
||||
],
|
||||
"https://github.com/Ron-Digital/ComfyUI-SceneGenerator": [
|
||||
[
|
||||
"Scene Generator"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-SceneGenerator"
|
||||
}
|
||||
],
|
||||
"https://github.com/Ryuukeisyou/comfyui_face_parsing": [
|
||||
[
|
||||
"BBoxListItemSelect(FaceParsing)",
|
||||
@ -7427,6 +7448,15 @@
|
||||
"title_aux": "PuLID_ComfyUI"
|
||||
}
|
||||
],
|
||||
"https://github.com/cuongloveit/comfy_http_request": [
|
||||
[
|
||||
"Send Http Request",
|
||||
"Send Http request"
|
||||
],
|
||||
{
|
||||
"title_aux": "comfy_http_request"
|
||||
}
|
||||
],
|
||||
"https://github.com/curiousjp/ComfyUI-MaskBatchPermutations": [
|
||||
[
|
||||
"CombinatorialDetailer",
|
||||
@ -7928,6 +7958,7 @@
|
||||
"LoadRandomImage",
|
||||
"MaskFromRGB",
|
||||
"MaskFromRGB_KMeans",
|
||||
"SaveExplorationState",
|
||||
"SaveImageAdvanced",
|
||||
"VAEDecode_to_folder"
|
||||
],
|
||||
@ -8626,6 +8657,14 @@
|
||||
"title_aux": "comfyui_kmeans_filter"
|
||||
}
|
||||
],
|
||||
"https://github.com/githubYiheng/comfyui_meanshift_filter": [
|
||||
[
|
||||
"ImageMeanshiftFilter"
|
||||
],
|
||||
{
|
||||
"title_aux": "comfyui_meanshift_filter"
|
||||
}
|
||||
],
|
||||
"https://github.com/glibsonoran/Plush-for-ComfyUI": [
|
||||
[
|
||||
"AdvPromptEnhancer",
|
||||
@ -10217,6 +10256,22 @@
|
||||
"title_aux": "pfg-ComfyUI"
|
||||
}
|
||||
],
|
||||
"https://github.com/larsupb/LoRA-Merger-ComfyUI": [
|
||||
[
|
||||
"PM LoRA Apply",
|
||||
"PM LoRA Loader",
|
||||
"PM LoRA Merger",
|
||||
"PM LoRA Resizer",
|
||||
"PM LoRA SVD Merger",
|
||||
"PM LoRA Save",
|
||||
"XY: PM LoRA Modes",
|
||||
"XY: PM LoRA SVD Rank",
|
||||
"XY: PM LoRA Strengths"
|
||||
],
|
||||
{
|
||||
"title_aux": "LoRA Power-Merger ComfyUI"
|
||||
}
|
||||
],
|
||||
"https://github.com/leoleelxh/ComfyUI-LLMs": [
|
||||
[
|
||||
"\ud83d\uddbc\ufe0f LLMs_Vison_Ali",
|
||||
@ -12502,6 +12557,19 @@
|
||||
"title_aux": "ComfyUI-RAVE"
|
||||
}
|
||||
],
|
||||
"https://github.com/spacepxl/ComfyUI-StyleGan": [
|
||||
[
|
||||
"BatchAverageStyleGANLatents",
|
||||
"BlendStyleGANLatents",
|
||||
"GenerateStyleGANLatent",
|
||||
"LoadStyleGAN",
|
||||
"StyleGANLatentFromBatch",
|
||||
"StyleGANSampler"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-StyleGan"
|
||||
}
|
||||
],
|
||||
"https://github.com/spinagon/ComfyUI-seam-carving": [
|
||||
[
|
||||
"SeamCarving"
|
||||
|
||||
@ -711,6 +711,10 @@
|
||||
"stars": 14,
|
||||
"last_update": "2024-05-23 00:15:51"
|
||||
},
|
||||
"https://github.com/Mason-McGough/ComfyUI-Mosaica": {
|
||||
"stars": 1,
|
||||
"last_update": "2024-05-28 12:54:44"
|
||||
},
|
||||
"https://github.com/Millyarde/Pomfy": {
|
||||
"stars": 7,
|
||||
"last_update": "2024-05-22 22:22:48"
|
||||
@ -835,6 +839,10 @@
|
||||
"stars": 15,
|
||||
"last_update": "2024-05-05 09:22:26"
|
||||
},
|
||||
"https://github.com/Ron-Digital/ComfyUI-SceneGenerator": {
|
||||
"stars": 1,
|
||||
"last_update": "2024-05-27 09:37:52"
|
||||
},
|
||||
"https://github.com/Ryuukeisyou/comfyui_face_parsing": {
|
||||
"stars": 33,
|
||||
"last_update": "2024-05-22 22:21:46"
|
||||
@ -1767,6 +1775,10 @@
|
||||
"stars": 355,
|
||||
"last_update": "2024-05-26 17:23:56"
|
||||
},
|
||||
"https://github.com/cuongloveit/comfy_http_request": {
|
||||
"stars": 0,
|
||||
"last_update": "2024-05-28 08:58:59"
|
||||
},
|
||||
"https://github.com/curiousjp/ComfyUI-MaskBatchPermutations": {
|
||||
"stars": 3,
|
||||
"last_update": "2024-05-23 01:18:07"
|
||||
@ -2027,6 +2039,10 @@
|
||||
"stars": 0,
|
||||
"last_update": "2024-05-24 10:55:10"
|
||||
},
|
||||
"https://github.com/githubYiheng/comfyui_meanshift_filter": {
|
||||
"stars": 0,
|
||||
"last_update": "2024-05-28 03:12:18"
|
||||
},
|
||||
"https://github.com/githubYiheng/comfyui_median_filter": {
|
||||
"stars": 0,
|
||||
"last_update": "2024-05-24 15:21:40"
|
||||
@ -2471,6 +2487,10 @@
|
||||
"stars": 9,
|
||||
"last_update": "2024-05-22 20:41:41"
|
||||
},
|
||||
"https://github.com/larsupb/LoRA-Merger-ComfyUI": {
|
||||
"stars": 0,
|
||||
"last_update": "2024-05-28 06:29:48"
|
||||
},
|
||||
"https://github.com/leoleelxh/ComfyUI-LLMs": {
|
||||
"stars": 6,
|
||||
"last_update": "2024-03-07 07:34:10"
|
||||
@ -3095,6 +3115,10 @@
|
||||
"stars": 78,
|
||||
"last_update": "2024-05-22 20:56:19"
|
||||
},
|
||||
"https://github.com/spacepxl/ComfyUI-StyleGan": {
|
||||
"stars": 0,
|
||||
"last_update": "2024-05-28 06:45:13"
|
||||
},
|
||||
"https://github.com/spinagon/ComfyUI-seam-carving": {
|
||||
"stars": 14,
|
||||
"last_update": "2024-05-23 05:07:00"
|
||||
|
||||
@ -8,12 +8,23 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "If you see this message, your ComfyUI-Manager is outdated.\nDev channel provides only the list of the developing nodes. If you want to find the complete node list, please go to the Default channel."
|
||||
},
|
||||
|
||||
|
||||
|
||||
{
|
||||
"author": "immersiveexperience",
|
||||
"title": "ie-comfyui-color-nodes",
|
||||
"id": "ie-color-nodes",
|
||||
"reference": "https://github.com/immersiveexperience/ie-comfyui-color-nodes",
|
||||
"files": [
|
||||
"https://github.com/immersiveexperience/ie-comfyui-color-nodes"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Custom ComfyUI nodes for simple color correction."
|
||||
},
|
||||
{
|
||||
"author": "tankucc1no",
|
||||
"title": "ComfyUI-Dragdiffusion",
|
||||
"id": "anynode",
|
||||
"id": "dragdiffusion",
|
||||
"reference": "https://github.com/tankucc1no/ComfyUI-Dragdiffusion",
|
||||
"files": [
|
||||
"https://github.com/tankucc1no/ComfyUI-Dragdiffusion"
|
||||
|
||||
@ -12,6 +12,50 @@
|
||||
|
||||
|
||||
|
||||
{
|
||||
"author": "Ron-Digital",
|
||||
"title": "ComfyUI-SceneGenerator",
|
||||
"id": "scenegenerator",
|
||||
"reference": "https://github.com/Ron-Digital/ComfyUI-SceneGenerator",
|
||||
"files": [
|
||||
"https://github.com/Ron-Digital/ComfyUI-SceneGenerator"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "ComfyUI-SceneGenerator is a ComfyUI plugin used to generate scene preview photos from JSON files. This plugin creates scenes based on the provided JSON configuration and produces two different image outputs: one containing only the products and the other containing both the products and the props."
|
||||
},
|
||||
{
|
||||
"author": "spacepxl",
|
||||
"title": "ComfyUI-StyleGan",
|
||||
"id": "stylegan",
|
||||
"reference": "https://github.com/spacepxl/ComfyUI-StyleGan",
|
||||
"files": [
|
||||
"https://github.com/spacepxl/ComfyUI-StyleGan"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Basic support for StyleGAN2 and StyleGAN3 models."
|
||||
},
|
||||
{
|
||||
"author": "Mason-McGough",
|
||||
"title": "🎨 ComfyUI-Mosaica",
|
||||
"id": "mosaica",
|
||||
"reference": "https://github.com/Mason-McGough/ComfyUI-Mosaica",
|
||||
"files": [
|
||||
"https://github.com/Mason-McGough/ComfyUI-Mosaica"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Create colorful mosaic images in ComfyUI by computing label images and applying lookup tables."
|
||||
},
|
||||
{
|
||||
"author": "larsupb",
|
||||
"title": "LoRA Power-Merger ComfyUI",
|
||||
"id": "lora-powermerger",
|
||||
"reference": "https://github.com/larsupb/LoRA-Merger-ComfyUI",
|
||||
"files": [
|
||||
"https://github.com/larsupb/LoRA-Merger-ComfyUI"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "An extension for merging LoRAs. Offers a wide range of LoRA merge techniques (including dare) and XY plots. XY plots require efficiency nodes."
|
||||
},
|
||||
{
|
||||
"author": "alessandrozonta",
|
||||
"title": "Save Layers Node for ComfyUI",
|
||||
@ -23,6 +67,27 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "This custom node for ComfyUI allows you to create layers of an image based on input masks and save them into a PSD file."
|
||||
},
|
||||
{
|
||||
"author": "githubYiheng",
|
||||
"title": "comfyui_meanshift_filter",
|
||||
"id": "meanshift-filter",
|
||||
"reference": "https://github.com/githubYiheng/comfyui_meanshift_filter",
|
||||
"files": [
|
||||
"https://github.com/githubYiheng/comfyui_meanshift_filter"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes:Apply Meanshift Filter"
|
||||
},
|
||||
{
|
||||
"author": "cuongloveit",
|
||||
"title": "comfy_http_request",
|
||||
"reference": "https://github.com/cuongloveit/comfy_http_request",
|
||||
"files": [
|
||||
"https://github.com/cuongloveit/comfy_http_request"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes:Send Http Request. You can use this node to save full size images through the websocket."
|
||||
},
|
||||
{
|
||||
"author": "SayanoAI",
|
||||
"title": "Comfy-RVC",
|
||||
@ -625,71 +690,6 @@
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes:Load ICLight Model,Apply ICLight,Simple Light Source,Calculate Normal Map"
|
||||
},
|
||||
{
|
||||
"author": "christian-byrne",
|
||||
"title": "img2txt-comfyui-nodes",
|
||||
"id": "img2txt-nodes",
|
||||
"reference": "https://github.com/christian-byrne/img2txt-comfyui-nodes",
|
||||
"files": [
|
||||
"https://github.com/christian-byrne/img2txt-comfyui-nodes"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes:img2txt BLIP SalesForce Large"
|
||||
},
|
||||
{
|
||||
"author": "huchenlei",
|
||||
"title": "ComfyUI-IC-Light-Native",
|
||||
"id": "ic-light-native",
|
||||
"reference": "https://github.com/huchenlei/ComfyUI-IC-Light-Native",
|
||||
"files": [
|
||||
"https://github.com/huchenlei/ComfyUI-IC-Light-Native"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "ComfyUI native implementation of [a/IC-Light](https://github.com/lllyasviel/IC-Light)."
|
||||
},
|
||||
{
|
||||
"author": "lquesada",
|
||||
"title": "ComfyUI-Inpaint-CropAndStitch",
|
||||
"reference": "https://github.com/lquesada/ComfyUI-Inpaint-CropAndStitch",
|
||||
"files": [
|
||||
"https://github.com/lquesada/ComfyUI-Inpaint-CropAndStitch"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "'✂️ Inpaint Crop' is a node that crops an image before sampling. The context area can be specified via the mask, expand pixels and expand factor or via a separate (optional) mask.\n'✂️ Inpaint Stitch' is a node that stitches the inpainted image back into the original image without altering unmasked areas."
|
||||
},
|
||||
{
|
||||
"author": "laksjdjf",
|
||||
"title": "cgem156-ComfyUI🍌",
|
||||
"id": "cgem156",
|
||||
"reference": "https://github.com/laksjdjf/cgem156-ComfyUI",
|
||||
"files": [
|
||||
"https://github.com/laksjdjf/cgem156-ComfyUI"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "The custom nodes of laksjdjf have been integrated into the node pack of cgem156🍌."
|
||||
},
|
||||
{
|
||||
"author": "ruiqutech",
|
||||
"title": "RuiquNodes for ComfyUI",
|
||||
"id": "RuiquNodes",
|
||||
"reference": "https://github.com/ruiqutech/ComfyUI-RuiquNodes",
|
||||
"files": [
|
||||
"https://github.com/ruiqutech/ComfyUI-RuiquNodes"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes of EvaluateMultiple1, EvaluateMultiple3...\nSupport the execution of any fragment of Python code, generating multiple outputs from multiple inputs."
|
||||
},
|
||||
{
|
||||
"author": "fmatray",
|
||||
"title": "ComfyUI_BattlemapGrid",
|
||||
"id": "battlemap-grid",
|
||||
"reference": "https://github.com/fmatray/ComfyUI_BattlemapGrid",
|
||||
"files": [
|
||||
"https://github.com/fmatray/ComfyUI_BattlemapGrid"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes for ComfyUI in order to generate battelmaps"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@ -2713,6 +2713,19 @@
|
||||
"title_aux": "ComfyUI_Segment_Mask"
|
||||
}
|
||||
],
|
||||
"https://github.com/Mason-McGough/ComfyUI-Mosaica": [
|
||||
[
|
||||
"ApplyLUTToLabelImage",
|
||||
"KMeans",
|
||||
"LoadLUTFromMatplotlib",
|
||||
"MeanShift",
|
||||
"RandomLUT",
|
||||
"Watershed"
|
||||
],
|
||||
{
|
||||
"title_aux": "\ud83c\udfa8 ComfyUI-Mosaica"
|
||||
}
|
||||
],
|
||||
"https://github.com/Miosp/ComfyUI-FBCNN": [
|
||||
[
|
||||
"JPEG artifacts removal FBCNN"
|
||||
@ -3186,6 +3199,14 @@
|
||||
"title_aux": "Advanced Latent Control"
|
||||
}
|
||||
],
|
||||
"https://github.com/Ron-Digital/ComfyUI-SceneGenerator": [
|
||||
[
|
||||
"Scene Generator"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-SceneGenerator"
|
||||
}
|
||||
],
|
||||
"https://github.com/Ryuukeisyou/comfyui_face_parsing": [
|
||||
[
|
||||
"BBoxListItemSelect(FaceParsing)",
|
||||
@ -7427,6 +7448,15 @@
|
||||
"title_aux": "PuLID_ComfyUI"
|
||||
}
|
||||
],
|
||||
"https://github.com/cuongloveit/comfy_http_request": [
|
||||
[
|
||||
"Send Http Request",
|
||||
"Send Http request"
|
||||
],
|
||||
{
|
||||
"title_aux": "comfy_http_request"
|
||||
}
|
||||
],
|
||||
"https://github.com/curiousjp/ComfyUI-MaskBatchPermutations": [
|
||||
[
|
||||
"CombinatorialDetailer",
|
||||
@ -7928,6 +7958,7 @@
|
||||
"LoadRandomImage",
|
||||
"MaskFromRGB",
|
||||
"MaskFromRGB_KMeans",
|
||||
"SaveExplorationState",
|
||||
"SaveImageAdvanced",
|
||||
"VAEDecode_to_folder"
|
||||
],
|
||||
@ -8626,6 +8657,14 @@
|
||||
"title_aux": "comfyui_kmeans_filter"
|
||||
}
|
||||
],
|
||||
"https://github.com/githubYiheng/comfyui_meanshift_filter": [
|
||||
[
|
||||
"ImageMeanshiftFilter"
|
||||
],
|
||||
{
|
||||
"title_aux": "comfyui_meanshift_filter"
|
||||
}
|
||||
],
|
||||
"https://github.com/glibsonoran/Plush-for-ComfyUI": [
|
||||
[
|
||||
"AdvPromptEnhancer",
|
||||
@ -10217,6 +10256,22 @@
|
||||
"title_aux": "pfg-ComfyUI"
|
||||
}
|
||||
],
|
||||
"https://github.com/larsupb/LoRA-Merger-ComfyUI": [
|
||||
[
|
||||
"PM LoRA Apply",
|
||||
"PM LoRA Loader",
|
||||
"PM LoRA Merger",
|
||||
"PM LoRA Resizer",
|
||||
"PM LoRA SVD Merger",
|
||||
"PM LoRA Save",
|
||||
"XY: PM LoRA Modes",
|
||||
"XY: PM LoRA SVD Rank",
|
||||
"XY: PM LoRA Strengths"
|
||||
],
|
||||
{
|
||||
"title_aux": "LoRA Power-Merger ComfyUI"
|
||||
}
|
||||
],
|
||||
"https://github.com/leoleelxh/ComfyUI-LLMs": [
|
||||
[
|
||||
"\ud83d\uddbc\ufe0f LLMs_Vison_Ali",
|
||||
@ -12502,6 +12557,19 @@
|
||||
"title_aux": "ComfyUI-RAVE"
|
||||
}
|
||||
],
|
||||
"https://github.com/spacepxl/ComfyUI-StyleGan": [
|
||||
[
|
||||
"BatchAverageStyleGANLatents",
|
||||
"BlendStyleGANLatents",
|
||||
"GenerateStyleGANLatent",
|
||||
"LoadStyleGAN",
|
||||
"StyleGANLatentFromBatch",
|
||||
"StyleGANSampler"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-StyleGan"
|
||||
}
|
||||
],
|
||||
"https://github.com/spinagon/ComfyUI-seam-carving": [
|
||||
[
|
||||
"SeamCarving"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user