mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-04-05 22:45:39 +00:00
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
3 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue