raulc0399 commited on
Commit
c48b54f
·
verified ·
1 Parent(s): a3fa2e1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
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