Skip to content

一个创建comfyui自定义节点的指南(guide to write comfyui custom node,tutorial)

License

Notifications You must be signed in to change notification settings

erthorpabar/guide-to-write-comfyui-custom-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

一个创建comfyui自定义节点的指南

😈😈

安装:不需要安装任何其他依赖文件,只需要把0x_erthor_node文件夹复制到custom_nodes文件夹下,就能安装成功。

a1:展示了代码结构,表明了每一块代码的作用是什么,哪里是输入,哪里是参数栏,哪里是输出。

a2:如何加入各种comfyui支持的数据类型,包括img,latent等。👇

111

a3:如何使用comfyui自带的库去索引参数,如ckpt,vae,clip等。👇

333

a4:一个最简的可以运行的节点,它创建一个空的torch.Tensor向量空间,也叫噪点图,并输出。只需要连接最基础的preview image节点就能展示出来。👇

44

a5:通用最简模板,可直接复制此节点并在此基础上进行创作。

About

一个创建comfyui自定义节点的指南(guide to write comfyui custom node,tutorial)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages