sayakpaul HF staff commited on
Commit
5e8a815
1 Parent(s): f165ffb

change description

Browse files
Files changed (1) hide show
  1. app.py +1 -8
app.py CHANGED
@@ -55,14 +55,7 @@ with block:
55
  </h1>
56
  </div>
57
  <p style="margin-bottom: 10px; font-size: 94%; line-height: 23px;">
58
- Stable Diffusion 2.1 is the latest text-to-image model from StabilityAI. <a style="text-decoration: underline;" href="https://huggingface.co/spaces/stabilityai/stable-diffusion-1">Access Stable Diffusion 1 Space here</a><br>For faster generation and API
59
- access you can try
60
- <a
61
- href="http://beta.dreamstudio.ai/"
62
- style="text-decoration: underline;"
63
- target="_blank"
64
- >DreamStudio Beta</a
65
- >.</a>
66
  </p>
67
  </div>
68
  """
 
55
  </h1>
56
  </div>
57
  <p style="margin-bottom: 10px; font-size: 94%; line-height: 23px;">
58
+ This Space allows you to quantitatively compare <a href=https://huggingface.co/docs/diffusers/using-diffusers/schedulers>different noise schedulers</a> with a <a href=https://huggingface.co/docs/diffusers/api/pipelines/stable_diffusion/overview>`StableDiffusionPipeline`</a>.
 
 
 
 
 
 
 
59
  </p>
60
  </div>
61
  """