multimodalart HF staff commited on
Commit
6a8c7b8
1 Parent(s): d2336e9

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 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 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):