mirror of
https://github.com/vladmandic/automatic
synced 2026-09-02 02:50:47 +02:00
update sampler behavior and user definable fallback
Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
@@ -218,8 +218,7 @@ def process_base(p: processing.StableDiffusionProcessing):
|
||||
if isinstance(v, torch.Tensor):
|
||||
err_args[k] = f'{v.device}:{v.dtype}:{v.shape}'
|
||||
log.error(f'Processing: args={err_args} {e}')
|
||||
if shared.cmd_opts.debug:
|
||||
errors.display(e, 'Processing')
|
||||
errors.display(e, 'Processing')
|
||||
except RuntimeError as e:
|
||||
shared.state.interrupted = True
|
||||
err_args = base_args.copy()
|
||||
|
||||
Reference in New Issue
Block a user