pixelpaws
|
6f5bf4b582
|
fix(i18n): add hebrew locale coverage
|
2025-09-30 22:03:44 +08:00 |
|
pixelpaws
|
2e3f48ebb7
|
Merge pull request #426 from start-life/main
Adding Hebrew language
|
2025-09-30 21:51:50 +08:00 |
|
Will Miao
|
e4a2c518bb
|
fix(preset): update filePath retrieval method in removePreset function
|
2025-09-30 21:41:30 +08:00 |
|
pixelpaws
|
f19fb68b4c
|
Merge pull request #501 from willmiao/codex/update-downloadmanager-to-handle-multiple-download-urls
feat: retry mirror downloads sequentially
|
2025-09-30 17:17:34 +08:00 |
|
pixelpaws
|
9121c12a2c
|
feat(download): retry mirror urls sequentially
|
2025-09-30 17:14:59 +08:00 |
|
Will Miao
|
d0fe28cfe2
|
fix(recipe): validate modelVersionId before fetching hash from cache or Civitai
|
2025-09-28 09:18:59 +08:00 |
|
Will Miao
|
656e3e43be
|
fix(imports): update import paths for ensure_settings_file to use relative imports
|
2025-09-28 08:40:09 +08:00 |
|
pixelpaws
|
c2c1772371
|
Merge pull request #496 from willmiao/codex/find-best-practices-for-settings-file-storage
feat(settings): persist settings in user config directory
|
2025-09-28 07:06:02 +08:00 |
|
pixelpaws
|
88d5caf642
|
feat(settings): migrate settings to user config dir
|
2025-09-27 22:22:15 +08:00 |
|
pixelpaws
|
1684978693
|
Merge pull request #491 from willmiao/codex/replace-spaces-in-embedding-paths
Fix embedding relative paths by replacing spaces
|
2025-09-26 09:06:56 +08:00 |
|
pixelpaws
|
8e4927600f
|
fix(embeddings): replace spaces in relative paths
|
2025-09-26 09:02:46 +08:00 |
|
pixelpaws
|
4d72dc57e7
|
Merge pull request #490 from willmiao/codex/remove-comfy-field-from-images-metadata
fix: strip comfy metadata from civitai model images
|
2025-09-26 08:59:30 +08:00 |
|
pixelpaws
|
e7316b3389
|
fix(civitai): strip comfy metadata from images
|
2025-09-26 08:55:46 +08:00 |
|
start-life
|
e17b374606
|
Update zh-CN.json
|
2025-09-26 02:16:58 +03:00 |
|
Will Miao
|
141f83065f
|
fix(locales): update language selection text in Chinese
|
2025-09-25 21:14:58 +08:00 |
|
pixelpaws
|
6381dbafc1
|
Merge pull request #488 from willmiao/codex/fix-bespoke-import_from-loader-issue
test: standardize backend package imports
|
2025-09-25 16:51:17 +08:00 |
|
pixelpaws
|
fc9db4510f
|
test: fix duplicate pytest import
|
2025-09-25 16:44:43 +08:00 |
|
pixelpaws
|
66abf736c9
|
Merge pull request #487 from willmiao/codex/fix-lora-information-import-issue
fix: parse civitai image LoRAs from hash metadata
|
2025-09-25 16:00:48 +08:00 |
|
pixelpaws
|
af713470c1
|
fix(recipes): parse loras from civitai hashes
|
2025-09-25 15:59:44 +08:00 |
|
pixelpaws
|
93a51d2bcb
|
Merge pull request #486 from willmiao/codex/enable-test-coverage-metrics-in-ci
ci: add pytest coverage reporting
|
2025-09-25 15:58:47 +08:00 |
|
pixelpaws
|
3f3e06de8a
|
Fix pytest command in backend tests workflow
|
2025-09-25 15:57:59 +08:00 |
|
pixelpaws
|
7315aac9d8
|
ci: add pytest coverage reporting
|
2025-09-25 15:47:07 +08:00 |
|
pixelpaws
|
d933308a6f
|
Merge pull request #485 from willmiao/codex/expand-vitest-coverage-for-frontend-components
test(frontend): extend coverage for comfyui widgets and helpers
|
2025-09-25 15:37:48 +08:00 |
|
pixelpaws
|
3baf93dcc5
|
test(frontend): extend coverage for comfyui widgets and helpers
|
2025-09-25 15:32:25 +08:00 |
|
pixelpaws
|
6ba14bd8fe
|
Merge pull request #484 from willmiao/codex/fix-update-check-in-offline-mode
Fix offline update logging and respect update notification toggle
|
2025-09-25 14:54:28 +08:00 |
|
pixelpaws
|
7499570766
|
fix(updates): avoid network stack traces offline
|
2025-09-25 14:50:06 +08:00 |
|
start-life
|
003ee55a75
|
Merge branch 'main' into main
|
2025-09-25 09:28:30 +03:00 |
|
pixelpaws
|
b0cc42ef1f
|
Merge pull request #483 from willmiao/codex/introduce-integration-and-contract-tests
test: add aiohttp integration coverage for ServiceRegistry
|
2025-09-25 14:23:53 +08:00 |
|
pixelpaws
|
23679ec3f5
|
chore(tests): clean integration route header
|
2025-09-25 14:17:45 +08:00 |
|
Will Miao
|
da52e5b9dd
|
fix(settings): improve logic for auto-setting default root paths based on folder presence
|
2025-09-25 10:56:09 +08:00 |
|
Will Miao
|
c4e357793f
|
Merge branch 'main' of https://github.com/willmiao/ComfyUI-Lora-Manager
|
2025-09-25 10:43:14 +08:00 |
|
Will Miao
|
6c3424029c
|
fix(recipe image): optimize image saving and update PNG metadata handling, fixes #481
|
2025-09-25 10:43:10 +08:00 |
|
pixelpaws
|
dd9e6a5b69
|
Merge pull request #482 from willmiao/codex/add-pytest-modules-for-untested-services
Add backend service and route test coverage
|
2025-09-25 09:48:27 +08:00 |
|
pixelpaws
|
095320ef72
|
test(routes): tidy lora route test imports
|
2025-09-25 09:40:25 +08:00 |
|
pixelpaws
|
35f7674bcd
|
Merge pull request #480 from willmiao/codex/modularize-i18n-tests-into-smaller-cases
test(i18n): modularize translation validation
|
2025-09-25 09:25:06 +08:00 |
|
pixelpaws
|
26b36c123d
|
test(i18n): modularize translation validation
|
2025-09-25 09:21:08 +08:00 |
|
Will Miao
|
c85e694c1d
|
docs: update repository guidelines for clarity and consistency
|
2025-09-25 08:36:15 +08:00 |
|
Will Miao
|
ec05282db6
|
fix(coverage): improve Vitest CLI path handling and error checking
|
2025-09-25 08:11:48 +08:00 |
|
pixelpaws
|
3d6f9b226f
|
Merge pull request #479 from willmiao/codex/execute-phase-5-tasks-and-update-roadmap
Add frontend coverage workflow and reporting script
|
2025-09-25 07:00:04 +08:00 |
|
pixelpaws
|
eda6df4a5d
|
chore(ci): add frontend coverage workflow
|
2025-09-24 23:22:32 +08:00 |
|
Will Miao
|
d504f89f6a
|
Merge branch 'main' of https://github.com/willmiao/ComfyUI-Lora-Manager
|
2025-09-24 21:11:43 +08:00 |
|
Will Miao
|
14c468f2a2
|
feat(video): enhance video handling in model cards with lazy loading and autoplay settings, see #446
|
2025-09-24 21:11:36 +08:00 |
|
pixelpaws
|
2a99b0e46f
|
Merge pull request #478 from willmiao/codex/execute-phase-4-tasks-from-roadmap
Add interaction-level frontend regression tests
|
2025-09-24 20:38:51 +08:00 |
|
pixelpaws
|
ae8914f5c8
|
test(frontend): add interaction regression suites
|
2025-09-24 20:33:41 +08:00 |
|
pixelpaws
|
0c9f8971ce
|
Merge pull request #477 from willmiao/codex/execute-phase-3-tasks-and-update-roadmap
test: add embeddings and recipes manager suites
|
2025-09-24 20:18:37 +08:00 |
|
pixelpaws
|
d7a75ea4e5
|
test(frontend): cover embeddings and recipes managers
|
2025-09-24 20:15:38 +08:00 |
|
pixelpaws
|
3ad8d8b17c
|
Merge pull request #476 from willmiao/codex/plan-next-tasks-based-on-roadmap-juork7
test(frontend): cover filtering flows for lora and checkpoints
|
2025-09-24 17:54:50 +08:00 |
|
pixelpaws
|
39225dc204
|
test(frontend): add filtering coverage for model pages
|
2025-09-24 17:50:04 +08:00 |
|
pixelpaws
|
4fb69f7d89
|
Merge pull request #475 from willmiao/codex/plan-next-tasks-based-on-roadmap-gpw3fe
Add checkpoints page smoke tests
|
2025-09-24 17:22:22 +08:00 |
|
pixelpaws
|
0890c6ad24
|
test(frontend): add checkpoints manager smoke tests
|
2025-09-24 17:18:20 +08:00 |
|