Browse Source

update DB

pull/190/head
Dr.Lt.Data 12 months ago
parent
commit
b9c0851874
  1. 3
      extension-node-map.json
  2. 20
      model-list.json
  3. 3
      node_db/new/extension-node-map.json
  4. 201
      node_db/new/model-list.json

3
extension-node-map.json

@ -2364,8 +2364,7 @@
"FitSizeFromImage", "FitSizeFromImage",
"FitSizeFromInt", "FitSizeFromInt",
"FitSizeResizeImage", "FitSizeResizeImage",
"FitSizeResizeLatent", "LoadToFitResizeImage"
"LoadToFitResizeLatent"
], ],
{ {
"title_aux": "comfyui-fitsize" "title_aux": "comfyui-fitsize"

20
model-list.json

@ -120,6 +120,26 @@
"filename": "RestoreFormer.pth", "filename": "RestoreFormer.pth",
"url": "https://github.com/TencentARC/GFPGAN/releases/download/v1.3.4/RestoreFormer.pth" "url": "https://github.com/TencentARC/GFPGAN/releases/download/v1.3.4/RestoreFormer.pth"
}, },
{
"name": "Stable Video Diffusion Image-to-Video",
"type": "checkpoints",
"base": "SVD",
"save_path": "checkpoints/SVD",
"description": "Stable Video Diffusion (SVD) Image-to-Video is a diffusion model that takes in a still image as a conditioning frame, and generates a video from it.<BR>NOTE: 14 frames @ 576x1024",
"reference": "https://huggingface.co/stabilityai/stable-video-diffusion-img2vid",
"filename": "svd.safetensors",
"url": "https://huggingface.co/stabilityai/stable-video-diffusion-img2vid/resolve/main/svd.safetensors"
},
{
"name": "Stable Video Diffusion Image-to-Video (XT)",
"type": "checkpoints",
"base": "SVD",
"save_path": "checkpoints/SVD",
"description": "Stable Video Diffusion (SVD) Image-to-Video is a diffusion model that takes in a still image as a conditioning frame, and generates a video from it.<BR>NOTE: 25 frames @ 576x1024 ",
"reference": "https://huggingface.co/stabilityai/stable-video-diffusion-img2vid-xt",
"filename": "svd_xt.safetensors",
"url": "https://huggingface.co/stabilityai/stable-video-diffusion-img2vid-xt/resolve/main/svd_xt.safetensors"
},
{ {
"name": "negative_hand Negative Embedding", "name": "negative_hand Negative Embedding",
"type": "embeddings", "type": "embeddings",

3
node_db/new/extension-node-map.json

@ -2364,8 +2364,7 @@
"FitSizeFromImage", "FitSizeFromImage",
"FitSizeFromInt", "FitSizeFromInt",
"FitSizeResizeImage", "FitSizeResizeImage",
"FitSizeResizeLatent", "LoadToFitResizeImage"
"LoadToFitResizeLatent"
], ],
{ {
"title_aux": "comfyui-fitsize" "title_aux": "comfyui-fitsize"

201
node_db/new/model-list.json

@ -1,95 +1,116 @@
{ {
"models": [ "models": [
{ {
"name": "animatediff/mm_sdxl_v10_beta.ckpt (ComfyUI-AnimateDiff-Evolved)", "name": "Stable Video Diffusion Image-to-Video",
"type": "animatediff", "type": "checkpoints",
"base": "SDXL", "base": "SVD",
"save_path": "custom_nodes/ComfyUI-AnimateDiff-Evolved/models", "save_path": "checkpoints/SVD",
"description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)", "description": "Stable Video Diffusion (SVD) Image-to-Video is a diffusion model that takes in a still image as a conditioning frame, and generates a video from it.<BR>NOTE: 14 frames @ 576x1024",
"reference": "https://huggingface.co/guoyww/animatediff", "reference": "https://huggingface.co/stabilityai/stable-video-diffusion-img2vid",
"filename": "mm_sdxl_v10_beta.ckpt", "filename": "svd.safetensors",
"url": "https://huggingface.co/guoyww/animatediff/resolve/main/mm_sdxl_v10_beta.ckpt" "url": "https://huggingface.co/stabilityai/stable-video-diffusion-img2vid/resolve/main/svd.safetensors"
}, },
{ {
"name": "animatediff/v2_lora_PanLeft.ckpt (ComfyUI-AnimateDiff-Evolved)", "name": "Stable Video Diffusion Image-to-Video (XT)",
"type": "motion lora", "type": "checkpoints",
"base": "SD1.x", "base": "SVD",
"save_path": "custom_nodes/ComfyUI-AnimateDiff-Evolved/motion_lora", "save_path": "checkpoints/SVD",
"description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)", "description": "Stable Video Diffusion (SVD) Image-to-Video is a diffusion model that takes in a still image as a conditioning frame, and generates a video from it.<BR>NOTE: 25 frames @ 576x1024 ",
"reference": "https://huggingface.co/guoyww/animatediff", "reference": "https://huggingface.co/stabilityai/stable-video-diffusion-img2vid-xt",
"filename": "v2_lora_PanLeft.ckpt", "filename": "svd_xt.safetensors",
"url": "https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_PanLeft.ckpt" "url": "https://huggingface.co/stabilityai/stable-video-diffusion-img2vid-xt/resolve/main/svd_xt.safetensors"
}, },
{
"name": "animatediff/v2_lora_PanRight.ckpt (ComfyUI-AnimateDiff-Evolved)", {
"type": "motion lora", "name": "animatediff/mm_sdxl_v10_beta.ckpt (ComfyUI-AnimateDiff-Evolved)",
"base": "SD1.x", "type": "animatediff",
"save_path": "custom_nodes/ComfyUI-AnimateDiff-Evolved/motion_lora", "base": "SDXL",
"description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)", "save_path": "custom_nodes/ComfyUI-AnimateDiff-Evolved/models",
"reference": "https://huggingface.co/guoyww/animatediff", "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)",
"filename": "v2_lora_PanRight.ckpt", "reference": "https://huggingface.co/guoyww/animatediff",
"url": "https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_PanRight.ckpt" "filename": "mm_sdxl_v10_beta.ckpt",
}, "url": "https://huggingface.co/guoyww/animatediff/resolve/main/mm_sdxl_v10_beta.ckpt"
{ },
"name": "animatediff/v2_lora_RollingAnticlockwise.ckpt (ComfyUI-AnimateDiff-Evolved)", {
"type": "motion lora", "name": "animatediff/v2_lora_PanLeft.ckpt (ComfyUI-AnimateDiff-Evolved)",
"base": "SD1.x", "type": "motion lora",
"save_path": "custom_nodes/ComfyUI-AnimateDiff-Evolved/motion_lora", "base": "SD1.x",
"description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)", "save_path": "custom_nodes/ComfyUI-AnimateDiff-Evolved/motion_lora",
"reference": "https://huggingface.co/guoyww/animatediff", "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)",
"filename": "v2_lora_RollingAnticlockwise.ckpt", "reference": "https://huggingface.co/guoyww/animatediff",
"url": "https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_RollingAnticlockwise.ckpt" "filename": "v2_lora_PanLeft.ckpt",
}, "url": "https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_PanLeft.ckpt"
{ },
"name": "animatediff/v2_lora_RollingClockwise.ckpt (ComfyUI-AnimateDiff-Evolved)", {
"type": "motion lora", "name": "animatediff/v2_lora_PanRight.ckpt (ComfyUI-AnimateDiff-Evolved)",
"base": "SD1.x", "type": "motion lora",
"save_path": "custom_nodes/ComfyUI-AnimateDiff-Evolved/motion_lora", "base": "SD1.x",
"description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)", "save_path": "custom_nodes/ComfyUI-AnimateDiff-Evolved/motion_lora",
"reference": "https://huggingface.co/guoyww/animatediff", "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)",
"filename": "v2_lora_RollingClockwise.ckpt", "reference": "https://huggingface.co/guoyww/animatediff",
"url": "https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_RollingClockwise.ckpt" "filename": "v2_lora_PanRight.ckpt",
}, "url": "https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_PanRight.ckpt"
{ },
"name": "animatediff/v2_lora_TiltDown.ckpt (ComfyUI-AnimateDiff-Evolved)", {
"type": "motion lora", "name": "animatediff/v2_lora_RollingAnticlockwise.ckpt (ComfyUI-AnimateDiff-Evolved)",
"base": "SD1.x", "type": "motion lora",
"save_path": "custom_nodes/ComfyUI-AnimateDiff-Evolved/motion_lora", "base": "SD1.x",
"description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)", "save_path": "custom_nodes/ComfyUI-AnimateDiff-Evolved/motion_lora",
"reference": "https://huggingface.co/guoyww/animatediff", "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)",
"filename": "v2_lora_TiltDown.ckpt", "reference": "https://huggingface.co/guoyww/animatediff",
"url": "https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_TiltDown.ckpt" "filename": "v2_lora_RollingAnticlockwise.ckpt",
}, "url": "https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_RollingAnticlockwise.ckpt"
{ },
"name": "animatediff/v2_lora_TiltUp.ckpt (ComfyUI-AnimateDiff-Evolved)", {
"type": "motion lora", "name": "animatediff/v2_lora_RollingClockwise.ckpt (ComfyUI-AnimateDiff-Evolved)",
"base": "SD1.x", "type": "motion lora",
"save_path": "custom_nodes/ComfyUI-AnimateDiff-Evolved/motion_lora", "base": "SD1.x",
"description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)", "save_path": "custom_nodes/ComfyUI-AnimateDiff-Evolved/motion_lora",
"reference": "https://huggingface.co/guoyww/animatediff", "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)",
"filename": "v2_lora_TiltUp.ckpt", "reference": "https://huggingface.co/guoyww/animatediff",
"url": "https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_TiltUp.ckpt" "filename": "v2_lora_RollingClockwise.ckpt",
}, "url": "https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_RollingClockwise.ckpt"
{ },
"name": "animatediff/v2_lora_ZoomIn.ckpt (ComfyUI-AnimateDiff-Evolved)", {
"type": "motion lora", "name": "animatediff/v2_lora_TiltDown.ckpt (ComfyUI-AnimateDiff-Evolved)",
"base": "SD1.x", "type": "motion lora",
"save_path": "custom_nodes/ComfyUI-AnimateDiff-Evolved/motion_lora", "base": "SD1.x",
"description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)", "save_path": "custom_nodes/ComfyUI-AnimateDiff-Evolved/motion_lora",
"reference": "https://huggingface.co/guoyww/animatediff", "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)",
"filename": "v2_lora_ZoomIn.ckpt", "reference": "https://huggingface.co/guoyww/animatediff",
"url": "https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_ZoomIn.ckpt" "filename": "v2_lora_TiltDown.ckpt",
}, "url": "https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_TiltDown.ckpt"
{ },
"name": "animatediff/v2_lora_ZoomOut.ckpt (ComfyUI-AnimateDiff-Evolved)", {
"type": "motion lora", "name": "animatediff/v2_lora_TiltUp.ckpt (ComfyUI-AnimateDiff-Evolved)",
"base": "SD1.x", "type": "motion lora",
"save_path": "custom_nodes/ComfyUI-AnimateDiff-Evolved/motion_lora", "base": "SD1.x",
"description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)", "save_path": "custom_nodes/ComfyUI-AnimateDiff-Evolved/motion_lora",
"reference": "https://huggingface.co/guoyww/animatediff", "description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)",
"filename": "v2_lora_ZoomOut.ckpt", "reference": "https://huggingface.co/guoyww/animatediff",
"url": "https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_ZoomOut.ckpt" "filename": "v2_lora_TiltUp.ckpt",
}, "url": "https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_TiltUp.ckpt"
},
{
"name": "animatediff/v2_lora_ZoomIn.ckpt (ComfyUI-AnimateDiff-Evolved)",
"type": "motion lora",
"base": "SD1.x",
"save_path": "custom_nodes/ComfyUI-AnimateDiff-Evolved/motion_lora",
"description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)",
"reference": "https://huggingface.co/guoyww/animatediff",
"filename": "v2_lora_ZoomIn.ckpt",
"url": "https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_ZoomIn.ckpt"
},
{
"name": "animatediff/v2_lora_ZoomOut.ckpt (ComfyUI-AnimateDiff-Evolved)",
"type": "motion lora",
"base": "SD1.x",
"save_path": "custom_nodes/ComfyUI-AnimateDiff-Evolved/motion_lora",
"description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)",
"reference": "https://huggingface.co/guoyww/animatediff",
"filename": "v2_lora_ZoomOut.ckpt",
"url": "https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_ZoomOut.ckpt"
},
{ {
"name": "CiaraRowles/TemporalNet1XL (1.0)", "name": "CiaraRowles/TemporalNet1XL (1.0)",

Loading…
Cancel
Save