CalamitousFelicitousness
c9e1398c71
feat(video): add minimax h3 joint video and audio model
...
First natively modular model: the pipeline is driven directly through
ModularPipeline, with components fetched per workflow (fl2va covers
text and first/last-frame conditioning).
- per-generation overrides snap the canvas to /32, align frames to
the 17n+5 grid and duration window, and keep the bespoke scheduler
pair
- group offload for modular pipelines applied per component in
sd_offload; re-application is a guarded no-op
- audio checkbox pops the audio decode block so decode and muxing are
skipped
- frames=1 renders a single still image: the duration floor lifts per
instance and sub-floor latents pad at the vae decoder
- progress and interrupt handling via a transformer forward pre-hook
- vae scale factor override, tuple-safe patch size
2026-08-10 22:11:57 +01:00
Vladimir Mandic
afc1a043b6
vae_scale_factor override
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2026-06-20 10:49:43 +02:00
awsr
5520e9555d
Typing and type narrowing
2026-05-17 10:40:28 -07:00
Vladimir Mandic
d8433e53cd
fix custom vae loader
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2026-05-17 08:37:13 +02:00
Vladimir Mandic
ee5978f72b
custom vae loader
...
Co-authored-by: Copilot <copilot@github.com >
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2026-05-02 10:22:43 +02:00
vladmandic
f033eaf58a
add explicit vae method=none and allow images in history
...
Signed-off-by: vladmandic <mandic00@live.com >
2026-04-14 11:51:27 +02: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
cfc620a08a
force align width/height to vae scale factor
...
Signed-off-by: vladmandic <mandic00@live.com >
2026-01-05 09:42:37 +01:00
awsr
dcb7164d30
Update readfile type safety
2025-12-17 16:43:54 -08:00
awsr
56fc36d944
More dict type safety opt in
2025-12-17 13:18:48 -08:00
CalamitousFelicitousness
72305f9e17
Add VAE scale override for ChronoEditPipeline
...
Fixes automatic rescale of input images for ChronoEdit
2025-11-01 18:53:14 +00:00
Vladimir Mandic
0697fb2287
update requirements
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2025-08-30 11:04:59 -04:00
Vladimir Mandic
dc8a72947d
fix meissonic
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2025-08-11 16:05:39 -04:00
Vladimir Mandic
338129b7c1
calculate vae-scale-factor and use everywhere
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2025-08-09 11:31:13 -04:00
Vladimir Mandic
a5b77b8ee2
remove dead code
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2025-07-05 16:47:25 -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
86e55ef11d
rename vae none to default
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2025-03-16 12:27:41 -04:00
Vladimir Mandic
1c1657525c
cleanup logging
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2025-02-04 09:02:45 -05:00
Vladimir Mandic
6399b2804d
improve auto-pipeline switch
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2024-11-07 10:08:41 -05:00
Vladimir Mandic
6760632f38
major model load refactor
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2024-10-26 13:22:29 -04:00
Vladimir Mandic
2a99654dd2
cleanup
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2024-10-03 10:27:18 -04:00
Vladimir Mandic
b9e230c17f
update logging
2024-09-22 11:17:06 -04:00
Vladimir Mandic
2acb883dda
jumbo update, see changelog
2024-09-18 13:48:30 -04:00
Vladimir Mandic
42d02a3665
fix vae dtype during load
2024-09-13 08:57:24 -04:00
Vladimir Mandic
7f2e30576d
fix handling of online model configs
2024-09-01 23:19:38 -04:00
Vladimir Mandic
0d9ce663e4
post release dev merge, see changelog for details
2024-09-01 12:20:10 -04:00
Vladimir Mandic
81583efdf5
add flux offline config and fix vae config reference
2024-08-29 19:16:17 -04:00
Vladimir Mandic
2c8cb5cd67
vae exception handling
2024-08-29 17:46:32 -04:00
Vladimir Mandic
0a9cfc8621
backup vae on load and restore when set to none
2024-06-22 19:50:17 -04:00
Vladimir Mandic
3f1c236ce4
force apply vae config on model load
2024-06-13 20:13:18 -04:00
Vladimir Mandic
5574833f0d
refactor backend detection
2024-06-06 20:41:10 -04:00
Vladimir Mandic
48559ceba2
fix vae preview enum on windows
2024-03-27 15:03:21 -04:00
Vladimir Mandic
5f6ec0872d
fix typo
2024-02-09 13:42:42 -05:00
Vladimir Mandic
6297a64cda
add sdxl vae load workaround
2024-02-09 13:20:04 -05:00
Vladimir Mandic
3b4d59877f
color grading
2024-02-05 13:40:00 -05:00
Vladimir Mandic
2ee0baf18c
unified move-model
2024-02-05 12:00:35 -05:00
Vladimir Mandic
9fe8a827b2
refactor modeldata
2024-01-05 12:00:22 -05:00
Vladimir Mandic
1c7ab98650
set vae options on change
2023-12-28 11:35:13 -05:00
Vladimir Mandic
c3984b5550
lora and vae loading error reporting
2023-12-23 14:25:17 -05:00
Vladimir Mandic
39e5d614ff
consistency decoder
2023-11-13 16:37:41 -05:00
Vladimir Mandic
d6aefd046c
reference match previews
2023-11-13 16:20:21 -05:00
Vladimir Mandic
8734445ae9
add models-dir to settings and simplify path improts
2023-10-30 08:31:42 -04:00
Vladimir Mandic
bc80c14704
log cleanup
2023-10-24 08:47:08 -04:00
Vladimir Mandic
1bc7ffed73
lint fixes
2023-10-12 11:40:50 -04:00
Vladimir Mandic
4518cfb3b1
refactor schedulers first part
2023-09-21 13:19:55 -04:00
Vladimir Mandic
df377d6d27
safe handling of accelerate
2023-09-19 12:55:32 -04:00
Vladimir Mandic
5b41115bc8
fix settings refresh button
2023-09-08 08:34:27 -04:00
Vladimir Mandic
0194620ec2
cleanup options
2023-09-08 07:59:58 -04:00
Vladimir Mandic
09b4c79f4a
add job info to all jobs
2023-09-07 10:40:07 -04:00