multimodalart HF Staff commited on
Commit
ac92116
·
verified ·
1 Parent(s): 9846d55

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -57,7 +57,7 @@ css="""
57
  with gr.Blocks(css=css) as demo:
58
 
59
  with gr.Column(elem_id="col-container"):
60
- gr.Markdown(f"""# FLUX.1 [dev]
61
  12B param rectified flow transformer guidance-distilled from [FLUX.1 [pro]](https://blackforestlabs.ai/)
62
  [[non-commercial license](https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md)] [[blog](https://blackforestlabs.ai/announcing-black-forest-labs/)] [[model](https://huggingface.co/black-forest-labs/FLUX.1-dev)]
63
  """)
 
57
  with gr.Blocks(css=css) as demo:
58
 
59
  with gr.Column(elem_id="col-container"):
60
+ gr.Markdown(f"""# FLUX.1 [dev] 8-bit quantized
61
  12B param rectified flow transformer guidance-distilled from [FLUX.1 [pro]](https://blackforestlabs.ai/)
62
  [[non-commercial license](https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md)] [[blog](https://blackforestlabs.ai/announcing-black-forest-labs/)] [[model](https://huggingface.co/black-forest-labs/FLUX.1-dev)]
63
  """)