mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 01:04:32 +02:00
major model load refactor
Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
@@ -23,6 +23,7 @@ def load_bnb(msg='', silent=False):
|
||||
bnb = None
|
||||
if not silent:
|
||||
raise
|
||||
return None
|
||||
|
||||
|
||||
def load_quanto(msg='', silent=False):
|
||||
@@ -42,6 +43,7 @@ def load_quanto(msg='', silent=False):
|
||||
quanto = None
|
||||
if not silent:
|
||||
raise
|
||||
return None
|
||||
|
||||
|
||||
def get_quant(name):
|
||||
|
||||
Reference in New Issue
Block a user