8 Commits

Author SHA1 Message Date
QualiaRain c0f5f41042 fix(control): remove inert DWPose (Legacy) pose-model selector
The DWPose (Legacy) "Pose Model" (Tiny/Medium/Large) radio wrote to
config['DWPose (Legacy)']['model'], but the rtmlib backend
(RtmlibPoseDetector.from_pretrained) only takes the mode string and
always loads RTMPose 'lightweight' - it never reads that key (the only
config[...]['model'] readers are the SegmentAnything branch). The
selector was a no-op left over from the removed mmpose DWPose processor
(see #4956).

Remove the radio, its dead 'model' config key (both the module-level and
delay_load_config dicts), and its update_settings slot; reindex the
remaining settings 18..27. The settings list stays 1:1 with the UI
controls (re-derived the append-order -> update_settings map to confirm).

No runtime behavior change. The alternative - keep the capability by
mapping Tiny/Medium/Large onto rtmlib's mode - is intentionally not taken
here since it would change which model loads.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-06-22 10:28:59 -04:00
Vladimir Mandic b697f33d76 fix onnx execution providers
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-06-22 16:22:11 +02:00
QualiaRain 39b6eb058a fix(control): align processor settings-panel titles with renamed processors
The 8d4ebcd5e rename updated the processor dropdown/config names but left
three settings-accordion titles on the pre-rename names, so a panel titled
e.g. "SegmentAnything" sits under the "SegmentAnything 1.0" dropdown entry.
Cosmetic only (Gradio accordion labels are display-only); aligns the titles:

- MediaPipe Face   -> MediaPipe Face (Legacy)
- DWPose           -> DWPose (Legacy)
- SegmentAnything  -> SegmentAnything 1.0

Co-Authored-By: Claude <noreply@anthropic.com>
2026-06-22 08:54:03 -04:00
Vladimir Mandic 68f1c73e1f remove process preview
Co-authored-by: Copilot <copilot@github.com>
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-04-29 07:59:43 +02:00
Vladimir Mandic 9927b3e62c controlnet allow processor to keep aspect-ratio for override images based on i2i or t2i resolution
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2025-11-04 09:37:18 -05:00
Vladimir Mandic 372770b285 guard against multi-controlnet in hires
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2025-10-31 18:41:31 -04:00
nolbert82 48eaf60c51 added Apple's "Depth Pro" preprocessor 2025-10-22 21:27:39 +02:00
Vladimir Mandic 9cee2cd1ed fix metadata on batched images
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2025-09-25 13:45:23 -04:00