Conversation
|
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
|
cc @Beinsezii here |
|
I feel like a section on the timestep spacings would be beneficial, especially since they're part of the same paper referenced. The paper recommends |
|
a good demonstration of the current generation of models' two primary forms of residual noise would probably be a good idea though i can't think of how to integrate that. i just see it a lot and i think the community needs language to describe it with, and common solutions to try. probably for a separate doc |
|
Thanks for the feedback, added a new section for timestep spacing!
Good idea, maybe we can explore this in a separate PR :) |
|
Maybe a "Generation Quality" doc that has a bunch of common footguns. Like using Karras sigmas on models that weren't trained for it, or turning off Also I think solver order be explored in more depth either here or another doc because the best one is highly dependent on the rest of the params. Like, if you're going run 50 steps anyways a 1st order sampler will have plenty strong enough prediction with less hallucinations. Really have to balance the steps/guidance/order for your intended effect to bring out the best image rather than just bigger number better. |
c87ed08 to
c16d56a
Compare
|
for this, if you are able to contribute a doc we would be so grateful!
|
* noise schedule * sigmas and zero snr * feedback * feedback
Continuation of #7817 (see comment here) that refactors scheduler features for inference to their own doc. It includes:
timestepsandsigmasshowcasing AYSrescale_betas_zero_snr