第三方插件
ComfyUI-Easy-Use
简易加载器(SV3D)
专门针对 SV3D 3D视频生成模型优化的加载器。EasyLoader (SV3D)-
节点中英文对比
按当前节点配置,分别展示中文与英文节点结构。
中文节点
简易加载器(SV3D)
ckpt_name
vae_name
empty_latent_width
empty_latent_height
batch_size
interp_easing
easing_mode
scheduler
英文节点
EasyLoader (SV3D)
ckpt_name
vae_name
empty_latent_width
empty_latent_height
batch_size
interp_easing
easing_mode
scheduler
参数说明
依据当前节点关联的 `NodesItems` 数据展示输入、输出与控件说明。
输入参数
init_image
init_image
输入起始图像。
输出参数
pipe
pipe
视频推理所需管线数据结构。
模型
model
当前加载的模型对象。
interp_log
interp_log
插值日志字符串。
控件参数
ckpt_name
ckpt_name
SV3D 模型 checkpoint 名称,需包含 "sv3d" 关键字。
vae_name
vae_name
使用的 VAE 编解码模型名称。
empty_latent_width
empty_latent_width
空 latent 潜空间宽度。
empty_latent_height
empty_latent_height
空 latent 潜空间高度。
batch_size
batch_size
生成帧数。
interp_easing
interp_easing
插值模式。
linear:线性插值,匀速过渡。
ease_in:缓入,开始慢、后来快。
ease_out:缓出,开始快、后来慢。
ease_in_out:缓入缓出,开始和结束慢,中间快 。
easing_mode
easing_mode
相机角度控制方式。可选值:azimuth(水平旋转)、elevation(垂直旋转)、custom(自定义角度调度)。
scheduler
scheduler
自定义调度文本。格式为 帧数: (azimuth, elevation) 的多行结构。
详细说明
结合节点用途、参数和调用方式,给出更完整的说明内容。
暂无节点说明
同类节点导航
继续浏览同一分类下的相邻节点,方便串联学习。