Dr.Lt.Data
1 year ago
7 changed files with 54 additions and 1 deletions
@ -1,3 +1,4 @@
|
||||
default::https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main |
||||
recent::https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/node_db/new |
||||
legacy::https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/node_db/legacy |
||||
legacy::https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/node_db/legacy |
||||
forked::https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/node_db/forked |
@ -0,0 +1,15 @@
|
||||
{ |
||||
"custom_nodes": [ |
||||
{ |
||||
"author": "ArtVentureX", |
||||
"title": "AnimateDiff (Kosinkadink version)", |
||||
"reference": "https://github.com/Kosinkadink/ComfyUI-AnimateDiff", |
||||
"pip": ["flash_attn"], |
||||
"files": [ |
||||
"https://github.com/Kosinkadink/ComfyUI-AnimateDiff" |
||||
], |
||||
"install_type": "git-clone", |
||||
"description": "A forked repository that actively maintains <a href='https://github.com/ArtVentureX/comfyui-animatediff' target='blank'>AnimateDiff</a>, created by ArtVentureX.<BR>AnimateDiff integration for ComfyUI, adapts from sd-webui-animatediff.<br><p style='background-color: black; color: red;'>You only need to download one of <a href='https://huggingface.co/guoyww/animatediff/resolve/main/mm_sd_v14.ckpt' target='blank'>mm_sd_v14.ckpt</a> | <a href='https://huggingface.co/guoyww/animatediff/resolve/main/mm_sd_v15.ckpt' target='blank'>mm_sd_v15.ckpt</a>. Put the model weights under <font color='white'>ComfyUI/custom_nodes/comfyui-animatediff/models</font>. DO NOT change model filename.</p>" |
||||
} |
||||
] |
||||
} |
@ -0,0 +1,14 @@
|
||||
{ |
||||
"https://github.com/Kosinkadink/ComfyUI-AnimateDiff": [ |
||||
[ |
||||
"AnimateDiffCombine", |
||||
"AnimateDiffLoaderLegacy", |
||||
"AnimateDiffLoaderV1", |
||||
"AnimateDiffUnload", |
||||
"CheckpointLoaderSimpleWithNoiseSelect" |
||||
], |
||||
{ |
||||
"title_aux": "AnimateDiff (Kosinkadink version)" |
||||
} |
||||
] |
||||
} |
@ -0,0 +1,4 @@
|
||||
#!/bin/bash |
||||
source ../../../../venv/bin/activate |
||||
rm .tmp/*.py > /dev/null |
||||
python ../../scanner.py |
Loading…
Reference in new issue