Claude
1fdb9ecfdb
Fix XYZ grid sub-grid count ignoring sub-grids created with the main grid
...
draw_xyz_grid inserts one sub-grid per Z value whenever the main grid
or sub-grids are enabled, but have_subgrids only counted them when
'Include sub grids' was checked. With main grid on and sub grids off,
the Z sub-grids leaked into the results as ordinary images (shown in
the gallery, fed into video creation, misaligning infotexts) and the
removal branch was unreachable since its condition contradicted itself.
Count sub-grids based on the same condition that inserts them.
https: //claude.ai/code/session_014QWKWgKvMevcuvfCnsYoT2
Co-Authored-By: Claude <noreply@anthropic.com >
2026-06-12 02:41:29 -04:00
Claude
16145a5bdd
Fix XYZ grid state leaks on invalid axis values
...
The always-on variant returned from its parse-error handler without
resetting the module-level active flag, silently disabling the XYZ grid
for every later generation until restart. The selectable variant
likewise returned without ending the job state it had begun.
https: //claude.ai/code/session_014QWKWgKvMevcuvfCnsYoT2
Co-Authored-By: Claude <noreply@anthropic.com >
2026-06-12 02:41:29 -04:00
Vladimir Mandic
f25f325efb
fixes based on full skills run
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2026-06-04 11:10:26 +02:00
Vladimir Mandic
c8d6fd5cf8
Revert "much stricter ruff linting"
...
This reverts commit 310dbf1574 .
2026-05-11 08:13:57 +02:00
Vladimir Mandic
310dbf1574
much stricter ruff linting
...
Co-authored-by: Copilot <copilot@github.com >
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2026-05-11 07:15:37 +02:00
vladmandic
91bba59c0d
fix lint
...
Signed-off-by: vladmandic <mandic00@live.com >
2026-04-12 19:06:08 +02:00
vladmandic
b5e9fbc7b3
reorganize scripts/extensions
...
Signed-off-by: vladmandic <mandic00@live.com >
2026-03-27 14:00:46 +01:00
Vladimir Mandic
216558185b
update installer usage
2026-02-19 12:21:46 +01:00
Vladimir Mandic
e5c494f999
cleanup logger
2026-02-19 11:09:13 +01:00
Vladimir Mandic
a3074baf8b
unified logger
2026-02-19 09:46:42 +01:00
vladmandic
2d6cc5addb
metadata restore to always-on scrips
...
Signed-off-by: vladmandic <mandic00@live.com >
2026-02-05 10:21:49 +01:00
vladmandic
b5f000ab8a
add xyz and script support to control api
...
Signed-off-by: vladmandic <mandic00@live.com >
2025-11-23 13:07:42 -05:00
awsr
2e87e20c30
Allow \, to prevent text splitting
2025-11-15 13:09:05 -08:00
awsr
3d604948ea
Allow using | as a delimiter instead of ,
...
This useful for when you want to test combinations of multiple items that would need to be separated by a comma.
2025-11-15 13:09:04 -08:00
Vladimir Mandic
47cba6b0a7
fix xyz with random seed
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2025-09-19 09:24:49 -04:00
Vladimir Mandic
175e9cbe29
cleanup/refactor state history
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2025-09-12 16:12:45 -04:00
Vladimir Mandic
b2dbef53e5
restyled all toolbuttons to be modernui native
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2025-08-31 15:01:50 -04:00
Vladimir Mandic
cd84cfec11
xyzgrid with control tab
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2025-07-15 14:35:27 -04:00
Vladimir Mandic
a77975165c
fix xyz with control enabled
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2025-07-15 09:11:54 -04:00
Vladimir Mandic
e8b5ea3847
major refactor: remove backend original
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2025-07-05 13:16:46 -04:00
Vladimir Mandic
c4d9338d2e
major refactoring of modules
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2025-07-03 09:18:38 -04:00
Vladimir Mandic
78330142ae
add moondream2, sdnq xyzgrid timing info
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2025-06-27 09:41:32 -04:00
Vladimir Mandic
6d08bf2558
xyz grid handle invalid values
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2025-01-25 08:37:49 -05:00
Vladimir Mandic
27e087ecea
update element ids
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2025-01-16 11:51:36 -05:00
Vladimir Mandic
5a59054eec
refactor video file create and save
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2025-01-15 13:03:40 -05:00
Vladimir Mandic
0114b59470
refactor of progress monitoring
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2025-01-05 13:22:19 -05:00
Vladimir Mandic
7e2034c4ff
lora add fuse
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2024-12-02 10:51:41 -05:00
Vladimir Mandic
507636d0a1
lora-refactor
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2024-12-01 10:54:51 -05:00
Vladimir Mandic
f593efe966
xyz grid create video
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2024-11-05 09:06:49 -05:00
Vladimir Mandic
a2f9a4dbb0
refactor pulid
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2024-11-04 12:31:39 -05:00
Vladimir Mandic
ac26ba5cf1
fix xyz with batch count
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2024-10-31 15:02:55 -04:00
Vladimir Mandic
faa0bf5358
add xyz optional time info
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2024-10-30 12:26:07 -04:00
Vladimir Mandic
d9e0af0829
fix xyz grid restore
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2024-10-08 13:16:47 -04:00
Vladimir Mandic
b8055d1527
fix xyz grid
2024-09-26 09:24:11 -04:00
Fundaris
1fff99fc96
fix xyz grid seed labels broke after renaming options
2024-09-26 09:02:20 +02:00
Vladimir Mandic
3d38f6ea73
update xyz grid
2024-09-25 19:32:57 -04:00
Vladimir Mandic
4136983f82
add reprocess plus major processing refactor
2024-09-24 20:31:05 -04:00
Vladimir Mandic
a3b3553588
optimize xyz grid
2024-09-21 14:54:30 -04:00
Vladimir Mandic
fe93ad6929
refactor xyzgrid
2024-09-13 19:22:02 -04:00
Vladimir Mandic
62d3cdf37d
update txt/img/control size controls
2024-09-08 18:49:49 -04:00
Vladimir Mandic
605e5f67aa
add context-aware image resize
2024-09-07 11:58:58 -04:00
Vladimir Mandic
264460b90f
improve xyz grid for loras and add strength
2024-08-30 19:57:12 -04:00
Vladimir Mandic
e8165c3d63
xyz grid add lora selector
2024-06-22 18:40:06 -04:00
Vladimir Mandic
bbaa03a466
add 4bit t5
2024-06-17 09:39:30 -04:00
Vladimir Mandic
deefbe59a4
sd3 sampler shift support
2024-06-16 15:56:25 -04:00
Vladimir Mandic
99bddca5c1
fix control prompt lists
2024-05-29 13:48:07 -04:00
AI-Casanova
6540a2d1ed
Fix Guidance (CFG & PAG) End for PAG Pipelines
2024-05-18 17:20:56 -05:00
Vladimir Mandic
eff5dce05f
new sampler features
2024-05-11 12:53:45 -04:00
Vladimir Mandic
c42fded960
add pag for sd15 and sdxl
2024-05-06 19:57:40 -04:00
Vladimir Mandic
9ff507d93a
add todo token downsampling and simplify tomes
2024-04-28 20:29:28 -04:00