Gradio UI change for eta (DDIM) proposal

#9
by torridgristle - opened

The eta (DDIM) setting should be a value between 0 and 1 (I think), but currently the Gradio UI is a gr.Number() input with a step size of 1 for the vertical arrows on the right side of the input. I believe it should be a gr.Slider() with a min of 0, max of 1, and maybe a step size of 0.1.

Thank you so much for the suggestion @torridgristle ! I made the change as you mentioned

RamAnanth1 changed discussion status to closed

Sign up or log in to comment