Skip to content

Upscale progress bar fix #232

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 29, 2024
Merged

Upscale progress bar fix #232

merged 1 commit into from
Apr 29, 2024

Conversation

ring-c
Copy link
Contributor

@ring-c ring-c commented Apr 21, 2024

Small fix of a number of tiles processed in upscaling, so progress bar works correctly.
Logs before fix:

upscaler.cpp:45   - upscaling from (544 x 960) to (2176 x 3840)
...
ggml_extend.hpp:461  - processing 56 tiles
  |==================================================| 56/56 - 12.35it/s
  |==================================================| 60/56 - 12.35it/supscaler.cpp:75   - input_image_tensor upscaled, taking 5.15s

Logs after fix:

ggml_extend.hpp:458  - processing 60 tiles
  |==================================================| 60/60 - 12.05it/s
upscaler.cpp:75   - input_image_tensor upscaled, taking 5.13s

@leejet
Copy link
Owner

leejet commented Apr 29, 2024

Thank you for your contribution.

@leejet leejet merged commit 6d16f68 into leejet:master Apr 29, 2024
@ring-c ring-c deleted the progressbar branch April 30, 2024 09:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants