You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Left button | Draw with the current brush size |
11
11
| Middle button | Draw with a white color brush |
12
12
|`e` + Left button | Eraser brush (bigger) |
@@ -146,6 +146,10 @@ are applied by default : the settings that are applied are determined respective
146
146
and `cn_preset_fields` entries of the `config.json` file. For example, if you
147
147
want to also apply the sampler value of the preset on recall, add `'sampler'` to your `preset_fields` list.
148
148
149
+
## Web interface
150
+
151
+
Alternatively, you can use web interface. Just run `SdPaint\StartWeb.bat`. After creating virtual environment and installing packages it will open interface in your default browser. More in [this instruction](README_Web.md)
152
+
149
153
## Img2img Experimental mode
150
154
151
155
Launch the program with `--img2img --source <image_file_path>` to watch an image file for changes, and use it as img2img source.
0 commit comments