Browse Source

Merge pull request #203 from vanillacode314/main

add simplewildcards to custom node json
pull/205/head
Dr.Lt.Data 12 months ago committed by GitHub
parent
commit
78b13fd77c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 11
      custom-node-list.json

11
custom-node-list.json

@ -3250,6 +3250,15 @@
],
"install_type": "unzip",
"description": "This is a node to convert an image into a CMYK Halftone dot image."
}
},
{
"author": "vanillacode314",
"title": "Simple Wildcard",
"reference": "https://github.com/vanillacode314/SimpleWildcardsComfyUI",
"files": ["https://github.com/vanillacode314/SimpleWildcardsComfyUI"],
"install_type": "git-clone",
"pip": ["pipe"],
"description": "A simple wildcard node for ComfyUI. Can also be used a style prompt node."
}
]
}

Loading…
Cancel
Save