Skip to content
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

Abort tiled upscale if using OpenVINO #129

Merged
merged 1 commit into from
Feb 3, 2024
Merged

Conversation

monstruosoft
Copy link
Contributor

It seems the error when using tiled upscale with OpenVINO models is related to the output resolution for the generated images; the current code for tiled upscale uses arbitrary resolutions, which is not really compatible with OpenVINO anyway given that OpenVINO models have to be recompiled whenever output resolution changes; with the current tiled upscale code, OpenVINO models would require recompilation at every tile generation.

So, for the time being, it's best to abort execution of the tiled upscale when the use_openvino argument is set.

Abort tiled upscale if using OpenVINO
@rupeshs rupeshs merged commit 784b221 into rupeshs:main Feb 3, 2024
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