-
Notifications
You must be signed in to change notification settings - Fork 27.7k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
initial refiner support #12371
initial refiner support #12371
Conversation
add proper support for recalculating conds in k-diffusion samplers remove support for compvis samplers
How do you disable it once set? Shouldn't there be a "None" at the top the list? |
disable by setting |
I think it's better to have the refiner options in the Settings - SDXL tab. :) |
Wow, this is ultimate. No need of installing any other webui for the sake of speed. But how to have these options in A1111. I can't find in settings. I don't know coding. May somebody guide to use this option.. |
this is merged into dev, which means it's not on the mainline version yet, but will be coming soon |
Imo it would be better if the switch at would work the other way round. So if you set it to 0.1 on 30 steps, the last 3 steps will get refined. Or the last 6 with 0.2 and so on |
This new refiner switch is nice! But why doesn't it have a "denoising strength" option for the refiner. That is a crucial element of using the refiner. Thanks! |
Is this refiner available from the api docs? |
Description
Refiner checkpoint
andRefiner switch at
.Refiner switch at
setting, webui switches to a different model (Refiner checkpoint
).Refiner switch at
= 0.25, the switch will happen after 5 sampling steps.