10 Commits

Author SHA1 Message Date
CalamitousFelicitousness 3dd0cd590c 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.
2026-06-25 02:25:33 +01:00
awsr 876e3b9897 RUF013 updates 2026-03-24 06:15:26 -07:00
Vladimir Mandic bfe014f5da modernize typing 2026-02-19 09:15:37 +01:00
vladmandic f9aa2591e5 fix gallery save/delete
Signed-off-by: vladmandic <mandic00@live.com>
2026-01-20 09:53:20 +01:00
vladmandic cc0b0e8e3d cleanup todo
Signed-off-by: vladmandic <mandic00@live.com>
2026-01-19 11:10:05 +01:00
Disty0 065155f5e6 IPEX fixes 2024-10-18 01:12:28 +03:00
Vladimir Mandic 5f7bef822a apg add sd15
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2024-10-04 15:14:58 -04:00
Disty0 f62dddf3ca Add Cascade APG 2024-10-04 20:51:04 +03:00
Vladimir Mandic f60c2b4853 add note
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2024-10-04 13:26:30 -04:00
Vladimir Mandic 184884750e add apg
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2024-10-04 13:24:21 -04:00