Wan2GP Desktop Launcher v3.0.6
v3.0.6 — setup_config.json is the base; Sage correction covers RTX 30/40/50
What changed
setup_config.jsonis now the explicit base. The launcher installs exactly what deepbeepmeep'ssetup_config.jsondeclares (python / torch / triton / kernels / sage per GPU profile) — no more parallel hand-copied wheel list. Matchesdocs/INSTALLATION.md.- The one necessary correction:
sage.v220_cu13(cu130torch2.9.0andhigher.post4, the broken fp8 wheel that corrupts the CUDA context → false OOM / GPU hang / black MiniMax H3) is substituted with the cu130-native, fp8-fixedcu130torch2.10.0andhigher.post6wheel (abi3 → installs on Python 3.11, cu130-linked → no DLL load crash, out-of-bounds fixed per SageAttention #98). - Now covers RTX 30/40/50.
setup_config.jsondeclares the broken wheel for all three; previously only RTX 40/50 were self-healed, so RTX 30 was missed. Both the Sync Kernels button and Launch now self-heal it. - Launch self-heal retained (from 3.0.5): updating the launcher alone fixes the wheel on next Launch — no manual Sync Kernels required.
- GGUF → 1.0.11 and bitsandbytes 0.49.2 still applied as documented corrections (per INSTALLATION.md).
Upgrade
Install v3.0.6 (auto-updater offers it to 3.0.5 users). RTX 30/40/50: next Launch or Sync Kernels self-heals SageAttention to cu130.post6. RTX 20: Sage 1.0.6, untouched. GTX 10: no sage, untouched.
Full write-up: CHANGELOG-v3.0.6.md