From dad99dd94763f258c24a38aca44ae84bba70a732 Mon Sep 17 00:00:00 2001 From: Steven Liu <59462357+stevhliu@users.noreply.github.com> Date: Mon, 10 Nov 2025 12:10:38 -0800 Subject: [PATCH] remove commit Removed specific commit reference for installation instructions. --- examples/dreambooth/README_flux.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/dreambooth/README_flux.md b/examples/dreambooth/README_flux.md index 242f018b654b..42edbb122136 100644 --- a/examples/dreambooth/README_flux.md +++ b/examples/dreambooth/README_flux.md @@ -268,12 +268,11 @@ provide a simple script for LoRA fine-tuning Kontext in [train_dreambooth_lora_f **important** > [!NOTE] -> To make sure you can successfully run the latest version of the kontext example script, we highly recommend installing from source, specifically from the commit mentioned below. +> To make sure you can successfully run the latest version of the kontext example script, we highly recommend installing from source. > To do this, execute the following steps in a new virtual environment: > ``` > git clone https://github.com/huggingface/diffusers > cd diffusers -> git checkout 05e7a854d0a5661f5b433f6dd5954c224b104f0b > pip install -e . > ```