From 57230bbf3a3e711cdab07aefbb91cc2d6b36d937 Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Tue, 14 Oct 2025 09:35:00 -0400 Subject: [PATCH] update seedvr-7b config Signed-off-by: Vladimir Mandic --- CHANGELOG.md | 3 ++- modules/seedvr/config_7b.yaml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 860ba0038..e2dd66d08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log for SD.Next -## Update for 2025-10-12 +## Update for 2025-10-14 - **Models** - [WAN 2.2 14B VACE](https://huggingface.co/alibaba-pai/Wan2.2-VACE-Fun-A14B) @@ -134,6 +134,7 @@ - **Microsoft Florence 2** both base and large variants *note* this will trigger download of the new variant of the model, feel free to delete older variant in `huggingface` folder - **MiaoshouAI PromptGen** 1.5/2.0 in both base and large variants + - fix prompt scheduling, thanks @nolbert82 - ui: fix image metadata display when switching selected image in control tab - framepack: add explicit hf-login before framepack load - framepack: patch solver for unsupported gpus diff --git a/modules/seedvr/config_7b.yaml b/modules/seedvr/config_7b.yaml index d3097c43a..61803415d 100644 --- a/modules/seedvr/config_7b.yaml +++ b/modules/seedvr/config_7b.yaml @@ -48,7 +48,7 @@ vae: path: - "SeedVR2_VideoUpscaler.src.models.video_vae_v3.modules.attn_video_vae" - "SeedVR2_VideoUpscaler.src.models.video_vae_v3.modules.attn_video_vae" - - "src.models.video_vae_v3.modules.attn_video_vae" + - "modules.seedvr.src.models.video_vae_v3.modules.attn_video_vae" name: "VideoAutoencoderKLWrapper" args: "as_params" freeze_encoder: False