raulc0399 commited on
Commit
c881b06
·
verified ·
1 Parent(s): 8be6d81

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -15,4 +15,10 @@ pip install -r requirements.txt
15
  python controlnet/pipeline/run_controlnet_pipeline.py
16
  ```
17
 
18
- (make sure to change the input_image_path and prompt)
 
 
 
 
 
 
 
15
  python controlnet/pipeline/run_controlnet_pipeline.py
16
  ```
17
 
18
+ (make sure to change the input_image_path and prompt)
19
+
20
+ the weights were created using the controlnet/convert_pixart_alpha_controlnet_to_diffusers.py from the github repo
21
+
22
+ ```bash
23
+ 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
24
+ ```