update DB

This commit is contained in:
Dr.Lt.Data 2024-08-10 15:40:50 +09:00
parent 3e0b55e8dc
commit beec803eff
6 changed files with 84 additions and 31 deletions

View File

@ -8269,6 +8269,16 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "PromptJSON is a custom node for ComfyUI that structures natural language prompts and generates prompts for external LLM nodes in image generation workflows. It aids in creating consistent, schema-based image descriptions." "description": "PromptJSON is a custom node for ComfyUI that structures natural language prompts and generates prompts for external LLM nodes in image generation workflows. It aids in creating consistent, schema-based image descriptions."
}, },
{
"author": "NeuralSamurAI",
"title": "FluxPseudoNegative",
"reference": "https://github.com/NeuralSamurAI/ComfyUI-FluxPseudoNegativePrompt",
"files": [
"https://github.com/NeuralSamurAI/ComfyUI-FluxPseudoNegativePrompt"
],
"install_type": "git-clone",
"description": "FluxPseudoNegative is an advanced custom node for ComfyUI that converts negative prompts into positive ones. It's designed to enhance prompt engineering for image generation models that don't natively support negative prompts or where using negative prompts significantly increases generation time. So instead of hacking CFG we simply invert your negative words and find their antonyms!"
},
{ {
"author": "MokkaBoss1", "author": "MokkaBoss1",
"title": "Node Pack mostly for manipulating strings and integers", "title": "Node Pack mostly for manipulating strings and integers",
@ -12700,6 +12710,16 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "Segment and Recognize Anything at Any Granularity." "description": "Segment and Recognize Anything at Any Granularity."
}, },
{
"author": "Ling-APE",
"title": "ComfyUI-PixelResolutionCalculator",
"reference": "https://github.com/Ling-APE/ComfyUI-PixelResolutionCalculator",
"files": [
"https://github.com/Ling-APE/ComfyUI-PixelResolutionCalculator"
],
"install_type": "git-clone",
"description": "This node is used in the [a/All-in-one Flux Dev workflow](https://github.com/Ling-APE/ComfyUI-All-in-One-FluxDev-Workflow) I made."
},

View File

