Commit Graph

8588 Commits

Author SHA1 Message Date
awsr 5520e9555d Typing and type narrowing 2026-05-17 10:40:28 -07:00
awsr 39db2cf706 processing_class typing and defaultdict
Use defaultdict for network_data to match usage elsewhere
2026-05-17 10:22:34 -07:00
awsr ad0afa6fb9 processing_prompt typing 2026-05-17 10:21:39 -07:00
awsr 45f6027a92 sd_checkpoint typing 2026-05-17 10:21:01 -07:00
awsr 6e153e1980 Cast correct type for opts.lora_force_reload 2026-05-17 10:06:43 -07:00
awsr 8fed5afe62 Fix method signature 2026-05-17 10:06:31 -07:00
awsr 3ff0c6d8be Add typing 2026-05-17 10:05:43 -07:00
awsr 4e5291b1f8 Document reason for type ignore 2026-05-17 09:55:38 -07:00
awsr 4944a296c2 Move extra_data type hint 2026-05-17 09:55:00 -07:00
awsr 25428ad176 Fix argument type inference and organize imports 2026-05-17 09:52:11 -07:00
Disty0 39b768564a update ipex and rocm to torch 2.12 2026-05-17 18:26:19 +03:00
Oleksandr Liutyi 72e23ebdf6 fix compatibility to sdnext-scheduler 2026-05-17 12:30:11 +00:00
Vladimir Mandic 2270580a40 improve settings search
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-05-17 09:59:38 +02:00
Vladimir Mandic dd796552db use snapshot path for downloaded model
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-05-17 09:14:50 +02:00
Vladimir Mandic 68f00d85ca attention execution guard against cpu tensors
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-05-17 08:44:29 +02:00
Vladimir Mandic d8433e53cd fix custom vae loader
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-05-17 08:37:13 +02:00
Disty0 297ab4bb60 SDNQ Lora fix dtype 2026-05-16 13:13:41 +03:00
Vladimir Mandic f67562b912 - all guidance values set to -1 to enable using model defaults
- log default values used if not overriden by user
- rename inconsistent guidance variables:

p.cfg_scale
p.image_cfg_scale -> p.cfg_image
p.diffusers_guidance_rescale -> p.cfg_rescale
p.pag_scale -> p.cfg_true
p.pag_adaptive -> p.cfg_adaptive

Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-05-16 11:06:23 +02:00
Vladimir Mandic 632032308d add pruna placeholders
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-05-16 09:18:39 +02:00
Vladimir Mandic 7786b5de7d fix GHSA
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-05-16 08:53:54 +02:00
Vladimir Mandic ce726bf084 pil patches
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-05-16 08:32:45 +02:00
Vladimir Mandic 15de3307c6 Merge pull request #4847 from awsr/pillow-update
Update Pillow support to 12.2.0
2026-05-16 08:29:37 +02:00
Vladimir Mandic 4db62cc771 update xet and patch qk_norm defaults
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-05-16 08:27:11 +02:00
Vladimir Mandic 84cbc37659 gradio temp files guard
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-05-16 07:19:52 +02:00
Disty0 8e11971572 Fix SDNQ Lora 2026-05-15 21:25:08 +03:00
Disty0 58891d3a4e cleanup comments 2026-05-15 14:36:03 +03:00
Vladimir Mandic 8ca0568bd2 fix apply_sdnq_to_module
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-05-15 12:17:01 +02:00
Disty0 6eebf2566d Refactor SDNQ quantizer handling and add modules_to_not_use_matmul 2026-05-15 05:47:32 +03:00
Vladimir Mandic 8bf7ddffe3 caption: add image analyze
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-05-14 13:16:26 +02:00
awsr 82886ba9a3 Update Pillow support to 12.2.0
- Update "constraints.txt" and "requirements.txt".
- Migrate removed `ImageCms.FLAGS` to `ImageCms.Flags` enum.
- Update typing.
- Simplify getting path in `apply_srgb`.
2026-05-13 18:37:12 -07:00
Vladimir Mandic 10b6409954 skill check-models
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-05-13 11:47:33 +02:00
Vladimir Mandic 5630c91ac6 skill check-processing
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-05-13 11:47:11 +02:00
Vladimir Mandic 42c1199469 skill check-process
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-05-13 11:44:58 +02:00
Vladimir Mandic 22a8af0c89 skill check-api
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-05-13 11:44:32 +02:00
Vladimir Mandic 217e4e42c3 skill check-schedulers
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-05-13 11:40:48 +02:00
Vladimir Mandic 7194b4b553 add anima and hidream-o1 prequants
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-05-13 10:15:37 +02:00
Vladimir Mandic e368472cbb add scale_noise and improve set_timesteps to multiple schedulers
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-05-13 09:46:39 +02:00
Vladimir Mandic 1b927bac8d error handle missing image
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-05-12 09:19:54 +02:00
Vladimir Mandic d5f4199253 fix preview
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-05-11 09:48:22 +02:00
Vladimir Mandic 62a3653b49 ty lint
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-05-11 09:34:17 +02:00
Vladimir Mandic 6c2a56ff71 more pylint fixes
Co-authored-by: Copilot <copilot@github.com>
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-05-11 08:57:16 +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 8296d07ff8 Revert "stricter pylint"
This reverts commit c27481e45a.
2026-05-11 08:13:48 +02:00
Vladimir Mandic c27481e45a stricter pylint
Co-authored-by: Copilot <copilot@github.com>
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-05-11 07:51:47 +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
CalamitousFelicitousness 543fd35484 feat(hidream): enable sdnq quantization for o1
- Add module_skip_keys entry for HiDreamO1Qwen3VLTransformer so SDNQ
  leaves embedding/output layers (lm_head, embed_tokens, x_embedder,
  t_embedder1, final_layer2, patch_embed, pos_embed) at full precision.
- Flip allow_quant to True in load_hidream_o1 and surface the resolved
  quant type in the load log.
2026-05-11 03:57:58 +01:00
Vladimir Mandic 0cb316272b Merge pull request #4841 from vladmandic/feat/flux2-native-adapters
Feat/flux2 native adapters
2026-05-10 21:49:45 +02:00
Vladimir Mandic e11a0f1980 Merge pull request #4840 from vladmandic/feat/civitai-embed-preview-meta
Feat/civitai embed preview meta
2026-05-10 21:48:35 +02:00
Vladimir Mandic 7ee740e744 add hidream-o1
Co-authored-by: Copilot <copilot@github.com>
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-05-10 21:45:58 +02:00