Skip to content

Commit ea65947

Browse files
feat: Add Flux manual captioning GUI
1 parent 2a8c059 commit ea65947

File tree

2 files changed

+622
-0
lines changed

2 files changed

+622
-0
lines changed

kohya_gui.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,11 @@ def initialize_ui_interface(config, headless, use_shell, release_info, readme_co
5959
)
6060
with gr.Tab("LoRA"):
6161
_ = LoRATools(headless=headless)
62+
from kohya_gui.flux_manual_caption_gui import (
63+
gradio_flux_manual_caption_gui_tab,
64+
)
65+
66+
gradio_flux_manual_caption_gui_tab(headless=headless)
6267
with gr.Tab("About"):
6368
# About tab to display release information and README content
6469
gr.Markdown(f"kohya_ss GUI release {release_info}")

0 commit comments

Comments
 (0)