mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2025-12-17 02:12:58 +08:00
update DB
This commit is contained in:
parent
246db43c5b
commit
b9c0851874
@ -2364,8 +2364,7 @@
|
|||||||
"FitSizeFromImage",
|
"FitSizeFromImage",
|
||||||
"FitSizeFromInt",
|
"FitSizeFromInt",
|
||||||
"FitSizeResizeImage",
|
"FitSizeResizeImage",
|
||||||
"FitSizeResizeLatent",
|
"LoadToFitResizeImage"
|
||||||
"LoadToFitResizeLatent"
|
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "comfyui-fitsize"
|
"title_aux": "comfyui-fitsize"
|
||||||
|
|||||||
@ -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",
|
||||||
|
|||||||
@ -2364,8 +2364,7 @@
|
|||||||
"FitSizeFromImage",
|
"FitSizeFromImage",
|
||||||
"FitSizeFromInt",
|
"FitSizeFromInt",
|
||||||
"FitSizeResizeImage",
|
"FitSizeResizeImage",
|
||||||
"FitSizeResizeLatent",
|
"LoadToFitResizeImage"
|
||||||
"LoadToFitResizeLatent"
|
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "comfyui-fitsize"
|
"title_aux": "comfyui-fitsize"
|
||||||
|
|||||||
@ -1,5 +1,26 @@
|
|||||||
{
|
{
|
||||||
"models": [
|
"models": [
|
||||||
|
{
|
||||||
|
"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": "animatediff/mm_sdxl_v10_beta.ckpt (ComfyUI-AnimateDiff-Evolved)",
|
"name": "animatediff/mm_sdxl_v10_beta.ckpt (ComfyUI-AnimateDiff-Evolved)",
|
||||||
"type": "animatediff",
|
"type": "animatediff",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user