Vladimir Mandic
9fa6304cbc
Merge branch 'dev' of https://github.com/vladmandic/sdnext into dev
...
Signed-off-by: Vladimir Mandic <57876960+vladmandic@users.noreply.github.com>
2026-03-08 20:17:04 +01:00
awsr
609c2bed44
Revert name `sub_run` back to `run`
2026-03-07 13:47:53 -08:00
Vladimir Mandic
acab240e3b
improve reinstall behavior
...
Signed-off-by: Vladimir Mandic <57876960+vladmandic@users.noreply.github.com>
2026-03-07 12:49:59 +01:00
awsr
7657c5af29
Ensure `shell=True` to work with single-string cmd
2026-03-06 20:24:51 -08:00
awsr
c2087de473
Fix `sub_run` usage
2026-03-06 03:07:27 -08:00
awsr
1b4a45e2a6
Revert "Avoid using `args` as a variable name"
...
This reverts commit 7c09e3dfe1 .
2026-03-05 20:17:44 -08:00
awsr
af8622240c
Remove redundant formatting
2026-03-05 19:20:05 -08:00
awsr
61415ca305
Use new `sub_run` function
2026-03-05 19:18:30 -08:00
awsr
3f8812a76f
Shared function for running `subprocess.run`
2026-03-05 18:07:55 -08:00
awsr
7c09e3dfe1
Avoid using `args` as a variable name
2026-03-05 16:16:01 -08:00
vladmandic
b2f29911d2
update diffusers and changelog
...
Signed-off-by: vladmandic <mandic00@live.com>
2026-03-05 17:57:34 +01:00
vladmandic
eb9d9f6bb0
update diffusers and transformers
...
Signed-off-by: vladmandic <mandic00@live.com>
2026-03-04 09:51:10 +01:00
vladmandic
0d9f6b98c8
installer handle forks
...
Signed-off-by: vladmandic <mandic00@live.com>
2026-03-04 09:37:39 +01:00
vladmandic
9ad68c2ff4
eliminate possible race conditions during startup
...
Signed-off-by: vladmandic <mandic00@live.com>
2026-03-01 13:46:05 +01:00
vladmandic
403e9c2241
reduce race condition
...
Signed-off-by: vladmandic <mandic00@live.com>
2026-02-27 12:07:56 +01:00
Vladimir Mandic
c25bc9b4d8
update diffusers
...
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-02-21 11:02:02 +01:00
Vladimir Mandic
0c9c86c3f9
full switch to insightfacex
...
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-02-21 07:12:42 +01:00
Vladimir Mandic
58fe1f59ff
add alternative insightfacex
2026-02-20 21:09:43 +01:00
Vladimir Mandic
47543663f9
cleanup references to p.sd_model
...
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-02-19 20:48:42 +01:00
Vladimir Mandic
6a72aa8083
explicit gradio requirements
...
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-02-19 18:51:43 +01:00
Vladimir Mandic
7db3eac944
reorder first startup
2026-02-19 17:57:45 +01:00
Vladimir Mandic
4d10449ae1
update state cache
2026-02-19 15:52:56 +01:00
Vladimir Mandic
216558185b
update installer usage
2026-02-19 12:21:46 +01:00
Vladimir Mandic
2d28e7438c
remove normalbae and add state caching
2026-02-19 10:11:25 +01:00
Vladimir Mandic
a3074baf8b
unified logger
2026-02-19 09:46:42 +01:00
Vladimir Mandic
bfe014f5da
modernize typing
2026-02-19 09:15:37 +01:00
Vladimir Mandic
e9eadd06db
remove dependency on pkg_resources and refactor cmd_args
2026-02-19 08:30:40 +01:00
Vladimir Mandic
6fdd3a53cf
reduce mandatory requirements
...
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-02-18 17:53:08 +01:00
Vladimir Mandic
d6bbfe3dc2
experimental python==3.14 support
...
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-02-17 22:08:36 +01:00
vladmandic
3dde41faa5
cleanup previews and add firered
...
Signed-off-by: vladmandic <mandic00@live.com>
2026-02-17 08:19:23 +01:00
vladmandic
73b90c5228
redo all locales
...
Signed-off-by: vladmandic <mandic00@live.com>
2026-02-14 21:48:06 +01:00
vladmandic
88db926ecd
remove clip as requirement
...
Signed-off-by: vladmandic <mandic00@live.com>
2026-02-12 08:40:10 +01:00
CalamitousFelicitousness
385532154f
Merge remote-tracking branch 'origin/dev' into refactor/remove-face-restoration
...
# Conflicts:
# .pylintrc
# .ruff.toml
2026-02-10 14:38:14 +00:00
vladmandic
684d77d871
update diffusers
...
Signed-off-by: vladmandic <mandic00@live.com>
2026-02-10 11:49:01 +01:00
vladmandic
42d8ad498e
add ftfy
...
Signed-off-by: vladmandic <mandic00@live.com>
2026-02-09 19:54:26 +01:00
CalamitousFelicitousness
4162fd84db
fix(installer): handle setuptools 82 removing pkg_resources and uv broken fallback
...
- Build CLIP with --no-build-isolation to use venv's setuptools 69.5.1
instead of pip pulling setuptools 82.0.0 (which removed pkg_resources)
into an isolated build environment
- Add cleanup_broken_packages() to remove dist-info directories with
missing RECORD files before falling back from uv to pip, preventing
cascading install failures when uv partially installs packages
- Add no_build_isolation parameter to install() function
2026-02-09 01:38:44 +00:00
CalamitousFelicitousness
93f8f66305
refactor: remove GFPGAN install, CLI args, and model migration
...
- Remove GFPGAN pip install from installer.py optional requirements
- Remove 'gfpgan' from modules_to_remove cleanup list in launch.py
- Remove --codeformer-models-path and --gfpgan-models-path CLI args
- Remove GFPGAN model directory migration from modelloader.py
2026-02-08 23:00:22 +00:00
Vladimir Mandic
a0f9447d04
add --remote cmd opt
...
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-02-07 10:17:32 +00:00
vladmandic
339dff59f8
update diffusers
...
Signed-off-by: vladmandic <mandic00@live.com>
2026-02-05 17:04:49 +01:00
vladmandic
d7ca4f63a7
update schedulers and lint everything
...
Signed-off-by: vladmandic <mandic00@live.com>
2026-02-04 11:58:02 +01:00
Crashingalexsan
eeb176c0d0
[MIOPEN} Set MIOPEN_FIND_MODE 2 & enable GFX1200
2026-01-27 16:40:27 -06:00
Disty0
727fd92d76
Re-update ROCm / Linux to Torch 2.10
2026-01-27 16:07:20 +03:00
vladmandic
7ce0cc2520
update cuda nightly
...
Signed-off-by: vladmandic <mandic00@live.com>
2026-01-27 10:02:45 +01:00
Disty0
ad15f733b5
revert rocm back to torch 2.9.1
2026-01-25 20:06:31 +03:00
vladmandic
7bd73d6e75
log captured exceptions
...
Signed-off-by: vladmandic <mandic00@live.com>
2026-01-24 13:57:13 +01:00
vladmandic
bfc5445025
fix torch typo
...
Signed-off-by: vladmandic <mandic00@live.com>
2026-01-24 08:48:45 +01:00
Disty0
50c65ed990
Update OpenVINO to 2025.4.1
2026-01-23 14:43:42 +03:00
Disty0
cc9c2c31e5
Update ROCm Linux and OpeinVINO Torch to 2.10
2026-01-23 14:34:17 +03:00
vladmandic
578a16c65d
update torch
...
Signed-off-by: vladmandic <mandic00@live.com>
2026-01-23 09:50:39 +01:00
vladmandic
86c0681453
lint and changelog
...
Signed-off-by: vladmandic <mandic00@live.com>
2026-01-20 10:09:00 +01:00