Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(README.md): add volume for settings in docker-compose example #18

Merged
merged 1 commit into from
Sep 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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:
<https://replicate.com/blog/fine-tune-flux>

## Roadmap:
## Roadmap

- [ ] Option to Store Metadata to Images
- [ ] Option for Automatic Downloads through Browser
- [ ] Running Base Flux.1 Models
Expand All @@ -93,4 +97,3 @@ Contributions are welcome! Please feel free to submit a Pull Request.
[GPLv3](LICENSE)

---

Loading