Skip to content

Commit

Permalink
Add more license detail
Browse files Browse the repository at this point in the history
  • Loading branch information
fofr committed Sep 19, 2024
1 parent ad966a6 commit 81cd58c
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ This is a [Cog](https://cog.run) training model that creates LoRA-based fine-tun

It's live at [replicate.com/ostris/flux-dev-lora-trainer](https://replicate.com/ostris/flux-dev-lora-trainer).

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

## 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 All @@ -26,6 +28,12 @@ This project is based on the [ai-toolkit](https://github.com/ostris/ai-toolkit)

## License

The code in this repository is licensed under the [Apache-2.0 License](LICENSE).

The [ai-toolkit](https://github.com/ostris/ai-toolkit) project is licensed under the [MIT License](https://github.com/ostris/ai-toolkit/blob/main/LICENSE).

Flux Dev falls under the [`FLUX.1 [dev]` Non-Commercial License](https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md).

Flux Schnell falls under the [Apache-2.0 License](https://huggingface.co/datasets/choosealicense/licenses/blob/main/markdown/apache-2.0.md).
`FLUX.1 [dev]` fine-tuned weights and their outputs are non-commercial by default, but can be used commercially when running on Replicate.

Flux Schnell falls under the [Apache-2.0 License](https://huggingface.co/datasets/choosealicense/licenses/blob/main/markdown/apache-2.0.md).

0 comments on commit 81cd58c

Please sign in to comment.