diff --git a/README.md b/README.md
index 9fdf84b..1270a41 100644
--- a/README.md
+++ b/README.md
@@ -2,15 +2,15 @@
Download, browse and delete models in ComfyUI.
-
+
-
+
## Features
### Download Tab
-
+
- View multiple models associated with a url.
- Select a download directory.
@@ -20,7 +20,7 @@ Download, browse and delete models in ComfyUI.
### Models Tab
-
+
- Search bar in models tab.
- Advanced keyword search using `"multiple words in quotes"` or a minus sign to `-exclude`.
@@ -31,7 +31,7 @@ Download, browse and delete models in ComfyUI.
### Model Info View
-
+
- View model metadata and file info.
- Read, edit and save notes in a `.txt` file beside the model.
@@ -42,7 +42,7 @@ Download, browse and delete models in ComfyUI.
### ComfyUI Node Graph
-
+
- Button to copy a model to the ComfyUI clipboard or embedding to system clipboard. (Embedding copying requires secure http connection.)
- Button to add model to ComfyUI graph or embedding to selected nodes. (For small screens/low resolution.)
@@ -55,7 +55,7 @@ Download, browse and delete models in ComfyUI.
### Settings Tab
-
+
- Settings tab saved in `ui_settings.yaml`.
- Hide/Show 'add' and 'copy-to-clipboard' buttons.
diff --git a/beta-menu-model-manager-button-settings-group.png b/demo/beta-menu-model-manager-button-settings-group.png
similarity index 100%
rename from beta-menu-model-manager-button-settings-group.png
rename to demo/beta-menu-model-manager-button-settings-group.png
diff --git a/demo-tab-download.png b/demo/tab-download.png
similarity index 100%
rename from demo-tab-download.png
rename to demo/tab-download.png
diff --git a/demo-tab-model-info-overview.png b/demo/tab-model-info-overview.png
similarity index 100%
rename from demo-tab-model-info-overview.png
rename to demo/tab-model-info-overview.png
diff --git a/demo-tab-model-preview-thumbnail-buttons-example.png b/demo/tab-model-preview-thumbnail-buttons-example.png
similarity index 100%
rename from demo-tab-model-preview-thumbnail-buttons-example.png
rename to demo/tab-model-preview-thumbnail-buttons-example.png
diff --git a/demo-tab-models-dropdown.png b/demo/tab-models-dropdown.png
similarity index 100%
rename from demo-tab-models-dropdown.png
rename to demo/tab-models-dropdown.png
diff --git a/demo-tab-models.png b/demo/tab-models.png
similarity index 100%
rename from demo-tab-models.png
rename to demo/tab-models.png
diff --git a/demo-tab-settings.png b/demo/tab-settings.png
similarity index 100%
rename from demo-tab-settings.png
rename to demo/tab-settings.png