Vladimir Mandic
01a68baa47
update masking
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2026-05-19 11:56:20 +02:00
Vladimir Mandic
a56d1d299e
add wildcards to image metadata and note separate template from prompt field
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2026-05-19 09:45:20 +02:00
Oleksandr Liutyi
72e23ebdf6
fix compatibility to sdnext-scheduler
2026-05-17 12:30:11 +00:00
Vladimir Mandic
f67562b912
- all guidance values set to -1 to enable using model defaults
...
- log default values used if not overriden by user
- rename inconsistent guidance variables:
p.cfg_scale
p.image_cfg_scale -> p.cfg_image
p.diffusers_guidance_rescale -> p.cfg_rescale
p.pag_scale -> p.cfg_true
p.pag_adaptive -> p.cfg_adaptive
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2026-05-16 11:06:23 +02:00
Vladimir Mandic
62a3653b49
ty lint
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2026-05-11 09:34:17 +02:00
Vladimir Mandic
c8d6fd5cf8
Revert "much stricter ruff linting"
...
This reverts commit 310dbf1574 .
2026-05-11 08:13:57 +02:00
Vladimir Mandic
8296d07ff8
Revert "stricter pylint"
...
This reverts commit c27481e45a .
2026-05-11 08:13:48 +02:00
Vladimir Mandic
c27481e45a
stricter pylint
...
Co-authored-by: Copilot <copilot@github.com >
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2026-05-11 07:51:47 +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
CalamitousFelicitousness
e42f1fd8fb
feat(video): video_interpolate as execution-time stage
...
Promote RIFE interpolation from a save-time kwarg to a real stage of the
processing pipeline so per-frame work (detailer, color correction,
postprocess scripts) operates on source-rate frames and the inflated
stream becomes the saved output.
- new modules/processing_video.py with apply_video_interpolation,
interpolation_factor, expand_infotexts; PIL/tensor/numpy dispatch
- video_interpolate, video_interpolate_scale, video_interpolated fields
on StableDiffusionProcessingVideo
- process_images_inner runs the helper after the batch loop and inflates
infotexts in lockstep
- save_video in modules/video.py and modules/video_models/video_save.py
short-circuit re-interpolation when p.video_interpolated is set; the
user-facing kwarg still flows into metadata
2026-04-26 03:08:07 +01: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
vladmandic
09b9ae32c1
add color grading to processing
...
Signed-off-by: vladmandic <mandic00@live.com >
2026-03-23 08:44:07 +01:00
vladmandic
e0faa149dd
cleanup
...
Signed-off-by: vladmandic <mandic00@live.com >
2026-03-13 14:44:58 +01:00
vladmandic
7af0d6ea07
merge: modules/processing.py
2026-03-13 13:25:21 +01:00
Vladimir Mandic
47543663f9
cleanup references to p.sd_model
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2026-02-19 20:48:42 +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
Vladimir Mandic
bfe014f5da
modernize typing
2026-02-19 09:15:37 +01:00
CalamitousFelicitousness
385532154f
Merge remote-tracking branch 'origin/dev' into refactor/remove-face-restoration
...
# Conflicts:
# .pylintrc
# .ruff.toml
2026-02-10 14:38:14 +00:00
vladmandic
363cb175aa
allow different lora in hires
...
Signed-off-by: vladmandic <mandic00@live.com >
2026-02-09 22:31:00 +01:00
CalamitousFelicitousness
d01f45519f
refactor: remove face restoration from processing pipeline
...
- Remove CodeFormer/GFPGAN import and setup from webui.py initialize()
- Remove face_restorers list, codeformer/gfpgan model path settings,
and face restore UI settings section from shared.py
- Remove restore_faces parameter from StableDiffusionProcessing
- Remove face_restoration import and restore_faces processing block
from processing.py
2026-02-08 22:59:00 +00:00
awsr
fe20635d0f
Minor readability improvement
2026-01-21 16:41:05 -08:00
awsr
2f8976e28d
Type standardization in processing_class
2026-01-21 16:35:19 -08:00
vladmandic
e0ea7c9d94
cleanup
...
Signed-off-by: vladmandic <mandic00@live.com >
2026-01-18 07:25:54 +01:00
CalamitousFelicitousness
3f259cff9a
add GLM-Image pipeline support
...
- Add GLM-Image (zai-org/GLM-Image) model detection and loading
- Custom pipeline loader with proper component handling:
- ByT5 text encoder (cannot use shared T5 due to different hidden size)
- Vision-language encoder (9B AR model)
- DiT transformer (7B)
- Fix EOS token early stopping in AR generation
- Add AR token generation progress tracking with terminal progress bar
- Fix uninitialized audio variable in processing
- Add TAESD support for GLM-Image (using f1 variant)
2026-01-14 03:33:49 +00:00
vladmandic
5e4ed9c9bb
fix ltx2
...
Signed-off-by: vladmandic <mandic00@live.com >
2026-01-12 17:12:13 +01:00
vladmandic
3a65d561a7
add google-veo-3.1
...
Signed-off-by: vladmandic <mandic00@live.com >
2025-12-09 19:14:08 +01: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
558d2f0f02
fix samples check
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2025-11-02 06:18:36 -05:00
Vladimir Mandic
f4400adb74
detailer improvements
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2025-11-01 21:38:48 -04:00
Vladimir Mandic
3ae10dd0e1
add nvidia-chronoedit
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2025-10-30 19:52:29 -04:00
Vladimir Mandic
24850cc083
guard against images list and avoid pipeline switches
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2025-10-28 14:38:35 -04:00
Vladimir Mandic
fbd24c290a
experiments with repa-e
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2025-10-27 15:28:20 -04:00
Vladimir Mandic
76632838bb
restore orig init image for each batch sequence
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2025-10-19 21:37:21 -04:00
Vladimir Mandic
c04ba1ff13
fix-interrupt
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2025-10-18 09:17:19 -04:00
Vladimir Mandic
e66d78f556
pre-merge cleanup
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2025-10-17 08:53:26 -04:00
Vladimir Mandic
2621aecacc
interrrupt will now show last known preview image
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2025-09-29 19:25:50 -04:00
Vladimir Mandic
4130c6cc8b
experimental cache-dit
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2025-09-22 15:55:26 -04:00
Vladimir Mandic
0f7d2e95ca
fix state interrupted checks
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2025-09-14 13:03:03 -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
4956d94b97
allow denoise 0
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2025-09-12 13:10:52 -04:00
Vladimir Mandic
2b26a3a21a
fix detailer metadata
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2025-09-08 10:19:14 -04:00
Vladimir Mandic
3493a4268c
refactor reuse-seed
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2025-08-31 16:11:14 -04:00
Vladimir Mandic
9743c8e4bf
keep previous processed state
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2025-08-31 15:20:15 -04:00
Vladimir Mandic
e31fff9354
fix flex2 img2img denoise strength
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2025-08-31 11:31:28 -04:00
Vladimir Mandic
66b4b43f5d
log batch
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2025-08-31 11:16:48 -04:00
Vladimir Mandic
e8002df534
generate api endpoints allow set model
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2025-08-13 13:49:23 -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
f7e433bd07
lint
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2025-08-01 18:26:57 -04:00
Vladimir Mandic
fe4aa958f8
fix seed in file namegen
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2025-08-01 14:56:44 -04:00