Add instructions to README
parent
3d05814ae9
commit
9ece2acee2
12
README.md
12
README.md
|
|
@ -1,4 +1,10 @@
|
|||
# stable-diffusion-webui-stable-horde
|
||||
Stable Horde client integration to AUTOMATIC1111's Stable Diffusion web UI
|
||||
# Stable Horde for Web UI
|
||||
Stable Horde client for AUTOMATIC1111's Stable Diffusion Web UI
|
||||
|
||||
To prevent loading the local models, add `--ui-debug-mode` to `COMMANDLINE_ARGS`.
|
||||
## How to use it
|
||||
|
||||
**To prevent loading the local models, add `--ui-debug-mode` to `COMMANDLINE_ARGS`**.
|
||||
|
||||
1. If you [registered an account](https://stablehorde.net/register), go to the `Stable Horde Settings` tab and set your `API key`. Leaving the default value will connect anonymously, which is limited.
|
||||
2. Go to either the `txt2img` or the `img2img` tab and select `Run on Stable Horde` in the `Script` option. Without this option, it will run locally.
|
||||
3. Set all parameters, both regular and Stable Horde's, and click `Generate`.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# stable-diffusion-webui-stable-horde, a Stable Horde client integration to AUTOMATIC1111's Stable Diffusion web UI
|
||||
# Stable Horde for Web UI, a Stable Horde client for AUTOMATIC1111's Stable Diffusion Web UI
|
||||
# Copyright (C) 2022 Natan Junges <natanajunges@gmail.com>
|
||||
#
|
||||
# This program is free software: you can redistribute it and/or modify
|
||||
|
|
@ -33,7 +33,7 @@ class FakeModel:
|
|||
sd_model_hash=""
|
||||
|
||||
class Main(scripts.Script):
|
||||
TITLE = "Run with Stable Horde"
|
||||
TITLE = "Run on Stable Horde"
|
||||
SAMPLERS = {
|
||||
"LMS": "k_lms",
|
||||
"LMS Karras": "k_lms",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# stable-diffusion-webui-stable-horde, a Stable Horde client integration to AUTOMATIC1111's Stable Diffusion web UI
|
||||
# Stable Horde for Web UI, a Stable Horde client for AUTOMATIC1111's Stable Diffusion Web UI
|
||||
# Copyright (C) 2022 Natan Junges <natanajunges@gmail.com>
|
||||
#
|
||||
# This program is free software: you can redistribute it and/or modify
|
||||
|
|
|
|||
Loading…
Reference in New Issue