Skip to content

Commit

Permalink
wip: trying to fix failing test_large_image
Browse files Browse the repository at this point in the history
  • Loading branch information
jaydrennan committed Jan 25, 2024
1 parent f3c17a9 commit 19a87c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions imaginairy/enhancers/upscale.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ def upscale_image(
model_path = get_cached_url_path(model_url)
else:
model_path = upscaler_model
print("jay drennan")
print(model_path)
model = ModelLoader().load_from_file(model_path)
logger.info(
f"Upscaling from {img.width}x{img.height} to {img.width * model.scale}x{img.height * model.scale}"
Expand Down

0 comments on commit 19a87c0

Please sign in to comment.