rahul7star commited on
Commit
e71b66a
·
verified ·
1 Parent(s): 5b5977f

Update flux_train_ui.py

Browse files
Files changed (1) hide show
  1. flux_train_ui.py +1 -0
flux_train_ui.py CHANGED
@@ -173,6 +173,7 @@ def start_training(
173
  more_advanced_options,
174
  ):
175
  push_to_hub = True
 
176
  if not lora_name:
177
  raise gr.Error("You forgot to insert your LoRA name! This name has to be unique.")
178
  try:
 
173
  more_advanced_options,
174
  ):
175
  push_to_hub = True
176
+ print("flux ttain invoke ====================")
177
  if not lora_name:
178
  raise gr.Error("You forgot to insert your LoRA name! This name has to be unique.")
179
  try: