update DB

This commit is contained in:
Dr.Lt.Data 2025-01-29 11:57:49 +09:00
parent 4f3c48cb4f
commit 717ca1bb18
6 changed files with 92 additions and 9 deletions

View File

@ -5056,7 +5056,7 @@
"https://github.com/glibsonoran/Plush-for-ComfyUI"
],
"install_type": "git-clone",
"description": "Nodes: Style Prompt, OAI Dall_e Image. Plush contains two OpenAI enabled nodes: Style Prompt: Takes your prompt and the art style you specify and generates a prompt from ChatGPT3 or 4 that Stable Diffusion can use to generate an image in that style. OAI Dall_e 3: Takes your prompt and parameters and produces a Dall_e3 image in ComfyUI."
"description": "A suite of nodes that includes: - Prompt enhancers/generators that employ remote AI services and local front-ends like: ChatGPT, Anthropic Claude, Groq, LM Studio, Oobabooga, etc. - An Image Generator that uses Dall_e 3. - An image metadata extractor that extracts seed, prompt, cfg, size, denoise, etc from existing AI generated images and photo metadata (from exif data) from jpeg photographs. A tagger that appends text (tags) to the beginning, end and/or middle of a text block. Image and text multiplexer utili"
},
{
"author": "vienteck",
@ -7636,7 +7636,7 @@
"https://github.com/1038lab/ComfyUI-WildPromptor"
],
"install_type": "git-clone",
"description": "Create dynamic prompts with wildcard list."
"description": "WildPromptor simplifies prompt creation, organization, and customization in ComfyUI, turning chaotic workflows into an efficient, intuitive process."
},
{
"author": "1038lab",
@ -19887,14 +19887,14 @@
},
{
"author": "asutermo",
"title": "Try Off w/ Flux and CatVTON",
"title": "ComfyUI-Flux-TryOff",
"id": "tryoffflux",
"reference": "https://github.com/asutermo/ComfyUI-Flux-TryOff",
"files": [
"https://github.com/asutermo/ComfyUI-Flux-TryOff"
],
"install_type": "git-clone",
"description": "This is a set of nodes to make it possible to extract garments/clothing from models to apply elsewhere."
"description": "Try Off for ComfyUI using Flux and CatVTON."
},
{
"author": "bugltd",

View File

@ -4694,7 +4694,8 @@
],
"https://github.com/JTriggerFish/ComfyLatentTools": [
[
"LatentNormalizedLanczosResize"
"LatentNormalizedLanczosResize",
"RescaledPAG"
],
{
"title_aux": "Comfy Latent Tools"
@ -11316,7 +11317,7 @@
"TryOffRunNode"
],
{
"title_aux": "Try Off w/ Flux and CatVTON"
"title_aux": "ComfyUI-Flux-TryOff"
}
],
"https://github.com/aszc-dev/ComfyUI-CoreMLSuite": [
@ -16212,6 +16213,7 @@
"Random Image Output",
"Random Mixer",
"Random Output",
"Remove Text",
"SaveText|plush",
"Tagger",
"Text (Any)",

View File

@ -11,6 +11,36 @@
{
"author": "UD1sto",
"title": "plugin-utils-nodes",
"reference": "https://github.com/UD1sto/plugin-utils-nodes",
"files": [
"https://github.com/UD1sto/plugin-utils-nodes"
],
"install_type": "git-clone",
"description": "NODES:Compare Images (SimHash), Image Selector, Temporal Consistency, Update Image Reference, Frame Blend."
},
{
"author": "ryanontheinside",
"title": "ComfyUI_ScavengerHunt",
"reference": "https://github.com/ryanontheinside/ComfyUI_ScavengerHunt",
"files": [
"https://github.com/ryanontheinside/ComfyUI_ScavengerHunt"
],
"install_type": "git-clone",
"description": "NODES:Compare Image Similarity (ResNet), Compare Image Similarity (CLIP), Compare Image Types\nNOTE: The files in the repo are not organized."
},
{
"author": "Kayarte",
"title": "Time Series Nodes for ComfyUI [Experimental]",
"reference": "https://github.com/Kayarte/Time-Series-Nodes-for-ComfyUI",
"files": [
"https://github.com/Kayarte/Time-Series-Nodes-for-ComfyUI"
],
"install_type": "git-clone",
"description": "Basic nodes for time series analysis in ComfyUI. Currently in early development."
},
{
"author": "HuangYuChuh",
"title": "ComfyUI-DeepSeek_Toolkit [WIP]",
@ -791,7 +821,7 @@
"https://github.com/jonnydolake/ComfyUI-AIR-Nodes"
],
"install_type": "git-clone",
"description": "NODES: String List To Prompt Schedule, Force Minimum Batch Size, Target Location (Crop), Target Location (Paste)"
"description": "NODES: String List To Prompt Schedule, Force Minimum Batch Size, Target Location (Crop), Target Location (Paste), Image Composite Chained, Match Image Count To Mask Count, Random Character Prompts, Parallax Test, Easy Parallax, Parallax GPU Test"
},
{
"author": "watarika",

View File

@ -1047,6 +1047,16 @@
"title_aux": "ComfyUI-PNG2SVG2PNG"
}
],
"https://github.com/Kayarte/Time-Series-Nodes-for-ComfyUI": [
[
"DomainTimeSeriesPrep",
"TimeSeriesLoader",
"TimeSeriesPredictor"
],
{
"title_aux": "Time Series Nodes for ComfyUI [Experimental]"
}
],
"https://github.com/KihongK/comfyui-roysnodes": [
[
"CLIPMultiTextEncode",
@ -1591,6 +1601,18 @@
"title_aux": "ComfyUI Instructor Ollama"
}
],
"https://github.com/UD1sto/plugin-utils-nodes": [
[
"FrameBlend",
"ImageReferenceUpdate",
"ImageSelector",
"SimHashCompare",
"TemporalConsistency"
],
{
"title_aux": "plugin-utils-nodes"
}
],
"https://github.com/Video3DGenResearch/comfyui-batch-input-node": [
[
"BatchImageAndPrompt",
@ -3274,10 +3296,12 @@
"ForceMinimumBatchSize",
"ImageCompositeChained",
"MatchImageCountToMaskCount",
"ParallaxGPUTest",
"ParallaxTest",
"RandomCharacterPrompts",
"TargetLocationCrop",
"TargetLocationPaste",
"easy_parallax",
"string_list_to_prompt_schedule"
],
{
@ -4416,6 +4440,16 @@
"title_aux": "ComfyUI RukaLib [WIP]"
}
],
"https://github.com/ryanontheinside/ComfyUI_ScavengerHunt": [
[
"CLIPSimilarityCompare",
"ImageSimilarityCompare",
"SemanticSimilarityCompare"
],
{
"title_aux": "ComfyUI_ScavengerHunt"
}
],
"https://github.com/ryanontheinside/ComfyUI_YoloNasObjectDetection_Tensorrt": [
[
"YoloNasDetectionTensorrt"

View File

@ -359,6 +359,11 @@
"last_update": "2024-12-04 02:25:04",
"author_account_age_days": 2756
},
"https://github.com/Kayarte/Time-Series-Nodes-for-ComfyUI": {
"stars": 1,
"last_update": "2025-01-29 02:33:25",
"author_account_age_days": 272
},
"https://github.com/KihongK/comfyui-roysnodes": {
"stars": 1,
"last_update": "2025-01-23 09:11:02",
@ -584,6 +589,11 @@
"last_update": "2024-08-20 00:30:24",
"author_account_age_days": 3947
},
"https://github.com/UD1sto/plugin-utils-nodes": {
"stars": 0,
"last_update": "2025-01-28 18:53:09",
"author_account_age_days": 1503
},
"https://github.com/Video3DGenResearch/comfyui-batch-input-node": {
"stars": 1,
"last_update": "2024-04-28 15:21:17",
@ -1614,6 +1624,11 @@
"last_update": "2024-10-03 23:59:55",
"author_account_age_days": 123
},
"https://github.com/ryanontheinside/ComfyUI_ScavengerHunt": {
"stars": 0,
"last_update": "2025-01-28 21:14:18",
"author_account_age_days": 3908
},
"https://github.com/ryanontheinside/ComfyUI_YoloNasObjectDetection_Tensorrt": {
"stars": 1,
"last_update": "2024-12-31 17:43:33",

View File

@ -4694,7 +4694,8 @@
],
"https://github.com/JTriggerFish/ComfyLatentTools": [
[
"LatentNormalizedLanczosResize"
"LatentNormalizedLanczosResize",
"RescaledPAG"
],
{
"title_aux": "Comfy Latent Tools"
@ -11316,7 +11317,7 @@
"TryOffRunNode"
],
{
"title_aux": "Try Off w/ Flux and CatVTON"
"title_aux": "ComfyUI-Flux-TryOff"
}
],
"https://github.com/aszc-dev/ComfyUI-CoreMLSuite": [
@ -16212,6 +16213,7 @@
"Random Image Output",
"Random Mixer",
"Random Output",
"Remove Text",
"SaveText|plush",
"Tagger",
"Text (Any)",