-
Notifications
You must be signed in to change notification settings - Fork 431
Image preview #522
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
base: master
Are you sure you want to change the base?
Image preview #522
Conversation
bab1323
to
d235ded
Compare
65f636a
to
a539cb5
Compare
+1 for this in main, great work! |
dfd9c4c
to
efc6db8
Compare
f03d84c
to
1bef24d
Compare
I really would like to get this on master, problem i used it a lot but it doesn't build against current master. |
Thanks for the heads up, I'll try to look into resolving these conflicts this week. |
@phil2sat it builds now. I have only tried with sd1.5 so far, but it seems to work fine. |
Works with qwen image (looks like qwen-image's VAE is almost identical to wan2.1's, not just the architecture, but the latent space too) |
Can confirm, works. Even with qwen-image. Huge Problem is progress on master is so fast, i had to manually patch it to merge, only a couple of hours later. @leejet, please add this feature, its so essential for testing, debugging. On new models, samplers, schedulers i always watch the generation live, so i can exactly see on what step goes something wrong. Actually i have a problem with qwen-image-edit on ComfyUI. With step-5 something gets weird with my workflow, without preview this is impossible to track. I know with a 5K $ GPU just wait some seconds, but if every step needs 30s, every preview shows when to abort generation to safe power and time. |
When the pending issue is resolved, I will merge this pull request. |
@leejet, please... |
Forked off #454
Would also probably replace #416
examples/cli/main.cpp
tostable-diffusion.cpp
latent projection
(as demonstrated in fast latent image preview #454),TAE
, orVAE
preview.png
Related to #354, if the user uses an image viewer that updates its render when the image file changes, then it's possible to see the progress in real time.