npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

koishi-plugin-comfy-i2v

v0.0.1

Published

调用 ComfyUI,根据图片和提示词生成一段短视频。

Readme

Koishi 插件:comfy-i2v

  • 我没有任何程序知识,都是AI写的!
  • 我没有任何程序知识,都是AI写的!
  • 我没有任何程序知识,都是AI写的!

这是一个为 Koishi 机器人开发的“AI动画师”插件。它通过连接到您本地的 ComfyUI 服务器,实现强大的图生视频(Image-to-Video)功能。

⚠️ 重要:前置依赖

本插件只是一个“遥控器”,在使用本插件前,您必须确保:

  1. ComfyUI 正在运行:

    • 您的 ComfyUI 服务器必须已经启动。
    • 启动时,必须添加了 --api--listen 参数,以开放API接口。
  2. 自定义节点已安装:

    • 您的 ComfyUI 中,必须已经正确安装了工作流中需要的所有自定义节点(例如 VHS_VideoCombine 等)。
  3. 模型与工作流文件:

    • 您需要准备好一个图生视频的工作流,并将其保存为 .json 文件。
    • 所有CheckpointVAE等模型,都必须放置在ComfyUI可以访问的正确路径下。
    • 工作流下载地址:https://pan.baidu.com/s/1VKQOlvusJEK90LnCVrTZkg?pwd=g1z5 提取码: g1z5

功能特性

  • 图生视频: 通过回复一张图片,并附带描述性的提示词,来生成一段新的视频。
  • 智能寻路: 插件会自动在您ComfyUI的output文件夹中,根据工作流的设置,找到并发送最终生成的视频文件。
  • 高度可配: 您需要在插件配置页面,指定您的 ComfyUI 服务器地址、工作流.json文件的绝对路径,以及ComfyUI的output文件夹的绝对路径。

指令

  • 生成视频 <提示词>
    • 必须通过回复一张图片来使用此指令。
    • 例如: (回复一张女孩的照片) 生成视频 a dancing girl, in the rain

注意事项

  • 视频生成是一个非常消耗计算资源的过程,请确保您的硬件足以支撑。
  • 本插件的性能和结果,完全取决于您本地ComfyUI服务器的运行状况和您提供的工作流配置。