Spaces:
Runtime error
Runtime error
Upload 3 files
Browse files
app.py
CHANGED
|
@@ -477,7 +477,7 @@ with gr.Blocks(theme='Nymbo/Nymbo_Theme', fill_width=True, css=css, delete_cache
|
|
| 477 |
with gr.Row():
|
| 478 |
input_image = gr.Image(label="Input image", type="filepath", height=256, sources=["upload", "clipboard"], show_share_button=False)
|
| 479 |
with gr.Column():
|
| 480 |
-
image_strength = gr.Slider(label="
|
| 481 |
input_image_preprocess = gr.Checkbox(True, label="Preprocess Input image")
|
| 482 |
with gr.Column():
|
| 483 |
with gr.Row():
|
|
|
|
| 477 |
with gr.Row():
|
| 478 |
input_image = gr.Image(label="Input image", type="filepath", height=256, sources=["upload", "clipboard"], show_share_button=False)
|
| 479 |
with gr.Column():
|
| 480 |
+
image_strength = gr.Slider(label="Denoise Strength", info="Lower means more image influence", minimum=0.1, maximum=1.0, step=0.01, value=0.75)
|
| 481 |
input_image_preprocess = gr.Checkbox(True, label="Preprocess Input image")
|
| 482 |
with gr.Column():
|
| 483 |
with gr.Row():
|
env.py
CHANGED
|
@@ -15,7 +15,7 @@ models = [
|
|
| 15 |
"black-forest-labs/FLUX.1-schnell",
|
| 16 |
"sayakpaul/FLUX.1-merged",
|
| 17 |
"ostris/OpenFLUX.1",
|
| 18 |
-
"
|
| 19 |
"John6666/flux1-dev-minus-v1-fp8-flux",
|
| 20 |
"John6666/hyper-flux1-dev-fp8-flux",
|
| 21 |
"John6666/blue-pencil-flux1-v021-fp8-flux",
|
|
@@ -38,6 +38,7 @@ models = [
|
|
| 38 |
"John6666/xe-pixel-flux-01-fp8-flux",
|
| 39 |
"John6666/xe-guoman-flux-02-fp8-flux",
|
| 40 |
"John6666/carnival-unchained-v10-fp8-flux",
|
|
|
|
| 41 |
"John6666/fluxunchained-artfulnsfw-fut516xfp8e4m3fnv11-fp8-flux",
|
| 42 |
"John6666/fastflux-unchained-t5f16-fp8-flux",
|
| 43 |
"John6666/iniverse-mix-xl-sfwnsfw-fluxdfp16nsfwv11-fp8-flux",
|
|
|
|
| 15 |
"black-forest-labs/FLUX.1-schnell",
|
| 16 |
"sayakpaul/FLUX.1-merged",
|
| 17 |
"ostris/OpenFLUX.1",
|
| 18 |
+
"multimodalart/FLUX.1-dev2pro-full",
|
| 19 |
"John6666/flux1-dev-minus-v1-fp8-flux",
|
| 20 |
"John6666/hyper-flux1-dev-fp8-flux",
|
| 21 |
"John6666/blue-pencil-flux1-v021-fp8-flux",
|
|
|
|
| 38 |
"John6666/xe-pixel-flux-01-fp8-flux",
|
| 39 |
"John6666/xe-guoman-flux-02-fp8-flux",
|
| 40 |
"John6666/carnival-unchained-v10-fp8-flux",
|
| 41 |
+
"John6666/real-flux-10b-schnell-fp8-flux",
|
| 42 |
"John6666/fluxunchained-artfulnsfw-fut516xfp8e4m3fnv11-fp8-flux",
|
| 43 |
"John6666/fastflux-unchained-t5f16-fp8-flux",
|
| 44 |
"John6666/iniverse-mix-xl-sfwnsfw-fluxdfp16nsfwv11-fp8-flux",
|