diff options
author | AUTOMATIC <16777216c@gmail.com> | 2022-10-08 11:25:47 +0000 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2022-10-08 11:25:47 +0000 |
commit | 4999eb2ef9b30e8c42ca7e4a94d4bbffe4d1f015 (patch) | |
tree | dbedb75c84751c4111e078b58f6f29ddababb009 /README.md | |
parent | 00117a07efbbe8482add12262a179326541467de (diff) | |
download | stable-diffusion-webui-gfx803-4999eb2ef9b30e8c42ca7e4a94d4bbffe4d1f015.tar.gz stable-diffusion-webui-gfx803-4999eb2ef9b30e8c42ca7e4a94d4bbffe4d1f015.tar.bz2 stable-diffusion-webui-gfx803-4999eb2ef9b30e8c42ca7e4a94d4bbffe4d1f015.zip |
do not let user choose his own prompt token count limit
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -65,6 +65,7 @@ Check the [custom scripts](https://github.com/AUTOMATIC1111/stable-diffusion-web - [Composable-Diffusion](https://energy-based-model.github.io/Compositional-Visual-Generation-with-Composable-Diffusion-Models/), a way to use multiple prompts at once
- separate prompts using uppercase `AND`
- also supports weights for prompts: `a cat :1.2 AND a dog AND a penguin :2.2`
+- No token limit for prompts (original stable diffusion lets you use up to 75 tokens)
## Installation and Running
Make sure the required [dependencies](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Dependencies) are met and follow the instructions available for both [NVidia](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Install-and-Run-on-NVidia-GPUs) (recommended) and [AMD](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Install-and-Run-on-AMD-GPUs) GPUs.
|