f"The combination of `original_steps x strength`: {original_steps} x {strength} is smaller than `num_inference_steps`: {num_inference_steps}. Make sure to either reduce `num_inference_steps` to a value smaller than {int(original_steps*strength)} or increase `strength` to a value higher than {float(num_inference_steps/original_steps)}."