DenOfEquity / forgeFlux_dualPrompt

extension for Forge2 webui for Stable Diffusion; adds support for dual-prompting for Flux and sdXL; adds support for Shift for Flux; override prediction type (v-prediction models)
11 stars 0 forks source link

What is Dynamic Shift? #2

Closed nikenike114 closed 2 months ago

nikenike114 commented 2 months ago

What is Dynamic Shift?

DenOfEquity commented 2 months ago

It's a different method of calculating the way Shift affects the timestep sigmas. From brief testing, it seems to work very badly with higher Shift values, but may be better at low values. It's the way Forge calculates, so included for completeness / reproducibility. Dynamic Shift is the term diffusers uses.

nikenike114 commented 2 months ago

It's a different method of calculating the way Shift affects the timestep sigmas. From brief testing, it seems to work very badly with higher Shift values, but may be better at low values. It's the way Forge calculates, so included for completeness / reproducibility. Dynamic Shift is the term diffusers uses.

thank you~ have a good day 👍