Compare commits

...

8 Commits

Author SHA1 Message Date
Ewald
22476224e8
Merge b1e1d4f936 into a06ba343de 2025-12-14 19:22:35 +02:00
Gero Doll
a06ba343de
Add ComfyUI-PromptGenerator to custom node list (#2391)
Some checks are pending
Python Linting / Run Ruff (push) Waiting to run
Generate Stable Diffusion prompts using Qwen3-8B via Ollama with 7 style presets (cinematic, anime, photorealistic, fantasy, abstract, cyberpunk, sci-fi)
2025-12-15 00:36:47 +09:00
Ewald
b1e1d4f936
Merge branch 'Comfy-Org:main' into main 2025-12-12 11:26:59 +01:00
Dr.Lt.Data
032332368a
Update custom-node-list.json 2025-12-12 04:51:47 +09:00
Ewald
1b670e81fd
Add 'id' field to Majoor Assets Manager entry 2025-12-10 17:37:32 +01:00
Ewald
44bcc8589c
Fix typos in Majoor Assets Manager entry 2025-12-10 14:38:33 +01:00
Ewald
4803491e37
Rename and update Majoor File Manager to Asset Manager 2025-12-10 12:13:10 +01:00
Ewald
ca3d157667
Add Majoor File Manager node to custom-node-list
Added a new node for Majoor File Manager with relevant details.
2025-12-09 20:17:46 +01:00

View File

@ -28021,6 +28021,17 @@
"install_type": "git-clone",
"description": "Advanced seed generator for ComfyUI with multiple modes, state persistence, and cross-library synchronization"
},
{
"author": "Limbicnation",
"title": "ComfyUI-PromptGenerator",
"id": "comfyui-prompt-generator",
"reference": "https://github.com/Limbicnation/ComfyUI-PromptGenerator",
"files": [
"https://github.com/Limbicnation/ComfyUI-PromptGenerator"
],
"install_type": "git-clone",
"description": "Generate Stable Diffusion prompts using Qwen3-8B via Ollama with 7 style presets (cinematic, anime, photorealistic, fantasy, abstract, cyberpunk, sci-fi)"
},
{
"author": "hao-ai-lab",
"title": "FastVideo",
@ -38872,6 +38883,18 @@
"install_type": "unzip",
"description": "Various image processing nodes."
},
{
"author": "MajoorWaldi",
"title": "Majoor Assets Manager",
"id": "ComfyUI-Majoor-AssetsManager",
"reference": "https://github.com/MajoorWaldi/ComfyUI-Majoor-AssetsManager",
"files": [
"https://github.com/MajoorWaldi/ComfyUI-Majoor-AssetsManager"
],
"install_type": "git-clone",
"description": "An advanced Assets manager for ComfyUI outputs with gallery, metadata inspection, ratings, and tags.",
"tags": ["Assets manager", "gallery", "metadata", "workflow", "utility"]
},
{
"author": "aimingfail",
"title": "Image2Halftone Node for ComfyUI",