Skip to content

Commit 0a34788

Browse files
committed
Readme fixes
1 parent e77b6d6 commit 0a34788

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ the canvas when the image is generated.
66
## Controls
77

88
| Key / Mouse button | Control |
9-
|-------------------------------|-------------------------------------------------|
9+
| ----------------------------- | ----------------------------------------------- |
1010
| Left button | Draw with the current brush size |
1111
| Middle button | Draw with a white color brush |
1212
| `e` + Left button | Eraser brush (bigger) |
@@ -146,6 +146,10 @@ are applied by default : the settings that are applied are determined respective
146146
and `cn_preset_fields` entries of the `config.json` file. For example, if you
147147
want to also apply the sampler value of the preset on recall, add `'sampler'` to your `preset_fields` list.
148148

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+
149153
## Img2img Experimental mode
150154

151155
Launch the program with `--img2img --source <image_file_path>` to watch an image file for changes, and use it as img2img source.

README_Web.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SdPaint
1+
# SdPaintWeb
22

33
A Web script that lets you paint on a canvas and sends that image to the automatic1111 API and updates the result frame when the image is generated.
44

0 commit comments

Comments
 (0)