John6666 commited on
Commit
461e46a
1 Parent(s): 5316373

Upload 3 files

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. env.py +2 -1
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="Image Strength", 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():
 
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
- "John6666/flux-dev2pro-bf16-flux",
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",