update DB

This commit is contained in:
Dr.Lt.Data 2023-09-16 14:10:56 +09:00
parent 98fbdd5e32
commit 003a11cda1
2 changed files with 20 additions and 10 deletions

View File

@ -1782,6 +1782,16 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "Adds KSampler custom nodes with variation seed and variation strength." "description": "Adds KSampler custom nodes with variation seed and variation strength."
}, },
{
"author": "tusharbhutt",
"title": "Endless Nodes",
"reference": "https://github.com/tusharbhutt/Endless-Nodes",
"files": [
"https://github.com/tusharbhutt/Endless-Nodes"
],
"install_type": "git-clone",
"description": "A small set of nodes I created for various numerical and text inputs and outputs."
},
{ {
"author": "taabata", "author": "taabata",
"title": "Syrian Falcon Nodes", "title": "Syrian Falcon Nodes",

View File

@ -1,5 +1,15 @@
{ {
"custom_nodes": [ "custom_nodes": [
{
"author": "tusharbhutt",
"title": "Endless Nodes",
"reference": "https://github.com/tusharbhutt/Endless-Nodes",
"files": [
"https://github.com/tusharbhutt/Endless-Nodes"
],
"install_type": "git-clone",
"description": "A small set of nodes I created for various numerical and text inputs and outputs."
},
{ {
"author": "chrisgoringe", "author": "chrisgoringe",
"title": "Variation seeds", "title": "Variation seeds",
@ -912,15 +922,5 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "Nodes: EagleImageNode" "description": "Nodes: EagleImageNode"
} }
{
"author": "tusharbhutt",
"title": "Endless Nodes",
"reference": "https://github.com/tusharbhutt/Endless-Nodes",
"files": [
"https://github.com/tusharbhutt/Endless-Nodes"
],
"install_type": "git-clone",
"description": "A small set of nodes I created for various numerical and text inputs and outputs."
}
] ]
} }