support of recursive clone/pull

This commit is contained in:
Dr.Lt.Data
2023-05-28 16:39:52 +09:00
parent 66fd5071cc
commit 9a087da93d
4 changed files with 119 additions and 8 deletions

View File

@@ -138,6 +138,10 @@
"https://github.com/paulo-coronado/comfy_clip_blip_node"
],
"install_type": "git-clone",
"apt_dependency": [
"rustc",
"cargo"
],
"description": "CLIPTextEncodeBLIP: This custom node provides a CLIP Encoder that is capable of receiving images as input."
},
{
@@ -441,6 +445,26 @@
"install_type": "git-clone",
"description": "ComfyUI nodes for the Ultimate Stable Diffusion Upscale script by Coyote-A."
},
{
"author": "space-nuko",
"title": "Disco Diffusion",
"reference": "https://github.com/space-nuko/ComfyUI-Disco-Diffusion",
"files": [
"https://github.com/space-nuko/ComfyUI-Disco-Diffusion"
],
"install_type": "git-clone",
"description": "Modularized version of Disco Diffusion for use with ComfyUI."
},
{
"author": "Nourepide",
"title": "Allor Plugin",
"reference": "https://github.com/Nourepide/ComfyUI-Allore",
"files": [
"https://github.com/Nourepide/ComfyUI-Allore"
],
"install_type": "git-clone",
"description": "Allure is a plugin for ComfyUI with an emphasis on transparency and performance."
},
{
"author": "pythongosssss",
"title": "ComfyUI-Custom-Scripts",