John6666 commited on
Commit
e677307
1 Parent(s): cd39c08

Upload 2 files

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. mod.py +8 -1
app.py CHANGED
@@ -166,7 +166,7 @@ with gr.Blocks(theme=gr.themes.Soft(), fill_width=True, css=css) as app:
166
  with gr.Accordion("Advanced Settings", open=False):
167
  with gr.Column():
168
  with gr.Row():
169
- model_name = gr.Dropdown(label="Base Model", choices=models, value=models[0], allow_custom_value=True)
170
 
171
  with gr.Row():
172
  cfg_scale = gr.Slider(label="CFG Scale", minimum=1, maximum=20, step=0.5, value=3.5)
 
166
  with gr.Accordion("Advanced Settings", open=False):
167
  with gr.Column():
168
  with gr.Row():
169
+ model_name = gr.Dropdown(label="Base Model", info="You can enter a huggingface model repo_id to want to use.", choices=models, value=models[0], allow_custom_value=True)
170
 
171
  with gr.Row():
172
  cfg_scale = gr.Slider(label="CFG Scale", minimum=1, maximum=20, step=0.5, value=3.5)
mod.py CHANGED
@@ -17,8 +17,15 @@ models = [
17
  "black-forest-labs/FLUX.1-schnell",
18
  "sayakpaul/FLUX.1-merged",
19
  "John6666/blue-pencil-flux1-v001-fp8-flux",
 
 
 
20
  "John6666/fluxunchained-artfulnsfw-fut516xfp8e4m3fnv11-fp8-flux",
21
- "John6666/nepotism-fuxdevschnell-v3aio-flux"
 
 
 
 
22
  ]
23
 
24
 
 
17
  "black-forest-labs/FLUX.1-schnell",
18
  "sayakpaul/FLUX.1-merged",
19
  "John6666/blue-pencil-flux1-v001-fp8-flux",
20
+ "John6666/copycat-flux-test-fp8-v11-fp8-flux",
21
+ "John6666/nepotism-fuxdevschnell-v3aio-flux",
22
+ "John6666/niji-style-flux-devfp8-fp8-flux",
23
  "John6666/fluxunchained-artfulnsfw-fut516xfp8e4m3fnv11-fp8-flux",
24
+ "John6666/fastflux-unchained-t5f16-fp8-flux",
25
+ "John6666/the-araminta-flux1a1-fp8-flux",
26
+ "John6666/acorn-is-spinning-flux-v11-fp8-flux",
27
+ "John6666/fluxescore-dev-v10fp16-fp8-flux",
28
+ # "",
29
  ]
30
 
31