mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-08-04 19:22:32 +00:00
Remove debug print.
This commit is contained in:
@@ -86,7 +86,6 @@ def img2img(prompt: str, init_img, init_img_with_mask, steps: int, sampler_index
|
|||||||
init_img = processed.images[0]
|
init_img = processed.images[0]
|
||||||
|
|
||||||
if do_color_correction and correction_target is not None:
|
if do_color_correction and correction_target is not None:
|
||||||
print("Colour correcting input...")
|
|
||||||
init_img = Image.fromarray(cv2.cvtColor(exposure.match_histograms(
|
init_img = Image.fromarray(cv2.cvtColor(exposure.match_histograms(
|
||||||
cv2.cvtColor(
|
cv2.cvtColor(
|
||||||
np.asarray(init_img),
|
np.asarray(init_img),
|
||||||
|
Reference in New Issue
Block a user