fix: add fileno on prestartup_script
update DB
This commit is contained in:
@@ -569,6 +569,7 @@
|
||||
],
|
||||
"https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite": [
|
||||
[
|
||||
"VHS_LoadVideo",
|
||||
"VHS_VideoCombine"
|
||||
],
|
||||
{
|
||||
@@ -1982,7 +1983,6 @@
|
||||
[
|
||||
"ConsoleDebug+",
|
||||
"GetImageSize+",
|
||||
"GrowShrinkMask+",
|
||||
"ImageCASharpening+",
|
||||
"ImageCrop+",
|
||||
"ImageDesaturate+",
|
||||
@@ -2374,6 +2374,7 @@
|
||||
"FromDetailerPipe",
|
||||
"FromDetailerPipeSDXL",
|
||||
"FromDetailerPipe_v2",
|
||||
"ImageListToImageBatch",
|
||||
"ImageMaskSwitch",
|
||||
"ImageReceiver",
|
||||
"ImageSender",
|
||||
@@ -2396,6 +2397,7 @@
|
||||
"ImpactKSamplerAdvancedBasicPipe",
|
||||
"ImpactKSamplerBasicPipe",
|
||||
"ImpactLogger",
|
||||
"ImpactMakeImageBatch",
|
||||
"ImpactMakeImageList",
|
||||
"ImpactMinMax",
|
||||
"ImpactNeg",
|
||||
@@ -2494,6 +2496,7 @@
|
||||
"KSampler //Inspire",
|
||||
"KSamplerAdvanced //Inspire",
|
||||
"LeRes_DepthMap_Preprocessor_Provider_for_SEGS //Inspire",
|
||||
"LoadImagesFromDir //Inspire",
|
||||
"LoadPromptsFromDir //Inspire",
|
||||
"LoadPromptsFromFile //Inspire",
|
||||
"LoraBlockInfo //Inspire",
|
||||
|
||||
@@ -1,5 +1,15 @@
|
||||
{
|
||||
"models": [
|
||||
{
|
||||
"name": "CiaraRowles/temporaldiff-v1-animatediff.ckpt (ComfyUI-AnimateDiff-Evolved)",
|
||||
"type": "animatediff",
|
||||
"base": "SD1.x",
|
||||
"save_path": "custom_nodes/ComfyUI-AnimateDiff-Evolved/models",
|
||||
"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/CiaraRowles/TemporalDiff",
|
||||
"filename": "temporaldiff-v1-animatediff.ckpt",
|
||||
"url": "https://huggingface.co/CiaraRowles/TemporalDiff/resolve/main/temporaldiff-v1-animatediff.ckpt"
|
||||
},
|
||||
{
|
||||
"name": "animatediff/mm_sd_v15_v2.ckpt (ComfyUI-AnimateDiff-Evolved)",
|
||||
"type": "animatediff",
|
||||
|
||||
Reference in New Issue
Block a user