Update README.md
Browse files
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 |
-
|
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 |
-
|
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 |
|