jina-ai / dalle-flow

🌊 A Human-in-the-Loop workflow for creating HD images from text
grpcs://dalle-flow.dev.jina.ai
2.83k stars 211 forks source link

Fix bug on SD interpolation when resample_prior is False #120

Closed AmericanPresidentJimmyCarter closed 1 year ago

AmericanPresidentJimmyCarter commented 2 years ago

The seed should be held constant if resample_prior is False, but increment if resample_prior is true, presently it does not and the seed is incremented in both cases.