Spaces:
Sleeping
Sleeping
fix: typos.
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ 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 |
|
22 |
Here's how it works:
|
23 |
|
@@ -30,7 +30,7 @@ Here's how it works:
|
|
30 |
**Notes**:
|
31 |
|
32 |
* The default scheduler associated with the provided checkpoint is always used for reporting the scores.
|
33 |
-
* Increasing both the number of images per prompt and number of inference steps could quickly build up the inference queue and thus
|
34 |
resulting in slowdowns.
|
35 |
"""
|
36 |
|
|
|
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 a fixed number of inference steps.
|
21 |
|
22 |
Here's how it works:
|
23 |
|
|
|
30 |
**Notes**:
|
31 |
|
32 |
* The default scheduler associated with the provided checkpoint is always used for reporting the scores.
|
33 |
+
* Increasing both the number of images per prompt and the number of inference steps could quickly build up the inference queue and thus
|
34 |
resulting in slowdowns.
|
35 |
"""
|
36 |
|