sayakpaul HF staff commited on
Commit
d173db6
1 Parent(s): 3bd29be

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -115,4 +115,6 @@ encourage the community to try and conduct distillation too, where the smaller C
115
  a bigger ControlNet model. This resource might be of help in [this regard](https://huggingface.co/blog/sd_distillation).
116
  * It does not have any attention blocks.
117
  * It is better suited for simple conditioning images. For conditionings involving more complex structures, you
118
- should use the bigger checkpoints.
 
 
 
115
  a bigger ControlNet model. This resource might be of help in [this regard](https://huggingface.co/blog/sd_distillation).
116
  * It does not have any attention blocks.
117
  * It is better suited for simple conditioning images. For conditionings involving more complex structures, you
118
+ should use the bigger checkpoints.
119
+ * We recommend playing around with the `controlnet_conditioning_scale` and `guidance_scale` arguments for potentially better
120
+ image generation quality.