ltdrdata / ComfyUI-Inspire-Pack

This repository offers various extension nodes for ComfyUI. Nodes here have different characteristics compared to those in the ComfyUI Impact Pack. The Impact Pack has become too large now...
GNU General Public License v3.0
377 stars 42 forks source link

Why are there 58 blocks for Flux in the Lora Loader when there should be only 57? #162

Closed codecomputation closed 3 hours ago

codecomputation commented 3 hours ago

Flux has 19 double blocks and 38 single blocks . Where does the extra block come from?

ltdrdata commented 3 hours ago

The extra block is a base block, which usually includes remaining blocks such as the text encoder. It's important to note that even though the base block may consist of multiple blocks, individual adjustment is not possible. It can only be controlled collectively through the weight of the first weight.

Depending on the LoRA, text blocks may or may not be present, and in some cases, only text blocks might have been trained. Detailed information about this can be checked using the LoRA Block Info.

image