@ -3359,6 +3359,15 @@
"title_aux": "ComfyUI-Diffusers" "title_aux": "ComfyUI-Diffusers"
} }
], ],
"https://github.com/Ling-APE/ComfyUI-PixelResolutionCalculator": [
[
"LatentSizeToPixelSize",
"PixelResolutionCalculator"
],
{
"title_aux": "ComfyUI-PixelResolutionCalculator"
}
],
"https://github.com/Loewen-Hob/rembg-comfyui-node-better": [ "https://github.com/Loewen-Hob/rembg-comfyui-node-better": [
[ [
"Image Remove Background (rembg)" "Image Remove Background (rembg)"
@ -3846,6 +3855,14 @@
"title_aux": "Dimensional Latent Perlin for ComfyUI" "title_aux": "Dimensional Latent Perlin for ComfyUI"
} }
], ],
"https://github.com/NeuralSamurAI/ComfyUI-FluxPseudoNegativePrompt": [
[
"FluxPseudoNegativeNode"
],
{
"title_aux": "FluxPseudoNegative"
}
],
"https://github.com/NeuralSamurAI/ComfyUI-PromptJSON": [ "https://github.com/NeuralSamurAI/ComfyUI-PromptJSON": [
[ [
"PromptJSON", "PromptJSON",

View File

@ -1149,6 +1149,11 @@
"last_update": "2024-05-22 22:18:57", "last_update": "2024-05-22 22:18:57",
"author_account_age_days": 1321 "author_account_age_days": 1321
}, },
"https://github.com/Ling-APE/ComfyUI-PixelResolutionCalculator": {
"stars": 0,
"last_update": "2024-08-10 06:20:06",
"author_account_age_days": 433
},
"https://github.com/Loewen-Hob/rembg-comfyui-node-better": { "https://github.com/Loewen-Hob/rembg-comfyui-node-better": {
"stars": 51, "stars": 51,
"last_update": "2024-05-23 00:32:53", "last_update": "2024-05-23 00:32:53",
@ -1374,6 +1379,11 @@
"last_update": "2024-08-06 19:59:25", "last_update": "2024-08-06 19:59:25",
"author_account_age_days": 140 "author_account_age_days": 140
}, },
"https://github.com/NeuralSamurAI/ComfyUI-FluxPseudoNegativePrompt": {
"stars": 1,
"last_update": "2024-08-10 05:08:26",
"author_account_age_days": 140
},
"https://github.com/NeuralSamurAI/ComfyUI-PromptJSON": { "https://github.com/NeuralSamurAI/ComfyUI-PromptJSON": {
"stars": 1, "stars": 1,
"last_update": "2024-08-08 19:59:51", "last_update": "2024-08-08 19:59:51",

View File

@ -32,16 +32,6 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "Original repo: [a/https://github.com/LLaVA-VL/LLaVA-NeXT](https://github.com/LLaVA-VL/LLaVA-NeXT)\nUnsure of the dependencies, the original was a huge list, but I didn't install single new one to my environment and it worked." "description": "Original repo: [a/https://github.com/LLaVA-VL/LLaVA-NeXT](https://github.com/LLaVA-VL/LLaVA-NeXT)\nUnsure of the dependencies, the original was a huge list, but I didn't install single new one to my environment and it worked."
}, },
{
"author": "NeuralSamurAI",
"title": "FluxPseudoNegative Node for ComfyUI [WIP]",
"reference": "https://github.com/NeuralSamurAI/ComfyUI-FluxPseudoNegativePrompt",
"files": [
"https://github.com/NeuralSamurAI/ComfyUI-FluxPseudoNegativePrompt"
],
"install_type": "git-clone",
"description": "NOT WORKING.\nThe FluxPseudoNegative node is an advanced custom node for ComfyUI that converts negative prompts into positive ones. It's designed to enhance prompt engineering for image generation models that don't natively support negative prompts or where using negative prompts significantly increases generation time."
},
{ {
"author": "TTPlanetPig", "author": "TTPlanetPig",
"title": "for comfyui image proprocessor", "title": "for comfyui image proprocessor",

View File

@ -11,6 +11,26 @@
{
"author": "NeuralSamurAI",
"title": "FluxPseudoNegative",
"reference": "https://github.com/NeuralSamurAI/ComfyUI-FluxPseudoNegativePrompt",
"files": [
"https://github.com/NeuralSamurAI/ComfyUI-FluxPseudoNegativePrompt"
],
"install_type": "git-clone",
"description": "FluxPseudoNegative is an advanced custom node for ComfyUI that converts negative prompts into positive ones. It's designed to enhance prompt engineering for image generation models that don't natively support negative prompts or where using negative prompts significantly increases generation time. So instead of hacking CFG we simply invert your negative words and find their antonyms!"
},
{
"author": "Ling-APE",
"title": "ComfyUI-PixelResolutionCalculator",
"reference": "https://github.com/Ling-APE/ComfyUI-PixelResolutionCalculator",
"files": [
"https://github.com/Ling-APE/ComfyUI-PixelResolutionCalculator"
],
"install_type": "git-clone",
"description": "This node is used in the [a/All-in-one Flux Dev workflow](https://github.com/Ling-APE/ComfyUI-All-in-One-FluxDev-Workflow) I made."
},
{ {
"author": "Franck-Demongin", "author": "Franck-Demongin",
"title": "NX_Translator", "title": "NX_Translator",
@ -671,27 +691,6 @@
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "Get Mask Dimensions" "description": "Get Mask Dimensions"
},
{
"author": "akierson",
"title": "ComfyUI-textnodes",
"reference": "https://github.com/akierson/ComfyUI-textnodes",
"files": [
"https://github.com/akierson/ComfyUI-textnodes"
],
"install_type": "git-clone",
"description": "Misc Text Nodes for Comfy UI"
},
{
"author": "neverbiasu",
"title": "ComfyUI-Image-Captioner",
"id": "image-captioner",
"reference": "https://github.com/neverbiasu/ComfyUI-Image-Captioner",
"files": [
"https://github.com/neverbiasu/ComfyUI-Image-Captioner"
],
"install_type": "git-clone",
"description": "A ComfyUI extension for generating captions of images."
} }
] ]
} }

View File

@ -3359,6 +3359,15 @@
"title_aux": "ComfyUI-Diffusers" "title_aux": "ComfyUI-Diffusers"
} }
], ],
"https://github.com/Ling-APE/ComfyUI-PixelResolutionCalculator": [
[
"LatentSizeToPixelSize",
"PixelResolutionCalculator"
],
{
"title_aux": "ComfyUI-PixelResolutionCalculator"
}
],
"https://github.com/Loewen-Hob/rembg-comfyui-node-better": [ "https://github.com/Loewen-Hob/rembg-comfyui-node-better": [
[ [
"Image Remove Background (rembg)" "Image Remove Background (rembg)"
@ -3846,6 +3855,14 @@
"title_aux": "Dimensional Latent Perlin for ComfyUI" "title_aux": "Dimensional Latent Perlin for ComfyUI"
} }
], ],
"https://github.com/NeuralSamurAI/ComfyUI-FluxPseudoNegativePrompt": [
[
"FluxPseudoNegativeNode"
],
{
"title_aux": "FluxPseudoNegative"
}
],
"https://github.com/NeuralSamurAI/ComfyUI-PromptJSON": [ "https://github.com/NeuralSamurAI/ComfyUI-PromptJSON": [
[ [
"PromptJSON", "PromptJSON",