Through this node, you can more easily test the impact of different blocks in flux_lora on the final result.
https://github.com/SS-snap/ComfyUI-LBW_flux.git
克隆仓库到你的自定义节点目录中 Clone the repository into your custom node directory
(CLIP T5 IN) D00 D01 D02 D03 D04 D05 D06 D07 D08 D09 D10 D11 D12 D13 D14 D15 D16 D17 D18 S00 S01 S02 S03 S04 S05 S06 S07 S08 S09 S10 S11 S12 S13 S14 S15 S16 S17 S18 S19 S20 S21 S22 S23 S24 S25 S26 S27 S28 S29 S30 S31 S32 S33 S34 S35 S36 S37 OUT
https://github.com/ltdrdata/ComfyUI-Inspire-Pack
You can use the following syntax to zero out the weights of different layers:
For example, enter 6 in layer_or_multi_layer to set the weights of layer 6 to zero. Enter 15-30 in layer_or_multi_layer to set the weights of layers 15 to 30 to zero. Make sure to use English input and the data type should be a string.
你可以使用以下语法进行不同层权重归零 例如: 在layer_or_multi_layer中填写6,代表第6层权重为0 在layer_or_multi_layer中填写15-30,代表第15-30层权重为0 要用英文输入法输入且数据类型为字符串类型