From 349afe7bdf915018ec1d1815844529b35aaa2f7d Mon Sep 17 00:00:00 2001 From: Ameer Azam <30064373+AMEERAZAM08@users.noreply.github.com> Date: Wed, 23 Apr 2025 01:39:42 +0530 Subject: [PATCH] Update README_hidream.md Small change requirements_sana.txt to requirements_hidream.txt --- examples/dreambooth/README_hidream.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/dreambooth/README_hidream.md b/examples/dreambooth/README_hidream.md index a60cf7aa238b..defa5a3573ed 100644 --- a/examples/dreambooth/README_hidream.md +++ b/examples/dreambooth/README_hidream.md @@ -25,7 +25,7 @@ pip install -e . Then cd in the `examples/dreambooth` folder and run ```bash -pip install -r requirements_sana.txt +pip install -r requirements_hidream.txt ``` And initialize an [🤗Accelerate](https://github.com/huggingface/accelerate/) environment with: