support onnx branch and css tweaks

This commit is contained in:
Vladimir Mandic
2023-11-01 11:48:17 -04:00
parent e8d66a7d87
commit eddcc360be
20 changed files with 98 additions and 86 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ try:
import importlib
k_diffusion = importlib.import_module('modules.k-diffusion.k_diffusion')
k_sampling = k_diffusion.sampling
except:
except Exception:
pass
if k_sampling is None:
shared.log.info(f'Path search: {sys.path}')