We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
首先非常干感谢您出色的工作
为什么Text Editing(文字编辑)功能,输入图片的宽高必须是64的被倍数,不然出来是的是变形的图片?
The text was updated successfully, but these errors were encountered:
因为经过原图-->latent经过VAE要降采样8倍,latent在Unet中预测noise再次降采样8倍,如果宽高不是64的倍数将无法整除
Sorry, something went wrong.
好的,明白了,谢谢
No branches or pull requests
首先非常干感谢您出色的工作
为什么Text Editing(文字编辑)功能,输入图片的宽高必须是64的被倍数,不然出来是的是变形的图片?
The text was updated successfully, but these errors were encountered: