Adding embeddings volume for auto textual inversion (#98)
Adding embeddings volume mapping for AUTOMATIC1111, enabling textual inversion feature. As discussed in #93
This commit is contained in:
parent
09366ed955
commit
5bbc21ea3d
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
/dev
|
/dev
|
||||||
/.devcontainer
|
/.devcontainer
|
||||||
|
embeddings/*
|
@ -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
|
- Loopback, prompt weighting, prompt matrix, X/Y plot
|
||||||
- Live preview of the generated images.
|
- Live preview of the generated images.
|
||||||
- Highly optimized 4GB GPU support, or even CPU only!
|
- 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)
|
- [Full feature list here](https://github.com/AUTOMATIC1111/stable-diffusion-webui-feature-showcase)
|
||||||
|
|
||||||
| Text to image | Image to image | Extras |
|
| Text to image | Image to image | Extras |
|
||||||
|
@ -38,6 +38,7 @@ services:
|
|||||||
- *v1
|
- *v1
|
||||||
- *v2
|
- *v2
|
||||||
- ./services/AUTOMATIC1111/config.json:/stable-diffusion-webui/config.json
|
- ./services/AUTOMATIC1111/config.json:/stable-diffusion-webui/config.json
|
||||||
|
- ./embeddings:/stable-diffusion-webui/embeddings
|
||||||
environment:
|
environment:
|
||||||
- CLI_ARGS=--allow-code --medvram
|
- CLI_ARGS=--allow-code --medvram
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user