Skip to content

Commit

Permalink
Fix network_module issue
Browse files Browse the repository at this point in the history
  • Loading branch information
bmaltais committed Dec 31, 2024
1 parent 8afcaf8 commit a10986a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kohya_gui/lora_gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -1342,7 +1342,7 @@ def train_model(
"rank_dropout",
"module_dropout",
]
network_module = "networks.lora" if sd3_checkbox else "networks.lora"
network_module = "networks.lora_sd3" if sd3_checkbox else "networks.lora"
kohya_lora_vars = {
key: value
for key, value in vars().items()
Expand Down

0 comments on commit a10986a

Please sign in to comment.