update DB

This commit is contained in:
Dr.Lt.Data 2024-06-23 23:32:20 +09:00
parent da9c154019
commit 3a098b0b82
6 changed files with 770 additions and 742 deletions

View File

@ -810,17 +810,6 @@
"install_type": "git-clone",
"description": "ComfyUI custom nodes to apply various image processing techniques."
},
{
"author": "bvhari",
"title": "LatentToRGB",
"id": "latent2rgb",
"reference": "https://github.com/bvhari/ComfyUI_LatentToRGB",
"files": [
"https://github.com/bvhari/ComfyUI_LatentToRGB"
],
"install_type": "git-clone",
"description": "ComfyUI custom node to convert latent to RGB."
},
{
"author": "bvhari",
"title": "ComfyUI_PerpWeight",
@ -8523,6 +8512,17 @@
"install_type": "git-clone",
"description": "You can use [a/Popspaper](https://popspaper.github.io/pOps/) method in comfyUI"
},
{
"author": "smthemex",
"title": "ComfyUI_Streamv2v_Plus",
"id": "streamv2v",
"reference": "https://github.com/smthemex/ComfyUI_Streamv2v_Plus",
"files": [
"https://github.com/smthemex/ComfyUI_Streamv2v_Plus"
],
"install_type": "git-clone",
"description": "[a/StreamV2V](https://github.com/Jeff-LiangF/streamv2v) for ComfyUI"
},
{
"author": "choey",
"title": "Comfy-Topaz",

View File

@ -1145,6 +1145,7 @@
"PrimerePromptSwitch",
"PrimereRefinerPrompt",
"PrimereResolution",
"PrimereResolutionCoordinatorMPX",
"PrimereResolutionMultiplier",
"PrimereResolutionMultiplierMPX",
"PrimereSamplers",
@ -4420,6 +4421,7 @@
"tri3d-load-pose-json",
"tri3d-luminosity-match",
"tri3d-main_transparent_background",
"tri3d-photoroom-bgremove-api",
"tri3d-pose-adaption",
"tri3d-pose-to-image",
"tri3d-position-hands",
@ -6466,14 +6468,6 @@
"title_aux": "ImageProcessing"
}
],
"https://github.com/bvhari/ComfyUI_LatentToRGB": [
[
"LatentToRGB"
],
{
"title_aux": "LatentToRGB"
}
],
"https://github.com/bvhari/ComfyUI_PerpWeight": [
[
"CLIPTextEncodePerpWeight"
@ -6484,6 +6478,7 @@
],
"https://github.com/bvhari/ComfyUI_SUNoise": [
[
"SUNoiseLatent",
"SamplerDPM2Ancestral_SUN",
"SamplerDPMPP2SAncestral_SUN",
"SamplerDPMPP_2M_SDE_SUN",
@ -13644,6 +13639,17 @@
"title_aux": "ComfyUI_StoryDiffusion"
}
],
"https://github.com/smthemex/ComfyUI_Streamv2v_Plus": [
[
"Load_Stream",
"Text2IMG",
"Video2Video",
"WebCam2Video"
],
{
"title_aux": "ComfyUI_Streamv2v_Plus"
}
],
"https://github.com/space-nuko/ComfyUI-Disco-Diffusion": [
[
"DiscoDiffusion_DiscoDiffusion",

File diff suppressed because it is too large Load Diff

View File

@ -10,6 +10,17 @@
},
{
"author": "bvhari",
"title": "LatentToRGB [DEPRECATED]",
"id": "latent2rgb",
"reference": "https://github.com/bvhari/ComfyUI_LatentToRGB",
"files": [
"https://github.com/bvhari/ComfyUI_LatentToRGB"
],
"install_type": "git-clone",
"description": "ComfyUI custom node to convert latent to RGB.\nNOTE:This repo has been archived because ComfyUI natively has similar functionality now"
},
{
"author": "Kaharos94",
"title": "ComfyUI-Saveaswebp [DEPRECATED]",

View File

@ -12,6 +12,17 @@
{
"author": "smthemex",
"title": "ComfyUI_Streamv2v_Plus",
"id": "streamv2v",
"reference": "https://github.com/smthemex/ComfyUI_Streamv2v_Plus",
"files": [
"https://github.com/smthemex/ComfyUI_Streamv2v_Plus"
],
"install_type": "git-clone",
"description": "[a/StreamV2V](https://github.com/Jeff-LiangF/streamv2v) for ComfyUI"
},
{
"author": "jakechai",
"title": "ComfyUI-JakeUpgrade",
@ -677,17 +688,6 @@
],
"install_type": "git-clone",
"description": "A very simple and easy to use node to automaticaaly create (square) image crops and masks using YoloV8. This can be very useful when using controlnet and ip adapters"
},
{
"author": "11dogzi",
"title": "Comfyui-ergouzi-samplers",
"id": "ergouzi-samplers",
"reference": "https://github.com/11dogzi/Comfyui-ergouzi-samplers",
"files": [
"https://github.com/11dogzi/Comfyui-ergouzi-samplers"
],
"install_type": "git-clone",
"description": "Partial redraw sampler and variant seed sampler"
}
]
}

View File

@ -1145,6 +1145,7 @@
"PrimerePromptSwitch",
"PrimereRefinerPrompt",
"PrimereResolution",
"PrimereResolutionCoordinatorMPX",
"PrimereResolutionMultiplier",
"PrimereResolutionMultiplierMPX",
"PrimereSamplers",
@ -4420,6 +4421,7 @@
"tri3d-load-pose-json",
"tri3d-luminosity-match",
"tri3d-main_transparent_background",
"tri3d-photoroom-bgremove-api",
"tri3d-pose-adaption",
"tri3d-pose-to-image",
"tri3d-position-hands",
@ -6466,14 +6468,6 @@
"title_aux": "ImageProcessing"
}
],
"https://github.com/bvhari/ComfyUI_LatentToRGB": [
[
"LatentToRGB"
],
{
"title_aux": "LatentToRGB"
}
],
"https://github.com/bvhari/ComfyUI_PerpWeight": [
[
"CLIPTextEncodePerpWeight"
@ -6484,6 +6478,7 @@
],
"https://github.com/bvhari/ComfyUI_SUNoise": [
[
"SUNoiseLatent",
"SamplerDPM2Ancestral_SUN",
"SamplerDPMPP2SAncestral_SUN",
"SamplerDPMPP_2M_SDE_SUN",
@ -13644,6 +13639,17 @@
"title_aux": "ComfyUI_StoryDiffusion"
}
],
"https://github.com/smthemex/ComfyUI_Streamv2v_Plus": [
[
"Load_Stream",
"Text2IMG",
"Video2Video",
"WebCam2Video"
],
{
"title_aux": "ComfyUI_Streamv2v_Plus"
}
],
"https://github.com/space-nuko/ComfyUI-Disco-Diffusion": [
[
"DiscoDiffusion_DiscoDiffusion",