mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 17:24:32 +02:00
disable offloading for backend=original
This commit is contained in:
+1
-1
@@ -1062,7 +1062,7 @@ opts.data['uni_pc_order'] = opts.schedulers_solver_order # compatibility
|
||||
log.info(f'Engine: backend={backend} compute={devices.backend} device={devices.get_optimal_device_name()} attention="{opts.cross_attention_optimization}" mode={devices.inference_context.__name__}')
|
||||
if not native:
|
||||
log.warning('Backend=original is in maintainance-only mode')
|
||||
opts.diffusers_offload_mode = 'none'
|
||||
opts.data['diffusers_offload_mode'] = 'none'
|
||||
|
||||
try:
|
||||
log.info(f'Device: {print_dict(devices.get_gpu_info())}')
|
||||
|
||||
Reference in New Issue
Block a user