-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
feat(ui): upscaling tab #6633
feat(ui): upscaling tab #6633
Conversation
I fixed a couple things and broke others. I "fixed" a problem where Also removed the resize node, because it wanted I'll propose an alternative way to handle the initial upscaling logic - create a new node:
This approach also reduces the number of intermediate images created, which improves perf - a 8k image is about 100MB and will take many seconds to save. It also means you can precisely tune how large you want your output to be, and eliminates the need to figure out upscale model's scale factor. |
@psychedelicious Is it not safe to assume that these models will have x# in the name? Or just default to 2 if it doesn't? |
f427816
to
01cb986
Compare
cc51f8c
to
48b4c74
Compare
…ale initial image that works with dnd
…, get scale const working
1bf751e
to
186f000
Compare
Summary
A new tab for multidiffusion upscaling ✨
Related Issues / Discussions
QA Instructions
Merge Plan
Checklist