Commit Graph

307 Commits

Author SHA1 Message Date
vegu-ai-tools
acca2a0fcf linting 2025-11-30 14:18:10 +02:00
vegu-ai-tools
5d48cc06d4 fix chara cv3 spec support 2025-11-30 14:07:08 +02:00
vegu-ai-tools
3e206e5c06 linting 2025-11-29 21:27:53 +02:00
vegu-ai-tools
f455a11096 Add methods for caching model data in Backend class: implement _get_cache_data and _apply_cache_data to enhance data sharing between backend instances. 2025-11-29 21:24:07 +02:00
vegu-ai-tools
647e2f277c Add caching functionality to Backend class: introduce methods for retrieving and applying cached data after successful test connections, enhancing data management across backend instances. 2025-11-29 21:24:02 +02:00
vegu-ai-tools
8cbecc67f2 Enhance sdnext_emit_status method to update model choices based on active handlers, improving backend responsiveness during processing. 2025-11-29 21:16:04 +02:00
vegu-ai-tools
91a7df67b1 Add model management in Backend class: initialize models list, update on_status_change to refresh model choices, and modify sdnext_update_model_choices to accept backend parameter for improved flexibility. 2025-11-29 21:08:00 +02:00
vegu-ai-tools
1d032e3309 Implement updateChoicesOnly method in AgentModal to preserve unsaved user values when updating agent choices. Update AIAgent to call this method when the modal is open and the current agent is being updated. 2025-11-29 21:07:50 +02:00
vegu-ai-tools
87089fad46 Add on_status_change method to Backend class for status updates, triggering visual agent notifications on status changes. 2025-11-29 21:07:29 +02:00
vegu-ai-tools
206939559c Update status icon fallback in VisualLibrary component to use 'mdi-minus-circle' for undefined statuses, improving visual feedback for users. 2025-11-29 19:05:42 +02:00
vegu-ai-tools
1757070bb9 Refactor API URL handling in visual backends to use a new utility function for normalization, ensuring consistent URL formatting across automatic1111, comfyui, and sdnext backends. 2025-11-29 19:03:09 +02:00
vegu-ai-tools
49689bcf00 Add visual and voice library documentation 2025-11-29 18:04:25 +02:00
vegu-ai-tools
c113a34a35 docs 2025-11-29 18:02:31 +02:00
vegu-ai-tools
6c5b95d501 docs 2025-11-29 17:52:34 +02:00
vegu-ai-tools
532a0a05b7 docs 2025-11-29 16:47:14 +02:00
vegu-ai-tools
04ec39f154 visual library docs 2025-11-29 15:14:24 +02:00
vegu-ai-tools
a5368a8a66 Update documentation for Shared Context to Shared World, enhancing clarity and adding details on episodes management and scene linking. 2025-11-29 13:57:33 +02:00
vegu-ai-tools
8ffdd8841c docs 2025-11-29 13:38:40 +02:00
vegu-ai-tools
83e2bdbe0e character card import docs 2025-11-29 13:26:44 +02:00
vegu-ai-tools
c97a83fb9a docs images 2025-11-29 13:07:51 +02:00
vegu-ai-tools
e2a1e465dd dont give saved character card image files as an option for character import 2025-11-29 13:07:42 +02:00
vegu-ai-tools
639955edaf Fix model name cleaning function to handle backslashes in template file names 2025-11-29 02:46:22 +02:00
vegu-ai-tools
366efb2532 linting 2025-11-28 21:36:13 +02:00
vegu-ai-tools
0cb4ba17ef add reason_prefill to force model to start with thinking block 2025-11-28 21:36:02 +02:00
vegu-ai-tools
f3b398322b linting 2025-11-28 19:56:03 +02:00
vegu-ai-tools
5e46107d07 fix kcpp visual agent auto setup failure messages 2025-11-28 19:54:34 +02:00
vegu-ai-tools
c8162ad350 linting 2025-11-28 15:57:49 +02:00
vegu-ai-tools
590e33c9b0 improve backend status display in visual library 2025-11-28 15:57:19 +02:00
vegu-ai-tools
5860745091 Remove custom clear tags functionality from VisualImageView component 2025-11-28 15:35:32 +02:00
vegu-ai-tools
4e2ad01f81 Add clear tags functionality in VisualImageView component
- Introduced a new inline confirmation button to clear tags from the form.
- Enhanced the component by importing and integrating the ConfirmActionInline component.
- Added logic to reset the tags array when the clear action is confirmed.
2025-11-28 15:28:42 +02:00
vegu-ai-tools
66bbe267e4 Add tag management features in VisualImageView component
- Introduced copy and paste functionality for tags using clipboard operations.
- Added tooltips for copy and paste buttons to enhance user experience.
- Improved layout of action buttons for better alignment and accessibility.
2025-11-28 15:25:00 +02:00
vegu-ai-tools
fcd675def0 Enhance asset search functionality in VisualLibraryScene component
- Added clear button to asset search input for easier user interaction.
- Implemented logic to determine which folders to open based on the current asset search input, ensuring relevant folders are displayed when filtering is active.
- Merged computed folder IDs with currently open nodes to maintain user selections during searches.
2025-11-28 15:20:51 +02:00
vegu-ai-tools
32dfc21c2f linting 2025-11-28 14:19:04 +02:00
vegu-ai-tools
fdf5ec0426 min thinking tokens to 512 2025-11-28 14:00:48 +02:00
vegu-ai-tools
598f6ad0b3 z image turbo workflow 2025-11-28 13:55:54 +02:00
vegu-ai-tools
b92b1048ae Add workflow reloading functionality to Backend class and improve status checks
- Implemented `_reload_workflow_if_outdated` method to reload the workflow from disk if it is outdated.
- Updated `ready` method to call the new workflow reloading method and added additional status checks for workflow validity.
- Enhanced logging for various workflow status conditions to improve debugging and monitoring.
2025-11-28 13:46:02 +02:00
vegu-ai-tools
27c378128f linting 2025-11-25 03:20:07 +02:00
vegu-ai-tools
61c0307543 sdnext auth method 2025-11-25 03:19:40 +02:00
vegu-ai-tools
8ab47e751e Improve debug logging in asset path retrieval by clarifying log message when asset ID is not found. 2025-11-25 02:46:37 +02:00
vegu-ai-tools
b636cb5398 nodes 2025-11-23 02:17:25 +02:00
vegu-ai-tools
6986f4df3f fix issue when attempting to load scene from scene search list 2025-11-23 02:15:47 +02:00
vegu-ai-tools
8ec0188001 Enhance name formatting in WorldState class to correctly handle possessive cases by using regex, ensuring proper title casing for character and item names. 2025-11-22 21:04:23 +02:00
vegu-ai-tools
cb38f6a830 Update visual styles instructions in YAML template to emphasize clear artist guidance for various art styles. 2025-11-22 20:40:04 +02:00
vegu-ai-tools
65d9137b66 Refactor prompt building logic in VisualPrompt class for improved readability and maintainability. Adjust formatting in validation module to ensure consistent newline handling. 2025-11-22 20:00:15 +02:00
vegu-ai-tools
e8fc01d227 modules 2025-11-22 19:03:45 +02:00
vegu-ai-tools
a523ba8828 Add ValidateAssetID node for asset ID validation in validation module, enhancing asset management capabilities. 2025-11-22 19:02:50 +02:00
vegu-ai-tools
ca8c2d0e03 Remove unused mediaType property and related code from DirectorConsoleChatMessageAssetView component, streamlining image handling logic and improving code clarity. 2025-11-22 18:22:44 +02:00
vegu-ai-tools
8ed3c9badf Refactor image preview functionality in DirectorConsoleChatMessageAssetView component. Replace dialog trigger with a dedicated method to handle image loading and preview sizing based on image dimensions. 2025-11-22 18:18:59 +02:00
vegu-ai-tools
0d7d49f107 nodes 2025-11-22 17:29:34 +02:00
vegu-ai-tools
8bcec0acb8 Add create_placeholder property to ValidateCharacter for optional placeholder creation when character does not exist, enhancing validation logic. 2025-11-22 17:28:52 +02:00