mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2026-07-17 20:08:31 +08:00
This commit is contained in:
parent
a2a90adc72
commit
7aef461132
@ -54216,6 +54216,26 @@
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"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_StringRatioGpt20Image",
|
||||
"1hew_StringResolution",
|
||||
"1hew_TextCompare",
|
||||
"1hew_TextCustomExtract",
|
||||
"1hew_TextEncodeQwenImageEdit",
|
||||
"1hew_TextListToString",
|
||||
@ -20728,6 +20729,7 @@
|
||||
"RSSaveImage",
|
||||
"RS_ImageToLatent",
|
||||
"RS_ImageToLatent_Simplified",
|
||||
"RS_Image_MultiLatent",
|
||||
"RS_Last_Frame",
|
||||
"RS_OverlayPro",
|
||||
"RS_Saturation",
|
||||
@ -23975,6 +23977,7 @@
|
||||
"StarAdvanvesRatioLatent",
|
||||
"StarApplyOverlayDepth",
|
||||
"StarBlackWhite",
|
||||
"StarBoxDrawer",
|
||||
"StarConditioningLoader",
|
||||
"StarConditioningSaver",
|
||||
"StarDeleteSamplerSettings",
|
||||
@ -24000,6 +24003,7 @@
|
||||
"StarImageEditQwenKontext",
|
||||
"StarImageLoader1by1",
|
||||
"StarImageLoop",
|
||||
"StarImageShifter",
|
||||
"StarImageSwitch",
|
||||
"StarImageSwitch2",
|
||||
"StarLTXVGetLastFrame",
|
||||
@ -24035,6 +24039,7 @@
|
||||
"StarSampler",
|
||||
"StarSaveFolderString",
|
||||
"StarSavePanoramaJPEG",
|
||||
"StarSavePanoramaJPEGPlus",
|
||||
"StarSaveSamplerSettings",
|
||||
"StarSimpleFilters",
|
||||
"StarSpecialFilters",
|
||||
@ -25534,6 +25539,7 @@
|
||||
[
|
||||
"IntCrushLoRALoader",
|
||||
"IntCrushLoRAUnloader",
|
||||
"OrbitQuantLoader",
|
||||
"SimpleINT4UNetLoader",
|
||||
"SimpleINT8UNetLoader"
|
||||
],
|
||||
@ -46759,6 +46765,7 @@
|
||||
"https://github.com/jajmangold/ComfyUI-fni8": [
|
||||
[
|
||||
"FNI8AttentionPatch",
|
||||
"FNI8ComponentLoader",
|
||||
"UnetLoaderFNI8"
|
||||
],
|
||||
{
|
||||
@ -53106,6 +53113,14 @@
|
||||
"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": [
|
||||
[
|
||||
"ReplaceFirstLastFrames"
|
||||
@ -57053,6 +57068,14 @@
|
||||
"title_aux": "ComfyUI-AnimaPromptWeaver"
|
||||
}
|
||||
],
|
||||
"https://github.com/navalyalgam97/comfyui-xflow-resolution": [
|
||||
[
|
||||
"XFlowResolution"
|
||||
],
|
||||
{
|
||||
"title_aux": "XFlow Resolution"
|
||||
}
|
||||
],
|
||||
"https://github.com/navyxiong/ComfyUI-JSON-Prompt-Modifier": [
|
||||
[
|
||||
"JSON-Prompt-Modifier"
|
||||
@ -65269,12 +65292,12 @@
|
||||
"https://github.com/sonnybox/ComfyUI-SuperNodes": [
|
||||
[
|
||||
"FaceBBoxToMask",
|
||||
"GetBBoxCropFrames",
|
||||
"GetCommonAspectRatio",
|
||||
"GetVideoCropFrames",
|
||||
"ImageMaskCrop",
|
||||
"ImageSizeCalculator",
|
||||
"RestoreBBoxCropFrames",
|
||||
"RestoreMaskCrop",
|
||||
"RestoreVideoCropFrames",
|
||||
"SetReserveVRAM",
|
||||
"SigmaInsert",
|
||||
"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": [
|
||||
{
|
||||
"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",
|
||||
"title": "ComfyUI Krea2 Style Transfer",
|
||||
|
||||
@ -616,6 +616,7 @@
|
||||
"1hew_StringRatioGemini31FlashImage",
|
||||
"1hew_StringRatioGpt20Image",
|
||||
"1hew_StringResolution",
|
||||
"1hew_TextCompare",
|
||||
"1hew_TextCustomExtract",
|
||||
"1hew_TextEncodeQwenImageEdit",
|
||||
"1hew_TextListToString",
|
||||
@ -20728,6 +20729,7 @@
|
||||
"RSSaveImage",
|
||||
"RS_ImageToLatent",
|
||||
"RS_ImageToLatent_Simplified",
|
||||
"RS_Image_MultiLatent",
|
||||
"RS_Last_Frame",
|
||||
"RS_OverlayPro",
|
||||
"RS_Saturation",
|
||||
@ -23975,6 +23977,7 @@
|
||||
"StarAdvanvesRatioLatent",
|
||||
"StarApplyOverlayDepth",
|
||||
"StarBlackWhite",
|
||||
"StarBoxDrawer",
|
||||
"StarConditioningLoader",
|
||||
"StarConditioningSaver",
|
||||
"StarDeleteSamplerSettings",
|
||||
@ -24000,6 +24003,7 @@
|
||||
"StarImageEditQwenKontext",
|
||||
"StarImageLoader1by1",
|
||||
"StarImageLoop",
|
||||
"StarImageShifter",
|
||||
"StarImageSwitch",
|
||||
"StarImageSwitch2",
|
||||
"StarLTXVGetLastFrame",
|
||||
@ -24035,6 +24039,7 @@
|
||||
"StarSampler",
|
||||
"StarSaveFolderString",
|
||||
"StarSavePanoramaJPEG",
|
||||
"StarSavePanoramaJPEGPlus",
|
||||
"StarSaveSamplerSettings",
|
||||
"StarSimpleFilters",
|
||||
"StarSpecialFilters",
|
||||
@ -25534,6 +25539,7 @@
|
||||
[
|
||||
"IntCrushLoRALoader",
|
||||
"IntCrushLoRAUnloader",
|
||||
"OrbitQuantLoader",
|
||||
"SimpleINT4UNetLoader",
|
||||
"SimpleINT8UNetLoader"
|
||||
],
|
||||
@ -46759,6 +46765,7 @@
|
||||
"https://github.com/jajmangold/ComfyUI-fni8": [
|
||||
[
|
||||
"FNI8AttentionPatch",
|
||||
"FNI8ComponentLoader",
|
||||
"UnetLoaderFNI8"
|
||||
],
|
||||
{
|
||||
@ -53106,6 +53113,14 @@
|
||||
"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": [
|
||||
[
|
||||
"ReplaceFirstLastFrames"
|
||||
@ -57053,6 +57068,14 @@
|
||||
"title_aux": "ComfyUI-AnimaPromptWeaver"
|
||||
}
|
||||
],
|
||||
"https://github.com/navalyalgam97/comfyui-xflow-resolution": [
|
||||
[
|
||||
"XFlowResolution"
|
||||
],
|
||||
{
|
||||
"title_aux": "XFlow Resolution"
|
||||
}
|
||||
],
|
||||
"https://github.com/navyxiong/ComfyUI-JSON-Prompt-Modifier": [
|
||||
[
|
||||
"JSON-Prompt-Modifier"
|
||||
@ -65269,12 +65292,12 @@
|
||||
"https://github.com/sonnybox/ComfyUI-SuperNodes": [
|
||||
[
|
||||
"FaceBBoxToMask",
|
||||
"GetBBoxCropFrames",
|
||||
"GetCommonAspectRatio",
|
||||
"GetVideoCropFrames",
|
||||
"ImageMaskCrop",
|
||||
"ImageSizeCalculator",
|
||||
"RestoreBBoxCropFrames",
|
||||
"RestoreMaskCrop",
|
||||
"RestoreVideoCropFrames",
|
||||
"SetReserveVRAM",
|
||||
"SigmaInsert",
|
||||
"SigmaRemove",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user