Removed unnecessary log message which was causing confusing, this feature is something that works depending on the model loaded.

This commit is contained in:
ZeroCool940711 2022-10-29 22:24:36 -07:00
parent 658646eed2
commit 3e1ef82378

View File

@ -462,7 +462,6 @@ def load_models(use_LDSR = False, LDSR_model='model', use_GFPGAN=False, GFPGAN_m
try:
server_state["model"].args.use_multiprocessing_for_evaluation = False
except AttributeError as e:
logger.error(e)
pass
if st.session_state.defaults.general.enable_attention_slicing: