11 Commits

Author SHA1 Message Date
CalamitousFelicitousness e804d6df21 feat(samplers): group sampler dropdown into labeled sections
Reorder samplers_data_diffusers into recognizable solver-family groups (Euler, DPM/DPM++, UniPC/DEIS, Heun/KDPM2, ER-SDE, Classic, Distilled, Misc), each ending with its FlowMatch variants, and Res4Lyf as a fenced experimental section, so the dropdown is scannable.

Dividers are SamplerData sentinels with U+2500 names: create_sampler keeps the current scheduler when one is selected, get_sampler_name falls back to Default, set_samplers and validate_sampler_name exclude them, and a visible_samplers() helper drops them from the xyz axes, detailer, and folder pickers. The main and refine dropdowns render them as section labels. No sampler is removed or renamed, so saved infotexts, styles, and API calls keep resolving.
2026-06-14 01:41:05 +01:00
resonantsky 133bf81ad0 faulty pre-inference resize removed 2026-03-28 10:57:15 +02:00
resonantsky ba8f7b06b2 pre-inference resize save out fix 2026-03-28 10:57:15 +02:00
vladmandic b5e9fbc7b3 reorganize scripts/extensions
Signed-off-by: vladmandic <mandic00@live.com>
2026-03-27 14:00:46 +01:00
vladmandic a6029afb04 i2i cleanup imports
Signed-off-by: vladmandic <mandic00@live.com>
2026-03-26 09:29:14 +01:00
resonantsky 9003e67ec4 Added multifile support through modules\file_cache.py, tested. 2026-03-26 10:11:49 +02:00
resonantsky b3837aa944 Added inference bypass for upscale only passes. 2026-03-25 23:28:38 +02:00
resonantsky a51755dcf4 further edits 2026-03-25 22:50:31 +02:00
resonantsky 8b6de3c215 added pre-inference resize 2026-03-25 20:52:22 +02:00
resonantsky c37e788c0b fixes 2026-03-25 19:51:25 +02:00
resonantsky 12af43e4de CeeTeeDee's I2I folder batch inference. 2026-03-25 19:30:55 +02:00