mirror of
https://github.com/Stability-AI/generative-models.git
synced 2026-02-04 21:34:26 +01:00
change default
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user