From aa469e469a2a2cfd49362302837efa9a2e16ce26 Mon Sep 17 00:00:00 2001 From: Taechai <76117598+Taechai@users.noreply.github.com> Date: Mon, 18 Aug 2025 12:14:30 -0400 Subject: [PATCH 1/2] Update README.md Specify the full dir --- examples/dreambooth/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/dreambooth/README.md b/examples/dreambooth/README.md index c6c119ff97d1..2dadc0252fc0 100644 --- a/examples/dreambooth/README.md +++ b/examples/dreambooth/README.md @@ -19,8 +19,9 @@ cd diffusers pip install -e . ``` -Then cd in the example folder and run +Then run ```bash +cd examples/dreambooth pip install -r requirements.txt ``` From bd65a01f5e2e8db499e281c0182cd5802b90949b Mon Sep 17 00:00:00 2001 From: Taechai <76117598+Taechai@users.noreply.github.com> Date: Mon, 18 Aug 2025 14:42:31 -0400 Subject: [PATCH 2/2] Update examples/dreambooth/README.md Co-authored-by: Steven Liu <59462357+stevhliu@users.noreply.github.com> --- examples/dreambooth/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/dreambooth/README.md b/examples/dreambooth/README.md index 2dadc0252fc0..006e583e9f16 100644 --- a/examples/dreambooth/README.md +++ b/examples/dreambooth/README.md @@ -19,7 +19,7 @@ cd diffusers pip install -e . ``` -Then run +Install the requirements in the `examples/dreambooth` folder as shown below. ```bash cd examples/dreambooth pip install -r requirements.txt