Replies: 1 comment
-
I don't notice a difference in speed in Live mode with SDXL. It's still too slow (for me, RTX3080) for practical use. With a 1.5 model there is no difference either, except the preview just copies what is drawn (default 30% strength). PS, Restore Defaults throws a Python error {ServerMode.undefined: -1), and after that the same error appears when trying to open the configuration screen again. All works after restart, though the server configuration then has been set to Online Service. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
SDXL Lightning is a new model for generating images with very low sample count (1-8). Unlike Turbo it uses the full SDXL resolution. It's similar to LCM, but is it better?
There are full checkpoint replacement models, including merges for popular models such as DreamShaper and Juggernaut. You can find instructions on how to setup sampling there if you want to try them.
But perhaps more interestingly, there are also LoRA which can be combined with any existing checkpoint. Here is how to setup the 8-step version:
ComfyUI/models/loras
You can use it for both regular generation (Quality preset) and Live (Performance preset).
I'm particularly interested in how it performs in Live mode in comparison to LCM (the default), as it could potentially replace it. How well does it work at low strength (img2img)?
Beta Was this translation helpful? Give feedback.
All reactions