Commit Graph

911 Commits

Author SHA1 Message Date
Vladimir Mandic 7786b5de7d fix GHSA
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-05-16 08:53:54 +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 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
CalamitousFelicitousness e15bd607a1 fix(installer): support ssh remotes in repo update check
`get_version()` previously stored the raw `git remote get-url origin`
output in `ver['url']`. For ssh-form remotes (`git@host:owner/repo` or
`ssh://git@host/owner/repo`), the GitHub branches API url builder in
`check_version()`, which strips the `https://github.com/` prefix,
produced a malformed url that returned 404. The 404 response (a dict
with `message`) was then iterated by a list comprehension filtering on
`'name' in b`, yielding an empty branch list and a misleading
"branch=dev skipping update" warning.

- normalize ssh and ssh:// remotes to canonical https form in
  `get_version()`, so every consumer of `ver['url']` sees one shape
- guard `check_version()` against non-list api responses with an
  `isinstance` check that logs the actual payload instead of silently
  yielding `[]`
2026-05-10 22:01:02 +01:00
Vladimir Mandic 74fc05c9f9 add sd-ultimate-upscale
Co-authored-by: Copilot <copilot@github.com>
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-05-08 10:16:17 +02:00
Vladimir Mandic aca14ab2a0 fix step1x
Co-authored-by: Copilot <copilot@github.com>
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-05-08 08:01:31 +02:00
Vladimir Mandic dcc37afabd ernie add lora
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-05-04 20:45:10 +02:00
Vladimir Mandic 98633b332d Merge pull request #4805 from awsr/fix-ext-install
Fix extension requirements install
2026-04-30 09:36:09 +02:00
Vladimir Mandic 304918baec monkey-patch multi-image
Co-authored-by: Copilot <copilot@github.com>
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-04-29 19:53:14 +02:00
awsr 19bc712ecf Fix typing 2026-04-28 01:35:25 -07:00
awsr aff3bf415a Change pip constraints handling...
...and set "uv" and "constraints" parameters to keyword-only
2026-04-28 01:22:27 -07:00
awsr b37fff1237 Update additional argument handling 2026-04-28 01:15:07 -07:00
awsr 77d0061269 Remove leftover useless code 2026-04-28 00:51:52 -07:00
Vladimir Mandic ff5bdd1b62 update diffusers and extra lint
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-04-28 08:58:49 +02:00
awsr 41157f7426 Fix extension requirements install 2026-04-27 14:20:34 -07:00
Vladimir Mandic 58377216f1 update diffusers
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-04-27 07:57:12 +02:00
Vladimir Mandic c1c89b8751 update gradio installer
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-04-25 00:09:31 +02:00
vladmandic e70e559dce sync kanvas branch on startup
Signed-off-by: vladmandic <mandic00@live.com>
2026-04-21 17:14:11 +02:00
vladmandic ab145c4a1c update kanvas
Signed-off-by: vladmandic <mandic00@live.com>
2026-04-21 17:07:37 +02:00
vladmandic 7061672252 add ltx-2.3-1.1
Signed-off-by: vladmandic <mandic00@live.com>
2026-04-16 08:15:46 +02:00
vladmandic d29c133891 validate reference, lint and update diffusers
Signed-off-by: vladmandic <mandic00@live.com>
2026-04-15 10:10:05 +02:00
vladmandic 020bc7a569 cleanup hijacks
Signed-off-by: vladmandic <mandic00@live.com>
2026-04-14 12:52:51 +02:00
vladmandic d1a40b3ba7 openvino device selecrtion
Signed-off-by: vladmandic <mandic00@live.com>
2026-04-12 19:07:20 +02:00
vladmandic 1e38ff4623 update packages
Signed-off-by: vladmandic <mandic00@live.com>
2026-04-12 19:06:09 +02:00
Disty0 947ba2871e Update OpenVINO to 2026.1.0 2026-04-10 19:52:45 +03:00
vladmandic a16c7ac16e installer auto-restart on upgrade
Signed-off-by: vladmandic <mandic00@live.com>
2026-04-09 09:34:25 +02:00
CalamitousFelicitousness 0e5d351099 add google gemma-4-e2b and gemma-4-e4b support
- add to prompt enhance models, img2img, and models_cls
- add to vlm/caption models
- update _load_gemma class selection for gemma 4
- bump transformers pin to 5.5.0.dev for gemma4 architecture support
2026-04-09 03:21:50 +01:00
vladmandic 973e137f29 update torch_info
Signed-off-by: vladmandic <mandic00@live.com>
2026-04-05 10:33:13 +02:00
vladmandic 32b69bdd3d guard against spaces
Signed-off-by: vladmandic <mandic00@live.com>
2026-04-04 08:47:59 +02:00
vladmandic d3880632ed flag python 3.14 as experimental
Signed-off-by: vladmandic <mandic00@live.com>
2026-04-02 08:20:31 +02:00
vladmandic 61c10d6591 update diffusers and transformers
Signed-off-by: vladmandic <mandic00@live.com>
2026-03-31 16:34:28 +02:00
vladmandic b86e357b8e update nunchaku code
Signed-off-by: vladmandic <mandic00@live.com>
2026-03-28 09:49:05 +01:00
vladmandic 611dfe4301 update nunchaku installer
Signed-off-by: vladmandic <mandic00@live.com>
2026-03-28 08:57:23 +01:00
CalamitousFelicitousness fa1bc15e64 fix(installer): remove duplicate pip prefix from CUDA torch command 2026-03-28 03:14:44 +00:00
vladmandic b5e9fbc7b3 reorganize scripts/extensions
Signed-off-by: vladmandic <mandic00@live.com>
2026-03-27 14:00:46 +01:00
vladmandic 4b6b577d14 detect active venv
Signed-off-by: vladmandic <mandic00@live.com>
2026-03-27 07:50:42 +01:00
vladmandic 4a297d70f2 update diffusers/transformers
Signed-off-by: vladmandic <mandic00@live.com>
2026-03-26 08:10:04 +01:00
vladmandic 397631fb4c update constraints, patch loader and create ext exclude list
Signed-off-by: vladmandic <mandic00@live.com>
2026-03-26 07:21:50 +01:00
vladmandic 0b74796d94 basic ty config
Signed-off-by: vladmandic <mandic00@live.com>
2026-03-25 09:34:59 +01:00
vladmandic 7a47b6bbdb update torch-cuda and create agents.md
Signed-off-by: vladmandic <mandic00@live.com>
2026-03-25 08:23:55 +01:00
Disty0 81cc9383b0 Update ROCm on Linux to Torch 2.11 + ROCm 7.2 2026-03-24 17:46:15 +03:00
Disty0 d429e11d55 Update OpenVINO to 2026 and Torch to 2.11 2026-03-24 17:06:57 +03:00
vladmandic 53839e464c remove legacy quant loaders
Signed-off-by: vladmandic <mandic00@live.com>
2026-03-24 15:01:07 +01:00
Disty0 4f8260e670 Update IPEX to Torch 2.11 2026-03-24 14:17:24 +03:00
Disty0 a5977f09f5 Fix JPEG XL 2026-03-24 13:36:52 +03:00
vladmandic c1e67a9c71 update changelog/todo
Signed-off-by: vladmandic <mandic00@live.com>
2026-03-23 16:21:35 +01:00
vladmandic 3261e2eeae update requirements and introduce constraints
Signed-off-by: vladmandic <mandic00@live.com>
2026-03-23 07:27:50 +01:00
vladmandic 87659823fc gpu info for xpu and log exclude list
Signed-off-by: vladmandic <mandic00@live.com>
2026-03-19 15:01:49 +01:00