This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # --- | |
| # deploy: true | |
| # --- | |
| # # Fine-tune Flux on a style using LoRA | |
| # This example finetunes the [Flux.1-dev model](https://huggingface.co/black-forest-labs/FLUX.1-dev) | |
| # on images of a style (by default, a style named sksStoryBook) | |
| # using a technique called textual inversion from [the "Dreambooth" paper](https://dreambooth.github.io/). | |
| # Effectively, it teaches a general image generation model a new "proper noun", |
OlderNewer