Commit Graph

12590 Commits

Author SHA1 Message Date
Vladimir Mandic 54fac3090c Merge pull request #4624 from awsr/subfolder-fix
Gallery: Restore subfolder handling and fixes
2026-02-06 13:06:54 +01:00
awsr ade7c2e5f9 Add auto-update setting and functionality 2026-02-06 00:50:04 -08:00
awsr f84cb6ac64 Track active gallery element 2026-02-06 00:44:48 -08:00
awsr 171ead0fa2 Auto-select current folder after refresh 2026-02-06 00:43:58 -08:00
awsr 0c0911eddc Adjust click handlers for GalleryFolder 2026-02-06 00:43:03 -08:00
awsr 1696d0cd29 Update monitored options 2026-02-05 16:54:23 -08:00
awsr 8bfa612902 Fix typo 2026-02-05 16:43:37 -08:00
awsr d7da93e814 Remove redundant code...
- `src` is now normalized in advance.
- There's no ending `/` to remove because it's a file.
2026-02-05 16:25:11 -08:00
awsr 6d30df7ed6 Adjust input normalization 2026-02-05 15:55:18 -08:00
awsr 137504de36 Remove extra type checking...
- JSDoc should automatically apply the types to the variables/parameters in the IDE to provide a warning when the wrong value is being sent.
2026-02-05 15:18:07 -08:00
awsr f4bb78b51c Update types in JSDoc 2026-02-05 15:16:13 -08:00
awsr e7d382dc29 Restore saving full folder path to database 2026-02-05 15:15:33 -08:00
awsr 6520784487 Fix recursive folder cleanup 2026-02-05 15:11:23 -08:00
vladmandic 339dff59f8 update diffusers
Signed-off-by: vladmandic <mandic00@live.com>
2026-02-05 17:04:49 +01:00
vladmandic 40cbd33cbd add CTD-NT64Dark theme
Signed-off-by: vladmandic <mandic00@live.com>
2026-02-05 16:57:30 +01:00
vladmandic 059cbaf470 update modernui
Signed-off-by: vladmandic <mandic00@live.com>
2026-02-05 16:55:21 +01:00
vladmandic 9df9b84752 fix anima
Signed-off-by: vladmandic <mandic00@live.com>
2026-02-05 16:55:06 +01:00
vladmandic dd80e15cfd add RealPLKSR NomosWebPhoto and AnimeSharpV2 using spandrel engine
Signed-off-by: vladmandic <mandic00@live.com>
2026-02-05 14:06:17 +01:00
vladmandic e5ebc4e5a2 update changelog
Signed-off-by: vladmandic <mandic00@live.com>
2026-02-05 12:14:09 +01:00
vladmandic 3860737df7 update modernui
Signed-off-by: vladmandic <mandic00@live.com>
2026-02-05 11:21:59 +01:00
vladmandic 59654d68ea add hqx and icb interpolations
Signed-off-by: vladmandic <mandic00@live.com>
2026-02-05 11:21:17 +01:00
vladmandic 605d87cb2d reorg cli
Signed-off-by: vladmandic <mandic00@live.com>
2026-02-05 10:33:42 +01:00
vladmandic 5009b70ed8 fix anima model detection
Signed-off-by: vladmandic <mandic00@live.com>
2026-02-05 10:25:58 +01:00
vladmandic 2d6cc5addb metadata restore to always-on scrips
Signed-off-by: vladmandic <mandic00@live.com>
2026-02-05 10:21:49 +01:00
Vladimir Mandic c3c3930cce Merge pull request #4621 from Tillerz/dev
weighted wildcards: corrections after automated tests
2026-02-05 10:20:45 +01:00
Oliver Hertel a0c7df892c weighted wildcards: corrections after automated tests 2026-02-04 19:11:05 +01:00
Vladimir Mandic 0587a600c8 Merge pull request #4620 from vladmandic/master
refresh dev
2026-02-04 15:06:33 +01:00
Vladimir Mandic 0d240b1a8f Merge pull request #4618 from vladmandic/dev
merge dev
2026-02-04 15:05:58 +01:00
vladmandic d3dff5df15 one-more-offload
Signed-off-by: vladmandic <mandic00@live.com>
2026-02-04 15:05:22 +01:00
vladmandic 05df49a3cc update submodules
Signed-off-by: vladmandic <mandic00@live.com>
2026-02-04 14:46:34 +01:00
Vladimir Mandic fe96285635 cleanup 2026-02-04 14:34:25 +01:00
vladmandic 2ec79a1807 update changelog and todo
Signed-off-by: vladmandic <mandic00@live.com>
2026-02-04 14:10:17 +01:00
vladmandic be019a3b4a update todo
Signed-off-by: vladmandic <mandic00@live.com>
2026-02-04 13:47:25 +01:00
vladmandic b9f1acdbc2 add scheduler class to image metadata
Signed-off-by: vladmandic <mandic00@live.com>
2026-02-04 13:20:26 +01:00
vladmandic 2c80557d2c update todo
Signed-off-by: vladmandic <mandic00@live.com>
2026-02-04 13:11:08 +01:00
vladmandic d9a2a21c8c add sampler api endpoints
Signed-off-by: vladmandic <mandic00@live.com>
2026-02-04 13:08:31 +01:00
vladmandic d7ca4f63a7 update schedulers and lint everything
Signed-off-by: vladmandic <mandic00@live.com>
2026-02-04 11:58:02 +01:00
Disty0 f439d51ea7 SDNQ update CosmosTransformer3DModel keys 2026-02-04 10:19:23 +03:00
Vladimir Mandic bf1414385f Merge pull request #4616 from awsr/gallery-fix
Gallery fix
2026-02-04 07:45:18 +01:00
awsr c4de8fb1cc Do not make changes to the index's primary key
- Values should not be modified in `indexdb.js`
2026-02-03 13:35:50 -08:00
awsr 915bcab3c2 Fix incorrect data handling
Partial reversion of commit c07eddb58d
2026-02-03 13:35:50 -08:00
Disty0 df30ba28ac SDNQ clamp weight_std and add CosmosTransformer3DModel keys 2026-02-04 00:31:00 +03:00
vladmandic 40df9ce689 fix wiki links
Signed-off-by: vladmandic <mandic00@live.com>
2026-02-03 13:22:11 +01:00
vladmandic 4f7555d9e1 update schedulers
Signed-off-by: vladmandic <mandic00@live.com>
2026-02-03 13:12:12 +01:00
Disty0 ced81d630d cleanup 2026-02-02 20:30:52 +03:00
Disty0 90cf83b90e update sdnq 2026-02-02 20:22:29 +03:00
vladmandic 4b3f395cdb update changelog
Signed-off-by: vladmandic <mandic00@live.com>
2026-02-02 07:45:37 +01:00
Vladimir Mandic dd1704075c Merge pull request #4612 from CalamitousFelicitousness/feat/anima-pipeline
Feat/anima pipeline
2026-02-02 07:43:57 +01:00
Seunghoon Lee 0920492294 update therock sources 2026-02-02 12:28:43 +09:00
CalamitousFelicitousness 4ba913e072 fix: Anima pipeline detection, custom module loading, and model type
- Relax sd_detect to match 'anima' without requiring 'cosmos' in name
- Use hf_hub_download for custom pipeline.py and adapter modules
- Register custom modules in sys.modules for Diffusers trust_remote_code
- Pass trust_remote_code=True to from_pretrained
- Map AnimaTextToImage to 'cosmos' model type for TAESD preview support
2026-02-02 00:44:51 +00:00