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

[bug]: Model's "default width/height" settings are not applied in Canvas mode #6371

Open
1 task done
Svyaga opened this issue May 15, 2024 · 0 comments
Open
1 task done
Labels
bug Something isn't working

Comments

@Svyaga
Copy link

Svyaga commented May 15, 2024

Is there an existing issue for this problem?

  • I have searched the existing issues

Operating system

Windows

GPU vendor

Nvidia (CUDA)

GPU model

RTX 3070

GPU VRAM

8GB

Version number

4.2.1

Browser

Chrome 124.0.6367.158

Python dependencies

{
"accelerate": "0.29.2",
"compel": "2.0.2",
"cuda": "12.1",
"diffusers": "0.27.2",
"numpy": "1.26.4",
"opencv": "4.9.0.80",
"onnx": "1.15.0",
"pillow": "10.2.0",
"python": "3.10.11",
"torch": "2.2.2+cu121",
"torchvision": "0.17.2+cu121",
"transformers": "4.39.3",
"xformers": "0.0.25.post1"
}

What happened

I set default width/height for a model, and if I use this button in "Generation" tab then it's applied correctly:
1
But if I do the same thing in "Canvas" tab, then it's not applied:
2
Other settings are applied correctly, the problem is only with width/height.

What you expected to happen

Default settings should be applied correctly in Canvas mode.

How to reproduce the problem

  1. Start the app.
  2. Open "Models" tab.
  3. Choose any model and apply default width/height.
  4. Open "Canvas" tab.
  5. Choose model you edited in step "3".
  6. Click on "Default settings" button.

Additional context

No response

Discord username

svyaga

@Svyaga Svyaga added the bug Something isn't working label May 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant