Borcherding commited on
Commit
066d603
·
verified ·
1 Parent(s): 67ecd0e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -212,7 +212,7 @@ label, .gr-box label, .gr-accordion-title {
212
  with gr.Blocks(css=css) as demo:
213
  with gr.Column(elem_id="col-container"):
214
  gr.Markdown("""# FLUX.1 Depth [dev] with LoRA Support
215
- 12B param rectified flow transformer structural conditioning tuned, guidance-distilled from [FLUX.1 [pro]](https://blackforestlabs.ai/)
216
  [[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)]
217
  """)
218
 
 
212
  with gr.Blocks(css=css) as demo:
213
  with gr.Column(elem_id="col-container"):
214
  gr.Markdown("""# FLUX.1 Depth [dev] with LoRA Support
215
+ (note: clone this repo and run on free gpu, this required hf subscription) 12B param rectified flow transformer structural conditioning tuned, guidance-distilled from [FLUX.1 [pro]](https://blackforestlabs.ai/)
216
  [[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)]
217
  """)
218