添加一些节点,提供了一个高度结合excel运行的示例工作流。 #1908
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
我手里有两个不知来源的lora,以及一个加起来就能得到奇妙画风的tagger,那我能不能把他们全部加起来,变成一个lora呢?————于是就有了这个工作流和这个节点包。
这是一个为 ComfyUI 设计的自定义节点集合(只有三个节点,6.1又加了些节点 是关于词典操作的节点),本仓库的核心功能是提供一个通过 Excel 表格驱动的 For 循环工作流,用于批量生成图片作为 Lora 训练集,并自动生成对应的原生 Tagger 的txt文本文件用于打标。(后者功能有分类,且可以禁用,单纯roll图也没有问题) 对了,它最大的一个功能就是断点。允许接上先前暂停执行的部分(因为是用excel存储的数据)。
具体的内容可以看 https://github.com/Camellia895/ComfyUI-AutoData-for-lora,我尽可能完善了节点介绍,和工作流讲解。我希望它能帮助到更多人。
这些节点分别为:
"自动清理1x1 PNG[自动数据]",
"4转1空信号传递[自动数据]",
"1转4空信号传递[自动数据]",
"按序号加载标记图像 V2 [自动数据]",
"按索引读取文本行[自动数据]",
"保存文本到词典[自动数据]"