Spaces:
Sleeping
Sleeping
chore: readme edits.
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ WEIGHT_DTYPE = torch.float16
|
|
15 |
|
16 |
TITLE = "Evaluate Schedulers with StableDiffusionPipeline 🧨"
|
17 |
DESCRIPTION = """
|
18 |
-
This Space allows you to quantitatively compare different noise schedulers with a [`StableDiffusionPipeline`](https://huggingface.co/docs/diffusers/api/pipelines/stable_diffusion/overview).
|
19 |
|
20 |
One of the applications of this Space could be to evaluate different schedulers for a certain Stable Diffusion checkpoint for fixed number of inference steps.
|
21 |
|
@@ -32,6 +32,7 @@ Here's how it works:
|
|
32 |
* [Inception Score](https://en.wikipedia.org/wiki/Inception_score)
|
33 |
* [Clip Score](https://arxiv.org/abs/2104.08718)
|
34 |
|
|
|
35 |
"""
|
36 |
|
37 |
|
|
|
15 |
|
16 |
TITLE = "Evaluate Schedulers with StableDiffusionPipeline 🧨"
|
17 |
DESCRIPTION = """
|
18 |
+
This Space allows you to quantitatively compare [different noise schedulers](https://huggingface.co/docs/diffusers/using-diffusers/schedulers) with a [`StableDiffusionPipeline`](https://huggingface.co/docs/diffusers/api/pipelines/stable_diffusion/overview).
|
19 |
|
20 |
One of the applications of this Space could be to evaluate different schedulers for a certain Stable Diffusion checkpoint for fixed number of inference steps.
|
21 |
|
|
|
32 |
* [Inception Score](https://en.wikipedia.org/wiki/Inception_score)
|
33 |
* [Clip Score](https://arxiv.org/abs/2104.08718)
|
34 |
|
35 |
+
**Note** that the default scheduler associated with the provided checkpoint is always used for reporting the scores.
|
36 |
"""
|
37 |
|
38 |
|