Revert "nit - Reorder default_paths back top top of file."
This reverts commit fdfd81aa27c37480f0f53a0ad0cf0b9fbf7f2059.
Revert "Extend add_model_folder_path for use with built-ins."
This reverts commit a30d74d8a740415cfc1a45f8012fef736cea439e.
Revert "Reorder to keep default model paths grouped together."
This reverts commit 9c9a8532b2b22ee70e283f71454efc3578851ee0.
Revert "Update type hint to reflect actual usage."
This reverts commit 74325a5ecf7b52c0f6ef2bb775939ca668225c5a.
Revert "Allow default model paths to be re-used with other base paths."
This reverts commit fa3d6395e81dd773afe77d0d525eb634b1ebdfb1.
Revert "Allow complete reset of default directories under a new base_path."
This reverts commit 6e3b261ce94325968a08f3dc78e7fdf175b47731.
Somehow managed to drop a file called "nul" into a windows checkpoints subdirectory. This caused all sorts of havoc with many nodes that needed the list of checkpoints.
* add 'is_default' to model paths config
including impl and doc in example file
* update weirdly overspecific test expectations
* oh there's two
* sigh
* Override user directory.
* Use overridden user directory.
* Remove prints.
* Remove references to global user_files.
* Remove unused replace_folder function.
* Remove newline.
* Remove global during get_user_directory.
* Add validation.
- Implemented a `try-except` block in the `recursive_search` function to handle `FileNotFoundError` gracefully.
- When encountering a file or directory path that cannot be accessed (causing `FileNotFoundError`), the code now logs a warning and skips processing for that specific path instead of crashing the node (CheckpointLoaderSimple was usually the first to break). This allows the rest of the directory traversal to proceed without interruption.
* wip per user data
* Rename, hide menu
* better error
rework default user
* store pretty
* Add userdata endpoints
Change nodetemplates to userdata
* add multi user message
* make normal arg
* Fix tests
* Ignore user dir
* user tests
* Changed to default to browser storage and add server-storage arg
* fix crash on empty templates
* fix settings added before load
* ignore parse errors