Unverified Commit 6e608d8a authored by Kyunghwan Kim's avatar Kyunghwan Kim Committed by GitHub
Browse files

Fix typo in controlnet docs (#5486)

parent 33293ed5
......@@ -353,7 +353,7 @@ negative_prompt = 'low quality, bad quality, sketches'
images = pipe(
prompt,
negative_prompt=negative_prompt,
image=image,
image=canny_image,
controlnet_conditioning_scale=0.5,
).images[0]
images
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment