Skip to content

Releases: FX-FeiHou/ComfyUI-FeiHou-Toolbox

v2.4

18 Jun 17:52

Choose a tag to compare

v2.4

  • Added ImageBatchMultiV2 (Image Batch Multi V2 / 图像组合批次(多重)V2), based on KJNodes ImageBatchMulti.
  • Kept the original dynamic inputcount and Update inputs workflow.
  • Changed missing-input handling: unconnected or bypassed image inputs are skipped instead of being replaced by black frames.
  • If no image inputs are available, the node returns no image output.

v2.3

18 Jun 16:27

Choose a tag to compare

v2.3

  • Added InvertBooleanFeiHou (Invert Boolean / 反转布尔值), a single-input single-output boolean inverter.
  • Compatible with ComfyUI PrimitiveBoolean output chains.
  • Converts true to false and false to true.
  • Added language-aware node title display so the title bar shows either Chinese or English, not both.
  • Added localized node definition entries under locales/en and locales/zh.

v2.2.2

16 Jun 16:16

Choose a tag to compare

v2.2.2

  • ManualRefCollage now reads and applies linked width/height only when clicking 应用尺寸.
  • ManualRefCollage no longer auto-applies linked size during node creation, connection changes, or image loading.
  • Added compatibility for KJNodes-style Set_变量名 / Get_变量名 width and height routing.
  • Updated README and README_CN changelog to v2.2.2.

v2.2.0

16 Jun 10:54

Choose a tag to compare

v2.2

  • Updated Create SCAIL-2 Colored Mask V2 prefix_mask_mode behavior.
  • Multi Image Single Color renders every output batch image as a single color matching the current reference_image_mask foreground color.
  • Added Multi Image Multi Color for rendering every output batch image with the node's object color palette rule.
  • Single Image Multi Color renders output batch images with batch-order colors: blue, red, green, magenta, cyan, then loops after 5 images.

v2.1

  • Fixed ManualRefCollage preview loading images from ignored/bypassed inputs.
  • Fixed ignored/bypassed image inputs still being included during manual collage execution.
  • Fixed externally connected width / height being overridden by stale layout_json dimensions.

v2.0.0

16 Jun 06:54

Choose a tag to compare

v2.0.0

  • 新增 FastGroupsBypassSwitch(多框忽略并切换),支持两个 ComfyUI Group 之间的启用、忽略和输出切换。
  • 将 ManualRefCollage(多参图像手动拼接)整理为 v1.5 最终版说明。
  • 新增前端 UI 脚本并更新中英文 README。
  • 清理仓库中的 Python 缓存文件,并加入 .gitignore。