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

summarize features in README #34

Merged
merged 3 commits into from
Sep 19, 2024
Merged
Changes from 1 commit
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: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ It's live at [replicate.com/ostris/flux-dev-lora-trainer](https://replicate.com/

It also includes code for running inference with a fine-tuned model.

## Features

- Automatic image captioning during training
- LoRA inference
zeke marked this conversation as resolved.
Show resolved Hide resolved
- Optionally uploads fine-tuned weights to Hugging Face after training
- Automated test suite with [cog-safe-push](https://github.com/replicate/cog-safe-push) for continuous deployment
zeke marked this conversation as resolved.
Show resolved Hide resolved

## Getting Started

If you're looking to create your own fine-tuned model on Replicate, you don't need to do anything with this codebase.
Expand Down
Loading