change default

This commit is contained in:
Stephan Auerhahn
2023-08-10 13:15:23 -07:00
parent 2aebc8882d
commit 5c17043434

View File

@@ -228,7 +228,7 @@ if __name__ == "__main__":
st.write("### Performance Options")
use_fp16 = st.checkbox("Use fp16", True)
enable_swap = st.checkbox("Enable model swapping to CPU", False)
enable_swap = st.checkbox("Enable model swapping to CPU", True)
st.write("__________________________")
if version_enum in sdxl_base_model_list: