Commit Graph

3 Commits (master)

Author SHA1 Message Date
Maiko Sinkyaet Tan a684c888be
feat: create custom tab page (#13)
* feat: create custom tab page

* feat: add show image preview config

* fix: tab prefix

* fix: single quotes

* fix: get variable errors

* feat: temp button implementation, not a good one

* feat: add refresh button, fix refresh mechanism

* refactor: migrate models to StableHorde class

* refactor: move settings to self maintained config.json

* fix: specify the tab as worker

* refactor: change layout to highlight status

* feat: add interval config

* feat: add more configurations

* fix: set gallery style to use grid

* fix: add allow postprocessing and remove maintenance

* refactor: move model detection into loop

* refactor: optimise queue lock

* refactor: remove extra self.session init

* feat: Save Images (#25)

* Bugfix type error on submitting payload

* Feature "Save Images"
Saves to horde directory
Added to config UI
Also saves png info (if selected in main config)

* feat: add save image folder configuration

Co-authored-by: Maiko Tan <maiko.tan.coding@gmail.com>

* fix: use state instead of print

* feat: add config default values

* fix: filter load/save methods

* 500 server error, multiple delimiter (#48)

* Getting sometimes 500 errors froom server, but reties upload the image correctly

* Multiple delimiter in prompt, choose the last one in string and continue

* fix: lint error

Co-authored-by: JohnW <john@warnes.email>
Co-authored-by: Bastian Schülke <bas.schuelke@googlemail.com>
2023-01-27 21:20:41 +08:00
Maiko Sinkyaet Tan 0c115e5193
feat: get model name from horde database (#14)
* feat: get model name from horde database

* fix: not need to import os
2022-12-20 16:06:04 +08:00
Maiko Tan ae96c4904d Initial Commit 2022-10-22 03:12:34 +08:00