Commit Graph

12570 Commits

Author SHA1 Message Date
vladmandic 64e193b60b merge: cli/hf-search.py 2026-03-12 14:11:47 +01:00
vladmandic b2f95b91bf cleanup upload
Signed-off-by: vladmandic <mandic00@live.com>
2026-03-12 09:20:19 +01:00
Disty0 f35e644d44 cast svd to torch_dtype 2026-03-11 14:50:14 +03:00
Disty0 e202d43801 SDNQ set sdnq_dequantize_fp32 to True by default 2026-03-11 14:35:11 +03:00
Disty0 30d21f420f Allow all types in dyn quant 2026-03-11 13:46:24 +03:00
Disty0 b02a63c60c SDNQ update minimum dtype check 2026-03-11 04:12:37 +03:00
Disty0 76b184a9fe fix fp16 mm is selected instead of fp8 mm 2026-03-11 03:55:43 +03:00
Disty0 d9e628574a SDNQ add 15, 13, 11 and 9 bit support 2026-03-11 03:39:02 +03:00
Vladimir Mandic e5f9707e48 Merge pull request #4675 from awsr/style-sort
Fix style sorting
2026-03-10 06:04:02 +01:00
awsr afc517ad87 Update variable name 2026-03-09 18:42:10 -07:00
awsr 3a8ef75068 Remove legacy code 2026-03-09 18:36:04 -07:00
awsr b27c48a3a6 Fix style sorting 2026-03-09 18:35:30 -07:00
Disty0 9fbe70195f SDNQ add 14, 12 and 10 bit support 2026-03-09 23:05:08 +03:00
vladmandic 20e8b8ab18 add upload api endpoint
Signed-off-by: vladmandic <mandic00@live.com>
2026-03-09 16:02:05 +01:00
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
Vladimir Mandic 1ff587a191 update changelog
Signed-off-by: Vladimir Mandic <57876960+vladmandic@users.noreply.github.com>
2026-03-08 20:16:09 +01:00
Vladimir Mandic a5fd4ee15b Merge pull request #4673 from awsr/folderview
Use `wslview` instead of `wsl-open` on WSL
2026-03-08 20:10:41 +01:00
Vladimir Mandic eacd09e09f Merge pull request #4670 from awsr/subprocess
Update subprocess usage
2026-03-08 20:10:14 +01:00
awsr 61b98de9e2 Keep wsl-open as a fallback
Very unlikely to be needed, but just in case...
2026-03-07 14:52:10 -08: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 952fdedd73 Use wslview on WSL + minor rewrite
`wslview` has been included by default in WSL for a while now.
2026-03-07 01:13:49 -08:00
Vladimir Mandic 020118a89f Merge pull request #4671 from CalamitousFelicitousness/fix/tagger-batch-upload
Fix tagger batch upload and file list
2026-03-07 08:23:35 +01:00
awsr 7657c5af29 Ensure shell=True to work with single-string cmd 2026-03-06 20:24:51 -08:00
CalamitousFelicitousness c68ab0f75e fix(ui): constrain batch file list height in caption tab
Add max-height and overflow-y scroll to batch file upload components
so uploading many files doesn't push the entire UI down.
2026-03-07 02:50:23 +00:00
CalamitousFelicitousness 2f30e466e1 fix(caption): tagger batch only processes first uploaded file
Align tagger batch file collection with the working VQA/OpenCLIP
pattern. The previous implementation used Path wrapping and resolve()
deduplication which broke multi-file uploads from the Gradio File
component. Now all four batch modes (VQA, OpenCLIP, WaifuDiffusion,
DeepBooru) use the same f.name file collection approach.
2026-03-07 02:26:48 +00: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 feffbe0851 Update subprocess.run usage 2026-03-05 20:06:09 -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 87cbfc7d39 update changelog
Signed-off-by: vladmandic <mandic00@live.com>
2026-03-04 17:13:24 +01:00
Vladimir Mandic 045df139c0 Merge pull request #4668 from resonantsky/seedvr-fix-distributed
Fixes for torch distributed errors on SeedVR 3B
2026-03-04 17:10:03 +01:00
vladmandic 7045c26f1b remove some cmd args
Signed-off-by: vladmandic <mandic00@live.com>
2026-03-04 14:56:49 +01:00
resonantsky 3bc75d3832 fixes torch distributed errors on SeedVR 2026-03-04 15:18:17 +02:00
vladmandic f879c2d09a add copilot-instructions
Signed-off-by: vladmandic <mandic00@live.com>
2026-03-04 12:16:06 +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 9df9ed1b05 update gemini models
Signed-off-by: vladmandic <mandic00@live.com>
2026-03-04 07:31:36 +01:00
Vladimir Mandic 540f34e41f Merge pull request #4667 from liutyi/dev
ShuttleAI covers 4 STEPS re-generated
2026-03-03 13:43:34 +01:00
Oleksandr Liutyi d54bdefc2a ShuttleAI covers 4 STEPS re-generated 2026-03-03 09:41:43 +00:00
vladmandic 04757adc78 lint
Signed-off-by: vladmandic <mandic00@live.com>
2026-03-02 11:09:15 +01:00
vladmandic 1ddd0bf33a add gemini to prompt enhance
Signed-off-by: vladmandic <mandic00@live.com>
2026-03-02 11:01:17 +01:00
vladmandic 5ff73b61a4 add google gemini to captioning
Signed-off-by: vladmandic <mandic00@live.com>
2026-03-02 09:34:40 +01:00
vladmandic 95a8c1125b lint
Signed-off-by: vladmandic <mandic00@live.com>
2026-03-01 18:29:16 +01:00
vladmandic ff4b5c33dc reduce use of python generators with ui
Signed-off-by: vladmandic <mandic00@live.com>
2026-03-01 18:17:42 +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