diff --git a/Writerside/allor-doc.tree b/Writerside/allor-doc.tree
index 23077d4..391c25d 100644
--- a/Writerside/allor-doc.tree
+++ b/Writerside/allor-doc.tree
@@ -8,6 +8,7 @@
+
@@ -134,5 +135,5 @@
-
+
\ No newline at end of file
diff --git a/Writerside/topics/Installation-Allor.md b/Writerside/topics/Installation-Allor.md
index 50da569..c340307 100644
--- a/Writerside/topics/Installation-Allor.md
+++ b/Writerside/topics/Installation-Allor.md
@@ -57,9 +57,9 @@ If you have [ComfyUI-Manager](https://github.com/ltdrdata/ComfyUI-Manager) insta
-1. **Open Terminal**: Navigate to the `ComfyUI/custom_nodes` directory.
+See how to [Work with Terminal](Work-with-Terminal.md).
- You can do this by opening the Terminal and using the `cd` command.
+1. **Open Terminal**: Navigate to the `ComfyUI/custom_nodes` directory.
2. **Clone the Repository**: Clone the repository by entering the following command:
@@ -88,15 +88,9 @@ If you have [ComfyUI-Manager](https://github.com/ltdrdata/ComfyUI-Manager) insta
-1. **Open Command Prompt**: Navigate to the `ComfyUI\custom_nodes` folder.
-
- You can do this by pressing Win+R and typing `cmd`.
-
- To change the drive, type the letter of the desired drive followed by a colon.
- For example, `D:` will switch you to the D drive.
+See how to [Work with Terminal](Work-with-Terminal.md).
- To move to another folder, use the cd command followed by the folder path.
- For example, `cd ComfyUI` will take you to the ComfyUI folder.
+1. **Open Command Prompt**: Navigate to the `ComfyUI\custom_nodes` folder.
2. **Clone the Repository**: Clone the repository by entering the following command:
diff --git a/Writerside/topics/Installation-ComfyUI.md b/Writerside/topics/Installation-ComfyUI.md
index 71efda9..812d7f9 100644
--- a/Writerside/topics/Installation-ComfyUI.md
+++ b/Writerside/topics/Installation-ComfyUI.md
@@ -95,9 +95,9 @@ This will prevent a system **pollution**, eliminate **dependency conflicts**, an
-1. **Open Terminal**: Navigate to the `ComfyUI` root directory.
+See how to [Work with Terminal](Work-with-Terminal.md).
- You can do this by opening the Terminal and using the `cd` command.
+1. **Open Terminal**: Navigate to the `ComfyUI` root directory.
2. **Create Virtual Environment**: You can do it by typing the following command.
```Bash
@@ -116,15 +116,9 @@ This will prevent a system **pollution**, eliminate **dependency conflicts**, an
-1. **Open Command Prompt**: Navigate to the `ComfyUI` root folder.
-
- You can do this by pressing Win+R and typing `cmd`.
+See how to [Work with Terminal](Work-with-Terminal.md).
- To change the drive, type the letter of the desired drive followed by a colon.
- For example, `D:` will switch you to the D drive.
-
- To move to another folder, use the cd command followed by the folder path.
- For example, `cd ComfyUI` will take you to the ComfyUI folder.
+1. **Open Command Prompt**: Navigate to the `ComfyUI` root folder.
2. **Create Virtual Environment**: You can do it by typing the following command.
```Bash
@@ -162,11 +156,9 @@ One of the most important steps in installing **ComfyUI** is installing **depend
-1. **Open Terminal**: Navigate to the `ComfyUI` root directory.
-
- You can do this by opening the Terminal and using the `cd` command.
+See how to [Work with Terminal](Work-with-Terminal.md).
- You can **skip** this step if you have setup a **virtual environment**.
+1. **Open Terminal**: Navigate to the `ComfyUI` root directory.
2. **Install PyTorch Dependencies**:
* **For AMD**:
@@ -197,17 +189,9 @@ One of the most important steps in installing **ComfyUI** is installing **depend
-1. **Open Command Prompt**: Navigate to the `ComfyUI` root folder.
-
- You can do this by pressing Win+R and typing `cmd`.
-
- To change the drive, type the letter of the desired drive followed by a colon.
- For example, `D:` will switch you to the D drive.
+See how to [Work with Terminal](Work-with-Terminal.md).
- To move to another folder, use the cd command followed by the folder path.
- For example, `cd ComfyUI` will take you to the ComfyUI folder.
-
- You can **skip** this step if you have setup a **virtual environment**.
+1. **Open Command Prompt**: Navigate to the `ComfyUI` root folder.
2. **Install PyTorch Dependencies**:
* **For AMD**:
@@ -239,6 +223,8 @@ The hardest part is behind, now you can launch **ComfyUI** and start generating
+See how to [Work with Terminal](Work-with-Terminal.md).
+
1. **Type into Terminal**: Now you can finally run **ComfyUI** by following command.
* **Run on Linux**:
```Bash
@@ -278,6 +264,8 @@ The hardest part is behind, now you can launch **ComfyUI** and start generating
+See how to [Work with Terminal](Work-with-Terminal.md).
+
1. **Open Command Prompt**: Now you can finally run **ComfyUI** by following command.
* **Run on AMD**:
```Bash
diff --git a/Writerside/topics/Work-with-Terminal.md b/Writerside/topics/Work-with-Terminal.md
new file mode 100644
index 0000000..d212b7a
--- /dev/null
+++ b/Writerside/topics/Work-with-Terminal.md
@@ -0,0 +1,161 @@
+# Work with Terminal
+
+At many stages with the installation of **ComfyUI** and **Allor** you will have to interact with the **terminal**
+frequently, here you can learn how to use it.
+
+If you are not yet familiar with the terminal or have never used it, you should realize one thing.
+
+A **terminal** is simply a program that allows users to interact with a system using text commands. And a system is primarily a set of files.
+
+For your convenience, you can think of it as a **file manager**.
+
+
+
+
+
+
+On **Unix** systems, opening a **terminal** can vary greatly depending on the **graphical environment** and the default packages supplied in the **distributions**.
+
+* **macOS**: Pressing Cmd + Space opens **Spotlight Search**, where you can start typing `Terminal` and press Enter.
+* **KDE**: Pressing Alt + F2 opens the **Run Command** dialog where you can type `konsole` and press Enter.
+* **Gnome**: Pressing Alt + F2 opens the **Run Command** dialog where you can type `gnome-terminal` and press Enter.
+* **Linux**: In most Linux graphical environments, pressing Ctrl + Alt + T will open the default terminal.
+
+But as a rule, this does not cause any difficulty.
+
+
+
+
+
+
+
+
+On **Windows** systems, you can open the **Command Prompt** in several ways. The **last two** are **preferred**.
+
+- **With Start menu**: Click the **Start** button, then start typing `cmd` or **Command line**.
+
+- **With Run dialog**: Press the Win+R key combination to open the **Run** dialog. Type `cmd` and press Enter.
+
+- **With Explorer**: Navigate to the folder you need, then type `cmd` in the address bar and press Enter. This will open the command line with the current directory set to the folder you selected.
+
+- **With context menu**: In **Explorer**, you can Right-Click + Shift and select Open command window here or Open PowerShell window here (depending on the version of Windows).
+
+Also, you do not need to run the terminal with administrator rights during the installation of **ComfyUI** or **Allor**.
+
+
+
+
+
+
+Now it's time to learn a few little commands that we will be working with when installing **ComfyUI** and **Allor**.
+
+
+
+
+
+
+
+
+ Show you your current directory
+
+
+ Show all files and directories in current place
+
+
+ Change directory to dir_name
+
+
+ Change directory to upper level
+
+
+ Autocomplete, such as Com -> ComfyUI_windows_portable
+
+
+
+
+
+
+
+
+
+
+
+
+ Show you your current directory
+
+
+ Show all files and directories in current place
+
+
+ Change current disk to A
+
+
+ Change directory to dir_name
+
+
+ Change directory to upper level
+
+
+ Autocomplete, such as Com -> ComfyUI_windows_portable
+
+
+
+
+
+
+
+
+And a couple more commands that you probably won't need during installation, but will be useful to know.
+
+
+
+
+
+
+
+
+ Create a new directory dir_name
+
+
+ Remove file file_name
+
+
+ Remove directory dir_name
+
+
+ Rename file or directory from file_name to new_file_name
+
+
+ Move file or directory from current place to upper
+
+
+
+
+
+
+
+
+
+
+
+
+ Create a new directory dir_name
+
+
+ Remove file file_name
+
+
+ Remove directory dir_name
+
+
+ Rename file or directory from file_name to new_file_name
+
+
+ Move file or directory from current place to upper
+
+
+
+
+
+
+