mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2026-04-02 23:03:33 +08:00
This commit is contained in:
parent
8aca0751d1
commit
3615af1560
@ -38781,16 +38781,6 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "Advanced face swapping for ComfyUI with local ONNX inference - no API required!"
|
||||
},
|
||||
{
|
||||
"author": "Ada123-a",
|
||||
"title": "ComfyUI-Kandinsky",
|
||||
"reference": "https://github.com/Ada123-a/ComfyUI-Kandinsky",
|
||||
"files": [
|
||||
"https://github.com/Ada123-a/ComfyUI-Kandinsky"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Kandinsky 2/20B ComfyUI support with FP8/GGUF/blockswap support."
|
||||
},
|
||||
{
|
||||
"author": "obvirm",
|
||||
"title": "ComfyUI-WhisperXX",
|
||||
|
||||
@ -2284,22 +2284,6 @@
|
||||
"title_aux": "ComfyUI GOAT Nodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/Ada123-a/ComfyUI-Kandinsky": [
|
||||
[
|
||||
"EmptyKandinskyV5_Latent",
|
||||
"KandinskyV5_ImageToVideoLatent",
|
||||
"KandinskyV5_Loader",
|
||||
"KandinskyV5_PruneFrames",
|
||||
"KandinskyV5_QwenLoader",
|
||||
"KandinskyV5_Sampler",
|
||||
"KandinskyV5_TextEncode",
|
||||
"KandinskyV5_VAEDecode",
|
||||
"KandinskyV5_VAELoader"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-Kandinsky"
|
||||
}
|
||||
],
|
||||
"https://github.com/AdamNizol/ComfyUI-Anima-Enhancer": [
|
||||
[
|
||||
"AnimaLayerReplayPatcher"
|
||||
@ -2502,6 +2486,8 @@
|
||||
"https://github.com/AlbertJBurton/comfyui-jbnodes": [
|
||||
[
|
||||
"CameraLab",
|
||||
"CropFilmAspectRatio",
|
||||
"FilmAspectRatio",
|
||||
"FilmLab",
|
||||
"FilterLab",
|
||||
"GrayscaleLab",
|
||||
@ -53315,6 +53301,7 @@
|
||||
"TextList",
|
||||
"UTF8Converter",
|
||||
"XmilesNanobanana",
|
||||
"XmilesNanobananaPoller",
|
||||
"XmilesNanobananaResultParser"
|
||||
],
|
||||
{
|
||||
@ -56376,8 +56363,6 @@
|
||||
[
|
||||
"FrameNumberOverlay",
|
||||
"LoadVideosFromFolderSimple",
|
||||
"VACEInline",
|
||||
"VisualFrameSelector",
|
||||
"WanVACEBatchContext",
|
||||
"WanVACEExtend",
|
||||
"WanVACEPrep",
|
||||
|
||||
7187
github-stats.json
7187
github-stats.json
File diff suppressed because it is too large
Load Diff
@ -824,7 +824,6 @@
|
||||
],
|
||||
"https://github.com/AlexYez/comfyui-timesaver": [
|
||||
[
|
||||
"ModelScanner",
|
||||
"TS Cube to Equirectangular",
|
||||
"TS Equirectangular to Cube",
|
||||
"TS Files Downloader",
|
||||
@ -836,6 +835,7 @@
|
||||
"TS_Animation_Preview",
|
||||
"TS_BGRM_BiRefNet",
|
||||
"TS_BatchPromptLoader",
|
||||
"TS_CPULoraMerger",
|
||||
"TS_Color_Grade",
|
||||
"TS_Color_Match",
|
||||
"TS_DeflickerNode",
|
||||
@ -860,14 +860,16 @@
|
||||
"TS_ModelConverter",
|
||||
"TS_ModelConverterAdvanced",
|
||||
"TS_ModelConverterAdvancedDirect",
|
||||
"TS_ModelScanner",
|
||||
"TS_MusicStems",
|
||||
"TS_PromptBuilder",
|
||||
"TS_Qwen3_VL",
|
||||
"TS_Qwen3_VL_V3",
|
||||
"TS_QwenCanvas",
|
||||
"TS_QwenSafeResize",
|
||||
"TS_Qwen_3VL_GGUF",
|
||||
"TS_Qwen_3VL_V2",
|
||||
"TS_ResolutionSelector",
|
||||
"TS_SileroTTS",
|
||||
"TS_Smart_Switch",
|
||||
"TS_StylePromptSelector",
|
||||
"TS_VideoDepthNode",
|
||||
@ -3158,8 +3160,10 @@
|
||||
"MpiJsonLoad",
|
||||
"MpiJsonSave",
|
||||
"MpiLoraModel",
|
||||
"MpiLoraModelClip",
|
||||
"MpiLoraSwitch",
|
||||
"MpiMaskDebugInfo",
|
||||
"MpiMath",
|
||||
"MpiMultiTextX2",
|
||||
"MpiMultiTextX3",
|
||||
"MpiMultiTextX4",
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@ -1,5 +1,15 @@
|
||||
{
|
||||
"custom_nodes": [
|
||||
{
|
||||
"author": "Ada123-a",
|
||||
"title": "ComfyUI-Kandinsky [REMOVED]",
|
||||
"reference": "https://github.com/Ada123-a/ComfyUI-Kandinsky",
|
||||
"files": [
|
||||
"https://github.com/Ada123-a/ComfyUI-Kandinsky"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Kandinsky 2/20B ComfyUI support with FP8/GGUF/blockswap support."
|
||||
},
|
||||
{
|
||||
"author": "lgldlk",
|
||||
"title": "ComfyUI-PSD-Replace [REMOVED]",
|
||||
|
||||
@ -2284,22 +2284,6 @@
|
||||
"title_aux": "ComfyUI GOAT Nodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/Ada123-a/ComfyUI-Kandinsky": [
|
||||
[
|
||||
"EmptyKandinskyV5_Latent",
|
||||
"KandinskyV5_ImageToVideoLatent",
|
||||
"KandinskyV5_Loader",
|
||||
"KandinskyV5_PruneFrames",
|
||||
"KandinskyV5_QwenLoader",
|
||||
"KandinskyV5_Sampler",
|
||||
"KandinskyV5_TextEncode",
|
||||
"KandinskyV5_VAEDecode",
|
||||
"KandinskyV5_VAELoader"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-Kandinsky"
|
||||
}
|
||||
],
|
||||
"https://github.com/AdamNizol/ComfyUI-Anima-Enhancer": [
|
||||
[
|
||||
"AnimaLayerReplayPatcher"
|
||||
@ -2502,6 +2486,8 @@
|
||||
"https://github.com/AlbertJBurton/comfyui-jbnodes": [
|
||||
[
|
||||
"CameraLab",
|
||||
"CropFilmAspectRatio",
|
||||
"FilmAspectRatio",
|
||||
"FilmLab",
|
||||
"FilterLab",
|
||||
"GrayscaleLab",
|
||||
@ -53315,6 +53301,7 @@
|
||||
"TextList",
|
||||
"UTF8Converter",
|
||||
"XmilesNanobanana",
|
||||
"XmilesNanobananaPoller",
|
||||
"XmilesNanobananaResultParser"
|
||||
],
|
||||
{
|
||||
@ -56376,8 +56363,6 @@
|
||||
[
|
||||
"FrameNumberOverlay",
|
||||
"LoadVideosFromFolderSimple",
|
||||
"VACEInline",
|
||||
"VisualFrameSelector",
|
||||
"WanVACEBatchContext",
|
||||
"WanVACEExtend",
|
||||
"WanVACEPrep",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user