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
Vladimir Mandic
7c81bc2d50
lint fixes
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2026-06-18 11:45:34 +02:00
Vladimir Mandic
feeafc6286
strict ruff without exclude
...
Co-authored-by: Copilot <copilot@github.com >
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2026-05-11 08:36:49 +02:00
Vladimir Mandic
c8d6fd5cf8
Revert "much stricter ruff linting"
...
This reverts commit 310dbf1574 .
2026-05-11 08:13:57 +02:00
Vladimir Mandic
310dbf1574
much stricter ruff linting
...
Co-authored-by: Copilot <copilot@github.com >
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2026-05-11 07:15:37 +02:00
Vladimir Mandic
5971f67e4f
fix cn steps
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2025-05-04 15:04:20 -04:00
Vladimir Mandic
c376566fb6
fix compatibility with latest diffusers
2024-07-01 11:51:46 -04:00
Vladimir Mandic
9644063cd6
add generic t5 loader
2024-06-16 11:38:29 -04:00
Vladimir Mandic
e458e620ef
fix instantid
2024-03-28 10:22:08 -04:00
Vladimir Mandic
18087f1d14
cleanup todo items
2024-01-16 13:12:46 -05:00
Vladimir Mandic
fcdc53addc
lazy load imports
2024-01-08 12:51:12 -05:00
Vladimir Mandic
0df94404c4
add reference to original, reimplement control-xs
2023-12-27 08:52:04 -05:00