9 Commits

Author SHA1 Message Date
ba9b4b8bd4 fix(favorites): preserve favorite status after image rename
Previously, if a user favorited a newly generated image (named 'image.png'), the favorite status would be lost once the image was automatically renamed to its final timestamped filename.

This change modifies the renaming logic to check the `favourites.json` file. If 'image.png' is found, its entry is updated with the new filename, ensuring the favorite status is preserved.
2025-07-10 16:24:57 +01:00
d7883af040 working settings page logic for all cfg items 2025-06-24 16:44:02 +01:00
d791c8b4ed live reload of topics and models 2025-06-20 10:21:58 +01:00
08f3a80169 add selecting the topic when doing random prompt 2025-06-18 16:58:20 +01:00
4b52e5c713 code updates for date, fix update flux guff, new prompt logic 2025-06-06 11:15:43 +01:00
0b74672844 select model on create page 2025-05-18 21:16:11 +01:00
9d60135ab5 show version on the index page 2025-05-17 11:34:13 +01:00
cf9f5d0413 cleanup and show modle name on gallery 2025-05-17 10:15:29 +01:00
Karl Hudgell
41fd1444eb re working into libs, and use thumbs in gallery 2025-04-25 10:13:03 +01:00