crevelop commited on
Commit
e9c5386
·
unverified ·
1 Parent(s): 93d6419

updated markdown

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -70,8 +70,10 @@ css = """
70
 
71
  with gr.Blocks(css=css) as demo:
72
  with gr.Column(elem_id="col-container"):
73
- gr.Markdown(" # [Stable Diffusion 3.5 Large (8B)](https://huggingface.co/stabilityai/stable-diffusion-3.5-large)")
74
- gr.Markdown("[Learn more](https://stability.ai/news/introducing-stable-diffusion-3-5) about the Stable Diffusion 3.5 series. Try on [Stability AI API](https://platform.stability.ai/docs/api-reference#tag/Generate/paths/~1v2beta~1stable-image~1generate~1sd3/post), or [download model](https://huggingface.co/stabilityai/stable-diffusion-3.5-large) to run locally with ComfyUI or diffusers.")
 
 
75
  with gr.Row():
76
  prompt = gr.Text(
77
  label="Prompt",
 
70
 
71
  with gr.Blocks(css=css) as demo:
72
  with gr.Column(elem_id="col-container"):
73
+ gr.Markdown(f"""# FLUX.1 [schnell]
74
+ 12B param rectified flow transformer distilled from [FLUX.1 [pro]](https://blackforestlabs.ai/) for 4 step generation
75
+ [[blog](https://blackforestlabs.ai/announcing-black-forest-labs/)] [[model](https://huggingface.co/black-forest-labs/FLUX.1-schnell)]
76
+ """)
77
  with gr.Row():
78
  prompt = gr.Text(
79
  label="Prompt",