Commit Graph

7480 Commits

Author SHA1 Message Date
Vladimir Mandic a76168ba4b process tab send-to
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2025-11-12 09:19:28 -05:00
Vladimir Mandic 8fb037d4d4 wrap all internal api calls with auth check and use token when possible
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2025-11-11 18:13:47 -05:00
Vladimir Mandic 2b12b428dd fix syntax error
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2025-11-11 16:21:48 -05:00
Vladimir Mandic 26d89c0133 safe load non-sparse controlnet
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2025-11-11 16:15:47 -05:00
Vladimir Mandic 385de2f0af better detect input source
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2025-11-11 16:07:57 -05:00
Vladimir Mandic ec7bcd7202 fix kanvas-vs-video
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2025-11-11 14:45:16 -05:00
awsr 533c13a2d5 Remove conditional Hires sampler omission
Fixes restoring parameters when your default hires sampler isn't "Same as primary". In those cases, only the main sampler would be updated because there's no value stored for the hires sampler.

While technically you *could* assume that "Same as primary" is meant when other hires settings are loaded without a value for the sampler, it would be a lot more complicated to actually implement. Honestly, it's just better and probably more "expected behavior" to always include the information when using Hires.
2025-11-10 15:16:40 -08:00
Vladimir Mandic 947e2c7bc5 update chrono pipeline
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2025-11-10 08:43:50 -05:00
Vladimir Mandic a5c5635968 detailer validate if model is compatible
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2025-11-10 07:53:45 -05:00
Disty0 6f33ec3357 SDNQ use the model quant params instead of user settings on Lora 2025-11-10 00:12:38 +03:00
Vladimir Mandic c536637908 add kanvas integration
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2025-11-09 15:41:20 -05:00
Vladimir Mandic b045d72670 remove obsolete video scripts
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2025-11-09 09:54:17 -05:00
Vladimir Mandic c6593ac180 fix detailer with lora
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2025-11-09 09:14:26 -05:00
Vladimir Mandic 3a3c984411 Merge pull request #4388 from vladmandic/kanvas
merge kanvas to dev
2025-11-09 07:57:54 -05:00
awsr 7cf5f8b45d Revert Python >= 3.10 type syntax 2025-11-08 14:59:10 -08:00
awsr 19f9fc95fd Improve extension url handling 2025-11-08 14:56:04 -08:00
awsr 0bb0bf4681 Fix url formatting in update module 2025-11-08 14:54:34 -08:00
Disty0 113c582171 IPEX fix early init failure 2025-11-09 00:30:03 +03:00
Disty0 f4ee9c7052 Add Flex attention 2025-11-09 00:14:38 +03:00
Vladimir Mandic f491955991 Merge pull request #4383 from vladmandic/dev
refresh branch
2025-11-08 15:43:28 -05:00
Vladimir Mandic 69180202d3 kanvas integration
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2025-11-08 15:41:52 -05:00
Disty0 2bbbb684cc Rename CK Flash attention to just Flash attention 2025-11-08 23:24:40 +03:00
Disty0 a93715e0da Don't expose AMD Triton Flash Atten for non AMD 2025-11-08 23:20:55 +03:00
Disty0 93797dff8e ROCm enable Dynamic atten only for RDNA2 and older GPUs 2025-11-08 22:53:26 +03:00
Vladimir Mandic e7e41d30cf Merge pull request #4381 from vladmandic/dev
refresh branch
2025-11-08 11:59:06 -05:00
Vladimir Mandic d292c85df0 strong-enforce auth check on all api endpoints
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2025-11-08 11:41:24 -05:00
Vladimir Mandic ba270db6ad separate settings for lora fuse
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2025-11-08 11:08:06 -05:00
Vladimir Mandic 56026c4e61 refactor attention handling
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2025-11-08 10:55:41 -05:00
Vladimir Mandic 155ee7f84c fix sage-attention checks on sm86
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2025-11-08 08:47:21 -05:00
Vladimir Mandic 3bfe3a65b3 Merge pull request #4378 from awsr/hires-fix2
More Hires/denoising fixes
2025-11-08 08:15:15 -05:00
Vladimir Mandic b13ec726b8 Merge pull request #4379 from awsr/img2img-scale
Make selected_scale_tab match default UI behavior in img2img
2025-11-08 08:14:26 -05:00
Vladimir Mandic 1c95960fb0 fix detailer with face-restorers
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2025-11-08 08:12:33 -05:00
awsr 6bcc509234 Remove unused value 2025-11-08 04:37:00 -08:00
awsr d40a4f44a9 Rename variable to be less confusing 2025-11-08 04:36:18 -08:00
awsr b26d999991 Make selected_scale_tab match default UI behavior
The fact that Gradio didn't even have a simple way to update States from within code until later versions makes my head hurt. Actually... a lot of things about Gradio make my head hurt.
2025-11-08 04:14:52 -08:00
awsr 165ea3bf97 Update ui_img2img.py 2025-11-08 04:00:20 -08:00
Vladimir Mandic a4aef23f39 Merge pull request #4371 from vladmandic/dev
refresh branch
2025-11-07 17:56:14 -05:00
awsr 90e800a587 Fix Hires info text handling 2025-11-07 12:58:49 -08:00
Vladimir Mandic 7f4e151a13 cleanup
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2025-11-07 14:14:41 -05:00
Vladimir Mandic f2835499b1 kanvas bindings
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2025-11-07 12:21:48 -05:00
Disty0 0e8429dbd8 Cleanup 2025-11-07 18:49:29 +03:00
Vladimir Mandic d287bed69f Merge branch 'kanvas' into dev 2025-11-07 10:31:41 -05:00
Disty0 93f28f07ac Make SDNQ not depended on quantization_config.json and fix invalid quantization_config getting attached to the model on load 2025-11-07 18:11:21 +03:00
Vladimir Mandic 5dde890cb6 initial kanvas integration
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2025-11-06 22:05:19 -05:00
Vladimir Mandic afa68b6dac recursive inline wildcards
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2025-11-06 14:11:55 -05:00
Vladimir Mandic a5cefc96b6 add nvidia-sana-video-2b
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2025-11-06 08:40:10 -05:00
Vladimir Mandic 5ffbca9377 cleanup and update changelog
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2025-11-05 12:57:30 -05:00
Vladimir Mandic 0c2da8e178 Merge pull request #4361 from CalamitousFelicitousness/patch-2
Sage Attention 2 + Triton workaround Qwen-Image
2025-11-05 12:44:34 -05:00
CalamitousFelicitousness bdc477d252 Refactor GPU backend selection for sage attention
Removed hot path, now everything is defined at setup

Also, passing device to get_device_capability so that it works properly with multi-gpu setups.
2025-11-05 16:31:13 +00:00
CalamitousFelicitousness 4c791fb795 Remove model check logic for SA2 workaround 2025-11-05 10:53:07 +00:00