Unverified Commit 1c4c4c48 authored by Nicholas Bardy's avatar Nicholas Bardy Committed by GitHub
Browse files

Correct file name in t2i adapter training readme (#5207)

Update README_sdxl.md
parent d840253f
...@@ -20,7 +20,7 @@ pip install -e . ...@@ -20,7 +20,7 @@ pip install -e .
Then cd in the `examples/t2i_adapter` folder and run Then cd in the `examples/t2i_adapter` folder and run
```bash ```bash
pip install -r requirements_sdxl.txt pip install -r requirements.txt
``` ```
And initialize an [🤗Accelerate](https://github.com/huggingface/accelerate/) environment with: And initialize an [🤗Accelerate](https://github.com/huggingface/accelerate/) environment with:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment