Skip to content

Caption dropout probability#1387

Draft
dxqb wants to merge 3 commits into
Nerogar:masterfrom
dxqb:caption_dropout
Draft

Caption dropout probability#1387
dxqb wants to merge 3 commits into
Nerogar:masterfrom
dxqb:caption_dropout

Conversation

@dxqb
Copy link
Copy Markdown
Collaborator

@dxqb dxqb commented Mar 22, 2026

see #957 for details

implemented for Flux2

dxqb and others added 2 commits May 15, 2026 22:56
…widget overlap

When supports_sequence_length=True, the sequence length widgets were placed
at the outer `row` parameter (the frame's position in master) instead of a
local row counter inside the frame. For Flux2 this value is 1, colliding
with Caption Dropout which was hardcoded to row 1.

Replaced all hardcoded row indices with a local counter that only advances
for widgets that are actually rendered, matching the pattern already used
in __create_text_encoder_n_frame.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: Dropout Probability (under training tab) is likely flawed for newer models

1 participant