Skip to content

Conversation

psychedelicious
Copy link
Collaborator

@psychedelicious psychedelicious commented Sep 11, 2025

Summary

This could cause a failure to rehydrate LoRA state, or failure to recall a LoRA.

Related Issues / Discussions

Closes #8551

Bug was introduced when we moved to server-backed persistence.

QA Instructions

  • Add a LoRA
  • Set the weight to something outside the default -1 to 2 range (e.g. 5)
  • Generate
  • Recall metadata from that image
    • Before the fix, it wouldn't recall the LoRA. After the fix, it will.
  • Refresh the page
    • Before the fix, the LoRA setup will disappear (i.e. rehydration failure). After the fix, it will rehydrate successfully.

Merge Plan

n/a

Checklist

  • The PR has a short but descriptive title, suitable for a changelog
  • Tests added / updated (if applicable)
  • ❗Changes to a redux slice have a corresponding migration
  • Documentation added / updated (if applicable)
  • Updated What's New copy (if doing a release after this PR)

This could cause a failure to rehydrate LoRA state, or failure to recall
a LoRA.

Closes #8551
@github-actions github-actions bot added the frontend PRs that change frontend files label Sep 11, 2025
@psychedelicious psychedelicious merged commit 867dbe5 into main Sep 12, 2025
13 of 14 checks passed
@psychedelicious psychedelicious deleted the psyche/fix/ui/lora-schema-minmax branch September 12, 2025 01:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
frontend PRs that change frontend files
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[bug]: Lora settings are not preserved on page refresh
2 participants