cubiq / ComfyUI_essentials

MIT License
532 stars 63 forks source link

How to omit / bypass shift parameters in the [ Flux Sampler Parameters ] node ? #87

Open JorgeR81 opened 2 weeks ago

JorgeR81 commented 2 weeks ago

In 🔧 Flux Sampler Parameters, leaving the shift parameters unfilled, has the same effect as using default values ( 1.15 / 0.5 ).

This also gives the same effect as using the KSampler + ModelSamplingFlux, with default shift values ( 1.15 / 0.5 ). But, bypassing ModelSamplingFlux, gives a different image.

So, how can we simulate bypassing ModelSamplingFlux, with a 🔧 Flux Sampler Parameters workflow ?


A way to do this could be pre-filling 🔧 Flux Sampler Parameters, with the default shift values. And if we delete these values, we have the same effect as bypassing ModelSamplingFlux.

shift

cubiq commented 2 weeks ago

I'll look into it, I thought 1.15 was the default anyway. I'll double check