Commit
·
60d107b
1
Parent(s):
daf9c75
Refactor image_tab.py to update flux_tab with flux_loras
Browse files- tabs/image_tab.py +2 -1
tabs/image_tab.py
CHANGED
@@ -6,7 +6,7 @@ from modules.events.sdxl_events import *
|
|
6 |
from modules.helpers.common_helpers import *
|
7 |
from modules.helpers.flux_helpers import *
|
8 |
from modules.helpers.sdxl_helpers import *
|
9 |
-
from config import flux_models, sdxl_models,
|
10 |
|
11 |
|
12 |
def image_tab():
|
@@ -17,6 +17,7 @@ def image_tab():
|
|
17 |
|
18 |
|
19 |
def flux_tab():
|
|
|
20 |
with gr.Tab("Flux"):
|
21 |
with gr.Row():
|
22 |
with gr.Column():
|
|
|
6 |
from modules.helpers.common_helpers import *
|
7 |
from modules.helpers.flux_helpers import *
|
8 |
from modules.helpers.sdxl_helpers import *
|
9 |
+
from config import flux_models, sdxl_models, flux_loras
|
10 |
|
11 |
|
12 |
def image_tab():
|
|
|
17 |
|
18 |
|
19 |
def flux_tab():
|
20 |
+
loras = flux_loras
|
21 |
with gr.Tab("Flux"):
|
22 |
with gr.Row():
|
23 |
with gr.Column():
|