mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-08 21:54:26 +08:00
update DB
This commit is contained in:
parent
1f0adf8bcf
commit
e99aafd876
@ -30978,8 +30978,8 @@
|
||||
"description": "A collection of custom nodes for ComfyUI that enable progressive blending and color matching effects across image batches/video frames."
|
||||
},
|
||||
{
|
||||
"author": "VraethrDalkr",
|
||||
"title": "ComfyUI-ProgressiveBlend",
|
||||
"author": "NHLStenden",
|
||||
"title": "ComfyUI-ImageBag",
|
||||
"reference": "https://github.com/NHLStenden/ComfyUI-ImageBag",
|
||||
"files": [
|
||||
"https://github.com/NHLStenden/ComfyUI-ImageBag"
|
||||
|
||||
@ -1957,12 +1957,15 @@
|
||||
],
|
||||
"https://github.com/Alectriciti/comfyui-creativeprompts": [
|
||||
[
|
||||
"CleanupTags",
|
||||
"PromptGenerator",
|
||||
"PromptReplace",
|
||||
"PromptRewrap",
|
||||
"ShuffleTags",
|
||||
"ShuffleTagsAdvanced",
|
||||
"StringListAppend"
|
||||
"StringListAppend",
|
||||
"StringMerger12",
|
||||
"StringMerger4"
|
||||
],
|
||||
{
|
||||
"title_aux": "comfyui-creativeprompts"
|
||||
@ -9729,7 +9732,7 @@
|
||||
"EnhancedImageColourTransferNode"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-ProgressiveBlend"
|
||||
"title_aux": "ComfyUI-ImageBag"
|
||||
}
|
||||
],
|
||||
"https://github.com/NMWave/ComfyUI-Nader-Tagging": [
|
||||
|
||||
@ -40,16 +40,6 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "HDM(HomeDiffusionModel) Extension"
|
||||
},
|
||||
{
|
||||
"author": "flybirdxx",
|
||||
"title": "ComfyUI Sliding Window [WIP]",
|
||||
"reference": "https://github.com/PixWizardry/ComfyUI_Sliding_Window",
|
||||
"files": [
|
||||
"https://github.com/PixWizardry/ComfyUI_Sliding_Window"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "This set of nodes provides a powerful sliding window or 'tiling' technique for processing long videos and animations in ComfyUI. It allows you to work on animations that are longer than your VRAM would typically allow by breaking the job into smaller, overlapping chunks and seamlessly blending them back together."
|
||||
},
|
||||
{
|
||||
"author": "TimothyCMeehan",
|
||||
"title": "ComfyUI CK3 Presets",
|
||||
|
||||
@ -2915,16 +2915,6 @@
|
||||
"title_aux": "DoomFLUX Nodes [WIP]"
|
||||
}
|
||||
],
|
||||
"https://github.com/PixWizardry/ComfyUI_Sliding_Window": [
|
||||
[
|
||||
"CalculateLatentFrames",
|
||||
"IterativeSampler",
|
||||
"PrepareLatentSchedule"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI Sliding Window [WIP]"
|
||||
}
|
||||
],
|
||||
"https://github.com/Poseidon-fan/ComfyUI-fileCleaner": [
|
||||
[
|
||||
"Clean input and output file"
|
||||
|
||||
@ -944,11 +944,6 @@
|
||||
"last_update": "2025-06-30 20:41:45",
|
||||
"author_account_age_days": 650
|
||||
},
|
||||
"https://github.com/PixWizardry/ComfyUI_Sliding_Window": {
|
||||
"stars": 1,
|
||||
"last_update": "2025-08-13 19:45:48",
|
||||
"author_account_age_days": 2
|
||||
},
|
||||
"https://github.com/Poseidon-fan/ComfyUI-fileCleaner": {
|
||||
"stars": 1,
|
||||
"last_update": "2024-11-19 02:42:29",
|
||||
|
||||
@ -1,5 +1,15 @@
|
||||
{
|
||||
"custom_nodes": [
|
||||
{
|
||||
"author": "flybirdxx",
|
||||
"title": "ComfyUI Sliding Window [REMOVED]",
|
||||
"reference": "https://github.com/PixWizardry/ComfyUI_Sliding_Window",
|
||||
"files": [
|
||||
"https://github.com/PixWizardry/ComfyUI_Sliding_Window"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "This set of nodes provides a powerful sliding window or 'tiling' technique for processing long videos and animations in ComfyUI. It allows you to work on animations that are longer than your VRAM would typically allow by breaking the job into smaller, overlapping chunks and seamlessly blending them back together."
|
||||
},
|
||||
{
|
||||
"author": "SykkoAtHome",
|
||||
"title": "Sykko Tools for ComfyUI [REMOVED]",
|
||||
|
||||
@ -1957,12 +1957,15 @@
|
||||
],
|
||||
"https://github.com/Alectriciti/comfyui-creativeprompts": [
|
||||
[
|
||||
"CleanupTags",
|
||||
"PromptGenerator",
|
||||
"PromptReplace",
|
||||
"PromptRewrap",
|
||||
"ShuffleTags",
|
||||
"ShuffleTagsAdvanced",
|
||||
"StringListAppend"
|
||||
"StringListAppend",
|
||||
"StringMerger12",
|
||||
"StringMerger4"
|
||||
],
|
||||
{
|
||||
"title_aux": "comfyui-creativeprompts"
|
||||
@ -9729,7 +9732,7 @@
|
||||
"EnhancedImageColourTransferNode"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-ProgressiveBlend"
|
||||
"title_aux": "ComfyUI-ImageBag"
|
||||
}
|
||||
],
|
||||
"https://github.com/NMWave/ComfyUI-Nader-Tagging": [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user