diff --git a/py/services/checkpoint_scanner.py b/py/services/checkpoint_scanner.py index acaaa461..c895cb25 100644 --- a/py/services/checkpoint_scanner.py +++ b/py/services/checkpoint_scanner.py @@ -59,7 +59,6 @@ class CheckpointScanner(ModelScanner): # Sort for consistent order sorted_paths = sorted(all_paths, key=lambda p: p.lower()) - logger.info(f"Found checkpoint roots: {sorted_paths}") return sorted_paths diff --git a/static/images/tips/civitai-api.png b/static/images/tips/civitai-api.png new file mode 100644 index 00000000..b23d0f4b Binary files /dev/null and b/static/images/tips/civitai-api.png differ diff --git a/static/images/tips/search.webp b/static/images/tips/search.webp new file mode 100644 index 00000000..7806cecc Binary files /dev/null and b/static/images/tips/search.webp differ diff --git a/templates/components/initialization.html b/templates/components/initialization.html index 1aa0aa1d..a1459e8c 100644 --- a/templates/components/initialization.html +++ b/templates/components/initialization.html @@ -1,84 +1,91 @@
{% block init_message %}Preparing your workspace...{% endblock %}
-
- You can drag and drop LoRA files into your folders to automatically import them.
-
- Use Civitai URLs to quickly download and install new models.
-
- Create recipes to save your favorite model combinations for future use.
-
- Filter models by tags or base model type using the filter button in the header.
-
- Press Ctrl+F (Cmd+F on Mac) to quickly search within your current view.
-{% block init_message %}Preparing your workspace...{% endblock %} +