Commit Graph

13519 Commits

Author SHA1 Message Date
Ryan Meador b63e5ceeae fix(ltx): align cached prompt tensors with device 2026-05-31 17:52:44 -04:00
Vladimir Mandic c3eec8e60b Merge pull request #4884 from vladmandic/fix/output-paths-base-relative
fix(paths): don't create per-type output dirs at root when base set
2026-05-31 06:47:53 +02:00
Vladimir Mandic dce4c2cd94 Merge pull request #4883 from vladmandic/fix/taesd-preview-size
fix(preview): keep taesd preview size constant across decode layers
2026-05-31 06:47:07 +02:00
CalamitousFelicitousness 0acfc70c42 fix(paths): don't create per-type output dirs at root when base set
create_paths() pre-created every per-type output folder via fix_path(), which resolves relative values against data_path (the repo root). With a base images/grids folder configured, those bare dirs are never written to (generation uses the base-joined path), so they accumulate as empty stray folders at the repo root on every launch. Guard the bare creations behind an unset base; the resolved base+specific block already creates the real targets.
2026-05-31 04:49:05 +01:00
CalamitousFelicitousness f8bd53a96b fix(preview): keep taesd preview size constant across decode layers
taesd_layers < 3 drops spatial upsample blocks in the TAESD/TAEHV
decoders, shrinking preview output 2x/4x. Both UIs size the live preview
from the image's intrinsic pixel dimensions (modern via object-fit:
scale-down, standard via max(naturalWidth, 512px)), so lower layer counts
rendered the preview physically small.

Rescale the decoded preview spatially by 2^(3-layers) in
sd_vae_taesd.decode. Gated to TAESD and TAEHV, the only decoders that
honor taesd_layers; TAEM1 and Hybrid VAEs decode at full size and are left
untouched. Rank-agnostic so it covers both image (CHW) and video (TCHW)
previews, including single-frame video models used for txt2img.
2026-05-31 04:43:10 +01:00
Vladimir Mandic a0531c70fd add new attention dispatcher
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-05-29 21:10:56 +02:00
Vladimir Mandic d2d9f7caea captioning improvements and cleanup
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-05-29 21:10:56 +02:00
Vladimir Mandic e9be7e929f Merge pull request #4881 from liutyi/dev
fix clean ipex install error and community ZIT models covers
2026-05-29 18:03:42 +02:00
Oleksandr Liutyi 964ae59078 fix resonantsky models paths, regenerate preview with metadata 2026-05-29 12:42:02 +00:00
Vladimir Mandic db1444ecba update kanvas
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-05-29 10:29:21 +02:00
Oleksandr Liutyi 214a88ce32 fix clean ipex install error (not found intel-cmplr-lib-rt==2025.3.2) 2026-05-29 08:28:45 +00:00
Vladimir Mandic 06545baa00 force reinstall transformers/diffusers
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-05-29 07:11:46 +02:00
Vladimir Mandic f2069e6264 fix kanvas not triggering image change notification
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-05-28 23:22:53 +02:00
Vladimir Mandic 5a4a1ff2a1 cleanup
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-05-28 12:11:01 +02:00
Vladimir Mandic 89e728c9d5 refactor uv support
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-05-28 11:54:08 +02:00
Vladimir Mandic 1bd00e4e80 update readme
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-05-27 19:27:30 +02:00
Vladimir Mandic 8b2e8dc0bf retry workflow
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-05-27 19:14:19 +02:00
Vladimir Mandic e3fdf43f2f retry workflow
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-05-27 19:08:41 +02:00
Vladimir Mandic 1d5491704a retry workflow
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-05-27 18:58:38 +02:00
Vladimir Mandic e11d288e0f retry workflow
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-05-27 18:39:27 +02:00
Vladimir Mandic 17cf58d87a retry workflow
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-05-27 17:30:11 +02:00
Vladimir Mandic e48f879242 retry workflow
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-05-27 17:25:37 +02:00
Vladimir Mandic ef127e37b2 retry workflow
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-05-27 17:22:13 +02:00
Vladimir Mandic 4c41226651 retry workflow
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-05-27 17:19:29 +02:00
Vladimir Mandic b1bb1cfe2d retry workflow
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-05-27 17:09:01 +02:00
Vladimir Mandic c66367b3ab retry workflow
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-05-27 17:02:50 +02:00
Vladimir Mandic 7d02ededd3 retry workflow
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-05-27 16:41:52 +02:00
Vladimir Mandic 0e99be5de2 lint fix
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-05-27 16:31:59 +02:00
Vladimir Mandic 40effbae16 retry workflow
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-05-27 16:22:38 +02:00
Vladimir Mandic 1e720e29e1 fix workflow order
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-05-27 16:15:58 +02:00
Vladimir Mandic b33ed4c95a trigger workflow
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-05-27 16:10:15 +02:00
Vladimir Mandic dc1f48d693 another
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-05-27 15:51:47 +02:00
Vladimir Mandic e992804fd0 another action update
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-05-27 15:45:38 +02:00
Vladimir Mandic 57c5bc1943 another action try
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-05-27 15:40:23 +02:00
Vladimir Mandic bbaafd8c87 typo
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-05-27 15:36:42 +02:00
Vladimir Mandic b366ea8000 update github workflows
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-05-27 15:35:17 +02:00
Vladimir Mandic 0125968885 update readme
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-05-27 15:11:25 +02:00
Vladimir Mandic cdb3d50ce6 update readme/changelog
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-05-27 13:41:08 +02:00
Vladimir Mandic 9d1ee38225 Merge pull request #4875 from resonantsky/dev
Added Diving Z-Image-Turbo and Unstable Revolution Z-Image-Turbo
2026-05-26 19:58:41 +02:00
resonantsky d309e2587a Update extras field to specify steps as 8 2026-05-26 15:59:20 +02:00
resonantsky 53ba8116ac Delete Z-Image-Turbo NSFW entry
Removed Z-Image-Turbo NSFW entry from reference community data.
2026-05-26 12:53:48 +02:00
resonantsky 16e7d9333f Added Diving Z-Image-Turbo and Unstable Revolution Z-Image-Turbo 2026-05-26 12:51:43 +02:00
Vladimir Mandic 4906ce3078 patch lens again
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-05-25 16:57:20 +02:00
Vladimir Mandic 5038ae4186 patch lens
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-05-25 16:30:36 +02:00
Vladimir Mandic da6929e022 Merge pull request #4874 from liutyi/dev
Microsoft Lens reference Images
2026-05-25 15:33:32 +02:00
Oleksandr Liutyi 4c404a7177 Microdoft Lens reference Images 2026-05-25 13:08:27 +00:00
Vladimir Mandic b61c89a137 add submit alias
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-05-25 10:55:56 +02:00
Vladimir Mandic 113d4efae8 add lens img2img and inpaint
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-05-25 10:40:20 +02:00
Vladimir Mandic d5650184fc add str to sdnqconfig
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-05-25 10:40:20 +02:00
CalamitousFelicitousness 566b6629bd fix(styles): key style dict by prefixed name to prevent nested collisions
Styles in nested subfolders that shared a base JSON name were being
overwritten because load_style keyed self.styles by the raw style["name"]
while the Style object stored the prefixed name. The extra networks page
iterates dict keys, so only one card per name surfaced.

Key the dict by the same prefixed name, and warn when a true duplicate
(same prefix and same name) is still detected.
2026-05-25 02:05:37 +01:00