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
awsr
90e800a587
Fix Hires info text handling
2025-11-07 12:58:49 -08: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
Vladimir Mandic
2c8cbf70a2
inline wildcard obey seed
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2025-11-04 20:50:13 -05:00
CalamitousFelicitousness
18676996d0
Sage Attention 2 + Triton workaround Qwen-Image
...
Workaround to prevent black images generated with Qwen-Image models when Sage Attention 2 is enabled with Triton as backend on devices with compute capability 8.0 and 8.6.
Simply switches back to Cuda backend for these models only.
Proof of concept, feel free to close if this is not appropriate.
2025-11-04 23:31:14 +00:00
Vladimir Mandic
65dfc9b4d0
fix ui_disabled
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2025-11-04 12:06:32 -05:00
Vladimir Mandic
db3f5ff01b
detailer expert mode enhance parsing
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2025-11-04 10:41:23 -05:00
Vladimir Mandic
e265f1aace
networks info details include preview image metadata
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2025-11-04 10:17:52 -05:00
Vladimir Mandic
3527fac3a0
keep exif on thumbnail generation
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2025-11-04 10:03:22 -05:00
Vladimir Mandic
9927b3e62c
controlnet allow processor to keep aspect-ratio for override images based on i2i or t2i resolution
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2025-11-04 09:37:18 -05:00
Vladimir Mandic
4a48695918
fix postprocess
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2025-11-04 08:23:45 -05:00
Vladimir Mandic
780cd26587
triton test hide errors behind debug flag
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2025-11-04 07:26:21 -05:00
Vladimir Mandic
9044aca2c7
Merge branch 'dev' into patch-1
2025-11-04 07:23:20 -05:00
Disty0
a4378a79e4
fix typo
2025-11-04 14:30:52 +03:00
Disty0
8ad53ed4b3
SDNQ update keys
2025-11-04 14:29:44 +03:00
awsr
95352051a9
Ensure value is string before calling .lower()
...
Technically it seems like `v` is already going to be a bool, but I guess this is being done in case it gets passed as a str instead.
2025-11-03 21:21:39 -08:00
Seunghoon Lee
e544404adf
disable miopen when unavailable
2025-11-04 12:37:12 +09:00
Vladimir Mandic
7c1a9a4b9b
lint
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2025-11-03 19:37:31 -05:00
Vladimir Mandic
05261e708a
ability to disable parts of the app
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2025-11-03 19:36:55 -05:00
Vladimir Mandic
aa42dd9cca
fix cwd on git version check fail
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2025-11-03 16:23:41 -05:00
Vladimir Mandic
dcdb8d3a29
merge detailer annotations
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2025-11-03 13:50:38 -05:00
Vladimir Mandic
00666ef68c
taesd warn on long decode
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2025-11-03 08:52:35 -05:00
Vladimir Mandic
ab1ddaf59b
fix save video to folder
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2025-11-03 08:13:11 -05:00
Disty0
c61e34770b
revert frame index
2025-11-02 22:25:49 +03:00
Vladimir Mandic
d2caffa7b4
improve runai-streamer integration
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2025-11-02 12:14:15 -05:00
Disty0
5ba74b7263
Get the correct frame with Chrono
2025-11-02 19:21:08 +03:00
Vladimir Mandic
fc4033a628
change num_beams and update changelog
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2025-11-02 10:56:50 -05:00
Seunghoon Lee
57e8da7a36
windows gfx120x disable MIOpen
2025-11-03 00:37:59 +09:00
Disty0
8535efc14a
Add WanTransformerBlock to no split
2025-11-02 18:33:44 +03:00
Seunghoon Lee
95ff18627e
windows hip arch detection fix endless loop
2025-11-03 00:28:01 +09:00
Vladimir Mandic
3f0a53f5e4
cleanup
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2025-11-02 06:29:19 -05:00
Vladimir Mandic
fc356e626d
Merge branch 'dev' into patch-1
2025-11-02 06:21:52 -05:00
Vladimir Mandic
558d2f0f02
fix samples check
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2025-11-02 06:18:36 -05:00
awsr
dd029ce057
Fix settings conflict that caused UI desync
...
Because these were being counted as regular settings, the Apply Settings button would revert any changes made in the Detailer section and make the settings become out of sync with the UI (until they were re-saved by changing a value in the Detailers section).
2025-11-02 02:15:24 -08:00