diff options
author | shinshin86 <beagles1986@gmail.com> | 2023-05-20 14:14:47 +0000 |
---|---|---|
committer | shinshin86 <beagles1986@gmail.com> | 2023-05-20 14:14:47 +0000 |
commit | 6a676cc1856ec8dc24678e5f7e1d6b13d70c8105 (patch) | |
tree | 82e56e6cb7d358ea5bb45455f58f1c85a73fe88a /README.md | |
parent | 39ec4f06ffb2c26e1298b2c5d80874dc3fd693ac (diff) | |
download | stable-diffusion-webui-gfx803-6a676cc1856ec8dc24678e5f7e1d6b13d70c8105.tar.gz stable-diffusion-webui-gfx803-6a676cc1856ec8dc24678e5f7e1d6b13d70c8105.tar.bz2 stable-diffusion-webui-gfx803-6a676cc1856ec8dc24678e5f7e1d6b13d70c8105.zip |
Update keyboard shortcut instructions for MacOS users in text selection guidance
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ A browser interface based on Gradio library for Stable Diffusion. - Attention, specify parts of text that the model should pay more attention to
- a man in a `((tuxedo))` - will pay more attention to tuxedo
- a man in a `(tuxedo:1.21)` - alternative syntax
- - select text and press `Ctrl+Up` or `Ctrl+Down` to automatically adjust attention to selected text (code contributed by anonymous user)
+ - select text and press `Ctrl+Up` or `Ctrl+Down` (or `Command+Up` or `Command+Down` if you're on a MacOS) to automatically adjust attention to selected text (code contributed by anonymous user)
- Loopback, run img2img processing multiple times
- X/Y/Z plot, a way to draw a 3 dimensional plot of images with different parameters
- Textual Inversion
|