Update README.md
Browse files
README.md
CHANGED
@@ -270,7 +270,7 @@ generator = torch.Generator('cuda').manual_seed(seed)
|
|
270 |
result_images = []
|
271 |
for sub_img in images:
|
272 |
new_width, new_height = W, H
|
273 |
-
out =
|
274 |
image=sub_img,
|
275 |
control_image=sub_img,
|
276 |
negative_prompt=[negative_prompt]*1,
|
|
|
270 |
result_images = []
|
271 |
for sub_img in images:
|
272 |
new_width, new_height = W, H
|
273 |
+
out = pipe(prompt=[prompt]*1,
|
274 |
image=sub_img,
|
275 |
control_image=sub_img,
|
276 |
negative_prompt=[negative_prompt]*1,
|