19 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
bfbf8d82e0 try cleanup generated prompt if any other text 2025-06-27 16:38:25 +01:00
6390199cb8 new flux wf 2025-06-24 19:57: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
f7f049aacb split out selecting model so can be returned to the ui 2025-06-06 15:35:50 +01:00
c726d23707 remove any preceeding text on the ollama prompt 2025-06-06 15:13:03 +01:00
4b52e5c713 code updates for date, fix update flux guff, new prompt logic 2025-06-06 11:15:43 +01:00
4b62b5cd07 was sending prompt to positive and negative 2025-06-04 10:03:17 +01:00
b1646a4c6e select model on create page 2025-05-19 11:14:03 +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
ab1c0c3913 fix SDXL workflow 2025-05-16 08:14:34 +01:00
aef0afe753 wrong key name 2025-05-09 12:14:07 +01:00
e88d490e98 fix the random model logic 2025-05-09 12:03:32 +01:00
Karl Hudgell
e43ab87922 replace image.png thumbnail 2025-05-06 09:19:48 +01:00
Karl Hudgell
41fd1444eb re working into libs, and use thumbs in gallery 2025-04-25 10:13:03 +01:00