Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion custom-node-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -47946,7 +47946,7 @@
"https://github.com/AntiMatterComfy/antimatter-nodes"
],
"install_type": "git-clone",
"description": "AntiMatter custom nodes for ComfyUI. Includes Anti_aspect_ratio_master for Flux, Z-Image, and ERNIE-oriented aspect ratio and resolution latent creation."
"description": "AntiMatter custom nodes for ComfyUI. Includes Anti_aspect_ratio_master for Flux, Z-Image, and ERNIE-oriented latent creation plus Batch Loader from folder for local image batch loading."
},
{
"author": "dewittethomas",
Expand Down
5 changes: 3 additions & 2 deletions extension-node-map.json
Original file line number Diff line number Diff line change
Expand Up @@ -2966,7 +2966,8 @@
],
"https://github.com/AntiMatterComfy/antimatter-nodes": [
[
"Anti_aspect_ratio_master"
"Anti_aspect_ratio_master",
"Batch_Loader_From_Folder"
],
{
"title_aux": "AntiMatter Nodes"
Expand Down Expand Up @@ -65745,4 +65746,4 @@
"title_aux": "SDXLResolutionPresets"
}
]
}
}
2 changes: 1 addition & 1 deletion node_db/new/custom-node-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -1349,7 +1349,7 @@
"https://github.com/AntiMatterComfy/antimatter-nodes"
],
"install_type": "git-clone",
"description": "AntiMatter custom nodes for ComfyUI. Includes Anti_aspect_ratio_master for Flux, Z-Image, and ERNIE-oriented aspect ratio and resolution latent creation."
"description": "AntiMatter custom nodes for ComfyUI. Includes Anti_aspect_ratio_master for Flux, Z-Image, and ERNIE-oriented latent creation plus Batch Loader from folder for local image batch loading."
},
{
"author": "Vivid",
Expand Down
5 changes: 3 additions & 2 deletions node_db/new/extension-node-map.json
Original file line number Diff line number Diff line change
Expand Up @@ -2966,7 +2966,8 @@
],
"https://github.com/AntiMatterComfy/antimatter-nodes": [
[
"Anti_aspect_ratio_master"
"Anti_aspect_ratio_master",
"Batch_Loader_From_Folder"
],
{
"title_aux": "AntiMatter Nodes"
Expand Down Expand Up @@ -65745,4 +65746,4 @@
"title_aux": "SDXLResolutionPresets"
}
]
}
}
Loading