mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2026-07-20 05:18:11 +08:00
This commit is contained in:
parent
a2a90adc72
commit
7aef461132
@ -54216,6 +54216,26 @@
|
|||||||
],
|
],
|
||||||
"install_type": "git-clone",
|
"install_type": "git-clone",
|
||||||
"description": "int8 dp4a (sm_70/Volta) acceleration for diffusion DiTs in ComfyUI, over the fni8 kernels"
|
"description": "int8 dp4a (sm_70/Volta) acceleration for diffusion DiTs in ComfyUI, over the fni8 kernels"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"author": "navalyalgam97",
|
||||||
|
"title": "XFlow Resolution",
|
||||||
|
"reference": "https://github.com/navalyalgam97/comfyui-xflow-resolution",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/navalyalgam97/comfyui-xflow-resolution"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "A premium resolution utility node for ComfyUI with aspect ratio grid, preset selection, custom ratios, favorites, recents, and keyboard navigation."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"author": "kongo_jun",
|
||||||
|
"title": "ComfyUI-JITBlockSwap",
|
||||||
|
"reference": "https://github.com/lovemachine100/ComfyUI-JITBlockSwap",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/lovemachine100/ComfyUI-JITBlockSwap"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "Block Swap (RAM Offload) node for native ComfyUI MODEL - run DiT models larger than VRAM by streaming transformer blocks from system RAM."
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@ -616,6 +616,7 @@
|
|||||||
"1hew_StringRatioGemini31FlashImage",
|
"1hew_StringRatioGemini31FlashImage",
|
||||||
"1hew_StringRatioGpt20Image",
|
"1hew_StringRatioGpt20Image",
|
||||||
"1hew_StringResolution",
|
"1hew_StringResolution",
|
||||||
|
"1hew_TextCompare",
|
||||||
"1hew_TextCustomExtract",
|
"1hew_TextCustomExtract",
|
||||||
"1hew_TextEncodeQwenImageEdit",
|
"1hew_TextEncodeQwenImageEdit",
|
||||||
"1hew_TextListToString",
|
"1hew_TextListToString",
|
||||||
@ -20728,6 +20729,7 @@
|
|||||||
"RSSaveImage",
|
"RSSaveImage",
|
||||||
"RS_ImageToLatent",
|
"RS_ImageToLatent",
|
||||||
"RS_ImageToLatent_Simplified",
|
"RS_ImageToLatent_Simplified",
|
||||||
|
"RS_Image_MultiLatent",
|
||||||
"RS_Last_Frame",
|
"RS_Last_Frame",
|
||||||
"RS_OverlayPro",
|
"RS_OverlayPro",
|
||||||
"RS_Saturation",
|
"RS_Saturation",
|
||||||
@ -23975,6 +23977,7 @@
|
|||||||
"StarAdvanvesRatioLatent",
|
"StarAdvanvesRatioLatent",
|
||||||
"StarApplyOverlayDepth",
|
"StarApplyOverlayDepth",
|
||||||
"StarBlackWhite",
|
"StarBlackWhite",
|
||||||
|
"StarBoxDrawer",
|
||||||
"StarConditioningLoader",
|
"StarConditioningLoader",
|
||||||
"StarConditioningSaver",
|
"StarConditioningSaver",
|
||||||
"StarDeleteSamplerSettings",
|
"StarDeleteSamplerSettings",
|
||||||
@ -24000,6 +24003,7 @@
|
|||||||
"StarImageEditQwenKontext",
|
"StarImageEditQwenKontext",
|
||||||
"StarImageLoader1by1",
|
"StarImageLoader1by1",
|
||||||
"StarImageLoop",
|
"StarImageLoop",
|
||||||
|
"StarImageShifter",
|
||||||
"StarImageSwitch",
|
"StarImageSwitch",
|
||||||
"StarImageSwitch2",
|
"StarImageSwitch2",
|
||||||
"StarLTXVGetLastFrame",
|
"StarLTXVGetLastFrame",
|
||||||
@ -24035,6 +24039,7 @@
|
|||||||
"StarSampler",
|
"StarSampler",
|
||||||
"StarSaveFolderString",
|
"StarSaveFolderString",
|
||||||
"StarSavePanoramaJPEG",
|
"StarSavePanoramaJPEG",
|
||||||
|
"StarSavePanoramaJPEGPlus",
|
||||||
"StarSaveSamplerSettings",
|
"StarSaveSamplerSettings",
|
||||||
"StarSimpleFilters",
|
"StarSimpleFilters",
|
||||||
"StarSpecialFilters",
|
"StarSpecialFilters",
|
||||||
@ -25534,6 +25539,7 @@
|
|||||||
[
|
[
|
||||||
"IntCrushLoRALoader",
|
"IntCrushLoRALoader",
|
||||||
"IntCrushLoRAUnloader",
|
"IntCrushLoRAUnloader",
|
||||||
|
"OrbitQuantLoader",
|
||||||
"SimpleINT4UNetLoader",
|
"SimpleINT4UNetLoader",
|
||||||
"SimpleINT8UNetLoader"
|
"SimpleINT8UNetLoader"
|
||||||
],
|
],
|
||||||
@ -46759,6 +46765,7 @@
|
|||||||
"https://github.com/jajmangold/ComfyUI-fni8": [
|
"https://github.com/jajmangold/ComfyUI-fni8": [
|
||||||
[
|
[
|
||||||
"FNI8AttentionPatch",
|
"FNI8AttentionPatch",
|
||||||
|
"FNI8ComponentLoader",
|
||||||
"UnetLoaderFNI8"
|
"UnetLoaderFNI8"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
@ -53106,6 +53113,14 @@
|
|||||||
"title_aux": "ComfyUI Custom Node Color"
|
"title_aux": "ComfyUI Custom Node Color"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/lovemachine100/ComfyUI-JITBlockSwap": [
|
||||||
|
[
|
||||||
|
"BlockSwap"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "ComfyUI-JITBlockSwap"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/lovisdotio/ComfyUI-Replace-First-Frame-Last-Frame": [
|
"https://github.com/lovisdotio/ComfyUI-Replace-First-Frame-Last-Frame": [
|
||||||
[
|
[
|
||||||
"ReplaceFirstLastFrames"
|
"ReplaceFirstLastFrames"
|
||||||
@ -57053,6 +57068,14 @@
|
|||||||
"title_aux": "ComfyUI-AnimaPromptWeaver"
|
"title_aux": "ComfyUI-AnimaPromptWeaver"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/navalyalgam97/comfyui-xflow-resolution": [
|
||||||
|
[
|
||||||
|
"XFlowResolution"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "XFlow Resolution"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/navyxiong/ComfyUI-JSON-Prompt-Modifier": [
|
"https://github.com/navyxiong/ComfyUI-JSON-Prompt-Modifier": [
|
||||||
[
|
[
|
||||||
"JSON-Prompt-Modifier"
|
"JSON-Prompt-Modifier"
|
||||||
@ -65269,12 +65292,12 @@
|
|||||||
"https://github.com/sonnybox/ComfyUI-SuperNodes": [
|
"https://github.com/sonnybox/ComfyUI-SuperNodes": [
|
||||||
[
|
[
|
||||||
"FaceBBoxToMask",
|
"FaceBBoxToMask",
|
||||||
"GetBBoxCropFrames",
|
|
||||||
"GetCommonAspectRatio",
|
"GetCommonAspectRatio",
|
||||||
|
"GetVideoCropFrames",
|
||||||
"ImageMaskCrop",
|
"ImageMaskCrop",
|
||||||
"ImageSizeCalculator",
|
"ImageSizeCalculator",
|
||||||
"RestoreBBoxCropFrames",
|
|
||||||
"RestoreMaskCrop",
|
"RestoreMaskCrop",
|
||||||
|
"RestoreVideoCropFrames",
|
||||||
"SetReserveVRAM",
|
"SetReserveVRAM",
|
||||||
"SigmaInsert",
|
"SigmaInsert",
|
||||||
"SigmaRemove",
|
"SigmaRemove",
|
||||||
|
|||||||
10674
github-stats.json
10674
github-stats.json
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -1,5 +1,25 @@
|
|||||||
{
|
{
|
||||||
"custom_nodes": [
|
"custom_nodes": [
|
||||||
|
{
|
||||||
|
"author": "navalyalgam97",
|
||||||
|
"title": "XFlow Resolution",
|
||||||
|
"reference": "https://github.com/navalyalgam97/comfyui-xflow-resolution",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/navalyalgam97/comfyui-xflow-resolution"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "A premium resolution utility node for ComfyUI with aspect ratio grid, preset selection, custom ratios, favorites, recents, and keyboard navigation."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"author": "kongo_jun",
|
||||||
|
"title": "ComfyUI-JITBlockSwap",
|
||||||
|
"reference": "https://github.com/lovemachine100/ComfyUI-JITBlockSwap",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/lovemachine100/ComfyUI-JITBlockSwap"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "Block Swap (RAM Offload) node for native ComfyUI MODEL - run DiT models larger than VRAM by streaming transformer blocks from system RAM."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"author": "nkxx188",
|
"author": "nkxx188",
|
||||||
"title": "ComfyUI Krea2 Style Transfer",
|
"title": "ComfyUI Krea2 Style Transfer",
|
||||||
|
|||||||
@ -616,6 +616,7 @@
|
|||||||
"1hew_StringRatioGemini31FlashImage",
|
"1hew_StringRatioGemini31FlashImage",
|
||||||
"1hew_StringRatioGpt20Image",
|
"1hew_StringRatioGpt20Image",
|
||||||
"1hew_StringResolution",
|
"1hew_StringResolution",
|
||||||
|
"1hew_TextCompare",
|
||||||
"1hew_TextCustomExtract",
|
"1hew_TextCustomExtract",
|
||||||
"1hew_TextEncodeQwenImageEdit",
|
"1hew_TextEncodeQwenImageEdit",
|
||||||
"1hew_TextListToString",
|
"1hew_TextListToString",
|
||||||
@ -20728,6 +20729,7 @@
|
|||||||
"RSSaveImage",
|
"RSSaveImage",
|
||||||
"RS_ImageToLatent",
|
"RS_ImageToLatent",
|
||||||
"RS_ImageToLatent_Simplified",
|
"RS_ImageToLatent_Simplified",
|
||||||
|
"RS_Image_MultiLatent",
|
||||||
"RS_Last_Frame",
|
"RS_Last_Frame",
|
||||||
"RS_OverlayPro",
|
"RS_OverlayPro",
|
||||||
"RS_Saturation",
|
"RS_Saturation",
|
||||||
@ -23975,6 +23977,7 @@
|
|||||||
"StarAdvanvesRatioLatent",
|
"StarAdvanvesRatioLatent",
|
||||||
"StarApplyOverlayDepth",
|
"StarApplyOverlayDepth",
|
||||||
"StarBlackWhite",
|
"StarBlackWhite",
|
||||||
|
"StarBoxDrawer",
|
||||||
"StarConditioningLoader",
|
"StarConditioningLoader",
|
||||||
"StarConditioningSaver",
|
"StarConditioningSaver",
|
||||||
"StarDeleteSamplerSettings",
|
"StarDeleteSamplerSettings",
|
||||||
@ -24000,6 +24003,7 @@
|
|||||||
"StarImageEditQwenKontext",
|
"StarImageEditQwenKontext",
|
||||||
"StarImageLoader1by1",
|
"StarImageLoader1by1",
|
||||||
"StarImageLoop",
|
"StarImageLoop",
|
||||||
|
"StarImageShifter",
|
||||||
"StarImageSwitch",
|
"StarImageSwitch",
|
||||||
"StarImageSwitch2",
|
"StarImageSwitch2",
|
||||||
"StarLTXVGetLastFrame",
|
"StarLTXVGetLastFrame",
|
||||||
@ -24035,6 +24039,7 @@
|
|||||||
"StarSampler",
|
"StarSampler",
|
||||||
"StarSaveFolderString",
|
"StarSaveFolderString",
|
||||||
"StarSavePanoramaJPEG",
|
"StarSavePanoramaJPEG",
|
||||||
|
"StarSavePanoramaJPEGPlus",
|
||||||
"StarSaveSamplerSettings",
|
"StarSaveSamplerSettings",
|
||||||
"StarSimpleFilters",
|
"StarSimpleFilters",
|
||||||
"StarSpecialFilters",
|
"StarSpecialFilters",
|
||||||
@ -25534,6 +25539,7 @@
|
|||||||
[
|
[
|
||||||
"IntCrushLoRALoader",
|
"IntCrushLoRALoader",
|
||||||
"IntCrushLoRAUnloader",
|
"IntCrushLoRAUnloader",
|
||||||
|
"OrbitQuantLoader",
|
||||||
"SimpleINT4UNetLoader",
|
"SimpleINT4UNetLoader",
|
||||||
"SimpleINT8UNetLoader"
|
"SimpleINT8UNetLoader"
|
||||||
],
|
],
|
||||||
@ -46759,6 +46765,7 @@
|
|||||||
"https://github.com/jajmangold/ComfyUI-fni8": [
|
"https://github.com/jajmangold/ComfyUI-fni8": [
|
||||||
[
|
[
|
||||||
"FNI8AttentionPatch",
|
"FNI8AttentionPatch",
|
||||||
|
"FNI8ComponentLoader",
|
||||||
"UnetLoaderFNI8"
|
"UnetLoaderFNI8"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
@ -53106,6 +53113,14 @@
|
|||||||
"title_aux": "ComfyUI Custom Node Color"
|
"title_aux": "ComfyUI Custom Node Color"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/lovemachine100/ComfyUI-JITBlockSwap": [
|
||||||
|
[
|
||||||
|
"BlockSwap"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "ComfyUI-JITBlockSwap"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/lovisdotio/ComfyUI-Replace-First-Frame-Last-Frame": [
|
"https://github.com/lovisdotio/ComfyUI-Replace-First-Frame-Last-Frame": [
|
||||||
[
|
[
|
||||||
"ReplaceFirstLastFrames"
|
"ReplaceFirstLastFrames"
|
||||||
@ -57053,6 +57068,14 @@
|
|||||||
"title_aux": "ComfyUI-AnimaPromptWeaver"
|
"title_aux": "ComfyUI-AnimaPromptWeaver"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/navalyalgam97/comfyui-xflow-resolution": [
|
||||||
|
[
|
||||||
|
"XFlowResolution"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "XFlow Resolution"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/navyxiong/ComfyUI-JSON-Prompt-Modifier": [
|
"https://github.com/navyxiong/ComfyUI-JSON-Prompt-Modifier": [
|
||||||
[
|
[
|
||||||
"JSON-Prompt-Modifier"
|
"JSON-Prompt-Modifier"
|
||||||
@ -65269,12 +65292,12 @@
|
|||||||
"https://github.com/sonnybox/ComfyUI-SuperNodes": [
|
"https://github.com/sonnybox/ComfyUI-SuperNodes": [
|
||||||
[
|
[
|
||||||
"FaceBBoxToMask",
|
"FaceBBoxToMask",
|
||||||
"GetBBoxCropFrames",
|
|
||||||
"GetCommonAspectRatio",
|
"GetCommonAspectRatio",
|
||||||
|
"GetVideoCropFrames",
|
||||||
"ImageMaskCrop",
|
"ImageMaskCrop",
|
||||||
"ImageSizeCalculator",
|
"ImageSizeCalculator",
|
||||||
"RestoreBBoxCropFrames",
|
|
||||||
"RestoreMaskCrop",
|
"RestoreMaskCrop",
|
||||||
|
"RestoreVideoCropFrames",
|
||||||
"SetReserveVRAM",
|
"SetReserveVRAM",
|
||||||
"SigmaInsert",
|
"SigmaInsert",
|
||||||
"SigmaRemove",
|
"SigmaRemove",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user