Update README.md
Browse files
README.md
CHANGED
@@ -40,6 +40,7 @@ image = pipe(
|
|
40 |
negative_prompt=negative_prompt,
|
41 |
control_image=control_image,
|
42 |
guidance_scale=4.5,
|
|
|
43 |
).images[0]
|
44 |
image.save('image.jpg')
|
45 |
```
|
@@ -68,7 +69,8 @@ image = pipe(
|
|
68 |
num_inference_steps=8,
|
69 |
negative_prompt=negative_prompt,
|
70 |
control_image=control_image,
|
71 |
-
guidance_scale=1.5
|
|
|
72 |
).images[0]
|
73 |
image.save('image.jpg')
|
74 |
```
|
|
|
40 |
negative_prompt=negative_prompt,
|
41 |
control_image=control_image,
|
42 |
guidance_scale=4.5,
|
43 |
+
controlnet_conditioning_scale=0.8
|
44 |
).images[0]
|
45 |
image.save('image.jpg')
|
46 |
```
|
|
|
69 |
num_inference_steps=8,
|
70 |
negative_prompt=negative_prompt,
|
71 |
control_image=control_image,
|
72 |
+
guidance_scale=1.5,
|
73 |
+
controlnet_conditioning_scale=0.8
|
74 |
).images[0]
|
75 |
image.save('image.jpg')
|
76 |
```
|