update DB

This commit is contained in:
Dr.Lt.Data 2024-12-19 21:42:47 +09:00
parent d2743e1b1e
commit bc63166f48
6 changed files with 55 additions and 12 deletions

View File

@ -4164,6 +4164,17 @@
"install_type": "git-clone",
"description": "A NSFW/Safety Checker Node for ComfyUI."
},
{
"author": "42lux",
"title": "Just a bunch of QOL nodes by 42lux",
"id": "comfyui-42lux",
"reference": "https://github.com/42lux/ComfyUI-42lux",
"files": [
"https://github.com/42lux/ComfyUI-42lux"
],
"install_type": "git-clone",
"description": "Just a bunch of QOL nodes. Normalized Flux Sampling, High Res Latent Picker, Textbox with Token Counter."
},
{
"author": "sergekatzmann",
"title": "ComfyUI_Nimbus-Pack",
@ -18108,17 +18119,6 @@
"install_type": "git-clone",
"description": "ComfyUI wrapper nodes for Ruyi, an image-to-video model by CreateAI."
},
{
"author": "42lux",
"title": "Just a bunch of QOL nodes by 42lux",
"id": "comfyui-42lux",
"reference": "https://github.com/42lux/ComfyUI-42lux",
"files": [
"https://github.com/42lux/ComfyUI-42lux"
],
"install_type": "git-clone",
"description": "Just a bunch of QOL nodes. Normalized Flux Sampling, High Res Latent Picker, Textbox with Token Counter."
},
{
"author": "pollockjj",
"title": "ComfyUI-MultiGPU",

View File

@ -191,6 +191,7 @@
"https://github.com/42lux/ComfyUI-42lux": [
[
"FluxEmptyLatentSizePicker",
"FluxHighresFixScaler",
"ModelSamplingFluxNormalized",
"PromptWithTokenCounter"
],
@ -2357,6 +2358,15 @@
"title_aux": "comfyui_nai_api"
}
],
"https://github.com/CyanAutumn/ComfyUi_Random_Manage_Cyan": [
[
"Random Prompt Cyan",
"Remove Prompt Cyan"
],
{
"title_aux": "ComfyUi Random Manage Cyan"
}
],
"https://github.com/Cyber-BCat/ComfyUI_Auto_Caption": [
[
"Auto Caption",
@ -11610,6 +11620,7 @@
"LayerUtility: LayerImageTransform",
"LayerUtility: LayerMaskTransform",
"LayerUtility: LoadVQAModel",
"LayerUtility: NameToColor",
"LayerUtility: NumberCalculator",
"LayerUtility: NumberCalculatorV2",
"LayerUtility: PrintInfo",
@ -13525,6 +13536,7 @@
"DRMBT_LoadMedia",
"DRMBT_MultiMinMax",
"DRMBT_String_Item_Menu",
"ImageFrameBlend",
"ListItemSelector",
"NumberPlusPlus",
"NumberRemap",
@ -17146,6 +17158,7 @@
"DownloadAndLoadHyVideoTextEncoder",
"HyVideoBlockSwap",
"HyVideoCFG",
"HyVideoContextOptions",
"HyVideoCustomPromptTemplate",
"HyVideoDecode",
"HyVideoEmptyTextEmbeds",
@ -17689,6 +17702,7 @@
"JKEasyDetailer",
"JKEasyDetailer_Context",
"JKEasyKSampler_Context",
"JKEasyUpscaleImage",
"JKEasyWatermark",
"JKInspireSchedulerAdapter",
"JKLilContext",

View File

@ -839,6 +839,11 @@
"last_update": "2024-10-02 21:30:26",
"author_account_age_days": 1180
},
"https://github.com/CyanAutumn/ComfyUi_Random_Manage_Cyan": {
"stars": 0,
"last_update": "2024-12-19 10:54:08",
"author_account_age_days": 1280
},
"https://github.com/Cyber-BCat/ComfyUI_Auto_Caption": {
"stars": 10,
"last_update": "2024-12-16 08:55:26",

View File

@ -632,7 +632,6 @@
"AD_BatchImageLoadFromDir",
"AD_CSVPromptStyler",
"AD_CSVReader",
"AD_DeleteLocalAny",
"AD_FluxTrainStepMath",
"AD_HFDownload",
"AD_ImageColorFilter",
@ -2938,6 +2937,7 @@
"DownloadAndLoadHyVideoTextEncoder",
"HyVideoBlockSwap",
"HyVideoCFG",
"HyVideoContextOptions",
"HyVideoCustomPromptTemplate",
"HyVideoDecode",
"HyVideoEmptyTextEmbeds",

View File

@ -191,6 +191,7 @@
"https://github.com/42lux/ComfyUI-42lux": [
[
"FluxEmptyLatentSizePicker",
"FluxHighresFixScaler",
"ModelSamplingFluxNormalized",
"PromptWithTokenCounter"
],
@ -2357,6 +2358,15 @@
"title_aux": "comfyui_nai_api"
}
],
"https://github.com/CyanAutumn/ComfyUi_Random_Manage_Cyan": [
[
"Random Prompt Cyan",
"Remove Prompt Cyan"
],
{
"title_aux": "ComfyUi Random Manage Cyan"
}
],
"https://github.com/Cyber-BCat/ComfyUI_Auto_Caption": [
[
"Auto Caption",
@ -11610,6 +11620,7 @@
"LayerUtility: LayerImageTransform",
"LayerUtility: LayerMaskTransform",
"LayerUtility: LoadVQAModel",
"LayerUtility: NameToColor",
"LayerUtility: NumberCalculator",
"LayerUtility: NumberCalculatorV2",
"LayerUtility: PrintInfo",
@ -13525,6 +13536,7 @@
"DRMBT_LoadMedia",
"DRMBT_MultiMinMax",
"DRMBT_String_Item_Menu",
"ImageFrameBlend",
"ListItemSelector",
"NumberPlusPlus",
"NumberRemap",
@ -17146,6 +17158,7 @@
"DownloadAndLoadHyVideoTextEncoder",
"HyVideoBlockSwap",
"HyVideoCFG",
"HyVideoContextOptions",
"HyVideoCustomPromptTemplate",
"HyVideoDecode",
"HyVideoEmptyTextEmbeds",
@ -17689,6 +17702,7 @@
"JKEasyDetailer",
"JKEasyDetailer_Context",
"JKEasyKSampler_Context",
"JKEasyUpscaleImage",
"JKEasyWatermark",
"JKInspireSchedulerAdapter",
"JKLilContext",

View File

@ -240,6 +240,16 @@
],
"install_type": "git-clone",
"description": "RAG Demo for LLM"
},
{
"author": "FelixTeutsch",
"title": "BachelorThesis",
"reference": "https://github.com/FelixTeutsch/BachelorThesis",
"files": [
"https://github.com/FelixTeutsch/BachelorThesis"
],
"install_type": "git-clone",
"description": "This is a ComfyUi custom node, that build a new UI on top of the already existing AI, to enable the use of custom controllers"
}
]
}