Skip to content

Commit

Permalink
Fix additional LoRA to work
Browse files Browse the repository at this point in the history
  • Loading branch information
kohya-ss committed Oct 29, 2024
1 parent 80bb3f4 commit ce5b532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion networks/lora_sd3.py
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ def create_modules(
for filter, in_dim in zip(
[
"context_embedder",
"t_embedder",
"_t_embedder", # don't use "t_embedder" because it's used in "context_embedder"
"x_embedder",
"y_embedder",
"final_layer_adaLN_modulation",
Expand Down

0 comments on commit ce5b532

Please sign in to comment.