From ab73bed842f35b5e514152043a3545a9f5000899 Mon Sep 17 00:00:00 2001 From: ai-modelscope Date: Sat, 19 Apr 2025 06:17:14 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ba84db..ba3e0d2 100644 --- a/README.md +++ b/README.md @@ -125,7 +125,7 @@ image = pipe( ``` # Recommended Parameters -You can adjust controlnet_conditioning_scale and control_guidance_end for stronger control and better detail preservation. For better stability, we suggest to use multi-conditions. +You can adjust controlnet_conditioning_scale and control_guidance_end for stronger control and better detail preservation. For better stability, we highly suggest to use detailed prompt, for some cases, multi-conditions help. - Canny: use cv2.Canny, controlnet_conditioning_scale=0.7, control_guidance_end=0.8. - Soft Edge: use [AnylineDetector](https://github.com/huggingface/controlnet_aux), controlnet_conditioning_scale=0.7, control_guidance_end=0.8. - Depth: use [depth-anything](https://github.com/DepthAnything/Depth-Anything-V2), controlnet_conditioning_scale=0.8, control_guidance_end=0.8.