Browse Source

Merge pull request #334 from OpenArt-AI/dev

Fix typo
pull/336/head
Dr.Lt.Data 10 months ago committed by GitHub
parent
commit
75b9be5507
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      README.md
  2. 2
      custom-node-list.json

2
README.md

@ -212,7 +212,7 @@ NODE_CLASS_MAPPINGS.update({
* When pasting a component from the clipboard, it supports text in the following JSON format. (text/plain)
```
{
"kind": "ComyUI Components",
"kind": "ComfyUI Components",
"timestamp": <current timestamp>,
"components":
{

2
custom-node-list.json

@ -2868,7 +2868,7 @@
"https://github.com/GTSuya-Studio/ComfyUI-Gtsuya-Nodes"
],
"install_type": "git-clone",
"description": "ComfyUI-GTSuya-Nodes is a ComyUI extension designed to add several wildcards supports into ComfyUI. Wildcards allow you to use __name__ syntax in your prompt to get a random line from a file named name.txt in a wildcards directory."
"description": "ComfyUI-GTSuya-Nodes is a ComfyUI extension designed to add several wildcards supports into ComfyUI. Wildcards allow you to use __name__ syntax in your prompt to get a random line from a file named name.txt in a wildcards directory."
},
{
"author": "oyvindg",

Loading…
Cancel
Save