Merge pull request #258 from jitcoder/main

added lorainfo custom node
This commit is contained in:
Dr.Lt.Data 2023-12-23 20:22:20 +09:00 committed by GitHub
commit 385f2ce6a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3968,7 +3968,16 @@
], ],
"install_type": "unzip", "install_type": "unzip",
"description": "This is a node to convert an image into a CMYK Halftone dot image." "description": "This is a node to convert an image into a CMYK Halftone dot image."
},
{
"author": "jitcoder",
"title": "LoraInfo",
"reference": "https://github.com/jitcoder/lora-info",
"files": [
"https://github.com/jitcoder/lora-info"
],
"install_type": "git-clone",
"description": "Shows Lora information from CivitAI and outputs trigger words and example prompt"
} }
] ]
} }