multimodalart HF staff commited on
Commit
e84f604
1 Parent(s): 62ee62a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -107,7 +107,7 @@ css = '''
107
  with gr.Blocks(css=css) as demo:
108
  binary_matrixes = gr.State([])
109
  gr.Markdown('''## Control your Stable Diffusion generation with Sketches (_beta_)
110
- A beta version demo of MultiDiffusion region-based generation using Stable Diffusion 2.1 model. To get started, draw your masks and type your prompts. More details in the [project page](https://multidiffusion.github.io).
111
  ''')
112
 
113
  if(is_shared_ui):
 
107
  with gr.Blocks(css=css) as demo:
108
  binary_matrixes = gr.State([])
109
  gr.Markdown('''## Control your Stable Diffusion generation with Sketches (_beta_)
110
+ A beta version demo of [MultiDiffusion](https://arxiv.org/abs/2302.08113) region-based generation using Stable Diffusion 2.1 model. To get started, draw your masks and type your prompts. More details in the [project page](https://multidiffusion.github.io).
111
  ''')
112
 
113
  if(is_shared_ui):