| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
processors multiple fixes Signed-off-by: Vladimir Mandic <mandic00@live.com> | 2 个月前 | |
fix(pipelines): restore clip-skip text encoding for transformers 5.6+ The vendored encode_prompt copies in the PAG, APG, ControlNet-XS and differential diffusion pipelines dereference the .text_model wrapper that transformers 5.6 removed from CLIPTextModel, so their clip-skip path crashes on SD1.5 and SDXL TE1. Apply the same getattr(te, 'text_model', te) fix as the core parser. Mirrors upstream diffusers, which still carries this deref in pipeline encode_prompt; only the single-file loader was fixed there. | 2 个月前 | |
linting Signed-off-by: Vladimir Mandic <mandic00@live.com> | 2 个月前 | |
fix(control): update stale processor names after rename update_settings() and the XYZ [Control] Processor axis still used pre-rename names ('MediaPipe Face', 'DWPose', 'SegmentAnything') that no longer exist as config keys after 8d4ebcd5e. - update_settings(): update stale keys to 'MediaPipe Face (Legacy)', 'DWPose (Legacy)', 'SegmentAnything 1.0' -- the KeyError at 'MediaPipe Face' (line 182) was silently dropping all settings after position 13 on every panel change - DWPose (Legacy) config: add missing 'model' key so update_settings can persist the Pose Model radio value without crashing - processor.processors list: remove stale 'DWPose' entry (already present as 'DWPose (Legacy)') that caused XYZ [Control] Processor to offer an unloadable option Fixes #4953 Co-Authored-By: Claude <noreply@anthropic.com> | 2 个月前 | |
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> | 2 个月前 | |
vae_scale_factor override Signed-off-by: Vladimir Mandic <mandic00@live.com> | 2 个月前 | |
remove process preview Co-authored-by: Copilot <copilot@github.com> Signed-off-by: Vladimir Mandic <mandic00@live.com> | 4 个月前 | |
fix ui/misc: None desc crash, ratio/tile/lora split guards, parse_metadtaa typo, moondream type guard Co-Authored-By: Claude <noreply@anthropic.com> | 2 个月前 | |
Revert non-critical changes The following errors are re-introduced and will need follow-up: - models.py, line 92 - sd_unet.py, line 41 - sd_models.py, line 1440 | 5 个月前 | |
linting Signed-off-by: Vladimir Mandic <mandic00@live.com> | 10 个月前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 4 个月前 | ||
| 2 个月前 | ||
| 5 个月前 | ||
| 10 个月前 |