FooocusEnhanced / AIGODLIKE-COMFYUI-TRANSLATION /zh-CN /Nodes /ComfyUI-Frame-Interpolation.json
JasonSmithSO's picture
Upload 211 files
af12fb4 verified
{
"VFI FloatToInt": {
"title": "浮点到整数",
"widgets": {
"float": "浮点"
},
"outputs": {
"INT": "整数"
}
},
"GMFSS Fortuna VFI": {
"title": "GMFSS Fortuna VFI",
"inputs": {
"frames": "图像",
"optional_interpolation_states": "插值规则(可选)"
},
"widgets": {
"ckpt_name": "ckpt名称",
"clear_cache_after_n_frames": "N帧后清除缓存",
"multiplier": "乘数"
},
"outputs": {
"IMAGE": "图像"
}
},
"IFRNet VFI": {
"title": "IFRNet VFI",
"inputs": {
"frames": "图像",
"optional_interpolation_states": "插值规则(可选)"
},
"widgets": {
"ckpt_name": "ckpt名称",
"clear_cache_after_n_frames": "N帧后清除缓存",
"multiplier": "乘数",
"scale_factor": "缩放系数"
},
"outputs": {
"IMAGE": "图像"
}
},
"IFUnet VFI": {
"title": "IFUnet VFI",
"inputs": {
"frames": "图像",
"optional_interpolation_states": "插值规则(可选)"
},
"widgets": {
"ckpt_name": "ckpt名称",
"clear_cache_after_n_frames": "N帧后清除缓存",
"multiplier": "乘数",
"scale_factor": "缩放系数",
"ensemble": "ensemble"
},
"outputs": {
"IMAGE": "图像"
}
},
"M2M VFI": {
"title": "M2M VFI",
"inputs": {
"frames": "图像",
"optional_interpolation_states": "插值规则(可选)"
},
"widgets": {
"ckpt_name": "ckpt名称",
"clear_cache_after_n_frames": "N帧后清除缓存",
"multiplier": "乘数"
},
"outputs": {
"IMAGE": "图像"
}
},
"RIFE VFI": {
"title": "RIFE VFI",
"inputs": {
"frames": "图像",
"optional_interpolation_states": "插值规则(可选)"
},
"widgets": {
"ckpt_name": "ckpt名称",
"clear_cache_after_n_frames": "N帧后清除缓存",
"multiplier": "乘数",
"fast_mode": "快速模式",
"scale_factor": "缩放系数",
"ensemble": "ensemble"
},
"outputs": {
"IMAGE": "图像"
}
},
"Sepconv VFI": {
"title": "Sepconv VFI",
"inputs": {
"frames": "图像",
"optional_interpolation_states": "插值规则(可选)"
},
"widgets": {
"ckpt_name": "ckpt名称",
"clear_cache_after_n_frames": "N帧后清除缓存",
"multiplier": "乘数"
},
"outputs": {
"IMAGE": "图像"
}
},
"AMT VFI": {
"title": "AMT VFI",
"inputs": {
"frames": "图像",
"optional_interpolation_states": "插值规则(可选)"
},
"widgets": {
"ckpt_name": "ckpt名称",
"clear_cache_after_n_frames": "N帧后清除缓存",
"multiplier": "乘数"
},
"outputs": {
"IMAGE": "图像"
}
},
"FILM VFI": {
"title": "FILM VFI",
"inputs": {
"frames": "图像",
"optional_interpolation_states": "插值规则(可选)"
},
"widgets": {
"ckpt_name": "ckpt名称",
"clear_cache_after_n_frames": "N帧后清除缓存",
"multiplier": "乘数"
},
"outputs": {
"IMAGE": "图像"
}
},
"STMFNet VFI": {
"title": "STMFNet VFI",
"inputs": {
"frames": "图像",
"optional_interpolation_states": "插值规则(可选)"
},
"widgets": {
"ckpt_name": "ckpt名称",
"clear_cache_after_n_frames": "N帧后清除缓存",
"multiplier": "乘数",
"duplicate_first_last_frames": "复制端点帧"
},
"outputs": {
"IMAGE": "图像"
}
},
"FLAVR VFI": {
"title": "FLAVR VFI",
"inputs": {
"frames": "图像",
"optional_interpolation_states": "插值规则(可选)"
},
"widgets": {
"ckpt_name": "ckpt名称",
"clear_cache_after_n_frames": "N帧后清除缓存",
"multiplier": "乘数",
"duplicate_first_last_frames": "复制端点帧"
},
"outputs": {
"IMAGE": "图像"
}
},
"CAIN VFI": {
"title": "CAIN VFI",
"inputs": {
"frames": "图像",
"optional_interpolation_states": "插值规则(可选)"
},
"widgets": {
"ckpt_name": "ckpt名称",
"clear_cache_after_n_frames": "N帧后清除缓存",
"multiplier": "乘数"
},
"outputs": {
"IMAGE": "图像"
}
},
"Make Interpolation State List": {
"title": "制作插值规则",
"widgets": {
"frame_indices": "帧索引",
"is_skip_list": "是跳过列表"
},
"outputs": {
"INTERPOLATION_STATES": "插值规则"
}
},
"KSampler Gradually Adding More Denoise (efficient)": {
"title": "K采样器 逐渐添加噪波 (效率)",
"inputs": {
"model": "模型",
"positive": "正面条件",
"negative": "负面条件",
"latent_image": "Latent",
"optional_vae": "VAE(可选)"
},
"widgets": {
"seed": "随机种",
"control_before_generate": "运行前操作",
"fixed": "固定",
"increment": "增加",
"decrement": "减少",
"randomize": "随机",
"steps": "步数",
"cfg": "CFG",
"sampler_name": "采样器",
"scheduler": "调度器",
"start_denoise": "开始降噪",
"denoise_increment": "降噪增量",
"denoise_increment_steps": "降噪增量开始步数"
},
"outputs": {
"MODEL": "模型",
"CONDITIONING+": "正面条件",
"CONDITIONING-": "负面条件",
"LATENT": "Latent",
"VAE": "VAE"
}
}
}