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

x and y dimension are height and width which is not commonly used #2

Open
2 tasks
ptits opened this issue Sep 30, 2024 · 1 comment
Open
2 tasks

x and y dimension are height and width which is not commonly used #2

ptits opened this issue Sep 30, 2024 · 1 comment
Assignees

Comments

@ptits
Copy link

ptits commented Sep 30, 2024

System Info / 系統信息

            "orig_height": image_size_x,
            "orig_width": image_size_y,
            "target_height": image_size_x,
            "target_width": image_size_y,

looks like x = width is more commonly used

Information / 问题信息

  • The official example scripts / 官方的示例脚本
  • My own modified scripts / 我自己修改的脚本和任务

Reproduction / 复现过程

run generation

Expected behavior / 期待表现

looks like x = width is more commonly used

@zRzRzRzRzRzRzR
Copy link
Member

"We have standardized this issue in the implementation of diffusers, thanks for your correction. Now, the diffusers version uses standardized parameters."

@zRzRzRzRzRzRzR zRzRzRzRzRzRzR self-assigned this Oct 14, 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

No branches or pull requests

2 participants