mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-09 22:24:23 +08:00
Merge branch 'main' into draft-v4
This commit is contained in:
commit
648d7e73c6
@ -1626,17 +1626,35 @@ export class CustomNodesManager {
|
|||||||
getNodesInWorkflow() {
|
getNodesInWorkflow() {
|
||||||
let usedGroupNodes = new Set();
|
let usedGroupNodes = new Set();
|
||||||
let allUsedNodes = {};
|
let allUsedNodes = {};
|
||||||
|
const visitedGraphs = new Set();
|
||||||
|
|
||||||
for(let k in app.graph._nodes) {
|
const visitGraph = (graph) => {
|
||||||
let node = app.graph._nodes[k];
|
if (!graph || visitedGraphs.has(graph)) return;
|
||||||
|
visitedGraphs.add(graph);
|
||||||
|
|
||||||
if(node.type.startsWith('workflow>')) {
|
const nodes = graph._nodes || graph.nodes || [];
|
||||||
usedGroupNodes.add(node.type.slice(9));
|
for(let k in nodes) {
|
||||||
continue;
|
let node = nodes[k];
|
||||||
|
if (!node) continue;
|
||||||
|
|
||||||
|
// If it's a SubgraphNode, recurse into its graph and continue searching
|
||||||
|
if (node.isSubgraphNode?.() && node.subgraph) {
|
||||||
|
visitGraph(node.subgraph);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (!node.type) continue;
|
||||||
|
|
||||||
|
// Group nodes / components
|
||||||
|
if(typeof node.type === 'string' && node.type.startsWith('workflow>')) {
|
||||||
|
usedGroupNodes.add(node.type.slice(9));
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
|
allUsedNodes[node.type] = node;
|
||||||
}
|
}
|
||||||
|
};
|
||||||
|
|
||||||
allUsedNodes[node.type] = node;
|
visitGraph(app.graph);
|
||||||
}
|
|
||||||
|
|
||||||
for(let k of usedGroupNodes) {
|
for(let k of usedGroupNodes) {
|
||||||
let subnodes = app.graph.extra.groupNodes[k]?.nodes;
|
let subnodes = app.graph.extra.groupNodes[k]?.nodes;
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
8065
github-stats.json
8065
github-stats.json
File diff suppressed because it is too large
Load Diff
@ -5045,6 +5045,105 @@
|
|||||||
"size": "1.26GB"
|
"size": "1.26GB"
|
||||||
},
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
"name": "Comfy-Org/Wan2.2 i2v high noise 14B (fp16)",
|
||||||
|
"type": "diffusion_model",
|
||||||
|
"base": "Wan2.2",
|
||||||
|
"save_path": "diffusion_models/Wan2.2",
|
||||||
|
"description": "Wan2.2 diffusion model for i2v high noise 14B (fp16)",
|
||||||
|
"reference": "https://huggingface.co/Comfy-Org/Wan_2.2_ComfyUI_Repackaged",
|
||||||
|
"filename": "wan2.2_i2v_high_noise_14B_fp16.safetensors",
|
||||||
|
"url": "https://huggingface.co/Comfy-Org/Wan_2.2_ComfyUI_Repackaged/resolve/main/split_files/diffusion_models/wan2.2_i2v_high_noise_14B_fp16.safetensors",
|
||||||
|
"size": "28.6GB"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Comfy-Org/Wan2.2 i2v high noise 14B (fp8_scaled)",
|
||||||
|
"type": "diffusion_model",
|
||||||
|
"base": "Wan2.2",
|
||||||
|
"save_path": "diffusion_models/Wan2.2",
|
||||||
|
"description": "Wan2.2 diffusion model for i2v high noise 14B (fp8_scaled)",
|
||||||
|
"reference": "https://huggingface.co/Comfy-Org/Wan_2.2_ComfyUI_Repackaged",
|
||||||
|
"filename": "wan2.2_i2v_high_noise_14B_fp8_scaled.safetensors",
|
||||||
|
"url": "https://huggingface.co/Comfy-Org/Wan_2.2_ComfyUI_Repackaged/resolve/main/split_files/diffusion_models/wan2.2_i2v_high_noise_14B_fp8_scaled.safetensors",
|
||||||
|
"size": "14.3GB"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Comfy-Org/Wan2.2 i2v low noise 14B (fp16)",
|
||||||
|
"type": "diffusion_model",
|
||||||
|
"base": "Wan2.2",
|
||||||
|
"save_path": "diffusion_models/Wan2.2",
|
||||||
|
"description": "Wan2.2 diffusion model for i2v low noise 14B (fp16)",
|
||||||
|
"reference": "https://huggingface.co/Comfy-Org/Wan_2.2_ComfyUI_Repackaged",
|
||||||
|
"filename": "wan2.2_i2v_low_noise_14B_fp16.safetensors",
|
||||||
|
"url": "https://huggingface.co/Comfy-Org/Wan_2.2_ComfyUI_Repackaged/resolve/main/split_files/diffusion_models/wan2.2_i2v_low_noise_14B_fp16.safetensors",
|
||||||
|
"size": "28.6GB"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Comfy-Org/Wan2.2 i2v low noise 14B (fp8_scaled)",
|
||||||
|
"type": "diffusion_model",
|
||||||
|
"base": "Wan2.2",
|
||||||
|
"save_path": "diffusion_models/Wan2.2",
|
||||||
|
"description": "Wan2.2 diffusion model for i2v low noise 14B (fp8_scaled)",
|
||||||
|
"reference": "https://huggingface.co/Comfy-Org/Wan_2.2_ComfyUI_Repackaged",
|
||||||
|
"filename": "wan2.2_i2v_low_noise_14B_fp8_scaled.safetensors",
|
||||||
|
"url": "https://huggingface.co/Comfy-Org/Wan_2.2_ComfyUI_Repackaged/resolve/main/split_files/diffusion_models/wan2.2_i2v_low_noise_14B_fp8_scaled.safetensors",
|
||||||
|
"size": "14.3GB"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Comfy-Org/Wan2.2 t2v high noise 14B (fp16)",
|
||||||
|
"type": "diffusion_model",
|
||||||
|
"base": "Wan2.2",
|
||||||
|
"save_path": "diffusion_models/Wan2.2",
|
||||||
|
"description": "Wan2.2 diffusion model for t2v high noise 14B (fp16)",
|
||||||
|
"reference": "https://huggingface.co/Comfy-Org/Wan_2.2_ComfyUI_Repackaged",
|
||||||
|
"filename": "wan2.2_t2v_high_noise_14B_fp16.safetensors",
|
||||||
|
"url": "https://huggingface.co/Comfy-Org/Wan_2.2_ComfyUI_Repackaged/resolve/main/split_files/diffusion_models/wan2.2_t2v_high_noise_14B_fp16.safetensors",
|
||||||
|
"size": "28.6GB"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Comfy-Org/Wan2.2 t2v high noise 14B (fp8_scaled)",
|
||||||
|
"type": "diffusion_model",
|
||||||
|
"base": "Wan2.2",
|
||||||
|
"save_path": "diffusion_models/Wan2.2",
|
||||||
|
"description": "Wan2.2 diffusion model for t2v high noise 14B (fp8_scaled)",
|
||||||
|
"reference": "https://huggingface.co/Comfy-Org/Wan_2.2_ComfyUI_Repackaged",
|
||||||
|
"filename": "wan2.2_t2v_high_noise_14B_fp8_scaled.safetensors",
|
||||||
|
"url": "https://huggingface.co/Comfy-Org/Wan_2.2_ComfyUI_Repackaged/resolve/main/split_files/diffusion_models/wan2.2_t2v_high_noise_14B_fp8_scaled.safetensors",
|
||||||
|
"size": "14.3GB"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Comfy-Org/Wan2.2 t2v low noise 14B (fp16)",
|
||||||
|
"type": "diffusion_model",
|
||||||
|
"base": "Wan2.2",
|
||||||
|
"save_path": "diffusion_models/Wan2.2",
|
||||||
|
"description": "Wan2.2 diffusion model for t2v low noise 14B (fp16)",
|
||||||
|
"reference": "https://huggingface.co/Comfy-Org/Wan_2.2_ComfyUI_Repackaged",
|
||||||
|
"filename": "wan2.2_t2v_low_noise_14B_fp16.safetensors",
|
||||||
|
"url": "https://huggingface.co/Comfy-Org/Wan_2.2_ComfyUI_Repackaged/resolve/main/split_files/diffusion_models/wan2.2_t2v_low_noise_14B_fp16.safetensors",
|
||||||
|
"size": "28.6GB"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Comfy-Org/Wan2.2 t2v low noise 14B (fp8_scaled)",
|
||||||
|
"type": "diffusion_model",
|
||||||
|
"base": "Wan2.2",
|
||||||
|
"save_path": "diffusion_models/Wan2.2",
|
||||||
|
"description": "Wan2.2 diffusion model for t2v low noise 14B (fp8_scaled)",
|
||||||
|
"reference": "https://huggingface.co/Comfy-Org/Wan_2.2_ComfyUI_Repackaged",
|
||||||
|
"filename": "wan2.2_t2v_low_noise_14B_fp8_scaled.safetensors",
|
||||||
|
"url": "https://huggingface.co/Comfy-Org/Wan_2.2_ComfyUI_Repackaged/resolve/main/split_files/diffusion_models/wan2.2_t2v_low_noise_14B_fp8_scaled.safetensors",
|
||||||
|
"size": "14.3GB"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Comfy-Org/Wan2.2 ti2v 5B (fp16)",
|
||||||
|
"type": "diffusion_model",
|
||||||
|
"base": "Wan2.2",
|
||||||
|
"save_path": "diffusion_models/Wan2.2",
|
||||||
|
"description": "Wan2.2 diffusion model for ti2v 5B (fp16)",
|
||||||
|
"reference": "https://huggingface.co/Comfy-Org/Wan_2.2_ComfyUI_Repackaged",
|
||||||
|
"filename": "wan2.2_ti2v_5B_fp16.safetensors",
|
||||||
|
"url": "https://huggingface.co/Comfy-Org/Wan_2.2_ComfyUI_Repackaged/resolve/main/split_files/diffusion_models/wan2.2_ti2v_5B_fp16.safetensors",
|
||||||
|
"size": "10.0GB"
|
||||||
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
"name": "Comfy-Org/umt5_xxl_fp16.safetensors",
|
"name": "Comfy-Org/umt5_xxl_fp16.safetensors",
|
||||||
|
|||||||
@ -1,5 +1,285 @@
|
|||||||
{
|
{
|
||||||
"custom_nodes": [
|
"custom_nodes": [
|
||||||
|
{
|
||||||
|
"author": "Lovzu",
|
||||||
|
"title": "ComfyUI-Qwen [NAME CONFLICT]",
|
||||||
|
"reference": "https://github.com/Lovzu/ComfyUI-Qwen",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/Lovzu/ComfyUI-Qwen"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "This custom node Qwen3 designed to integrate with a GPT-based system under the category GPT_QWEN/Qwen. It serves as an interface to interact with the Qwen language model, specifically the 'Qwen/Qwen3-4B-Instruct-2507' variant."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"author": "MatthewClayHarrison",
|
||||||
|
"title": "MetaMan - Universal AI Image Metadata Manager [UNSAFE]",
|
||||||
|
"reference": "https://github.com/MatthewClayHarrison/ComfyUI-MetaMan",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/MatthewClayHarrison/ComfyUI-MetaMan"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "First universal metadata system for AI image generation, with template-driven architecture allowing easy extension to new services; comprehensive dependency tracking with automatic download resolution; lossless conversion between platform formats where possible; future-proof design with extensible schema and validation system.[w/This nodepack has a vulnerability that allows remote access to arbitrary file paths.]"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"author": "Charonartist",
|
||||||
|
"title": "ComfyUI LoRA Random Selector",
|
||||||
|
"reference": "https://github.com/Charonartist/comfyui-lora-random-selector",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/Charonartist/comfyui-lora-random-selector"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "NODES: WanMoeKSampler, WanMoeKSamplerAdvanced"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"author": "jtydhr88",
|
||||||
|
"title": "ComfyUI-StableStudio [WIP]",
|
||||||
|
"reference": "https://github.com/jtydhr88/ComfyUI-StableStudio",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/jtydhr88/ComfyUI-StableStudio"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "This is a ComfyUI plugin that provides a user interface of StableStudio, originally developed by Stability-AI [a/StableStudio](https://github.com/Stability-AI/StableStudio)"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"author": "Charonartist",
|
||||||
|
"title": "ComfyUI LoRA Random Selector [WIP]",
|
||||||
|
"reference": "https://github.com/Charonartist/comfyui-lora-random-selector",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/Charonartist/comfyui-lora-random-selector"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "A ComfyUI custom node that randomly selects LoRA files by category and automatically applies corresponding trigger words.\nNOTE: The files in the repo are not organized."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"author": "AcademiaSD",
|
||||||
|
"title": "comfyui_AcademiaSD",
|
||||||
|
"reference": "https://github.com/AcademiaSD/comfyui_AcademiaSD",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/AcademiaSD/comfyui_AcademiaSD"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "NODES: Counter (from file), Reset Counter (to file), Padded File Name, Prompt Batch Selector (by line)"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"author": "idoru",
|
||||||
|
"title": "Filestash Upload Node [UNSAFE]",
|
||||||
|
"reference": "https://github.com/idoru/ComfyUI-SKCFI-NetworkFileIO",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/idoru/ComfyUI-SKCFI-NetworkFileIO"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "ComfyUI custom node for uploading files to Filestash server.[w/This nodepack has a vulnerability that allows remote access to arbitrary file paths.]"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"author": "HWDigi",
|
||||||
|
"title": "Camera Factory Station [WIP]",
|
||||||
|
"reference": "https://github.com/HWDigi/Camera_Factory_Station_comfyui",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/HWDigi/Camera_Factory_Station_comfyui"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "Universal Photography & Visual Enhancement Suite for ComfyUI\nThe most comprehensive collection of 5 specialized nodes providing 600+ professional options for complete photography coverage. Designed to handle everything anyone needs to create professional images across all formats, platforms, and industries - from basic snapshots to high-end commercial photography."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"author": "sschleis",
|
||||||
|
"title": "sschl-comfyui-notes",
|
||||||
|
"reference": "https://github.com/sschleis/sschl-comfyui-notes",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/sschleis/sschl-comfyui-notes"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "NODES: Add Numbers, Float to String, Input Text, Show Text, Combine Strings, Text Appender, SSchl Text Encoder, Character, Connector"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"author": "KY-2000",
|
||||||
|
"title": "ComfyUI-Sampler-Scheduler-Loop",
|
||||||
|
"reference": "https://github.com/KY-2000/comfyui-ksampler-tester-loop",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/KY-2000/comfyui-ksampler-tester-loop"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "A comprehensive collection of custom nodes for ComfyUI that provides automatic looping functionality through samplers, schedulers, and various parameters. Perfect for batch testing, parameter optimization, and automated workflows."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"author": "xgfone",
|
||||||
|
"title": "ComfyUI_RasterCardMaker",
|
||||||
|
"reference": "https://github.com/xgfone/ComfyUI_RasterCardMaker",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/xgfone/ComfyUI_RasterCardMaker"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "NODES: Raster Card Maker"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"author": "majocola",
|
||||||
|
"title": "Standbybutton",
|
||||||
|
"reference": "https://github.com/majocola/comfyui-standbybutton",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/majocola/comfyui-standbybutton"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "A Simple NODE for a Standbybutton in ComyUi. It works also with the webinterface."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"author": "brandonkish",
|
||||||
|
"title": "comfyUI-extractable-text [WIP]",
|
||||||
|
"reference": "https://github.com/brandonkish/comfyUI-extractable-text",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/brandonkish/comfyUI-extractable-text"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "NODES: Save Image With Description, Save Image To Folder, Load Image With Description, LoRA Testing Node, Get Smaller Of Two Numbers, Get Larger Of Two Numbers\nNOTE: The files in the repo are not organized."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"author": "Dream-Pixels-Forge",
|
||||||
|
"title": "ComfyUI-Mzikart-Vocal [WIP]",
|
||||||
|
"reference": "https://github.com/Dream-Pixels-Forge/ComfyUI-Mzikart-Vocal",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/Dream-Pixels-Forge/ComfyUI-Mzikart-Vocal"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "Vocals mastering nodes for ComfyUI\nNOTE: The files in the repo are not organized."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"author": "Dream-Pixels-Forge",
|
||||||
|
"title": "ComfyUI-RendArt-Nodes",
|
||||||
|
"reference": "https://github.com/Dream-Pixels-Forge/ComfyUI-RendArt-Nodes",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/Dream-Pixels-Forge/ComfyUI-RendArt-Nodes"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "NODES: RendArt Ultimate, RendArt Pro (Legacy)"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"author": "Karniverse",
|
||||||
|
"title": "ComfyUI-Randomselector",
|
||||||
|
"reference": "https://github.com/Karniverse/ComfyUI-Randomselector",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/Karniverse/ComfyUI-Randomselector"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "A node that dynamically accepts multiple inputs of the same type and selects one based on choice or randomly."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"author": "thaakeno",
|
||||||
|
"title": "comfyui-universal-asset-downloader [UNSAFE/WIP]",
|
||||||
|
"reference": "https://github.com/thaakeno/comfyui-universal-asset-downloader",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/thaakeno/comfyui-universal-asset-downloader"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "A custom node for ComfyUI that intelligently downloads assets from Civitai, Hugging Face, and MEGA.\nNOTE: The files in the repo are not organized.[w/This nodepack has a vulnerability that allows remote access to arbitrary file paths.]"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"author": "77oussam",
|
||||||
|
"title": "Alo77 - ComfyUI Custom Nodes Collection [WIP]",
|
||||||
|
"reference": "https://github.com/77oussam/Aio77-Comfyui",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/77oussam/Aio77-Comfyui"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "A comprehensive collection of three powerful ComfyUI custom nodes for advanced image processing workflows.\nNOTE: The files in the repo are not organized."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"author": "xgfone",
|
||||||
|
"title": "ComfyUI_FaceToMask",
|
||||||
|
"reference": "https://github.com/xgfone/ComfyUI_FaceToMask",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/xgfone/ComfyUI_FaceToMask"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "NODES: Face To Mask(Copy)"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"author": "JasonW146",
|
||||||
|
"title": "JasonW146",
|
||||||
|
"reference": "https://github.com/JasonW146/ComfyUI-Manual-Openpose",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/JasonW146/ComfyUI-Manual-Openpose"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "ComfyUI node that provides the ability to manually map out Controlnet Openpose landmarks for a batch of images."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"author": "slezica",
|
||||||
|
"title": "slezica/ComfyUI Personal Nodes",
|
||||||
|
"reference": "https://github.com/slezica/comfyui-personal",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/slezica/comfyui-personal"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "A custom node collection for ComfyUI containing simplified workflow nodes and enhanced UI features for my personal use."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"author": "boggerrr1110",
|
||||||
|
"title": "Boggerrr Nodes [WIP]",
|
||||||
|
"reference": "https://github.com/mamamia1110/comfyui-boggerrr-nodes",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/mamamia1110/comfyui-boggerrr-nodes"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "A node for comfyui to use seedream3.0 and seededit3.0\nNOTE: The files in the repo are not organized."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"author": "jonathan-bryant",
|
||||||
|
"title": "ComfyUI-ImageStraightener [WIP]",
|
||||||
|
"reference": "https://github.com/jonathan-bryant/ComfyUI-ImageStraightener",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/jonathan-bryant/ComfyUI-ImageStraightener"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "A ComfyUI custom node that automatically detects and corrects image tilt/rotation to straighten images. This node uses computer vision techniques to detect lines in the image and calculate the optimal rotation angle to straighten the image.\nNOTE: The files in the repo are not organized."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"author": "adithis197",
|
||||||
|
"title": "ComfyUI-multimodal-CaptionToVideoGen [WIP]",
|
||||||
|
"reference": "https://github.com/adithis197/ComfyUI-multimodal-CaptionToVideoGen",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/adithis197/ComfyUI-multimodal-CaptionToVideoGen"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "ComfyUI custom node for video generation using a music prompt to generate audio.\nNOTE: The files in the repo are not organized."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"author": "adithis197",
|
||||||
|
"title": "ComfyUI-Caption_to_audio [WIP]",
|
||||||
|
"reference": "https://github.com/adithis197/ComfyUI-Caption_to_audio",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/adithis197/ComfyUI-Caption_to_audio"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "ComfyUI custom node that converts image description to an appropriate prompt for music generation.\nNOTE: The files in the repo are not organized."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"author": "alistairallan",
|
||||||
|
"title": "ComfyUI-skin-retouch",
|
||||||
|
"reference": "https://github.com/alistairallan/ComfyUI-skin-retouch",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/alistairallan/ComfyUI-skin-retouch"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "A collection of custom nodes for ComfyUI"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"author": "sprited-ai",
|
||||||
|
"title": "Sprited ComfyUI Nodes [WIP]",
|
||||||
|
"reference": "https://github.com/sprited-ai/sprited-comfyui-nodes",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/sprited-ai/sprited-comfyui-nodes"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "A collection of custom nodes for ComfyUI"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"author": "trashkollector",
|
||||||
|
"title": "ComfyUI-TKVideoZoom [WIP]",
|
||||||
|
"reference": "https://github.com/trashkollector/TKVideoZoom",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/trashkollector/TKVideoZoom"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "Various Zoom/Slide effects for Video\nNOTE: The files in the repo are not organized."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"author": "tankenyuen-ola",
|
"author": "tankenyuen-ola",
|
||||||
"title": "comfyui-wanvideo-scheduler-loop",
|
"title": "comfyui-wanvideo-scheduler-loop",
|
||||||
@ -290,16 +570,6 @@
|
|||||||
"install_type": "git-clone",
|
"install_type": "git-clone",
|
||||||
"description": "NODES: Load Image Folder (Custom), Make Batch from Single Image (Custom)"
|
"description": "NODES: Load Image Folder (Custom), Make Batch from Single Image (Custom)"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"author": "BAIS1C",
|
|
||||||
"title": "ComfyUI-AudioDuration [WIP]",
|
|
||||||
"reference": "https://github.com/BAIS1C/ComfyUI_BASICDancePoser",
|
|
||||||
"files": [
|
|
||||||
"https://github.com/BAIS1C/ComfyUI_BASICDancePoser"
|
|
||||||
],
|
|
||||||
"install_type": "git-clone",
|
|
||||||
"description": "Node to extract Dance poses from Music to control Video Generations.\nNOTE: The files in the repo are not organized."
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"author": "ctf05",
|
"author": "ctf05",
|
||||||
"title": "ComfyUI-AudioDuration",
|
"title": "ComfyUI-AudioDuration",
|
||||||
|
|||||||
@ -194,6 +194,7 @@
|
|||||||
"MaskMathOps",
|
"MaskMathOps",
|
||||||
"PathBuild",
|
"PathBuild",
|
||||||
"RangeMapping",
|
"RangeMapping",
|
||||||
|
"StepSplit",
|
||||||
"StringCoordinateToBBoxMask",
|
"StringCoordinateToBBoxMask",
|
||||||
"StringCoordinateToBBoxes",
|
"StringCoordinateToBBoxes",
|
||||||
"TextCustomExtract",
|
"TextCustomExtract",
|
||||||
@ -320,6 +321,16 @@
|
|||||||
"title_aux": "ComfyUI-Prompt-Plus [WIP]"
|
"title_aux": "ComfyUI-Prompt-Plus [WIP]"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/77oussam/Aio77-Comfyui": [
|
||||||
|
[
|
||||||
|
"LoadImages-77",
|
||||||
|
"LoadImages-77-Simple",
|
||||||
|
"Outline-77"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "Alo77 - ComfyUI Custom Nodes Collection [WIP]"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/7BEII/Comfyui_PDuse": [
|
"https://github.com/7BEII/Comfyui_PDuse": [
|
||||||
[
|
[
|
||||||
"Empty_Line",
|
"Empty_Line",
|
||||||
@ -565,6 +576,17 @@
|
|||||||
"title_aux": "comfyui-textools [WIP]"
|
"title_aux": "comfyui-textools [WIP]"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/AcademiaSD/comfyui_AcademiaSD": [
|
||||||
|
[
|
||||||
|
"LoopCounterToFile",
|
||||||
|
"PaddedFileName",
|
||||||
|
"PromptBatchSelector",
|
||||||
|
"ResetCounterFile"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "comfyui_AcademiaSD"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/Aero-Ex/comfyui_diffswap": [
|
"https://github.com/Aero-Ex/comfyui_diffswap": [
|
||||||
[
|
[
|
||||||
"DiffSwapNode"
|
"DiffSwapNode"
|
||||||
@ -696,10 +718,12 @@
|
|||||||
[
|
[
|
||||||
"LinkSuppressor",
|
"LinkSuppressor",
|
||||||
"SequentialTextReaderAuto",
|
"SequentialTextReaderAuto",
|
||||||
|
"TUZZI-AppendToMasterVideo",
|
||||||
"TUZZI-Bypasser",
|
"TUZZI-Bypasser",
|
||||||
"TUZZI-DataloungeScraper",
|
"TUZZI-DataloungeScraper",
|
||||||
"TUZZI-DirectoryImagePromptReader",
|
"TUZZI-DirectoryImagePromptReader",
|
||||||
"TUZZI-GeminiFlash25",
|
"TUZZI-ElevenLabsTTS",
|
||||||
|
"TUZZI-GeminiNode",
|
||||||
"TUZZI-GroqNode",
|
"TUZZI-GroqNode",
|
||||||
"TUZZI-ImageAudioToVideo",
|
"TUZZI-ImageAudioToVideo",
|
||||||
"TUZZI-ImageExtractorSaver",
|
"TUZZI-ImageExtractorSaver",
|
||||||
@ -840,14 +864,6 @@
|
|||||||
"title_aux": "comfyui-face-remap [WIP]"
|
"title_aux": "comfyui-face-remap [WIP]"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"https://github.com/BAIS1C/ComfyUI_BASICDancePoser": [
|
|
||||||
[
|
|
||||||
"ComfyUI_BASICDancePoser"
|
|
||||||
],
|
|
||||||
{
|
|
||||||
"title_aux": "ComfyUI-AudioDuration [WIP]"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"https://github.com/BadCafeCode/execution-inversion-demo-comfyui": [
|
"https://github.com/BadCafeCode/execution-inversion-demo-comfyui": [
|
||||||
[
|
[
|
||||||
"AccumulateNode",
|
"AccumulateNode",
|
||||||
@ -896,16 +912,12 @@
|
|||||||
],
|
],
|
||||||
"https://github.com/Baverne/comfyUI-TiledWan": [
|
"https://github.com/Baverne/comfyUI-TiledWan": [
|
||||||
[
|
[
|
||||||
"TileAndStitchBack",
|
|
||||||
"TiledWanImageStatistics",
|
"TiledWanImageStatistics",
|
||||||
"TiledWanImageToMask",
|
"TiledWanImageToMask",
|
||||||
"TiledWanInpaintCropImproved",
|
"TiledWanInpaintCropImproved",
|
||||||
"TiledWanInpaintStitchImproved",
|
"TiledWanInpaintStitchImproved",
|
||||||
"TiledWanMaskStatistics",
|
"TiledWanMaskStatistics",
|
||||||
"TiledWanVideoSLGSimple",
|
"TiledWanVideoVACEpipe"
|
||||||
"TiledWanVideoSamplerSimple",
|
|
||||||
"TiledWanVideoVACEpipe",
|
|
||||||
"WanVideoVACEpipe"
|
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "TiledWan ComfyUI Node Set [WIP]"
|
"title_aux": "TiledWan ComfyUI Node Set [WIP]"
|
||||||
@ -1144,6 +1156,14 @@
|
|||||||
"title_aux": "ComfyUI-send-eagle-pro"
|
"title_aux": "ComfyUI-send-eagle-pro"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/Charonartist/comfyui-lora-random-selector": [
|
||||||
|
[
|
||||||
|
"LoRARandomSelector"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "ComfyUI LoRA Random Selector [WIP]"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/ChrisColeTech/ComfyUI-Get-Random-File": [
|
"https://github.com/ChrisColeTech/ComfyUI-Get-Random-File": [
|
||||||
[
|
[
|
||||||
"Get Image File By Index",
|
"Get Image File By Index",
|
||||||
@ -1272,7 +1292,18 @@
|
|||||||
],
|
],
|
||||||
"https://github.com/DenRakEiw/DenRakEiw_Nodes": [
|
"https://github.com/DenRakEiw/DenRakEiw_Nodes": [
|
||||||
[
|
[
|
||||||
"ColorGeneratorNode"
|
"ColorGeneratorNode",
|
||||||
|
"ConditioningInspector",
|
||||||
|
"FluxLayerDiffuseConditioningFix",
|
||||||
|
"FluxLayerDiffuseDecoderSimple",
|
||||||
|
"FluxLayerDiffuseEmptyConditioning",
|
||||||
|
"FluxLayerDiffuseInfo",
|
||||||
|
"FluxLayerDiffuseStandaloneLoader",
|
||||||
|
"LoadImageSequence",
|
||||||
|
"LoadImageSequenceInfo",
|
||||||
|
"PreviewTransparentImage",
|
||||||
|
"SaveTransparentImage",
|
||||||
|
"TransparentImageInfo"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "Denrakeiw Nodes [WIP]"
|
"title_aux": "Denrakeiw Nodes [WIP]"
|
||||||
@ -1371,6 +1402,30 @@
|
|||||||
"title_aux": "ComfyUI-Mzikart-Player [WIP]"
|
"title_aux": "ComfyUI-Mzikart-Player [WIP]"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/Dream-Pixels-Forge/ComfyUI-Mzikart-Vocal": [
|
||||||
|
[
|
||||||
|
"MasteringCombinerNode",
|
||||||
|
"VocalCompressorNode",
|
||||||
|
"VocalDeesserNode",
|
||||||
|
"VocalDoublerNode",
|
||||||
|
"VocalEQNode",
|
||||||
|
"VocalLimiterNode",
|
||||||
|
"VocalProcessorNode",
|
||||||
|
"VocalReverbNode"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "ComfyUI-Mzikart-Vocal [WIP]"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"https://github.com/Dream-Pixels-Forge/ComfyUI-RendArt-Nodes": [
|
||||||
|
[
|
||||||
|
"RendArtNode",
|
||||||
|
"RendArtUltimateNode"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "ComfyUI-RendArt-Nodes"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/DreamsInAutumn/ComfyUI-Autumn-LLM-Nodes": [
|
"https://github.com/DreamsInAutumn/ComfyUI-Autumn-LLM-Nodes": [
|
||||||
[
|
[
|
||||||
"GeminiImageToPrompt",
|
"GeminiImageToPrompt",
|
||||||
@ -1692,6 +1747,18 @@
|
|||||||
"title_aux": "GH Tools for ComfyUI"
|
"title_aux": "GH Tools for ComfyUI"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/HWDigi/Camera_Factory_Station_comfyui": [
|
||||||
|
[
|
||||||
|
"FactoryCameraOperator",
|
||||||
|
"FactoryColorHarmonist",
|
||||||
|
"FactoryLightingStudio",
|
||||||
|
"FactoryProductPhotographer",
|
||||||
|
"FactorySizeOptimizer"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "Camera Factory Station [WIP]"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/Hapseleg/ComfyUI-This-n-That": [
|
"https://github.com/Hapseleg/ComfyUI-This-n-That": [
|
||||||
[
|
[
|
||||||
"Show Prompt (Hapse)",
|
"Show Prompt (Hapse)",
|
||||||
@ -1764,11 +1831,9 @@
|
|||||||
"https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-2_6-int4": [
|
"https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-2_6-int4": [
|
||||||
[
|
[
|
||||||
"DisplayText",
|
"DisplayText",
|
||||||
"LoadVideo",
|
|
||||||
"MiniCPM_VQA",
|
"MiniCPM_VQA",
|
||||||
"MiniCPM_VQA_Polished",
|
"MiniCPM_VQA_Polished",
|
||||||
"MultipleImagesInput",
|
"MultipleImagesInput"
|
||||||
"PreviewVideo"
|
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "ComfyUI_MiniCPM-V-2_6-int4"
|
"title_aux": "ComfyUI_MiniCPM-V-2_6-int4"
|
||||||
@ -1782,6 +1847,14 @@
|
|||||||
"title_aux": "comfyui-codeformer [WIP]"
|
"title_aux": "comfyui-codeformer [WIP]"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/JasonW146/ComfyUI-Manual-Openpose": [
|
||||||
|
[
|
||||||
|
"Manual Openpose Setter"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "JasonW146"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/Jaxkr/comfyui-terminal-command": [
|
"https://github.com/Jaxkr/comfyui-terminal-command": [
|
||||||
[
|
[
|
||||||
"Terminal"
|
"Terminal"
|
||||||
@ -1881,6 +1954,27 @@
|
|||||||
"title_aux": "Python_Executor [UNSAFE]"
|
"title_aux": "Python_Executor [UNSAFE]"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/KY-2000/comfyui-ksampler-tester-loop": [
|
||||||
|
[
|
||||||
|
"AllParametersLoop",
|
||||||
|
"FloatRangeLoop",
|
||||||
|
"ParametersRangeLoop",
|
||||||
|
"SamplerLoop",
|
||||||
|
"SamplerSchedulerLoop",
|
||||||
|
"SchedulerLoop"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "ComfyUI-Sampler-Scheduler-Loop"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"https://github.com/Karniverse/ComfyUI-Randomselector": [
|
||||||
|
[
|
||||||
|
"DynamicMultiSelector"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "ComfyUI-Randomselector"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/Kayarte/Time-Series-Nodes-for-ComfyUI": [
|
"https://github.com/Kayarte/Time-Series-Nodes-for-ComfyUI": [
|
||||||
[
|
[
|
||||||
"DomainTimeSeriesPrep",
|
"DomainTimeSeriesPrep",
|
||||||
@ -2078,6 +2172,7 @@
|
|||||||
],
|
],
|
||||||
"https://github.com/Linsoo/ComfyUI-Linsoo-Custom-Nodes": [
|
"https://github.com/Linsoo/ComfyUI-Linsoo-Custom-Nodes": [
|
||||||
[
|
[
|
||||||
|
"LinsooAnyToText",
|
||||||
"LinsooEmptyLatentImage",
|
"LinsooEmptyLatentImage",
|
||||||
"LinsooLoadImage",
|
"LinsooLoadImage",
|
||||||
"LinsooMultiInputs",
|
"LinsooMultiInputs",
|
||||||
@ -2266,6 +2361,7 @@
|
|||||||
"ImageWidthStitch",
|
"ImageWidthStitch",
|
||||||
"Image_Resize",
|
"Image_Resize",
|
||||||
"MergeImageChannels",
|
"MergeImageChannels",
|
||||||
|
"Prism_Mirage",
|
||||||
"random_any",
|
"random_any",
|
||||||
"show_type",
|
"show_type",
|
||||||
"timer",
|
"timer",
|
||||||
@ -2313,6 +2409,16 @@
|
|||||||
"title_aux": "ComfyUI-MoviePy"
|
"title_aux": "ComfyUI-MoviePy"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/MatthewClayHarrison/ComfyUI-MetaMan": [
|
||||||
|
[
|
||||||
|
"MetaManDependencyResolver",
|
||||||
|
"MetaManUniversalNode",
|
||||||
|
"MetaManWorkflowSaver"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "MetaMan - Universal AI Image Metadata Manager [UNSAFE]"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/Maxim-Dey/ComfyUI-MaksiTools": [
|
"https://github.com/Maxim-Dey/ComfyUI-MaksiTools": [
|
||||||
[
|
[
|
||||||
"\ud83d\udd22 Return Boolean",
|
"\ud83d\udd22 Return Boolean",
|
||||||
@ -2355,8 +2461,11 @@
|
|||||||
[
|
[
|
||||||
"mb Barcode",
|
"mb Barcode",
|
||||||
"mb CLIP Text Encoder",
|
"mb CLIP Text Encoder",
|
||||||
|
"mb Data Type Converter",
|
||||||
"mb Debug",
|
"mb Debug",
|
||||||
"mb Demux",
|
"mb Demux",
|
||||||
|
"mb Device Transfer",
|
||||||
|
"mb Display",
|
||||||
"mb Empty Latent Image",
|
"mb Empty Latent Image",
|
||||||
"mb Eval",
|
"mb Eval",
|
||||||
"mb Exec",
|
"mb Exec",
|
||||||
@ -2375,12 +2484,15 @@
|
|||||||
"mb Image Subtract",
|
"mb Image Subtract",
|
||||||
"mb Image to File",
|
"mb Image to File",
|
||||||
"mb KSampler",
|
"mb KSampler",
|
||||||
|
"mb QR Code",
|
||||||
"mb Select",
|
"mb Select",
|
||||||
"mb String",
|
"mb String",
|
||||||
|
"mb Submit",
|
||||||
"mb Text",
|
"mb Text",
|
||||||
"mb Text or File",
|
"mb Text or File",
|
||||||
"mb Text to File",
|
"mb Text to File",
|
||||||
"mb Textbox"
|
"mb Textbox",
|
||||||
|
"mb Value"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "ComfyUI-Mockba"
|
"title_aux": "ComfyUI-Mockba"
|
||||||
@ -2595,6 +2707,7 @@
|
|||||||
],
|
],
|
||||||
"https://github.com/Poukpalaova/ComfyUI-FRED-Nodes": [
|
"https://github.com/Poukpalaova/ComfyUI-FRED-Nodes": [
|
||||||
[
|
[
|
||||||
|
"FRED_Advanced_multi_parameters_panel_v1",
|
||||||
"FRED_AutoCropImage_Native_Ratio_v5",
|
"FRED_AutoCropImage_Native_Ratio_v5",
|
||||||
"FRED_AutoCropImage_SDXL_Ratio_V3",
|
"FRED_AutoCropImage_SDXL_Ratio_V3",
|
||||||
"FRED_AutoCropImage_SDXL_Ratio_V4",
|
"FRED_AutoCropImage_SDXL_Ratio_V4",
|
||||||
@ -2607,17 +2720,22 @@
|
|||||||
"FRED_ImageBrowser_Hair_Color",
|
"FRED_ImageBrowser_Hair_Color",
|
||||||
"FRED_ImageBrowser_Hair_Style",
|
"FRED_ImageBrowser_Hair_Style",
|
||||||
"FRED_ImageBrowser_Top",
|
"FRED_ImageBrowser_Top",
|
||||||
|
"FRED_ImageQualityInspector",
|
||||||
|
"FRED_ImageUncropFromBBox",
|
||||||
"FRED_JoinImages",
|
"FRED_JoinImages",
|
||||||
"FRED_LoadImage_V2",
|
"FRED_LoadImage_V2",
|
||||||
"FRED_LoadImage_V3",
|
"FRED_LoadImage_V3",
|
||||||
"FRED_LoadImage_V4",
|
"FRED_LoadImage_V4",
|
||||||
"FRED_LoadImage_V5",
|
"FRED_LoadImage_V5",
|
||||||
"FRED_LoadImage_V6",
|
"FRED_LoadImage_V6",
|
||||||
|
"FRED_LoadImage_V7",
|
||||||
|
"FRED_LoadImage_V8",
|
||||||
"FRED_LoadPathImagesPreview",
|
"FRED_LoadPathImagesPreview",
|
||||||
"FRED_LoadPathImagesPreview_v2",
|
"FRED_LoadPathImagesPreview_v2",
|
||||||
"FRED_LoadRetinaFace",
|
"FRED_LoadRetinaFace",
|
||||||
"FRED_LoraInfos",
|
"FRED_LoraInfos",
|
||||||
"FRED_PreviewOnly",
|
"FRED_PreviewOnly",
|
||||||
|
"FRED_Simplified_Parameters_Panel",
|
||||||
"FRED_TextMultiline",
|
"FRED_TextMultiline",
|
||||||
"FRED_Text_to_XMP",
|
"FRED_Text_to_XMP",
|
||||||
"FRED_photo_prompt"
|
"FRED_photo_prompt"
|
||||||
@ -2834,6 +2952,7 @@
|
|||||||
"https://github.com/SaulQcy/comfy_saul_plugin": [
|
"https://github.com/SaulQcy/comfy_saul_plugin": [
|
||||||
[
|
[
|
||||||
"Blend Images",
|
"Blend Images",
|
||||||
|
"Change the camera pose of config file",
|
||||||
"Compute Keypoints Similarity",
|
"Compute Keypoints Similarity",
|
||||||
"Cutting Video",
|
"Cutting Video",
|
||||||
"End Node",
|
"End Node",
|
||||||
@ -3112,6 +3231,7 @@
|
|||||||
"SDVN Merge SD1",
|
"SDVN Merge SD1",
|
||||||
"SDVN Merge SDXL",
|
"SDVN Merge SDXL",
|
||||||
"SDVN Metadata Check",
|
"SDVN Metadata Check",
|
||||||
|
"SDVN Model Export",
|
||||||
"SDVN Model Merge",
|
"SDVN Model Merge",
|
||||||
"SDVN Model info editor",
|
"SDVN Model info editor",
|
||||||
"SDVN Overlay Images",
|
"SDVN Overlay Images",
|
||||||
@ -3711,6 +3831,22 @@
|
|||||||
"title_aux": "ComfyUI Model Bending [UNSAFE]"
|
"title_aux": "ComfyUI Model Bending [UNSAFE]"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/adithis197/ComfyUI-Caption_to_audio": [
|
||||||
|
[
|
||||||
|
"TextToMusicGenAudio"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "ComfyUI-Caption_to_audio [WIP]"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"https://github.com/adithis197/ComfyUI-multimodal-CaptionToVideoGen": [
|
||||||
|
[
|
||||||
|
"CaptionToMusicPromptLLM"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "ComfyUI-multimodal-CaptionToVideoGen [WIP]"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/ahmedbana/File-Rename": [
|
"https://github.com/ahmedbana/File-Rename": [
|
||||||
[
|
[
|
||||||
"AdvancedFileRenameNode",
|
"AdvancedFileRenameNode",
|
||||||
@ -3830,6 +3966,14 @@
|
|||||||
"title_aux": "alexisrolland/ComfyUI-AuraSR"
|
"title_aux": "alexisrolland/ComfyUI-AuraSR"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/alistairallan/ComfyUI-skin-retouch": [
|
||||||
|
[
|
||||||
|
"SkinRetouching"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "ComfyUI-skin-retouch"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/alt-key-project/comfyui-dream-painter": [
|
"https://github.com/alt-key-project/comfyui-dream-painter": [
|
||||||
[
|
[
|
||||||
"Bitmap AND [DPaint]",
|
"Bitmap AND [DPaint]",
|
||||||
@ -4365,6 +4509,23 @@
|
|||||||
"title_aux": "comfyui-mc [WIP]"
|
"title_aux": "comfyui-mc [WIP]"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/brandonkish/comfyUI-extractable-text": [
|
||||||
|
[
|
||||||
|
"LoRA Testing Node",
|
||||||
|
"Load Image Easy",
|
||||||
|
"Multi LoRA Test Node",
|
||||||
|
"Ollama Connectivity Data",
|
||||||
|
"Save Image Easy",
|
||||||
|
"Save\\Overwrite Image",
|
||||||
|
"Save\\Overwrite Text File",
|
||||||
|
"Saveverwrite Image",
|
||||||
|
"Saveverwrite Text File",
|
||||||
|
"Single LoRA Test Node"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "comfyUI-extractable-text [WIP]"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/broumbroum/comfyui-time-system": [
|
"https://github.com/broumbroum/comfyui-time-system": [
|
||||||
[
|
[
|
||||||
"DayTimeNode",
|
"DayTimeNode",
|
||||||
@ -4814,6 +4975,7 @@
|
|||||||
"ModelMergeFlux1",
|
"ModelMergeFlux1",
|
||||||
"ModelMergeLTXV",
|
"ModelMergeLTXV",
|
||||||
"ModelMergeMochiPreview",
|
"ModelMergeMochiPreview",
|
||||||
|
"ModelMergeQwenImage",
|
||||||
"ModelMergeSD1",
|
"ModelMergeSD1",
|
||||||
"ModelMergeSD2",
|
"ModelMergeSD2",
|
||||||
"ModelMergeSD35_Large",
|
"ModelMergeSD35_Large",
|
||||||
@ -5056,6 +5218,7 @@
|
|||||||
"VAELoader",
|
"VAELoader",
|
||||||
"VAESave",
|
"VAESave",
|
||||||
"VPScheduler",
|
"VPScheduler",
|
||||||
|
"Veo3VideoGenerationNode",
|
||||||
"VeoVideoGenerationNode",
|
"VeoVideoGenerationNode",
|
||||||
"VideoLinearCFGGuidance",
|
"VideoLinearCFGGuidance",
|
||||||
"VideoTriangleCFGGuidance",
|
"VideoTriangleCFGGuidance",
|
||||||
@ -5314,7 +5477,8 @@
|
|||||||
[
|
[
|
||||||
"Cosmos1ForwardRenderer",
|
"Cosmos1ForwardRenderer",
|
||||||
"Cosmos1InverseRenderer",
|
"Cosmos1InverseRenderer",
|
||||||
"LoadDiffusionRendererModel"
|
"LoadDiffusionRendererModel",
|
||||||
|
"LoadHDRImage"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "DiffusionRenderer-ComfyUI [WIP]"
|
"title_aux": "DiffusionRenderer-ComfyUI [WIP]"
|
||||||
@ -5323,6 +5487,7 @@
|
|||||||
"https://github.com/eigenpunk/ComfyUI-audio": [
|
"https://github.com/eigenpunk/ComfyUI-audio": [
|
||||||
[
|
[
|
||||||
"ApplyVoiceFixer",
|
"ApplyVoiceFixer",
|
||||||
|
"AudioSampleRate",
|
||||||
"BatchAudio",
|
"BatchAudio",
|
||||||
"BlendAudio",
|
"BlendAudio",
|
||||||
"ClipAudioRegion",
|
"ClipAudioRegion",
|
||||||
@ -5335,15 +5500,12 @@
|
|||||||
"HifiGANLoader",
|
"HifiGANLoader",
|
||||||
"HifiGANModelParams",
|
"HifiGANModelParams",
|
||||||
"InvertAudioPhase",
|
"InvertAudioPhase",
|
||||||
"LoadAudio",
|
|
||||||
"MusicgenGenerate",
|
"MusicgenGenerate",
|
||||||
"MusicgenHFGenerate",
|
"MusicgenHFGenerate",
|
||||||
"MusicgenHFLoader",
|
"MusicgenHFLoader",
|
||||||
"MusicgenLoader",
|
"MusicgenLoader",
|
||||||
"NormalizeAudio",
|
"NormalizeAudio",
|
||||||
"PreviewAudio",
|
|
||||||
"ResampleAudio",
|
"ResampleAudio",
|
||||||
"SaveAudio",
|
|
||||||
"SpectrogramImage",
|
"SpectrogramImage",
|
||||||
"Tacotron2Generate",
|
"Tacotron2Generate",
|
||||||
"Tacotron2Loader",
|
"Tacotron2Loader",
|
||||||
@ -6230,6 +6392,15 @@
|
|||||||
"title_aux": "ComfyUI XOR Pickle Nodes"
|
"title_aux": "ComfyUI XOR Pickle Nodes"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/idoru/ComfyUI-SKCFI-NetworkFileIO": [
|
||||||
|
[
|
||||||
|
"FilestashUploadNode",
|
||||||
|
"HttpUploadNode"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "Filestash Upload Node [UNSAFE]"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/if-ai/ComfyUI-IF_Zonos": [
|
"https://github.com/if-ai/ComfyUI-IF_Zonos": [
|
||||||
[
|
[
|
||||||
"IF_ZonosTTS"
|
"IF_ZonosTTS"
|
||||||
@ -6497,6 +6668,14 @@
|
|||||||
"title_aux": "jn_node_suite_comfyui [WIP]"
|
"title_aux": "jn_node_suite_comfyui [WIP]"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/jonathan-bryant/ComfyUI-ImageStraightener": [
|
||||||
|
[
|
||||||
|
"AutoStraightenImage"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "ComfyUI-ImageStraightener [WIP]"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/jordancoult/ComfyUI_HelpfulNodes": [
|
"https://github.com/jordancoult/ComfyUI_HelpfulNodes": [
|
||||||
[
|
[
|
||||||
"JCo_CropAroundKPS"
|
"JCo_CropAroundKPS"
|
||||||
@ -6526,6 +6705,14 @@
|
|||||||
"title_aux": "ComfyUI-DiffBIR"
|
"title_aux": "ComfyUI-DiffBIR"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/jtydhr88/ComfyUI-StableStudio": [
|
||||||
|
[
|
||||||
|
"ComfyUIStableStudio"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "ComfyUI-StableStudio [WIP]"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/jtydhr88/ComfyUI-Unique3D": [
|
"https://github.com/jtydhr88/ComfyUI-Unique3D": [
|
||||||
[
|
[
|
||||||
"Unique3DLoadPipeline",
|
"Unique3DLoadPipeline",
|
||||||
@ -7051,7 +7238,8 @@
|
|||||||
"https://github.com/lggcfx2020/ComfyUI-LGGCFX-Tools": [
|
"https://github.com/lggcfx2020/ComfyUI-LGGCFX-Tools": [
|
||||||
[
|
[
|
||||||
"LGGCFX_resolution",
|
"LGGCFX_resolution",
|
||||||
"LGGCFX_time_frame"
|
"LGGCFX_time_frame",
|
||||||
|
"VRAMReserver"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "ComfyUI-LGGCFX-Tools"
|
"title_aux": "ComfyUI-LGGCFX-Tools"
|
||||||
@ -7419,6 +7607,14 @@
|
|||||||
"title_aux": null
|
"title_aux": null
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/majocola/comfyui-standbybutton": [
|
||||||
|
[
|
||||||
|
"StandbyButton"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "Standbybutton"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/majorsauce/comfyui_indieTools": [
|
"https://github.com/majorsauce/comfyui_indieTools": [
|
||||||
[
|
[
|
||||||
"IndCutByMask",
|
"IndCutByMask",
|
||||||
@ -7431,6 +7627,15 @@
|
|||||||
"title_aux": "comfyui_indieTools [WIP]"
|
"title_aux": "comfyui_indieTools [WIP]"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/mamamia1110/comfyui-boggerrr-nodes": [
|
||||||
|
[
|
||||||
|
"SeedEdit3",
|
||||||
|
"Seedream3"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "Boggerrr Nodes [WIP]"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/mamorett/ComfyUI-SmolVLM": [
|
"https://github.com/mamorett/ComfyUI-SmolVLM": [
|
||||||
[
|
[
|
||||||
"Smolvlm_Caption_Analyzer",
|
"Smolvlm_Caption_Analyzer",
|
||||||
@ -8000,7 +8205,8 @@
|
|||||||
"MaskCompositePPM",
|
"MaskCompositePPM",
|
||||||
"PPMSamplerSelect",
|
"PPMSamplerSelect",
|
||||||
"RenormCFGPost",
|
"RenormCFGPost",
|
||||||
"RescaleCFGPost"
|
"RescaleCFGPost",
|
||||||
|
"SamplerGradientEstimation"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "ComfyUI-ppm"
|
"title_aux": "ComfyUI-ppm"
|
||||||
@ -8733,6 +8939,24 @@
|
|||||||
"title_aux": "ComfyUI-Pin"
|
"title_aux": "ComfyUI-Pin"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/slezica/comfyui-personal": [
|
||||||
|
[
|
||||||
|
"GenerateImage",
|
||||||
|
"OwlDetector",
|
||||||
|
"UpscaleImage",
|
||||||
|
"UseCheckpoint",
|
||||||
|
"UseControlNet",
|
||||||
|
"UseIPAdapter",
|
||||||
|
"UseImage",
|
||||||
|
"UseInfiniteYou",
|
||||||
|
"UseInstantID",
|
||||||
|
"UseLora",
|
||||||
|
"UseStyleModel"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "slezica/ComfyUI Personal Nodes"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/smthemex/ComfyUI_GPT_SoVITS_Lite": [
|
"https://github.com/smthemex/ComfyUI_GPT_SoVITS_Lite": [
|
||||||
[
|
[
|
||||||
"GPT_SoVITS_LoadModel",
|
"GPT_SoVITS_LoadModel",
|
||||||
@ -8823,6 +9047,37 @@
|
|||||||
"title_aux": "comfyui-sourceful-official"
|
"title_aux": "comfyui-sourceful-official"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/sprited-ai/sprited-comfyui-nodes": [
|
||||||
|
[
|
||||||
|
"LoopTrimNode",
|
||||||
|
"PreviewVideo",
|
||||||
|
"SliceBatch",
|
||||||
|
"SliceLatents",
|
||||||
|
"URLToVideo",
|
||||||
|
"VideoDownloader",
|
||||||
|
"VideoShotSplitter"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "Sprited ComfyUI Nodes [WIP]"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"https://github.com/sschleis/sschl-comfyui-notes": [
|
||||||
|
[
|
||||||
|
"AddNumbers",
|
||||||
|
"Character",
|
||||||
|
"CombineStrings",
|
||||||
|
"Connector",
|
||||||
|
"FloatToStr",
|
||||||
|
"Gallery",
|
||||||
|
"InputText",
|
||||||
|
"SSchlTextEncoder",
|
||||||
|
"ShowText",
|
||||||
|
"TextAppender"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "sschl-comfyui-notes"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/sswink/comfyui-lingshang": [
|
"https://github.com/sswink/comfyui-lingshang": [
|
||||||
[
|
[
|
||||||
"LS_ALY_Seg_Body_Utils",
|
"LS_ALY_Seg_Body_Utils",
|
||||||
@ -8980,6 +9235,9 @@
|
|||||||
],
|
],
|
||||||
"https://github.com/tankenyuen-ola/comfyui-wanvideo-scheduler-loop": [
|
"https://github.com/tankenyuen-ola/comfyui-wanvideo-scheduler-loop": [
|
||||||
[
|
[
|
||||||
|
"FloatRangeLoop",
|
||||||
|
"ParametersRangeLoop",
|
||||||
|
"WanVideoAllParametersLoop",
|
||||||
"WanVideoSchedulerInfo",
|
"WanVideoSchedulerInfo",
|
||||||
"WanVideoSchedulerLoop",
|
"WanVideoSchedulerLoop",
|
||||||
"WanVideoSchedulerSelector"
|
"WanVideoSchedulerSelector"
|
||||||
@ -9038,6 +9296,14 @@
|
|||||||
"title_aux": "ComfyUI-CacheImageNode"
|
"title_aux": "ComfyUI-CacheImageNode"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/thaakeno/comfyui-universal-asset-downloader": [
|
||||||
|
[
|
||||||
|
"UniversalAssetDownloader"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "comfyui-universal-asset-downloader [UNSAFE/WIP]"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/thavocado/comfyui-danbooru-lookup": [
|
"https://github.com/thavocado/comfyui-danbooru-lookup": [
|
||||||
[
|
[
|
||||||
"DanbooruFAISSLookup",
|
"DanbooruFAISSLookup",
|
||||||
@ -9133,6 +9399,14 @@
|
|||||||
"title_aux": "Albedo-Sampler-for-ComfyUI"
|
"title_aux": "Albedo-Sampler-for-ComfyUI"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/trashkollector/TKVideoZoom": [
|
||||||
|
[
|
||||||
|
"TKVideoZoom"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "ComfyUI-TKVideoZoom [WIP]"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/truebillyblue/lC.ComfyUI_epistemic_nodes": [
|
"https://github.com/truebillyblue/lC.ComfyUI_epistemic_nodes": [
|
||||||
[
|
[
|
||||||
"AddApplicationNode",
|
"AddApplicationNode",
|
||||||
@ -9492,6 +9766,14 @@
|
|||||||
"title_aux": "comfyui-wormley-nodes"
|
"title_aux": "comfyui-wormley-nodes"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/xgfone/ComfyUI_FaceToMask": [
|
||||||
|
[
|
||||||
|
"FaceToMaskCopy"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "ComfyUI_FaceToMask"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/xgfone/ComfyUI_PromptLogoCleaner": [
|
"https://github.com/xgfone/ComfyUI_PromptLogoCleaner": [
|
||||||
[
|
[
|
||||||
"PromptLogoCleaner"
|
"PromptLogoCleaner"
|
||||||
@ -9500,6 +9782,14 @@
|
|||||||
"title_aux": "ComfyUI_PromptLogoCleaner"
|
"title_aux": "ComfyUI_PromptLogoCleaner"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/xgfone/ComfyUI_RasterCardMaker": [
|
||||||
|
[
|
||||||
|
"RasterCardMaker"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "ComfyUI_RasterCardMaker"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/xiaoyumu/ComfyUI-XYNodes": [
|
"https://github.com/xiaoyumu/ComfyUI-XYNodes": [
|
||||||
[
|
[
|
||||||
"AdjustImageColor",
|
"AdjustImageColor",
|
||||||
@ -9653,12 +9943,12 @@
|
|||||||
"AppendTagsNode",
|
"AppendTagsNode",
|
||||||
"Base64ToImageNode",
|
"Base64ToImageNode",
|
||||||
"BlacklistTagsNode",
|
"BlacklistTagsNode",
|
||||||
"CLIPTranslatedNode",
|
|
||||||
"DownloadImageNode",
|
"DownloadImageNode",
|
||||||
"FillAlphaNode",
|
"FillAlphaNode",
|
||||||
"FixUTF8StringNode",
|
"FixUTF8StringNode",
|
||||||
"FloatNode",
|
"FloatNode",
|
||||||
"ImageResizeNode",
|
"ImageResizeNode",
|
||||||
|
"ImageSizeNode",
|
||||||
"ImageToBase64Node",
|
"ImageToBase64Node",
|
||||||
"ImageToVideoNode",
|
"ImageToVideoNode",
|
||||||
"IntNode",
|
"IntNode",
|
||||||
@ -9666,8 +9956,11 @@
|
|||||||
"LoadImageFromURLNode",
|
"LoadImageFromURLNode",
|
||||||
"LoadStringFromDirectoryNode",
|
"LoadStringFromDirectoryNode",
|
||||||
"LoadStringNode",
|
"LoadStringNode",
|
||||||
|
"MaxNode",
|
||||||
|
"MinNode",
|
||||||
"OllamaClientNode",
|
"OllamaClientNode",
|
||||||
"OllamaNode",
|
"OllamaNode",
|
||||||
|
"OutpaintingPadNode",
|
||||||
"PrependTagsNode",
|
"PrependTagsNode",
|
||||||
"PrintAnyNode",
|
"PrintAnyNode",
|
||||||
"PrintImageNode",
|
"PrintImageNode",
|
||||||
@ -9678,7 +9971,7 @@
|
|||||||
"ShowStringNode",
|
"ShowStringNode",
|
||||||
"StringCombineNode",
|
"StringCombineNode",
|
||||||
"StringNode",
|
"StringNode",
|
||||||
"TranslateStringNode",
|
"StringTranslateNode",
|
||||||
"VideoToImageNode"
|
"VideoToImageNode"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
@ -9908,6 +10201,8 @@
|
|||||||
],
|
],
|
||||||
"https://github.com/zhuanvi/ComfyUI-ZVNodes": [
|
"https://github.com/zhuanvi/ComfyUI-ZVNodes": [
|
||||||
[
|
[
|
||||||
|
"DesaturateNodeZV",
|
||||||
|
"GrayToDisplacementMapNodeZV",
|
||||||
"ImageCounterNodeZV",
|
"ImageCounterNodeZV",
|
||||||
"JoinListZV",
|
"JoinListZV",
|
||||||
"JsonListIndexerZV",
|
"JsonListIndexerZV",
|
||||||
@ -9917,13 +10212,18 @@
|
|||||||
"JsonListToMaskZV",
|
"JsonListToMaskZV",
|
||||||
"JsonReaderZV",
|
"JsonReaderZV",
|
||||||
"LoadImageFromDirZV",
|
"LoadImageFromDirZV",
|
||||||
|
"LoadImageFromUrlZV",
|
||||||
"LoadTxtFromDirZV",
|
"LoadTxtFromDirZV",
|
||||||
|
"PatternFillNodeZV",
|
||||||
|
"ProductionDisplacementMapNodeZV",
|
||||||
"RandomSelectListZV",
|
"RandomSelectListZV",
|
||||||
"SaveImageToPathZV",
|
"SaveImageToPathZV",
|
||||||
"SaveTxtToPathZV",
|
"SaveTxtToPathZV",
|
||||||
"TriangleCharacterLayoutZV",
|
"TriangleCharacterLayoutZV",
|
||||||
"VideoSceneDetectorZV",
|
"VideoSceneDetectorZV",
|
||||||
"VideoSpeedZV"
|
"VideoSpeedZV",
|
||||||
|
"doubaoI2INodeZV",
|
||||||
|
"doubaoT2INodeZV"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "ComfyUI-ZVNodes [WIP]"
|
"title_aux": "ComfyUI-ZVNodes [WIP]"
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@ -1,5 +1,15 @@
|
|||||||
{
|
{
|
||||||
"custom_nodes": [
|
"custom_nodes": [
|
||||||
|
{
|
||||||
|
"author": "synchronicity-labs",
|
||||||
|
"title": "ComfyUI Sync Lipsync Node",
|
||||||
|
"reference": "https://github.com/synchronicity-labs/sync-comfyui",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/synchronicity-labs/sync-comfyui"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "This custom node allows you to perform audio-video lip synchronization inside ComfyUI using a simple interface."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"author": "joaomede",
|
"author": "joaomede",
|
||||||
"title": "ComfyUI-Unload-Model-Fork",
|
"title": "ComfyUI-Unload-Model-Fork",
|
||||||
|
|||||||
@ -1,5 +1,78 @@
|
|||||||
{
|
{
|
||||||
"custom_nodes": [
|
"custom_nodes": [
|
||||||
|
{
|
||||||
|
"author": "shingo1228",
|
||||||
|
"title": "ComfyUI-send-Eagle(slim) [REVMOED]",
|
||||||
|
"id": "send-eagle",
|
||||||
|
"reference": "https://github.com/shingo1228/ComfyUI-send-eagle-slim",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/shingo1228/ComfyUI-send-eagle-slim"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "Nodes:Send Webp Image to Eagle. This is an extension node for ComfyUI that allows you to send generated images in webp format to Eagle. This extension node is a re-implementation of the Eagle linkage functions of the previous ComfyUI-send-Eagle node, focusing on the functions required for this node."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"author": "shingo1228",
|
||||||
|
"title": "ComfyUI-SDXL-EmptyLatentImage [REVMOED]",
|
||||||
|
"id": "sdxl-emptylatent",
|
||||||
|
"reference": "https://github.com/shingo1228/ComfyUI-SDXL-EmptyLatentImage",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/shingo1228/ComfyUI-SDXL-EmptyLatentImage"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "Nodes:SDXL Empty Latent Image. An extension node for ComfyUI that allows you to select a resolution from the pre-defined json files and output a Latent Image."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"author": "chaunceyyann",
|
||||||
|
"title": "ComfyUI Image Processing Nodes [REMOVED]",
|
||||||
|
"reference": "https://github.com/chaunceyyann/comfyui-image-processing-nodes",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/chaunceyyann/comfyui-image-processing-nodes"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "A collection of custom nodes for ComfyUI focused on image processing operations."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"author": "OgreLemonSoup",
|
||||||
|
"title": "Gallery&Tabs [DEPRECATED]",
|
||||||
|
"id": "LoadImageGallery",
|
||||||
|
"reference": "https://github.com/OgreLemonSoup/ComfyUI-Load-Image-Gallery",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/OgreLemonSoup/ComfyUI-Load-Image-Gallery"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "Adds a gallery to the Load Image node and tabs for Load Checkpoint/Lora/etc nodes"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"author": "11dogzi",
|
||||||
|
"title": "Qwen-Image ComfyUI [REMOVED]",
|
||||||
|
"reference": "https://github.com/11dogzi/Comfyui-Qwen-Image",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/11dogzi/Comfyui-Qwen-Image"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "This is a custom node package that integrates the Qwen-Image model into ComfyUI."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"author": "BAIS1C",
|
||||||
|
"title": "ComfyUI-AudioDuration [REMOVED]",
|
||||||
|
"reference": "https://github.com/BAIS1C/ComfyUI_BASICDancePoser",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/BAIS1C/ComfyUI_BASICDancePoser"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "Node to extract Dance poses from Music to control Video Generations.\nNOTE: The files in the repo are not organized."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"author": "BAIS1C",
|
||||||
|
"title": "ComfyUI_BASICSAdvancedDancePoser [REMOVED]",
|
||||||
|
"reference": "https://github.com/BAIS1C/ComfyUI_BASICSAdvancedDancePoser",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/BAIS1C/ComfyUI_BASICSAdvancedDancePoser"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "Professional COCO-WholeBody 133-keypoint dance animation system for ComfyUI"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"author": "fablestudio",
|
"author": "fablestudio",
|
||||||
"title": "ComfyUI-Showrunner-Utils [REMOVED]",
|
"title": "ComfyUI-Showrunner-Utils [REMOVED]",
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -1,5 +1,106 @@
|
|||||||
{
|
{
|
||||||
"models": [
|
"models": [
|
||||||
|
|
||||||
|
{
|
||||||
|
"name": "Comfy-Org/Wan2.2 i2v high noise 14B (fp16)",
|
||||||
|
"type": "diffusion_model",
|
||||||
|
"base": "Wan2.2",
|
||||||
|
"save_path": "diffusion_models/Wan2.2",
|
||||||
|
"description": "Wan2.2 diffusion model for i2v high noise 14B (fp16)",
|
||||||
|
"reference": "https://huggingface.co/Comfy-Org/Wan_2.2_ComfyUI_Repackaged",
|
||||||
|
"filename": "wan2.2_i2v_high_noise_14B_fp16.safetensors",
|
||||||
|
"url": "https://huggingface.co/Comfy-Org/Wan_2.2_ComfyUI_Repackaged/resolve/main/split_files/diffusion_models/wan2.2_i2v_high_noise_14B_fp16.safetensors",
|
||||||
|
"size": "28.6GB"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Comfy-Org/Wan2.2 i2v high noise 14B (fp8_scaled)",
|
||||||
|
"type": "diffusion_model",
|
||||||
|
"base": "Wan2.2",
|
||||||
|
"save_path": "diffusion_models/Wan2.2",
|
||||||
|
"description": "Wan2.2 diffusion model for i2v high noise 14B (fp8_scaled)",
|
||||||
|
"reference": "https://huggingface.co/Comfy-Org/Wan_2.2_ComfyUI_Repackaged",
|
||||||
|
"filename": "wan2.2_i2v_high_noise_14B_fp8_scaled.safetensors",
|
||||||
|
"url": "https://huggingface.co/Comfy-Org/Wan_2.2_ComfyUI_Repackaged/resolve/main/split_files/diffusion_models/wan2.2_i2v_high_noise_14B_fp8_scaled.safetensors",
|
||||||
|
"size": "14.3GB"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Comfy-Org/Wan2.2 i2v low noise 14B (fp16)",
|
||||||
|
"type": "diffusion_model",
|
||||||
|
"base": "Wan2.2",
|
||||||
|
"save_path": "diffusion_models/Wan2.2",
|
||||||
|
"description": "Wan2.2 diffusion model for i2v low noise 14B (fp16)",
|
||||||
|
"reference": "https://huggingface.co/Comfy-Org/Wan_2.2_ComfyUI_Repackaged",
|
||||||
|
"filename": "wan2.2_i2v_low_noise_14B_fp16.safetensors",
|
||||||
|
"url": "https://huggingface.co/Comfy-Org/Wan_2.2_ComfyUI_Repackaged/resolve/main/split_files/diffusion_models/wan2.2_i2v_low_noise_14B_fp16.safetensors",
|
||||||
|
"size": "28.6GB"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Comfy-Org/Wan2.2 i2v low noise 14B (fp8_scaled)",
|
||||||
|
"type": "diffusion_model",
|
||||||
|
"base": "Wan2.2",
|
||||||
|
"save_path": "diffusion_models/Wan2.2",
|
||||||
|
"description": "Wan2.2 diffusion model for i2v low noise 14B (fp8_scaled)",
|
||||||
|
"reference": "https://huggingface.co/Comfy-Org/Wan_2.2_ComfyUI_Repackaged",
|
||||||
|
"filename": "wan2.2_i2v_low_noise_14B_fp8_scaled.safetensors",
|
||||||
|
"url": "https://huggingface.co/Comfy-Org/Wan_2.2_ComfyUI_Repackaged/resolve/main/split_files/diffusion_models/wan2.2_i2v_low_noise_14B_fp8_scaled.safetensors",
|
||||||
|
"size": "14.3GB"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Comfy-Org/Wan2.2 t2v high noise 14B (fp16)",
|
||||||
|
"type": "diffusion_model",
|
||||||
|
"base": "Wan2.2",
|
||||||
|
"save_path": "diffusion_models/Wan2.2",
|
||||||
|
"description": "Wan2.2 diffusion model for t2v high noise 14B (fp16)",
|
||||||
|
"reference": "https://huggingface.co/Comfy-Org/Wan_2.2_ComfyUI_Repackaged",
|
||||||
|
"filename": "wan2.2_t2v_high_noise_14B_fp16.safetensors",
|
||||||
|
"url": "https://huggingface.co/Comfy-Org/Wan_2.2_ComfyUI_Repackaged/resolve/main/split_files/diffusion_models/wan2.2_t2v_high_noise_14B_fp16.safetensors",
|
||||||
|
"size": "28.6GB"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Comfy-Org/Wan2.2 t2v high noise 14B (fp8_scaled)",
|
||||||
|
"type": "diffusion_model",
|
||||||
|
"base": "Wan2.2",
|
||||||
|
"save_path": "diffusion_models/Wan2.2",
|
||||||
|
"description": "Wan2.2 diffusion model for t2v high noise 14B (fp8_scaled)",
|
||||||
|
"reference": "https://huggingface.co/Comfy-Org/Wan_2.2_ComfyUI_Repackaged",
|
||||||
|
"filename": "wan2.2_t2v_high_noise_14B_fp8_scaled.safetensors",
|
||||||
|
"url": "https://huggingface.co/Comfy-Org/Wan_2.2_ComfyUI_Repackaged/resolve/main/split_files/diffusion_models/wan2.2_t2v_high_noise_14B_fp8_scaled.safetensors",
|
||||||
|
"size": "14.3GB"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Comfy-Org/Wan2.2 t2v low noise 14B (fp16)",
|
||||||
|
"type": "diffusion_model",
|
||||||
|
"base": "Wan2.2",
|
||||||
|
"save_path": "diffusion_models/Wan2.2",
|
||||||
|
"description": "Wan2.2 diffusion model for t2v low noise 14B (fp16)",
|
||||||
|
"reference": "https://huggingface.co/Comfy-Org/Wan_2.2_ComfyUI_Repackaged",
|
||||||
|
"filename": "wan2.2_t2v_low_noise_14B_fp16.safetensors",
|
||||||
|
"url": "https://huggingface.co/Comfy-Org/Wan_2.2_ComfyUI_Repackaged/resolve/main/split_files/diffusion_models/wan2.2_t2v_low_noise_14B_fp16.safetensors",
|
||||||
|
"size": "28.6GB"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Comfy-Org/Wan2.2 t2v low noise 14B (fp8_scaled)",
|
||||||
|
"type": "diffusion_model",
|
||||||
|
"base": "Wan2.2",
|
||||||
|
"save_path": "diffusion_models/Wan2.2",
|
||||||
|
"description": "Wan2.2 diffusion model for t2v low noise 14B (fp8_scaled)",
|
||||||
|
"reference": "https://huggingface.co/Comfy-Org/Wan_2.2_ComfyUI_Repackaged",
|
||||||
|
"filename": "wan2.2_t2v_low_noise_14B_fp8_scaled.safetensors",
|
||||||
|
"url": "https://huggingface.co/Comfy-Org/Wan_2.2_ComfyUI_Repackaged/resolve/main/split_files/diffusion_models/wan2.2_t2v_low_noise_14B_fp8_scaled.safetensors",
|
||||||
|
"size": "14.3GB"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Comfy-Org/Wan2.2 ti2v 5B (fp16)",
|
||||||
|
"type": "diffusion_model",
|
||||||
|
"base": "Wan2.2",
|
||||||
|
"save_path": "diffusion_models/Wan2.2",
|
||||||
|
"description": "Wan2.2 diffusion model for ti2v 5B (fp16)",
|
||||||
|
"reference": "https://huggingface.co/Comfy-Org/Wan_2.2_ComfyUI_Repackaged",
|
||||||
|
"filename": "wan2.2_ti2v_5B_fp16.safetensors",
|
||||||
|
"url": "https://huggingface.co/Comfy-Org/Wan_2.2_ComfyUI_Repackaged/resolve/main/split_files/diffusion_models/wan2.2_ti2v_5B_fp16.safetensors",
|
||||||
|
"size": "10.0GB"
|
||||||
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
"name": "sam2.1_hiera_tiny.pt",
|
"name": "sam2.1_hiera_tiny.pt",
|
||||||
"type": "sam2.1",
|
"type": "sam2.1",
|
||||||
@ -586,109 +687,6 @@
|
|||||||
"filename": "llava_llama3_fp16.safetensors",
|
"filename": "llava_llama3_fp16.safetensors",
|
||||||
"url": "https://huggingface.co/Comfy-Org/HunyuanVideo_repackaged/resolve/main/split_files/text_encoders/llava_llama3_fp16.safetensors",
|
"url": "https://huggingface.co/Comfy-Org/HunyuanVideo_repackaged/resolve/main/split_files/text_encoders/llava_llama3_fp16.safetensors",
|
||||||
"size": "16.1GB"
|
"size": "16.1GB"
|
||||||
},
|
|
||||||
|
|
||||||
{
|
|
||||||
"name": "PixArt-Sigma-XL-2-512-MS.safetensors (diffusion)",
|
|
||||||
"type": "diffusion_model",
|
|
||||||
"base": "pixart-sigma",
|
|
||||||
"save_path": "diffusion_models/PixArt-Sigma",
|
|
||||||
"description": "PixArt-Sigma Diffusion model",
|
|
||||||
"reference": "https://huggingface.co/PixArt-alpha/PixArt-Sigma-XL-2-512-MS",
|
|
||||||
"filename": "PixArt-Sigma-XL-2-512-MS.safetensors",
|
|
||||||
"url": "https://huggingface.co/PixArt-alpha/PixArt-Sigma-XL-2-512-MS/resolve/main/transformer/diffusion_pytorch_model.safetensors",
|
|
||||||
"size": "2.44GB"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "PixArt-Sigma-XL-2-1024-MS.safetensors (diffusion)",
|
|
||||||
"type": "diffusion_model",
|
|
||||||
"base": "pixart-sigma",
|
|
||||||
"save_path": "diffusion_models/PixArt-Sigma",
|
|
||||||
"description": "PixArt-Sigma Diffusion model",
|
|
||||||
"reference": "https://huggingface.co/PixArt-alpha/PixArt-Sigma-XL-2-1024-MS",
|
|
||||||
"filename": "PixArt-Sigma-XL-2-1024-MS.safetensors",
|
|
||||||
"url": "https://huggingface.co/PixArt-alpha/PixArt-Sigma-XL-2-1024-MS/resolve/main/transformer/diffusion_pytorch_model.safetensors",
|
|
||||||
"size": "2.44GB"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "PixArt-XL-2-1024-MS.safetensors (diffusion)",
|
|
||||||
"type": "diffusion_model",
|
|
||||||
"base": "pixart-alpha",
|
|
||||||
"save_path": "diffusion_models/PixArt-Alpha",
|
|
||||||
"description": "PixArt-Alpha Diffusion model",
|
|
||||||
"reference": "https://huggingface.co/PixArt-alpha/PixArt-XL-2-1024-MS",
|
|
||||||
"filename": "PixArt-XL-2-1024-MS.safetensors",
|
|
||||||
"url": "https://huggingface.co/PixArt-alpha/PixArt-XL-2-1024-MS/resolve/main/transformer/diffusion_pytorch_model.safetensors",
|
|
||||||
"size": "2.45GB"
|
|
||||||
},
|
|
||||||
|
|
||||||
{
|
|
||||||
"name": "Comfy-Org/hunyuan_video_t2v_720p_bf16.safetensors",
|
|
||||||
"type": "diffusion_model",
|
|
||||||
"base": "Hunyuan Video",
|
|
||||||
"save_path": "diffusion_models/hunyuan_video",
|
|
||||||
"description": "Huyuan Video diffusion model. repackaged version.",
|
|
||||||
"reference": "https://huggingface.co/Comfy-Org/HunyuanVideo_repackaged",
|
|
||||||
"filename": "hunyuan_video_t2v_720p_bf16.safetensors",
|
|
||||||
"url": "https://huggingface.co/Comfy-Org/HunyuanVideo_repackaged/resolve/main/split_files/diffusion_models/hunyuan_video_t2v_720p_bf16.safetensors",
|
|
||||||
"size": "25.6GB"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Comfy-Org/hunyuan_video_vae_bf16.safetensors",
|
|
||||||
"type": "VAE",
|
|
||||||
"base": "Hunyuan Video",
|
|
||||||
"save_path": "VAE",
|
|
||||||
"description": "Huyuan Video VAE model. repackaged version.",
|
|
||||||
"reference": "https://huggingface.co/Comfy-Org/HunyuanVideo_repackaged",
|
|
||||||
"filename": "hunyuan_video_vae_bf16.safetensors",
|
|
||||||
"url": "https://huggingface.co/Comfy-Org/HunyuanVideo_repackaged/resolve/main/split_files/vae/hunyuan_video_vae_bf16.safetensors",
|
|
||||||
"size": "493MB"
|
|
||||||
},
|
|
||||||
|
|
||||||
{
|
|
||||||
"name": "LTX-Video 2B v0.9.1 Checkpoint",
|
|
||||||
"type": "checkpoint",
|
|
||||||
"base": "LTX-Video",
|
|
||||||
"save_path": "checkpoints/LTXV",
|
|
||||||
"description": "LTX-Video is the first DiT-based video generation model capable of generating high-quality videos in real-time. It produces 24 FPS videos at a 768x512 resolution faster than they can be watched. Trained on a large-scale dataset of diverse videos, the model generates high-resolution videos with realistic and varied content.",
|
|
||||||
"reference": "https://huggingface.co/Lightricks/LTX-Video",
|
|
||||||
"filename": "ltx-video-2b-v0.9.1.safetensors",
|
|
||||||
"url": "https://huggingface.co/Lightricks/LTX-Video/resolve/main/ltx-video-2b-v0.9.1.safetensors",
|
|
||||||
"size": "5.72GB"
|
|
||||||
},
|
|
||||||
|
|
||||||
{
|
|
||||||
"name": "XLabs-AI/flux-canny-controlnet-v3.safetensors",
|
|
||||||
"type": "controlnet",
|
|
||||||
"base": "FLUX.1",
|
|
||||||
"save_path": "xlabs/controlnets",
|
|
||||||
"description": "ControlNet checkpoints for FLUX.1-dev model by Black Forest Labs.",
|
|
||||||
"reference": "https://huggingface.co/XLabs-AI/flux-controlnet-collections",
|
|
||||||
"filename": "flux-canny-controlnet-v3.safetensors",
|
|
||||||
"url": "https://huggingface.co/XLabs-AI/flux-controlnet-collections/resolve/main/flux-canny-controlnet-v3.safetensors",
|
|
||||||
"size": "1.49GB"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "XLabs-AI/flux-depth-controlnet-v3.safetensors",
|
|
||||||
"type": "controlnet",
|
|
||||||
"base": "FLUX.1",
|
|
||||||
"save_path": "xlabs/controlnets",
|
|
||||||
"description": "ControlNet checkpoints for FLUX.1-dev model by Black Forest Labs.",
|
|
||||||
"reference": "https://huggingface.co/XLabs-AI/flux-controlnet-collections",
|
|
||||||
"filename": "flux-depth-controlnet-v3.safetensors",
|
|
||||||
"url": "https://huggingface.co/XLabs-AI/flux-controlnet-collections/resolve/main/flux-depth-controlnet-v3.safetensors",
|
|
||||||
"size": "1.49GB"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "XLabs-AI/flux-hed-controlnet-v3.safetensors",
|
|
||||||
"type": "controlnet",
|
|
||||||
"base": "FLUX.1",
|
|
||||||
"save_path": "xlabs/controlnets",
|
|
||||||
"description": "ControlNet checkpoints for FLUX.1-dev model by Black Forest Labs.",
|
|
||||||
"reference": "https://huggingface.co/XLabs-AI/flux-controlnet-collections",
|
|
||||||
"filename": "flux-hed-controlnet-v3.safetensors",
|
|
||||||
"url": "https://huggingface.co/XLabs-AI/flux-controlnet-collections/resolve/main/flux-hed-controlnet-v3.safetensors",
|
|
||||||
"size": "1.49GB"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
|
|||||||
[project]
|
[project]
|
||||||
name = "comfyui-manager"
|
name = "comfyui-manager"
|
||||||
license = { text = "GPL-3.0-only" }
|
license = { text = "GPL-3.0-only" }
|
||||||
version = "4.0.0-beta.11"
|
version = "4.0.0-beta.12"
|
||||||
requires-python = ">= 3.9"
|
requires-python = ">= 3.9"
|
||||||
description = "ComfyUI-Manager provides features to install and manage custom nodes for ComfyUI, as well as various functionalities to assist with ComfyUI."
|
description = "ComfyUI-Manager provides features to install and manage custom nodes for ComfyUI, as well as various functionalities to assist with ComfyUI."
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user