Skip to content

2016killer/ComfyUI-API-Mapping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

ComfyUI-API-Mapping

使用方法: 1.编写检索规则: offset:索引的偏移,比如检索的索引是["7","inputs","seed","Ksampler"],offset=-1,那结果就是["7","inputs","Ksampler"],offset=0,就和原始的一样 value:要检索的目标,可以是输入的名字或者输入值 id_rule:过滤规则,比如node._meta.title=="KSampler"就是只在KSampler类型节点检测。

按下保存API按钮,按下F12打开控制台可以看到调试信息,确认无误后保存。 image image

在保存的json中,引用"remapping_data",索引的最后一位是节点类型,用于验证,得去除 image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published