This is a developer-side bug fix that addresses an issue with VQGAN parameterization removal. This bug does not affect end users under normal circumstances, as remove_parameterization is not used in any other part of the codebase.
The following code (forked from tools/vqgan/inference.py) triggers the error:
Is this PR adding new feature or fix a BUG?
This is a developer-side bug fix that addresses an issue with VQGAN parameterization removal. This bug does not affect end users under normal circumstances, as
remove_parameterization
is not used in any other part of the codebase.The following code (forked from
tools/vqgan/inference.py
) triggers the error:Error message:
Is this pull request related to any issue? If yes, please link the issue.
No