Skip to content

Commit 1c4c4c4

Browse files
authored
Correct file name in t2i adapter training readme (huggingface#5207)
Update README_sdxl.md
1 parent d840253 commit 1c4c4c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/t2i_adapter/README_sdxl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ pip install -e .
2020

2121
Then cd in the `examples/t2i_adapter` folder and run
2222
```bash
23-
pip install -r requirements_sdxl.txt
23+
pip install -r requirements.txt
2424
```
2525

2626
And initialize an [🤗Accelerate](https://github.com/huggingface/accelerate/) environment with:

0 commit comments

Comments
 (0)