Update README.md
Browse files
README.md
CHANGED
@@ -94,7 +94,7 @@ res_image = pipe(
|
|
94 |
res_image = add_fg(res_image, image, mask)
|
95 |
res_image.save(f'res.png')
|
96 |
```
|
97 |
-
The model exhibits good performance when the controlnet weight (
|
98 |
|
99 |
## Training details
|
100 |
In the first phase, the model was trained on 12M laion2B and internal source images with random masks for 20k steps. In the second phase, the model was trained on 3M e-commerce images with the instance mask for 20k steps.<br>
|
|
|
94 |
res_image = add_fg(res_image, image, mask)
|
95 |
res_image.save(f'res.png')
|
96 |
```
|
97 |
+
The model exhibits good performance when the controlnet weight (controlnet_condition_scale) is 0.5.
|
98 |
|
99 |
## Training details
|
100 |
In the first phase, the model was trained on 12M laion2B and internal source images with random masks for 20k steps. In the second phase, the model was trained on 3M e-commerce images with the instance mask for 20k steps.<br>
|