Merge pull request #116 from chrisgoringe/image-chooser

Image chooser
This commit is contained in:
Dr.Lt.Data 2023-09-25 09:09:36 +09:00 committed by GitHub
commit 76a46e200e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2133,6 +2133,26 @@
],
"install_type": "unzip",
"description": "This is a node to convert an image into a CMYK Halftone dot image."
},
{
"author": "chrisgoringe",
"title": "Variation seeds",
"reference": "https://github.com/chrisgoringe/cg-noise",
"files": [
"https://github.com/chrisgoringe/cg-noise"
],
"install_type": "git-clone",
"description": "Adds KSampler custom nodes with variation seed and variation strength."
},
{
"author": "chrisgoringe",
"title": "Image chooser",
"reference": "https://github.com/chrisgoringe/cg-image-picker",
"files": [
"https://github.com/chrisgoringe/cg-image-picker"
],
"install_type": "git-clone",
"description": "A custom node that pauses the flow while you choose which image (or latent) to pass on to the rest of the workflow."
}
]
}