Skip to content

v2.0.0 - Better exp.

Choose a tag to compare

@BlackSnowSkill BlackSnowSkill released this 05 Jul 08:22
· 4 commits to main since this release

Release v2.0.0 - Interactive Presets & Dynamic UI Sync ⚡

This major release transforms the Krea2 Projector Tuner into a fully interactive package with a dynamic web UI, community preset file sharing, and convenient on-node actions.

🌟 What's New

  • Dynamic JSON Presets Folder: Hardcoded presets are gone. On the first startup, the node automatically populates a local presets/ directory with strongx3_wl7.json, strong_2.5.json, and clean_bypass.json. You can modify, rename, delete default presets, or add new ones directly in the folder.
  • On-Node UI Buttons:
    • Save Preset (BSS): Prompt-input saving of your current custom slider setup as a new .json preset.
    • Delete Selected Preset (BSS): Quickly delete custom/default JSON presets.
    • Open Presets Folder (BSS): Instantly open the presets folder in your OS file explorer (Windows Explorer).
  • Dynamic Web UI Synchronization: Select a preset from the dropdown and watch all 12 knobs update on your canvas immediately without refreshing the page! Manual slider adjustments automatically switch the dropdown back to custom.
  • Standard Step Size (0.01): Restored the comfortable 0.01 step size (like the standard LoRA Loader) for smooth manual dragging, while fully preserving high-precision float inputs (up to 6 decimal places).
  • Git Conflict Protection: Configured .gitignore to skip local JSON changes, ensuring clean git pulls/updates for all users.