update DB

This commit is contained in:
dr.lt.data
2024-01-05 10:32:58 +09:00
parent be05eb9777
commit e7fe0fdd2c
6 changed files with 75 additions and 69 deletions

View File

@@ -10,6 +10,16 @@
},
{
"author": "chaojie",
"title": "ComfyUI-MotionCtrl",
"reference": "https://github.com/chaojie/ComfyUI-MotionCtrl",
"files": [
"https://github.com/chaojie/ComfyUI-MotionCtrl"
],
"install_type": "git-clone",
"description": "Nodes: Download the weights of MotionCtrl [a/motionctrl.pth](https://huggingface.co/TencentARC/MotionCtrl/blob/main/motionctrl.pth) and put it to ComfyUI/models/checkpoints"
},
{
"author": "hinablue",
"title": "ComfyUI 3D Pose Editor",

View File

@@ -3282,6 +3282,17 @@
"title_aux": "ComfyUI LLaVA Captioner"
}
],
"https://github.com/chaojie/ComfyUI-MotionCtrl": [
[
"Load Motion Camera Preset",
"Load Motion Traj Preset",
"Motionctrl Sample",
"Select Image Indices"
],
{
"title_aux": "ComfyUI-MotionCtrl"
}
],
"https://github.com/chflame163/ComfyUI_MSSpeech_TTS": [
[
"Input Trigger",
@@ -6107,8 +6118,11 @@
"Batch Unsampler",
"Iterative Mixing KSampler",
"Iterative Mixing KSampler Advanced",
"IterativeMixingSampler",
"IterativeMixingScheduler",
"Latent Batch Comparison Plot",
"Latent Batch Statistics Plot"
"Latent Batch Statistics Plot",
"MixingMaskGenerator"
],
{
"title_aux": "ComfyUI Iterative Mixing Nodes"
@@ -6212,8 +6226,7 @@
],
"https://github.com/vienteck/ComfyUI-Chat-GPT-Integration": [
[
"ChatGptPrompt",
"ChatGptTextConcat"
"ChatGptPrompt"
],
{
"title_aux": "ComfyUI-Chat-GPT-Integration"

View File

@@ -1,5 +1,15 @@
{
"models": [
{
"name": "TencentARC/motionctrl.pth",
"type": "checkpoints",
"base": "MotionCtrl",
"save_path": "checkpoints/motionctrl",
"description": "To use the ComfyUI-MotionCtrl extension, downloading this model is required.",
"reference": "https://huggingface.co/TencentARC/MotionCtrl",
"filename": "motionctrl.pth",
"url": "https://huggingface.co/TencentARC/MotionCtrl/blob/main/motionctrl.pth"
},
{
"name": "ControlNet-HandRefiner-pruned (inpaint-depth-hand; fp16)",
@@ -707,47 +717,6 @@
"reference": "https://huggingface.co/stabilityai/control-lora",
"filename": "control-lora-sketch-rank128-metadata.safetensors",
"url": "https://huggingface.co/stabilityai/control-lora/resolve/main/control-LoRAs-rank128/control-lora-sketch-rank128-metadata.safetensors"
},
{
"name": "stabilityai/control-lora-canny-rank256.safetensors",
"type": "controlnet",
"base": "SDXL",
"save_path": "default",
"description": "Control-LoRA: canny rank256",
"reference": "https://huggingface.co/stabilityai/control-lora",
"filename": "control-lora-canny-rank256.safetensors",
"url": "https://huggingface.co/stabilityai/control-lora/resolve/main/control-LoRAs-rank256/control-lora-canny-rank256.safetensors"
},
{
"name": "stabilityai/control-lora-depth-rank256.safetensors",
"type": "controlnet",
"base": "SDXL",
"save_path": "default",
"description": "Control-LoRA: depth rank256",
"reference": "https://huggingface.co/stabilityai/control-lora",
"filename": "control-lora-depth-rank256.safetensors",
"url": "https://huggingface.co/stabilityai/control-lora/resolve/main/control-LoRAs-rank256/control-lora-depth-rank256.safetensors"
},
{
"name": "stabilityai/control-lora-recolor-rank256.safetensors",
"type": "controlnet",
"base": "SDXL",
"save_path": "default",
"description": "Control-LoRA: recolor rank256",
"reference": "https://huggingface.co/stabilityai/control-lora",
"filename": "control-lora-recolor-rank256.safetensors",
"url": "https://huggingface.co/stabilityai/control-lora/resolve/main/control-LoRAs-rank256/control-lora-recolor-rank256.safetensors"
},
{
"name": "stabilityai/control-lora-sketch-rank256.safetensors",
"type": "controlnet",
"base": "SDXL",
"save_path": "default",
"description": "Control-LoRA: sketch rank256",
"reference": "https://huggingface.co/stabilityai/control-lora",
"filename": "control-lora-sketch-rank256.safetensors",
"url": "https://huggingface.co/stabilityai/control-lora/resolve/main/control-LoRAs-rank256/control-lora-sketch-rank256.safetensors"
}
]
}