TTPlanet commited on
Commit
f70b6bb
·
verified ·
1 Parent(s): 88ad380

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -3
README.md CHANGED
@@ -15,9 +15,8 @@ remember modify the ./hydit/config.py change the line 50 to
15
  Inference example
16
  You can use the following command line for inference.
17
 
18
- a. Using canny ControlNet during inference
19
-
20
  python3 sample_controlnet.py --no-enhance --load-key ema --infer-steps 100 --control-type tile --prompt "input your prompt here" --condition-image-path controlnet/asset/input/yourimg.jpg --control-weight 1.0
21
- b. Using pose ControlNet during inference
22
 
23
 
 
15
  Inference example
16
  You can use the following command line for inference.
17
 
18
+ Using tile ControlNet during inference
 
19
  python3 sample_controlnet.py --no-enhance --load-key ema --infer-steps 100 --control-type tile --prompt "input your prompt here" --condition-image-path controlnet/asset/input/yourimg.jpg --control-weight 1.0
20
+
21
 
22