Compare commits

...

3 Commits

Author SHA1 Message Date
Vérole
b75728c97e
Merge 7d37499439 into d93d002da0 2025-11-19 10:32:26 +05:00
Vérole
7d37499439
Add custom node: ComfyUI-Qwen-Aspect-Ratio
Add custom node: ComfyUI-Qwen-Aspect-Ratio
2025-08-15 13:16:35 +02:00
Vérole
52b7fda789
Update custom-node-list.json 2025-07-20 16:54:38 +02:00

View File

@ -27178,6 +27178,15 @@
"install_type": "git-clone",
"description": "Nodes for playing mini-games with ComfyUI."
},
{
"git_repo": "https://github.com/Verolelb/ComfyUI-Qwen-Aspect-Ratio",
"title": "ComfyUI-Qwen-Aspect-Ratio",
"author": "Verolelb",
"description": "A node to provide recommended aspect ratios for the Qwen model series.",
"files": [
"Qwen-Aspect-Ratio.js"
],
}
{
"author": "pixible",
"title": "comfyui-customselector",
@ -37118,6 +37127,18 @@
"install_type": "unzip",
"description": "Custom nodes for ComfyUI by TheAlly."
},
{
"author": "Verolelb",
"title": "ComfyUI-Video-Tools",
"url": "https://github.com/Verolelb/ComfyUI-Video-Tools",
"description": "A custom node for ComfyUI to convert video FPS using FFmpeg interpolation for smooth results. Ideal for converting generated animations to standard framerates.",
"files": [
"ComfyUI_VideoTools/__init__.py"
],
"requirements": [
"ffmpeg-python"
]
}
{
"author": "xss",
"title": "Custom Nodes by xss",