Update README.md
Browse files
README.md
CHANGED
@@ -129,7 +129,8 @@ gen_images = pipe(
|
|
129 |
num_inference_steps=4,
|
130 |
guidance_scale=0,
|
131 |
adapter_conditioning_scale=0.8,
|
132 |
-
adapter_conditioning_factor=0.5
|
|
|
133 |
).images[0]
|
134 |
gen_images.save('out_canny.png')
|
135 |
```
|
|
|
129 |
num_inference_steps=4,
|
130 |
guidance_scale=0,
|
131 |
adapter_conditioning_scale=0.8,
|
132 |
+
adapter_conditioning_factor=0.5,
|
133 |
+
timesteps=[999, 749, 499, 249]
|
134 |
).images[0]
|
135 |
gen_images.save('out_canny.png')
|
136 |
```
|