From ea6b422bff279eee4f8f1ae4eaea6451c544e00f Mon Sep 17 00:00:00 2001 From: Mark Knol Date: Sun, 18 Sep 2022 05:57:08 +0200 Subject: [PATCH] very minor spelling error (#762) * Update frontend.py * Update frontend.py Co-authored-by: hlky <106811348+hlky@users.noreply.github.com> --- frontend/frontend.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/frontend.py b/frontend/frontend.py index c3c1a95..29d3c50 100644 --- a/frontend/frontend.py +++ b/frontend/frontend.py @@ -631,9 +631,9 @@ def draw_gradio_ui(opt, img2img=lambda x: x, txt2img=lambda x: x, imgproc=lambda """ gr.HTML("""
-

For help and advanced usage guides, visit the Project Wiki

-

Stable Diffusion WebUI is an open-source project. You can find the latest stable builds on the main repository. - If you would like to contribute to development or test bleeding edge builds, you can visit the developement repository.

+

For help and advanced usage guides, visit the Project Wiki

+

Stable Diffusion WebUI is an open-source project. + If you would like to contribute to development or test bleeding edge builds, use the dev branch.

""") # Hack: Detect the load event on the frontend