Skip to content

Commit

Permalink
add note for Diffusers finetuning
Browse files Browse the repository at this point in the history
  • Loading branch information
williamberman committed Jun 2, 2023
1 parent 2ad4dff commit 96a3340
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,9 @@ image[0].save("./if_stage_III.png")

For more in-detail information about how to use IF, please have a look at [the IF blog post](https://huggingface.co/blog/if) and [the documentation](https://huggingface.co/docs/diffusers/main/en/api/pipelines/if) 📖.

Diffusers dreambooth scripts also supports fine-tuning 🎨 [IF](https://huggingface.co/docs/diffusers/main/en/training/dreambooth#if).
With parameter efficient finetuning, you can add new concepts to IF with a single GPU and ~28 GB VRAM.

## Run the code locally

### Loading the models into VRAM
Expand Down

0 comments on commit 96a3340

Please sign in to comment.