stable-diffusion-webui icon indicating copy to clipboard operation
stable-diffusion-webui copied to clipboard

Missing Submit Button

Open Fagin-H opened this issue 3 years ago • 1 comments

Whenever settings are changed I get the 'Missing Submit Button' error, and 'StreamlitAPIException: All numerical arguments must be of the same type. value has int type. min_value has int type. max_value has NoneType type. step has str type.'

in userconfig_streamlit.yaml step in sampling_steps gets changed to '10' every time the settings are changed. If I manually change it to 10 then it starts working again.

Fagin-H avatar Oct 08 '22 16:10 Fagin-H

I'm having the same issue. Setting my access token in settings causes the same error and everything to be busted, and then like you said, changing step of sampling_stepsin userconfig_streamlit.yaml from '10' as a string to 10 as an integer fixes it (I have to exit the program before saving changes to the .yaml)

GrandTheftWalrus avatar Oct 09 '22 07:10 GrandTheftWalrus