app.py
Browse files
app.py
CHANGED
@@ -2,14 +2,14 @@ import gradio as gr
|
|
2 |
import time
|
3 |
|
4 |
models = [
|
5 |
-
"
|
6 |
"adirik/flux-cinestill",
|
7 |
"kudzueye/boreal-flux-dev-v2",
|
8 |
"alvdansen/flux_film_foto",
|
9 |
"alvdansen/pola-photo-flux",
|
10 |
-
"black-forest-labs/FLUX.1-dev",
|
11 |
"XLabs-AI/flux-RealismLora",
|
12 |
"Freepik/flux.1-lite-8B-alpha",
|
|
|
13 |
]
|
14 |
|
15 |
model_functions = {}
|
@@ -113,5 +113,5 @@ with gr.Blocks(title="SD Models") as my_interface:
|
|
113 |
cancels=[*list(runs_dict.values())]
|
114 |
)
|
115 |
|
116 |
-
my_interface.queue(concurrency_count=
|
117 |
my_interface.launch(inline=True, show_api=False)
|
|
|
2 |
import time
|
3 |
|
4 |
models = [
|
5 |
+
"bingbangboom/flux-film-camera",
|
6 |
"adirik/flux-cinestill",
|
7 |
"kudzueye/boreal-flux-dev-v2",
|
8 |
"alvdansen/flux_film_foto",
|
9 |
"alvdansen/pola-photo-flux",
|
|
|
10 |
"XLabs-AI/flux-RealismLora",
|
11 |
"Freepik/flux.1-lite-8B-alpha",
|
12 |
+
"black-forest-labs/FLUX.1-dev",
|
13 |
]
|
14 |
|
15 |
model_functions = {}
|
|
|
113 |
cancels=[*list(runs_dict.values())]
|
114 |
)
|
115 |
|
116 |
+
my_interface.queue(concurrency_count=200, status_update_rate=1)
|
117 |
my_interface.launch(inline=True, show_api=False)
|