Skip to content

Wan2GP Desktop Launcher v3.0.7

Choose a tag to compare

@GKartist75 GKartist75 released this 24 Aug 15:00
· 66 commits to main since this release
e441230

Wan2GP Desktop Launcher v3.0.7

Test build for #74 (migrate-to-C:\Wan2GP-Models not actually migrating) and #76 (cross-drive clone EXDEV crash), plus the migration UX fixes found during testing.

What's fixed

  • #74 / Bug1 — config paths not rewritten: migrating the model folders now rewrites wgp_config.json so Wan2GP reads checkpoints/loras/outputs from the new location (with a safe copy fallback, never half-migrated).
  • #74 / Bug2 — Installer Model-Folders UI was dead: the settings Model Folders panel is now wired to wgp_config.json and reflects live state.
  • #76 — EXDEV on cross-drive clone: the clone path now uses a copy + verify + remove fallback, so moving across drives works.

UX (driven by testing)

  • No stray C:\Wan2GP created on launch.
  • Chosen drive is respected (no forced C: relocation).
  • Model-folder pencil now opens and relocates; context-aware text (AppData only when actually roaming).
  • .git travels with a moved install; old .electron/boot.log runtime is cleaned up.
  • "Check Desktop Updates" button shows a persistent dot when an update is available.

⚠️ Important

Migration is still experimental — for v3.x the recommended upgrade path is a clean reinstall. This build is non-disruptive to existing 3.0.6 installs: nothing auto-migrates unless you click the migrate button/pencil.

Upgrade from 3.0.6

Install over your existing 3.0.6 — your location pin is honored, no migration is forced.


Closes #74 · Addresses #76