Files
automatic/scripts
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
..
2026-06-04 12:36:10 +02:00
2026-03-25 16:56:28 -07:00
2026-05-11 08:36:49 +02:00
2026-06-04 12:36:10 +02:00
2026-05-11 08:36:49 +02:00
2026-06-04 12:36:10 +02:00
2026-06-04 12:36:10 +02:00
2026-03-25 16:56:28 -07:00
2026-05-11 09:34:17 +02:00
2026-06-04 12:36:10 +02:00
2026-06-18 11:45:34 +02:00
2026-04-28 08:58:49 +02:00
2025-09-12 16:28:53 -04:00
2026-06-12 02:41:32 -04:00
2026-03-27 14:00:46 +01:00
2026-03-27 14:00:46 +01:00
2026-03-27 14:00:46 +01:00
2026-03-27 14:00:46 +01:00
2026-06-04 12:36:10 +02:00
2026-06-18 11:45:34 +02:00
2026-04-12 19:06:08 +02:00
2026-04-12 19:06:08 +02:00
2026-03-27 14:00:46 +01:00
2026-04-12 19:06:08 +02:00
2026-03-27 14:00:46 +01:00
2026-04-12 19:06:08 +02:00
2026-06-04 12:36:10 +02:00
2025-07-22 10:07:17 -04:00
2026-06-18 11:45:34 +02:00
2026-03-27 14:00:46 +01:00
2026-04-08 21:27:36 +02:00
2026-04-12 19:06:08 +02:00
2026-06-04 12:36:10 +02:00
2026-05-08 10:16:17 +02:00
2026-03-27 14:00:46 +01:00
2026-04-12 19:06:08 +02:00
2026-05-11 09:34:17 +02:00