From 96a3340367cdcf6e6d46d09003b60cb6bddd6992 Mon Sep 17 00:00:00 2001 From: William Berman Date: Fri, 2 Jun 2023 10:45:18 -0700 Subject: [PATCH] add note for Diffusers finetuning --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 4863de6..68b6d2b 100644 --- a/README.md +++ b/README.md @@ -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