Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -28,7 +28,7 @@ grad.Interface(fn=generate,
|
|
28 |
inputs=txt,
|
29 |
outputs=out,
|
30 |
title="Promptist Demo",
|
31 |
-
description="Promptist is a prompt interface for Stable Diffusion v1-4 (https://huggingface.co/CompVis/stable-diffusion-v1-4) that optimizes user input into model-preferred prompts. The online demo at Hugging Face Spaces is using CPU, so slow generation speed would be expected. Please load the model locally with GPUs for faster generation.",
|
32 |
examples=examples,
|
33 |
allow_flagging='never',
|
34 |
cache_examples=False,
|
|
|
28 |
inputs=txt,
|
29 |
outputs=out,
|
30 |
title="Promptist Demo",
|
31 |
+
description="Promptist is a prompt interface for Stable Diffusion v1-4 (https://huggingface.co/CompVis/stable-diffusion-v1-4) that optimizes user input into model-preferred prompts. The online demo at Hugging Face Spaces is using CPU, so slow generation speed would be expected. Please load the model locally with GPUs for faster generation.\n\nNote: This is a version with beam_size=1 while the original demo uses beam_size=8. So there would be a difference in terms of performance, but this demo is much faster. Many thanks to @HughPH for pointing out this improvement.",
|
32 |
examples=examples,
|
33 |
allow_flagging='never',
|
34 |
cache_examples=False,
|