Spaces:
Running
Running
Update flux_train_ui.py
Browse files- 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:
|