ComfyUI_FreeU_V2_timestepadd

ComfyUI_FreeU_V2_timestepadd
★ 2

FreeU V2timestep 控制B1B2/S1S2 分离SDXL 兼容
ComfyUI_FreeU_V2_timestepadd 为 FreeU V2 增加按 timestep 区间施加效果,并将 B1B2 与 S1S2 分离,便于在 SDXL 生成流程中精确控制作用时机与表现。
💡 在指定 timestep 区间内精确控制 FreeU V2 效果的应用。
🍴 3 Forks💻 Python🔄 2025-11-09
📦
网盘下载
复制链接后前往夸克网盘下载
https://pan.quark.cn/s/e98a62d17551
📄 README

ComfyUI_FreeU_advanced

このカスタムノードは、従来の FreeU V2をアップデートし、指定した区間(timestep)で効果を適用する機能とB1B2, S1S2の処理を分離させたものです。

timestepを加えることで、いつ・どのように効果を反映するかを制御できます。

さらにSDXLの拡散モデルにおける画像生成過程に合わせられるように、B1B2, S1S2ノードを分けて適用させることが可能です。

推奨は、B1B2を画像生成の前半部、S1S2ノードを画像生成の後半に適用することでより理想的な効果が期待できます。

This custom node is an update to the conventional FreeU V2, adding the ability to apply the effect during a specified interval (timestep) and separating the B1B2 and S1S2 processing.

By adding timesteps, you can control when and how the effect is applied.

Furthermore, to align with the image generation process of SDXL diffusion models, the B1B2 and S1S2 nodes can be applied separately.

For the most ideal effect, it is recommended to apply B1B2 during the first half of the image generation process and the S1S2 node during the latter half.

how to use

使用方法と生成結果例については以下の記事に記載しています。

https://note.com/gentle_murre488/n/nbd3373fb8b8f

Usage instructions and example results are described in the article at the URL linked above

Install

以下のコマンドでインストール出来ます。

You can install it with the following command.

cd Yourdirectory/ComfyUI/custom_nodes
git clone https://github.com/Shiba-2-shiba/ComfyUI_FreeU_V2_timestepadd.git

Reference Script

以下のスクリプトを参考にしています。

This custom node is based on the following script.

https://github.com/comfyanonymous/ComfyUI/blob/master/comfy_extras/nodes_freelunch.py#L25