stable-diffusion-webui/docs
Divided by Zer0 5853f3e1a1
Stable Horde bridge (#1204)
# Adds the bridge code which when enabled turns the webui into a
headless [Stable Horde](https://stablehorde.net) instance

It adds a few new command-line args to be able to pass variables to the
bridge, as well as the possibility to set it via a variables files
`bridgeData.py`.

To start the bridge, one needs to add the `--bridge` argument to their
relauncher.py as well as any horde vars they want to specify.

On top of that this adds the loguru module as well as my tuned loguru
config. This provides a much nicer logging output and provides the
capability to save output to files for issue reports etc. For now only
the bridge is utilizing the nice format, but once it's merged, you can
start replacing `print()` with `logger.xxx()` where appropriate

To make the bridge work, I've had to add defaults to txt2img but this
should not affect anything.


# Checklist:

- [ x ] I have changed the base branch to `dev`
- [ x ] I have performed a self-review of my own code
- [ x ] I have commented my code in hard-to-understand areas
- [ x ] I have made corresponding changes to the documentation

Co-authored-by: hlky <106811348+hlky@users.noreply.github.com>
Co-authored-by: Thomas Mello <work.mello@gmail.com>
Co-authored-by: Joshua Kimsey <jkimsey95@gmail.com>
Co-authored-by: ZeroCool <ZeroCool940711@users.noreply.github.com>
2022-10-02 18:22:27 +01:00
..
1.windows-installation.md Stable Horde bridge (#1204) 2022-10-02 18:22:27 +01:00
2.linux-installation.md chore: update docs (#1351) 2022-09-28 14:18:56 +03:00
3.docker-guide.md Amd gpu docker (#1366) 2022-10-01 01:42:35 +03:00
4.streamlit-interface.md chore: update docs (#1351) 2022-09-28 14:18:56 +03:00
5.gradio-interface.md chore: update docs (#1351) 2022-09-28 14:18:56 +03:00
6.image_enhancers.md chore: update docs (#1351) 2022-09-28 14:18:56 +03:00
7.concepts-library.md Initial overhaul of documentation (#1262) 2022-09-28 13:13:51 +03:00
8.custom-models.md chore: update docs (#1351) 2022-09-28 14:18:56 +03:00