diff --git a/.gitignore b/.gitignore index 08b838f..eec88c0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /dev /.devcontainer +embeddings/* \ No newline at end of file diff --git a/README.md b/README.md index 5a2faca..962b937 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ This repository provides multiple UIs for you to play around with stable diffusi - Loopback, prompt weighting, prompt matrix, X/Y plot - Live preview of the generated images. - Highly optimized 4GB GPU support, or even CPU only! +- Textual inversion allows you to use pretrained textual inversion embeddings - [Full feature list here](https://github.com/AUTOMATIC1111/stable-diffusion-webui-feature-showcase) | Text to image | Image to image | Extras | diff --git a/docker-compose.yml b/docker-compose.yml index 7a355e3..e3f80b1 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -38,6 +38,7 @@ services: - *v1 - *v2 - ./services/AUTOMATIC1111/config.json:/stable-diffusion-webui/config.json + - ./embeddings:/stable-diffusion-webui/embeddings environment: - CLI_ARGS=--allow-code --medvram