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

Advanced Model Sampling #3

Open Mol31 opened 1 month ago

Mol31 commented 1 month ago

Thank you for your hard work on mainline Forge and this extension.

With the new developments in local AI models, there is a shift towards Vpred, ZSNR-trained models. Is it possible for this extension to adapt Advanced Model Sampling from the Reforge fork?

Many thanks for considering my request.

DenOfEquity commented 1 month ago

Looking at the reforge AMS builtin extension, it is based on ldm_patched (comfy) code which was completely stripped out in lllyasviel's forge2 update. The missing parts seem to be:

Enferlain commented 1 month ago

k_prediction.py seems to have has stuff pertaining to v-pred, edm, epsilon etc (and now ztsnr) but for some reason I can't get cosxl to work even if I try selecting it in your extension, weird

I did confirm v-pred works though so that's nice