Is there an existing issue for this?
What would your feature do?
In FooocusPlus 1.5.5 there are several startup options that need to be reflected in the Performance Check information readouts, as listed it the Proposed Workflow below.
Proposed workflow
In ui_util, introduce Performance Check responses for each of the following conditions:
- Comfy Lockout caused by CLI argument: cli_args.disable_comfyd:
- Comfy Lockout caused by Low VRAM: common.total_vram_gb < 4
- Comfy Lockout caused by legacy GPU: common.torch_status != "New"
- Comfy temporarily disabled by the UI: config.default_comfy_active_checkbox
- Forced Compatibility Mode: common.force_compatibility == True
- PyTorch Assignment Managed by Pinokio: cli_args.gpu_type == 'none'
Additional information
No response
Is there an existing issue for this?
What would your feature do?
In FooocusPlus 1.5.5 there are several startup options that need to be reflected in the Performance Check information readouts, as listed it the Proposed Workflow below.
Proposed workflow
In ui_util, introduce Performance Check responses for each of the following conditions:
Additional information
No response