-
-
Notifications
You must be signed in to change notification settings - Fork 467
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
[Issue]: Live previews not working #3719
Comments
does the issue exist on dev branch? |
It does, live preview shows a black box. This time I've generated 2 images in a row in order to also make a screenshot of the UI.
|
With TAESD it seemed like it generated a preview at step 38/40 sdnext.log <== 3 generations in a row On second generation with TAESD, it started a preview at step 27/40 On third generation, started at step 30/40 |
a) taesd is not that lightweight, b) flux is a heavy model, c) live preview is internally run with lower priority so it doesn't slow down main loop. |
I have a 4090. "approximate" doesn't seem to work at all, but I will do more retries. Is it possible to parametrize the priority? I would be willing to make that tradeoff instead of generating blindly. |
approximate or simple do not exist for flux or sd35, only taesd.
not really without massive work and tons of if/then since dealing with torch threads/streams is very gpu specific. if i allow any changes for you, chances are it would completely break on non-cuda environments. |
ok, understood. thank you |
i'll keep the issue open and i'll see what i can do, i just wanted to set expectations ahead. |
fair enough, thanks! |
Issue Description
Since last week (at least) live previews are no longer being generated, at all
Attaching sdnext log (no errors)
sdnext.log
and browser console log
127.0.0.1-1737553840934.log
Version Platform Description
15:40:21-840456 INFO Python: version=3.11.9 platform=Windows bin="C:\ai\automatic\venv\Scripts\python.exe"
venv="C:\ai\automatic\venv"
15:40:22-111048 INFO Version: app=sd.next updated=2025-01-16 hash=e22d0789 branch=master
url=https://github.com/vladmandic/automatic/tree/master ui=main
15:40:22-824446 INFO Platform: arch=AMD64 cpu=Intel64 Family 6 Model 165 Stepping 5, GenuineIntel system=Windows
release=Windows-10-10.0.26100-SP0 python=3.11.9 docker=False
Relevant log output
Backend
Diffusers
UI
Standard
Branch
Master
Model
FLUX.1
Acknowledgements
The text was updated successfully, but these errors were encountered: