Update README.md
Browse files
README.md
CHANGED
@@ -15,6 +15,7 @@ To use:
|
|
15 |
|
16 |
```bash
|
17 |
git clone https://github.com/raulc0399/PixArt-alpha.git .
|
|
|
18 |
pip install -r requirements.txt
|
19 |
python controlnet/pipeline/run_controlnet_pipeline.py
|
20 |
```
|
@@ -25,4 +26,6 @@ the weights were created using the controlnet/convert_pixart_alpha_controlnet_to
|
|
25 |
|
26 |
```bash
|
27 |
python controlnet/convert_pixart_alpha_controlnet_to_diffusers.py --orig_ckpt_path=<full path to>/PixArt-XL-2-1024-ControlNet.pth --dump_path=./<output folder>/hed-controlnet
|
28 |
-
```
|
|
|
|
|
|
15 |
|
16 |
```bash
|
17 |
git clone https://github.com/raulc0399/PixArt-alpha.git .
|
18 |
+
git checkout master_train_controlnet_diffusers
|
19 |
pip install -r requirements.txt
|
20 |
python controlnet/pipeline/run_controlnet_pipeline.py
|
21 |
```
|
|
|
26 |
|
27 |
```bash
|
28 |
python controlnet/convert_pixart_alpha_controlnet_to_diffusers.py --orig_ckpt_path=<full path to>/PixArt-XL-2-1024-ControlNet.pth --dump_path=./<output folder>/hed-controlnet
|
29 |
+
```
|
30 |
+
|
31 |
+
training script is in the same repo, but is WIP
|