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