From 4a92fee529f93af2404e39075e0f152215983456 Mon Sep 17 00:00:00 2001 From: Robin Tuszik Date: Sun, 15 Sep 2024 14:28:07 +0200 Subject: [PATCH] docs(README.md): add volume for settings in docker-compose example docs(README.md): fix minor formatting issues in roadmap and remove trailing newline --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 42b9e56..df1da2d 100644 --- a/README.md +++ b/README.md @@ -37,8 +37,11 @@ Docker is the recommended way to run this application. Follow these steps to get ports: - "8080:8080" volumes: + - replicate-flux-lora-settings:/app/settings - ${HOST_OUTPUT_DIR}:/app/output restart: unless-stopped + volumes: + replicate-flux-lora-settings: ``` 4. Replace `/path/to/your/output/directory` with the actual path where you want to save the generated images on your host machine. @@ -66,7 +69,8 @@ Docker is the recommended way to run this application. Follow these steps to get In order to fine-tune you own model, please check out Replicate's guide on fine-tuning Flux: -## Roadmap: +## Roadmap + - [ ] Option to Store Metadata to Images - [ ] Option for Automatic Downloads through Browser - [ ] Running Base Flux.1 Models @@ -93,4 +97,3 @@ Contributions are welcome! Please feel free to submit a Pull Request. [GPLv3](LICENSE) --- -