Commit bcb030db authored by novelailab's avatar novelailab

uhhh

parent fa0269fc
...@@ -75,13 +75,8 @@ def init_config_model(): ...@@ -75,13 +75,8 @@ def init_config_model():
# Instantiate our actual model. # Instantiate our actual model.
load_time = time.time() load_time = time.time()
try:
model = StableDiffusionModel(config) model = StableDiffusionModel(config)
except Exception as e:
ic(e)
capture_exception(e)
logger.error(str(e))
sys.exit(1)
config.model = model config.model = model
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment