Commit Graph

  • 5fa5d60d2c checkpoint Will Miao 2025-02-05 21:18:42 +08:00
  • 842d80e798 Adjust css Will Miao 2025-02-05 19:11:26 +08:00
  • 77ee93b385 Enhance theme toggle functionality and update styles; add light and dark SVG icons Will Miao 2025-02-05 18:45:21 +08:00
  • 210bc70481 Add folder tag toggle and feedback button; refactor theme toggle Will Miao 2025-02-05 17:40:39 +08:00
  • e2793a71be Refactor toast notifications and improve LoraCard interactions Will Miao 2025-02-05 16:41:12 +08:00
  • 0bbecd7197 Bump version to 0.5.7-hotfix in pyproject.toml Will Miao 2025-02-05 14:38:23 +08:00
  • 184203dcc2 Add missing dependency 'watchdog' Will Miao 2025-02-05 14:34:52 +08:00
  • e3f2e4245b Remove debug logging Will Miao 2025-02-05 09:43:34 +08:00
  • 2947420b00 Update README.md Will Miao 2025-02-05 00:21:11 +08:00
  • 370d5c5c09 Update screenshot Will Miao 2025-02-05 00:02:39 +08:00
  • 6c94f12757 Update README for version 0.5.7: Highlight performance improvements, new search feature, and bug fixes Will Miao 2025-02-04 23:59:40 +08:00
  • 0c11fbcb1e Adjust layout Will Miao 2025-02-04 23:39:48 +08:00
  • aedc8f01ef Add copy model name toast Will Miao 2025-02-04 23:34:38 +08:00
  • 2bac420740 Fix open civitai Will Miao 2025-02-04 23:26:18 +08:00
  • df957d3d67 Implement search Will Miao 2025-02-04 23:15:10 +08:00
  • 763e55fcae Optimize LoRA cache sorting with flexible resort method Will Miao 2025-02-04 20:02:59 +08:00
  • 7fb7e2aa2e Add initialization handling for LoRA page with loading state Will Miao 2025-02-04 19:44:23 +08:00
  • 78f16ad651 Optimize LoRA scanning and caching with asynchronous improvements Will Miao 2025-02-04 19:03:09 +08:00
  • 44306e3a8e Implement preview version tracking for LoRA cards Will Miao 2025-02-04 16:19:28 +08:00
  • 9489a1989a Refactor LoRA template with modular components and script updates Will Miao 2025-02-04 12:20:56 +08:00
  • 5ed037b219 Checkpoint Will Miao 2025-02-04 10:50:57 +08:00
  • c9390c9d32 Suppress asyncio logging noise in LoRA routes Will Miao 2025-02-03 22:50:58 +08:00
  • a3af41e737 Simplify LoRA page rendering and implement singleton pattern for LoRA scanner Will Miao 2025-02-03 22:16:03 +08:00
  • 12cdadb583 Refactor LoRA management with improved caching and route handling Will Miao 2025-02-03 21:23:49 +08:00
  • 3fa6c9e3a3 Update lora scanner Will Miao 2025-02-03 19:00:59 +08:00
  • 270182b5cd Add file monitoring and scanning improvements for LoRA management Will Miao 2025-02-03 14:58:04 +08:00
  • e528438a57 Add WebSocket progress tracking for CivitAI metadata fetching Will Miao 2025-02-03 07:47:29 +08:00
  • ca71c7fa08 Add bulk CivitAI metadata fetching for LoRAs Will Miao 2025-02-03 07:18:30 +08:00
  • 9aa0dcfb2b Improve LoRA cache initialization with async locking and background task Will Miao 2025-02-02 23:51:36 +08:00
  • 8e8b80ddcf Add preview URL update mechanism for LoRA scanner cache Will Miao 2025-02-02 23:30:06 +08:00
  • 4b247995d1 Implement paginated LoRA data fetching with caching and infinite scroll Will Miao 2025-02-02 22:57:22 +08:00
  • 118c4521a2 Update ComfyUI menu LoRA Manager icon svg Will Miao 2025-02-01 22:16:15 +08:00
  • 42e5936291 Update README.md with new features and optimizations for version 0.5.6 Will Miao 2025-02-01 14:10:23 +08:00
  • afd4d97a05 Bump version to 0.5.6 in pyproject.toml Will Miao 2025-02-01 13:56:37 +08:00
  • 879d0be71c Add Lora Manager widget integration Will Miao 2025-02-01 13:53:14 +08:00
  • e0d2025eb4 Enhance modal styling for responsiveness and theme consistency; update loading status and progress bar styles Will Miao 2025-02-01 12:54:37 +08:00
  • 807e94151a Add initial sorting functionality on page load for card display Will Miao 2025-02-01 12:44:07 +08:00
  • 3158661cb3 Fix bugs Will Miao 2025-02-01 12:06:13 +08:00
  • 4de6177e3a Update trigger words display and enhance click feedback for Lora cards Will Miao 2025-01-31 21:02:22 +08:00
  • 0185173ff4 Update project description and version in pyproject.toml for improved clarity and versioning Will Miao 2025-01-31 20:40:50 +08:00
  • b68dbba512 Add trigger words section with copy functionality; update toast notifications for user feedback Will Miao 2025-01-31 20:30:21 +08:00
  • decaf7759c Enhance image loading strategy in modal and add security-related meta tags for improved performance and safety Will Miao 2025-01-31 16:52:14 +08:00
  • 57a4694f28 Add border radius variables and update styles for consistency across components Will Miao 2025-01-31 16:46:06 +08:00
  • 0e708e6583 Refactor and optimize code for improved readability and maintainability Will Miao 2025-01-31 16:32:37 +08:00
  • 86b9715ef4 Refactor modal management to support multiple modals, enhance event handling, and improve code structure Will Miao 2025-01-31 09:50:33 +08:00
  • 94283d9930 Add toast notification functionality and enhance user feedback in modal interactions Will Miao 2025-01-31 09:37:04 +08:00
  • 2dff60d367 Enhance performance and user experience by adding debounce functionality, optimizing sorting, lazy loading images, and improving WebSocket handling. Include resource preloading and performance monitoring in the HTML template. Will Miao 2025-01-31 08:22:45 +08:00
  • b036009b81 Update README.md pixelpaws 2025-01-30 22:21:14 +08:00
  • 218e521ec9 Bump version to 0.5.4 in pyproject.toml Will Miao 2025-01-30 22:04:21 +08:00
  • 6e861550a7 Add LoRAGateway node for LoRA management and enhance folder filter state handling Will Miao 2025-01-30 22:03:53 +08:00
  • 4b043d54f6 Remove manifest.json file as it is no longer needed Will Miao 2025-01-30 19:44:11 +08:00
  • 0a822d2497 Remove custom websocket event type and related progress sending logic from LorasEndpoint Will Miao 2025-01-30 19:02:47 +08:00
  • 46abc77964 Refactor folder filtering logic and update responsive grid layout in CSS Will Miao 2025-01-30 18:43:28 +08:00
  • 580539c779 Add delete confirmation modal and update related styles and logic Will Miao 2025-01-30 17:51:28 +08:00
  • 2ce6ce718b Update README.md for version 0.5.3: Enhance preview handling and trigger words visibility Will Miao 2025-01-30 00:22:12 +08:00
  • 165ee45583 Bump version to 0.5.3 in pyproject.toml Will Miao 2025-01-29 23:49:03 +08:00
  • 9656f136c6 Enhance modal styling and improve trigger words display logic Will Miao 2025-01-29 23:48:32 +08:00
  • 4abcc75092 Update lora modal content Will Miao 2025-01-29 23:20:43 +08:00
  • 47329f92b6 Update to 0.5.2 Will Miao 2025-01-29 20:43:45 +08:00
  • a3235e4b3b Add preview image scanning logic Will Miao 2025-01-29 07:21:33 +08:00
  • f076b97d21 snapshot Will Miao 2025-01-29 07:06:29 +08:00
  • b7f6c4fbf8 Update Will Miao 2025-01-29 06:06:48 +08:00
  • 6aea23523c Update pyproject.toml pixelpaws 2025-01-27 19:34:03 +08:00
  • 9179be2b03 Update pyproject.toml pixelpaws 2025-01-27 19:21:32 +08:00
  • bab2c92eca Update README.md pixelpaws 2025-01-27 17:47:06 +08:00
  • 973a6ab07c Merge pull request #2 from ComfyNodePRs/publish pixelpaws 2025-01-27 17:38:42 +08:00
  • 216f2e0fc2 Update README.md pixelpaws 2025-01-27 17:35:28 +08:00
  • 41d28034a4 Merge branch 'main' of https://github.com/willmiao/ComfyUI-Lora-Manager Will Miao 2025-01-27 17:33:54 +08:00
  • 1408fade35 Create README.md pixelpaws 2025-01-27 17:32:26 +08:00
  • 7484b07812 Register node Will Miao 2025-01-27 17:32:03 +08:00
  • 8dbb498847 chore(publish): Add Github Action for Publishing to Comfy Registry snomiao 2025-01-27 08:58:46 +00:00
  • c6b94e372b Fix Will Miao 2025-01-27 16:19:17 +08:00
  • 9b9447203f Fix Will Miao 2025-01-27 15:36:43 +08:00
  • dedb734a01 Add favicon Will Miao 2025-01-27 15:28:07 +08:00
  • 900e1e554f Update css Will Miao 2025-01-27 09:27:38 +08:00
  • 60a21bc7db Add replace preview Will Miao 2025-01-27 08:35:25 +08:00
  • 26a84afb20 Fix modal window display Will Miao 2025-01-27 00:42:33 +08:00
  • 87c64f9b71 Fix toggle theme Will Miao 2025-01-26 23:41:55 +08:00
  • 0c80555cc7 Add refresh loras Will Miao 2025-01-26 23:32:17 +08:00
  • 72e121c145 Add delete model Will Miao 2025-01-26 16:32:19 +08:00
  • 0e4a9ab6d4 Add open at Civitai Will Miao 2025-01-26 16:23:53 +08:00
  • 2007e80a7d Add fetch metadata from civitai Will Miao 2025-01-26 13:41:16 +08:00
  • 6e9ed34b92 Update Will Miao 2025-01-26 07:21:26 +08:00
  • 9d64ebc5d6 Update metadata structure Will Miao 2025-01-25 22:19:32 +08:00
  • 1100363427 Update metadata structure Will Miao 2025-01-25 22:18:36 +08:00
  • ad6137d355 Initial commit Will Miao 2025-01-25 19:22:02 +08:00