mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-10 06:34:24 +08:00
update DB
This commit is contained in:
parent
2534007a70
commit
29cb390f7b
@ -269,6 +269,7 @@
|
|||||||
[
|
[
|
||||||
"ComfyUIDeployExternalImage",
|
"ComfyUIDeployExternalImage",
|
||||||
"ComfyUIDeployExternalImageAlpha",
|
"ComfyUIDeployExternalImageAlpha",
|
||||||
|
"ComfyUIDeployExternalLora",
|
||||||
"ComfyUIDeployExternalNumber",
|
"ComfyUIDeployExternalNumber",
|
||||||
"ComfyUIDeployExternalNumberInt",
|
"ComfyUIDeployExternalNumberInt",
|
||||||
"ComfyUIDeployExternalText"
|
"ComfyUIDeployExternalText"
|
||||||
@ -3486,6 +3487,20 @@
|
|||||||
"title_aux": "ComfyUI-DragNUWA"
|
"title_aux": "ComfyUI-DragNUWA"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/chaojie/ComfyUI-Moore-AnimateAnyone": [
|
||||||
|
[
|
||||||
|
"Moore-AnimateAnyone Denoising Unet",
|
||||||
|
"Moore-AnimateAnyone Image Encoder",
|
||||||
|
"Moore-AnimateAnyone Pipeline Loader",
|
||||||
|
"Moore-AnimateAnyone Pose Guider",
|
||||||
|
"Moore-AnimateAnyone Reference Unet",
|
||||||
|
"Moore-AnimateAnyone Simple",
|
||||||
|
"Moore-AnimateAnyone VAE"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "ComfyUI-Moore-AnimateAnyone"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/chaojie/ComfyUI-MotionCtrl": [
|
"https://github.com/chaojie/ComfyUI-MotionCtrl": [
|
||||||
[
|
[
|
||||||
"Load Motion Camera Preset",
|
"Load Motion Camera Preset",
|
||||||
@ -3745,6 +3760,7 @@
|
|||||||
"ImageCrop",
|
"ImageCrop",
|
||||||
"ImageInvert",
|
"ImageInvert",
|
||||||
"ImageOnlyCheckpointLoader",
|
"ImageOnlyCheckpointLoader",
|
||||||
|
"ImageOnlyCheckpointSave",
|
||||||
"ImagePadForOutpaint",
|
"ImagePadForOutpaint",
|
||||||
"ImageQuantize",
|
"ImageQuantize",
|
||||||
"ImageScale",
|
"ImageScale",
|
||||||
@ -3953,7 +3969,20 @@
|
|||||||
"https://github.com/daniel-lewis-ab/ComfyUI-Llama": [
|
"https://github.com/daniel-lewis-ab/ComfyUI-Llama": [
|
||||||
[
|
[
|
||||||
"Call LLM",
|
"Call LLM",
|
||||||
"Load LLM Model"
|
"LLM_Create_Embedding",
|
||||||
|
"LLM_Detokenize",
|
||||||
|
"LLM_Embed",
|
||||||
|
"LLM_Eval",
|
||||||
|
"LLM_Generate",
|
||||||
|
"LLM_Load_State",
|
||||||
|
"LLM_Reset",
|
||||||
|
"LLM_Sample",
|
||||||
|
"LLM_Save_State",
|
||||||
|
"LLM_Token_BOS",
|
||||||
|
"LLM_Token_EOS",
|
||||||
|
"LLM_Tokenize",
|
||||||
|
"Load LLM Model",
|
||||||
|
"Load LLM Model Advanced"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "ComfyUI-Llama"
|
"title_aux": "ComfyUI-Llama"
|
||||||
@ -4931,6 +4960,8 @@
|
|||||||
"https://github.com/komojini/komojini-comfyui-nodes": [
|
"https://github.com/komojini/komojini-comfyui-nodes": [
|
||||||
[
|
[
|
||||||
"ImageMerger",
|
"ImageMerger",
|
||||||
|
"KSamplerAdvancedCacheable",
|
||||||
|
"KSamplerCacheable",
|
||||||
"UltimateVideoLoader",
|
"UltimateVideoLoader",
|
||||||
"UltimateVideoLoader (simple)",
|
"UltimateVideoLoader (simple)",
|
||||||
"YouTubeVideoLoader"
|
"YouTubeVideoLoader"
|
||||||
|
|||||||
@ -10,6 +10,16 @@
|
|||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
|
{
|
||||||
|
"author": "chaojie",
|
||||||
|
"title": "ComfyUI-Moore-AnimateAnyone",
|
||||||
|
"reference": "https://github.com/chaojie/ComfyUI-Moore-AnimateAnyone",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/chaojie/ComfyUI-Moore-AnimateAnyone"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "Nodes: Run python tools/download_weights.py first to download weights automatically"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"author": "chflame163",
|
"author": "chflame163",
|
||||||
"title": "ComfyUI Layer Style",
|
"title": "ComfyUI Layer Style",
|
||||||
|
|||||||
@ -269,6 +269,7 @@
|
|||||||
[
|
[
|
||||||
"ComfyUIDeployExternalImage",
|
"ComfyUIDeployExternalImage",
|
||||||
"ComfyUIDeployExternalImageAlpha",
|
"ComfyUIDeployExternalImageAlpha",
|
||||||
|
"ComfyUIDeployExternalLora",
|
||||||
"ComfyUIDeployExternalNumber",
|
"ComfyUIDeployExternalNumber",
|
||||||
"ComfyUIDeployExternalNumberInt",
|
"ComfyUIDeployExternalNumberInt",
|
||||||
"ComfyUIDeployExternalText"
|
"ComfyUIDeployExternalText"
|
||||||
@ -3486,6 +3487,20 @@
|
|||||||
"title_aux": "ComfyUI-DragNUWA"
|
"title_aux": "ComfyUI-DragNUWA"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/chaojie/ComfyUI-Moore-AnimateAnyone": [
|
||||||
|
[
|
||||||
|
"Moore-AnimateAnyone Denoising Unet",
|
||||||
|
"Moore-AnimateAnyone Image Encoder",
|
||||||
|
"Moore-AnimateAnyone Pipeline Loader",
|
||||||
|
"Moore-AnimateAnyone Pose Guider",
|
||||||
|
"Moore-AnimateAnyone Reference Unet",
|
||||||
|
"Moore-AnimateAnyone Simple",
|
||||||
|
"Moore-AnimateAnyone VAE"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "ComfyUI-Moore-AnimateAnyone"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/chaojie/ComfyUI-MotionCtrl": [
|
"https://github.com/chaojie/ComfyUI-MotionCtrl": [
|
||||||
[
|
[
|
||||||
"Load Motion Camera Preset",
|
"Load Motion Camera Preset",
|
||||||
@ -3745,6 +3760,7 @@
|
|||||||
"ImageCrop",
|
"ImageCrop",
|
||||||
"ImageInvert",
|
"ImageInvert",
|
||||||
"ImageOnlyCheckpointLoader",
|
"ImageOnlyCheckpointLoader",
|
||||||
|
"ImageOnlyCheckpointSave",
|
||||||
"ImagePadForOutpaint",
|
"ImagePadForOutpaint",
|
||||||
"ImageQuantize",
|
"ImageQuantize",
|
||||||
"ImageScale",
|
"ImageScale",
|
||||||
@ -3953,7 +3969,20 @@
|
|||||||
"https://github.com/daniel-lewis-ab/ComfyUI-Llama": [
|
"https://github.com/daniel-lewis-ab/ComfyUI-Llama": [
|
||||||
[
|
[
|
||||||
"Call LLM",
|
"Call LLM",
|
||||||
"Load LLM Model"
|
"LLM_Create_Embedding",
|
||||||
|
"LLM_Detokenize",
|
||||||
|
"LLM_Embed",
|
||||||
|
"LLM_Eval",
|
||||||
|
"LLM_Generate",
|
||||||
|
"LLM_Load_State",
|
||||||
|
"LLM_Reset",
|
||||||
|
"LLM_Sample",
|
||||||
|
"LLM_Save_State",
|
||||||
|
"LLM_Token_BOS",
|
||||||
|
"LLM_Token_EOS",
|
||||||
|
"LLM_Tokenize",
|
||||||
|
"Load LLM Model",
|
||||||
|
"Load LLM Model Advanced"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "ComfyUI-Llama"
|
"title_aux": "ComfyUI-Llama"
|
||||||
@ -4931,6 +4960,8 @@
|
|||||||
"https://github.com/komojini/komojini-comfyui-nodes": [
|
"https://github.com/komojini/komojini-comfyui-nodes": [
|
||||||
[
|
[
|
||||||
"ImageMerger",
|
"ImageMerger",
|
||||||
|
"KSamplerAdvancedCacheable",
|
||||||
|
"KSamplerCacheable",
|
||||||
"UltimateVideoLoader",
|
"UltimateVideoLoader",
|
||||||
"UltimateVideoLoader (simple)",
|
"UltimateVideoLoader (simple)",
|
||||||
"YouTubeVideoLoader"
|
"YouTubeVideoLoader"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user