diff --git a/ldm/generate.py b/ldm/generate.py index e0468434ea..7f1953a80e 100644 --- a/ldm/generate.py +++ b/ldm/generate.py @@ -829,7 +829,6 @@ class Generate: return model def _load_img(self, path, width, height, fit=False): - print(f'DEBUG: path = {path}') assert os.path.exists(path), f'>> {path}: File not found' # with Image.open(path) as img: